| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
RealtimeEndpointInfo |
MLModel.endpointInfo()
The current endpoint of the
MLModel. |
RealtimeEndpointInfo |
GetMlModelResponse.endpointInfo()
The current endpoint of the
MLModel |
RealtimeEndpointInfo |
CreateRealtimeEndpointResponse.realtimeEndpointInfo()
The endpoint information of the
MLModel |
RealtimeEndpointInfo |
DeleteRealtimeEndpointResponse.realtimeEndpointInfo()
The endpoint information of the
MLModel |
| Modifier and Type | Method and Description |
|---|---|
MLModel.Builder |
MLModel.Builder.endpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel. |
GetMlModelResponse.Builder |
GetMlModelResponse.Builder.endpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel |
CreateRealtimeEndpointResponse.Builder |
CreateRealtimeEndpointResponse.Builder.realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
DeleteRealtimeEndpointResponse.Builder |
DeleteRealtimeEndpointResponse.Builder.realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
Copyright © 2022. All rights reserved.