Uses of Class
com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
Packages that use RealtimeEndpointInfo Package Description com.amazonaws.services.machinelearning.model -
-
Uses of RealtimeEndpointInfo in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RealtimeEndpointInfo Modifier and Type Method Description RealtimeEndpointInfo
RealtimeEndpointInfo. clone()
RealtimeEndpointInfo
GetMLModelResult. getEndpointInfo()
The current endpoint of theMLModel
RealtimeEndpointInfo
MLModel. getEndpointInfo()
The current endpoint of theMLModel
.RealtimeEndpointInfo
CreateRealtimeEndpointResult. getRealtimeEndpointInfo()
The endpoint information of theMLModel
RealtimeEndpointInfo
DeleteRealtimeEndpointResult. getRealtimeEndpointInfo()
The endpoint information of theMLModel
RealtimeEndpointInfo
RealtimeEndpointInfo. withCreatedAt(Date createdAt)
The time that the request to create the real-time endpoint for theMLModel
was received.RealtimeEndpointInfo
RealtimeEndpointInfo. withEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo
RealtimeEndpointInfo. withEndpointStatus(String endpointStatus)
The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo
RealtimeEndpointInfo. withEndpointUrl(String endpointUrl)
The URI that specifies where to send real-time prediction requests for theMLModel
.RealtimeEndpointInfo
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 RealtimeEndpointInfo Modifier and Type Method Description void
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
GetMLModelResult. withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of theMLModel
MLModel
MLModel. withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of theMLModel
.CreateRealtimeEndpointResult
CreateRealtimeEndpointResult. withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of theMLModel
DeleteRealtimeEndpointResult
DeleteRealtimeEndpointResult. withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of theMLModel
-