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 RealtimeEndpointInfoRealtimeEndpointInfo. clone()RealtimeEndpointInfoGetMLModelResult. getEndpointInfo()The current endpoint of theMLModelRealtimeEndpointInfoMLModel. getEndpointInfo()The current endpoint of theMLModel.RealtimeEndpointInfoCreateRealtimeEndpointResult. getRealtimeEndpointInfo()The endpoint information of theMLModelRealtimeEndpointInfoDeleteRealtimeEndpointResult. getRealtimeEndpointInfo()The endpoint information of theMLModelRealtimeEndpointInfoRealtimeEndpointInfo. withCreatedAt(Date createdAt)The time that the request to create the real-time endpoint for theMLModelwas received.RealtimeEndpointInfoRealtimeEndpointInfo. withEndpointStatus(RealtimeEndpointStatus endpointStatus)The current status of the real-time endpoint for theMLModel.RealtimeEndpointInfoRealtimeEndpointInfo. withEndpointStatus(String endpointStatus)The current status of the real-time endpoint for theMLModel.RealtimeEndpointInfoRealtimeEndpointInfo. withEndpointUrl(String endpointUrl)The URI that specifies where to send real-time prediction requests for theMLModel.RealtimeEndpointInfoRealtimeEndpointInfo. 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 voidGetMLModelResult. 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 theMLModelGetMLModelResultGetMLModelResult. withEndpointInfo(RealtimeEndpointInfo endpointInfo)The current endpoint of theMLModelMLModelMLModel. withEndpointInfo(RealtimeEndpointInfo endpointInfo)The current endpoint of theMLModel.CreateRealtimeEndpointResultCreateRealtimeEndpointResult. withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModelDeleteRealtimeEndpointResultDeleteRealtimeEndpointResult. withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModel
-