@Generated(value="software.amazon.awssdk:codegen") public final class CreateRealtimeEndpointResponse extends MachineLearningResponse implements ToCopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateRealtimeEndpointResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateRealtimeEndpointResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
RealtimeEndpointInfo |
realtimeEndpointInfo()
The endpoint information of the
MLModel |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateRealtimeEndpointResponse.Builder> |
serializableBuilderClass() |
CreateRealtimeEndpointResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
MLModel. This value should be identical to
the value of the MLModelId in the request.public RealtimeEndpointInfo realtimeEndpointInfo()
The endpoint information of the MLModel
MLModelpublic CreateRealtimeEndpointResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>toBuilder in class AwsResponsepublic static CreateRealtimeEndpointResponse.Builder builder()
public static Class<? extends CreateRealtimeEndpointResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.