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