Uses of Class
software.amazon.awssdk.services.lookoutvision.model.StopModelRequest
-
Packages that use StopModelRequest Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.transform -
-
Uses of StopModelRequest in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision with parameters of type StopModelRequest Modifier and Type Method Description default CompletableFuture<StopModelResponse>LookoutVisionAsyncClient. stopModel(StopModelRequest stopModelRequest)Stops the hosting of a running model.default StopModelResponseLookoutVisionClient. stopModel(StopModelRequest stopModelRequest)Stops the hosting of a running model. -
Uses of StopModelRequest in software.amazon.awssdk.services.lookoutvision.transform
Methods in software.amazon.awssdk.services.lookoutvision.transform with parameters of type StopModelRequest Modifier and Type Method Description SdkHttpFullRequestStopModelRequestMarshaller. marshall(StopModelRequest stopModelRequest)
-