public static interface RealtimeEndpointInfo.Builder extends CopyableBuilder<RealtimeEndpointInfo.Builder,RealtimeEndpointInfo>
| Modifier and Type | Method and Description |
|---|---|
RealtimeEndpointInfo.Builder |
createdAt(Instant createdAt)
The time that the request to create the real-time endpoint for the
MLModel was received. |
RealtimeEndpointInfo.Builder |
endpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel. |
RealtimeEndpointInfo.Builder |
endpointStatus(String endpointStatus)
The current status of the real-time endpoint for the
MLModel. |
RealtimeEndpointInfo.Builder |
endpointUrl(String endpointUrl)
The URI that specifies where to send real-time prediction requests for the
MLModel. |
RealtimeEndpointInfo.Builder |
peakRequestsPerSecond(Integer peakRequestsPerSecond)
The maximum processing rate for the real-time endpoint for
MLModel, measured in incoming
requests per second. |
copyapply, buildRealtimeEndpointInfo.Builder peakRequestsPerSecond(Integer peakRequestsPerSecond)
The maximum processing rate for the real-time endpoint for MLModel, measured in incoming
requests per second.
peakRequestsPerSecond - The maximum processing rate for the real-time endpoint for MLModel, measured in incoming
requests per second.RealtimeEndpointInfo.Builder createdAt(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.
createdAt - The time that the request to create the real-time endpoint for the MLModel was received.
The time is expressed in epoch time.RealtimeEndpointInfo.Builder endpointUrl(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.
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.
RealtimeEndpointInfo.Builder endpointStatus(String 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.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.RealtimeEndpointStatus,
RealtimeEndpointStatusRealtimeEndpointInfo.Builder endpointStatus(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.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.RealtimeEndpointStatus,
RealtimeEndpointStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.