ToCopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateRealtimeEndpointResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
---|---|---|
static interface |
CreateRealtimeEndpointResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateRealtimeEndpointResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
mlModelId() |
A user-supplied ID that uniquely identifies the
MLModel . |
RealtimeEndpointInfo |
realtimeEndpointInfo() |
The endpoint information of the
MLModel |
static Class<? extends CreateRealtimeEndpointResponse.Builder> |
serializableBuilderClass() |
|
CreateRealtimeEndpointResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
MLModel
public CreateRealtimeEndpointResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
public static CreateRealtimeEndpointResponse.Builder builder()
public static Class<? extends CreateRealtimeEndpointResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.