Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private RealtimeEndpointInfo |
MLModel.endpointInfo
The current endpoint of the
MLModel . |
private RealtimeEndpointInfo |
GetMLModelResult.endpointInfo
The current endpoint of the
MLModel |
private RealtimeEndpointInfo |
DeleteRealtimeEndpointResult.realtimeEndpointInfo
The endpoint information of the
MLModel |
private RealtimeEndpointInfo |
CreateRealtimeEndpointResult.realtimeEndpointInfo
The endpoint information of the
MLModel |
Modifier and Type | Method and Description |
---|---|
RealtimeEndpointInfo |
RealtimeEndpointInfo.clone() |
RealtimeEndpointInfo |
MLModel.getEndpointInfo()
The current endpoint of the
MLModel . |
RealtimeEndpointInfo |
GetMLModelResult.getEndpointInfo()
The current endpoint of the
MLModel |
RealtimeEndpointInfo |
DeleteRealtimeEndpointResult.getRealtimeEndpointInfo()
The endpoint information of the
MLModel |
RealtimeEndpointInfo |
CreateRealtimeEndpointResult.getRealtimeEndpointInfo()
The endpoint information of the
MLModel |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withCreatedAt(java.util.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(java.lang.String endpointStatus)
The current status of the real-time endpoint for the
MLModel
. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withEndpointUrl(java.lang.String endpointUrl)
The URI that specifies where to send real-time prediction requests for
the
MLModel . |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withPeakRequestsPerSecond(java.lang.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 |
MLModel.setEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel . |
void |
GetMLModelResult.setEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel |
void |
DeleteRealtimeEndpointResult.setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
void |
CreateRealtimeEndpointResult.setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
MLModel |
MLModel.withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel . |
GetMLModelResult |
GetMLModelResult.withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel |
DeleteRealtimeEndpointResult |
DeleteRealtimeEndpointResult.withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
CreateRealtimeEndpointResult |
CreateRealtimeEndpointResult.withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
Modifier and Type | Method and Description |
---|---|
RealtimeEndpointInfo |
RealtimeEndpointInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RealtimeEndpointInfoJsonMarshaller.marshall(RealtimeEndpointInfo realtimeEndpointInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|