Uses of Class
com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
Packages that use RealtimeEndpointInfo
-
Uses of RealtimeEndpointInfo in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RealtimeEndpointInfoModifier and TypeMethodDescriptionRealtimeEndpointInfo.clone()
GetMLModelResult.getEndpointInfo()
The current endpoint of theMLModel
MLModel.getEndpointInfo()
The current endpoint of theMLModel
.CreateRealtimeEndpointResult.getRealtimeEndpointInfo()
The endpoint information of theMLModel
DeleteRealtimeEndpointResult.getRealtimeEndpointInfo()
The endpoint information of theMLModel
RealtimeEndpointInfo.withCreatedAt
(Date createdAt) The time that the request to create the real-time endpoint for theMLModel
was received.RealtimeEndpointInfo.withEndpointStatus
(RealtimeEndpointStatus endpointStatus) The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo.withEndpointStatus
(String endpointStatus) The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo.withEndpointUrl
(String endpointUrl) The URI that specifies where to send real-time prediction requests for theMLModel
.RealtimeEndpointInfo.withPeakRequestsPerSecond
(Integer peakRequestsPerSecond) The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.Methods in com.amazonaws.services.machinelearning.model with parameters of type RealtimeEndpointInfoModifier and TypeMethodDescriptionvoid
GetMLModelResult.setEndpointInfo
(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel
void
MLModel.setEndpointInfo
(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel
.void
CreateRealtimeEndpointResult.setRealtimeEndpointInfo
(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel
void
DeleteRealtimeEndpointResult.setRealtimeEndpointInfo
(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel
GetMLModelResult.withEndpointInfo
(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel
MLModel.withEndpointInfo
(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel
.CreateRealtimeEndpointResult.withRealtimeEndpointInfo
(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel
DeleteRealtimeEndpointResult.withRealtimeEndpointInfo
(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel