Class DeleteRealtimeEndpointResult
java.lang.Object
com.amazonaws.services.machinelearning.model.DeleteRealtimeEndpointResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information
for the MLModel.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA user-supplied ID that uniquely identifies theMLModel.The endpoint information of theMLModelinthashCode()voidsetMLModelId(String mLModelId) A user-supplied ID that uniquely identifies theMLModel.voidsetRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModeltoString()Returns a string representation of this object; useful for testing and debugging.withMLModelId(String mLModelId) A user-supplied ID that uniquely identifies theMLModel.withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel
-
Constructor Details
-
DeleteRealtimeEndpointResult
public DeleteRealtimeEndpointResult()
-
-
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.
-
setRealtimeEndpointInfo
The endpoint information of the
MLModel- Parameters:
realtimeEndpointInfo- The endpoint information of theMLModel
-
getRealtimeEndpointInfo
The endpoint information of the
MLModel- Returns:
- The endpoint information of the
MLModel
-
withRealtimeEndpointInfo
public DeleteRealtimeEndpointResult withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of the
MLModel- Parameters:
realtimeEndpointInfo- The endpoint information of theMLModel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-