public class CreateRealtimeEndpointResult extends Object implements Serializable, Cloneable
Represents the output of an CreateRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information
for the MLModel.
The endpoint information includes the URI of the MLModel; that
is, the location to send online prediction requests for the specified
MLModel.
| Constructor and Description |
|---|
CreateRealtimeEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateRealtimeEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getMLModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
RealtimeEndpointInfo |
getRealtimeEndpointInfo()
The endpoint information of the
MLModel |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
void |
setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateRealtimeEndpointResult |
withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
CreateRealtimeEndpointResult |
withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
public void setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the MLModel.
This value should be identical to the value of the MLModelId
in the request.
mLModelId - A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value
of the MLModelId in the request.public String getMLModelId()
A user-supplied ID that uniquely identifies the MLModel.
This value should be identical to the value of the MLModelId
in the request.
MLModel. This value should be identical to the value
of the MLModelId in the request.public CreateRealtimeEndpointResult withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the MLModel.
This value should be identical to the value of the MLModelId
in the request.
mLModelId - A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value
of the MLModelId in the request.public void setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo - The endpoint information of the MLModelpublic RealtimeEndpointInfo getRealtimeEndpointInfo()
The endpoint information of the MLModel
MLModelpublic CreateRealtimeEndpointResult withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo - The endpoint information of the MLModelpublic String toString()
toString in class ObjectObject.toString()public CreateRealtimeEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.