| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning
|
| Modifier and Type | Method and Description |
|---|---|
RealtimeEndpointInfo |
GetMLModelResult.getEndpointInfo()
The current endpoint of the
MLModel |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withCreatedAt(Date createdAt)
The time that the request to create the real-time endpoint for the
MLModel was received. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel
. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withEndpointStatus(String endpointStatus)
The current status of the real-time endpoint for the
MLModel
. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withEndpointUrl(String endpointUrl)
The URI that specifies where to send real-time prediction requests for
the
MLModel. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withPeakRequestsPerSecond(Integer peakRequestsPerSecond)
The maximum processing rate for the real-time endpoint for
MLModel, measured in incoming requests per second. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLModelResult.setEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel |
GetMLModelResult |
GetMLModelResult.withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel |
Copyright © 2018. All rights reserved.