Uses of Class
software.amazon.awssdk.services.machinelearning.model.RealtimeEndpointInfo
-
Packages that use RealtimeEndpointInfo Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RealtimeEndpointInfo in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RealtimeEndpointInfo Modifier and Type Method Description RealtimeEndpointInfoGetMlModelResponse. endpointInfo()The current endpoint of theMLModelRealtimeEndpointInfoMLModel. endpointInfo()The current endpoint of theMLModel.RealtimeEndpointInfoCreateRealtimeEndpointResponse. realtimeEndpointInfo()The endpoint information of theMLModelRealtimeEndpointInfoDeleteRealtimeEndpointResponse. realtimeEndpointInfo()The endpoint information of theMLModelMethods in software.amazon.awssdk.services.machinelearning.model with parameters of type RealtimeEndpointInfo Modifier and Type Method Description GetMlModelResponse.BuilderGetMlModelResponse.Builder. endpointInfo(RealtimeEndpointInfo endpointInfo)The current endpoint of theMLModelMLModel.BuilderMLModel.Builder. endpointInfo(RealtimeEndpointInfo endpointInfo)The current endpoint of theMLModel.CreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse.Builder. realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModelDeleteRealtimeEndpointResponse.BuilderDeleteRealtimeEndpointResponse.Builder. realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModel
-