Class CreateMLModelResult
java.lang.Object
com.amazonaws.services.machinelearning.model.CreateMLModelResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request.
The CreateMLModel operation is asynchronous. You can poll for status
updates by using the GetMLModel operation and checking the
Status
parameter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A user-supplied ID that uniquely identifies theMLModel
.int
hashCode()
void
setMLModelId
(String mLModelId) A user-supplied ID that uniquely identifies theMLModel
.toString()
Returns a string representation of this object; useful for testing and debugging.withMLModelId
(String mLModelId) A user-supplied ID that uniquely identifies theMLModel
.
-
Constructor Details
-
CreateMLModelResult
public CreateMLModelResult()
-
-
Method Details
-
setMLModelId
A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value of theMLModelId
in the request.- Parameters:
mLModelId
- A user-supplied ID that uniquely identifies theMLModel
. This value should be identical to the value of theMLModelId
in the request.
-
getMLModelId
A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value of theMLModelId
in the request.- Returns:
- A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value of theMLModelId
in the request.
-
withMLModelId
A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value of theMLModelId
in the request.- Parameters:
mLModelId
- A user-supplied ID that uniquely identifies theMLModel
. This value should be identical to the value of theMLModelId
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-