Class DeleteMLModelResult
java.lang.Object
com.amazonaws.services.machinelearning.model.DeleteMLModelResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a DeleteMLModel operation.
You can use the GetMLModel operation and check the value of the
Status parameter to see whether an MLModel is
marked as DELETED.
- 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
-
DeleteMLModelResult
public DeleteMLModelResult()
-
-
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
-