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 theMLModelMLModel.getEndpointInfo()The current endpoint of theMLModel.CreateRealtimeEndpointResult.getRealtimeEndpointInfo()The endpoint information of theMLModelDeleteRealtimeEndpointResult.getRealtimeEndpointInfo()The endpoint information of theMLModelRealtimeEndpointInfo.withCreatedAt(Date createdAt) The time that the request to create the real-time endpoint for theMLModelwas 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 TypeMethodDescriptionvoidGetMLModelResult.setEndpointInfo(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModelvoidMLModel.setEndpointInfo(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel.voidCreateRealtimeEndpointResult.setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModelvoidDeleteRealtimeEndpointResult.setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModelGetMLModelResult.withEndpointInfo(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModelMLModel.withEndpointInfo(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel.CreateRealtimeEndpointResult.withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModelDeleteRealtimeEndpointResult.withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) The endpoint information of theMLModel