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()
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
-
DeleteMLModelResult
public DeleteMLModelResult()
-
-
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
-