Uses of Class
software.amazon.awssdk.services.lookoutvision.model.StartModelResponse
-
Packages that use StartModelResponse Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference. -
-
Uses of StartModelResponse in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision that return StartModelResponse Modifier and Type Method Description default StartModelResponseLookoutVisionClient. startModel(Consumer<StartModelRequest.Builder> startModelRequest)Starts the running of the version of an Amazon Lookout for Vision model.default StartModelResponseLookoutVisionClient. startModel(StartModelRequest startModelRequest)Starts the running of the version of an Amazon Lookout for Vision model.Methods in software.amazon.awssdk.services.lookoutvision that return types with arguments of type StartModelResponse Modifier and Type Method Description default CompletableFuture<StartModelResponse>LookoutVisionAsyncClient. startModel(Consumer<StartModelRequest.Builder> startModelRequest)Starts the running of the version of an Amazon Lookout for Vision model.default CompletableFuture<StartModelResponse>LookoutVisionAsyncClient. startModel(StartModelRequest startModelRequest)Starts the running of the version of an Amazon Lookout for Vision model.
-