@Generated(value="software.amazon.awssdk:codegen") public final class RealtimeEndpointInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RealtimeEndpointInfo.Builder,RealtimeEndpointInfo>
 Describes the real-time endpoint information for an MLModel.
 
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RealtimeEndpointInfo.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static RealtimeEndpointInfo.Builder | 
builder()  | 
Instant | 
createdAt()
 The time that the request to create the real-time endpoint for the  
MLModel was received. | 
RealtimeEndpointStatus | 
endpointStatus()
 The current status of the real-time endpoint for the  
MLModel. | 
String | 
endpointStatusAsString()
 The current status of the real-time endpoint for the  
MLModel. | 
String | 
endpointUrl()
 The URI that specifies where to send real-time prediction requests for the  
MLModel. | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
Integer | 
peakRequestsPerSecond()
 The maximum processing rate for the real-time endpoint for  
MLModel, measured in incoming requests
 per second. | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends RealtimeEndpointInfo.Builder> | 
serializableBuilderClass()  | 
RealtimeEndpointInfo.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic Integer peakRequestsPerSecond()
 The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests
 per second.
 
MLModel, measured in incoming
         requests per second.public Instant createdAt()
 The time that the request to create the real-time endpoint for the MLModel was received. The time is
 expressed in epoch time.
 
MLModel was received. The
         time is expressed in epoch time.public String endpointUrl()
 The URI that specifies where to send real-time prediction requests for the MLModel.
 
The application must wait until the real-time endpoint is ready before using this URI.
MLModel.
         The application must wait until the real-time endpoint is ready before using this URI.
public RealtimeEndpointStatus endpointStatus()
 The current status of the real-time endpoint for the MLModel. This element can have one of the
 following values:
 
NONE - Endpoint does not exist or was previously deleted.READY - Endpoint is ready to be used for real-time predictions.UPDATING - Updating/creating the endpoint.
 If the service returns an enum value that is not available in the current SDK version, endpointStatus
 will return RealtimeEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
 available from endpointStatusAsString().
 
MLModel. This element can have one of
         the following values: 
         NONE - Endpoint does not exist or was previously deleted.READY - Endpoint is ready to be used for real-time predictions.UPDATING - Updating/creating the endpoint.RealtimeEndpointStatuspublic String endpointStatusAsString()
 The current status of the real-time endpoint for the MLModel. This element can have one of the
 following values:
 
NONE - Endpoint does not exist or was previously deleted.READY - Endpoint is ready to be used for real-time predictions.UPDATING - Updating/creating the endpoint.
 If the service returns an enum value that is not available in the current SDK version, endpointStatus
 will return RealtimeEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
 available from endpointStatusAsString().
 
MLModel. This element can have one of
         the following values: 
         NONE - Endpoint does not exist or was previously deleted.READY - Endpoint is ready to be used for real-time predictions.UPDATING - Updating/creating the endpoint.RealtimeEndpointStatuspublic RealtimeEndpointInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RealtimeEndpointInfo.Builder,RealtimeEndpointInfo>public static RealtimeEndpointInfo.Builder builder()
public static Class<? extends RealtimeEndpointInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.