| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.builder() |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.createdAt(Instant createdAt)
The time that the request to create the real-time endpoint for the
MLModel was received. |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.endpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel. |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.endpointStatus(String endpointStatus)
The current status of the real-time endpoint for the
MLModel. |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.endpointUrl(String endpointUrl)
The URI that specifies where to send real-time prediction requests for the
MLModel. |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.peakRequestsPerSecond(Integer peakRequestsPerSecond)
The maximum processing rate for the real-time endpoint for
MLModel, measured in incoming
requests per second. |
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RealtimeEndpointInfo.Builder> |
RealtimeEndpointInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MLModel.Builder |
MLModel.Builder.endpointInfo(Consumer<RealtimeEndpointInfo.Builder> endpointInfo)
The current endpoint of the
MLModel. |
default GetMlModelResponse.Builder |
GetMlModelResponse.Builder.endpointInfo(Consumer<RealtimeEndpointInfo.Builder> endpointInfo)
The current endpoint of the
MLModel |
default CreateRealtimeEndpointResponse.Builder |
CreateRealtimeEndpointResponse.Builder.realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
The endpoint information of the
MLModel |
default DeleteRealtimeEndpointResponse.Builder |
DeleteRealtimeEndpointResponse.Builder.realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
The endpoint information of the
MLModel |
Copyright © 2018. All rights reserved.