Uses of Class
software.amazon.awssdk.services.lookoutvision.model.StartModelRequest
-
Packages that use StartModelRequest Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.transform -
-
Uses of StartModelRequest in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision with parameters of type StartModelRequest Modifier and Type Method Description default CompletableFuture<StartModelResponse>LookoutVisionAsyncClient. startModel(StartModelRequest 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. -
Uses of StartModelRequest in software.amazon.awssdk.services.lookoutvision.transform
Methods in software.amazon.awssdk.services.lookoutvision.transform with parameters of type StartModelRequest Modifier and Type Method Description SdkHttpFullRequestStartModelRequestMarshaller. marshall(StartModelRequest startModelRequest)
-