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()booleanA user-supplied ID that uniquely identifies theMLModel.inthashCode()voidsetMLModelId(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 theMLModelIdin the request.- Parameters:
mLModelId- A user-supplied ID that uniquely identifies theMLModel. This value should be identical to the value of theMLModelIdin the request.
-
getMLModelId
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.- Returns:
- A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.
-
withMLModelId
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.- Parameters:
mLModelId- A user-supplied ID that uniquely identifies theMLModel. This value should be identical to the value of theMLModelIdin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-