Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.StartModelRequest.Builder
-
Packages that use StartModelRequest.Builder Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.model -
-
Uses of StartModelRequest.Builder in software.amazon.awssdk.services.lookoutvision
Method parameters in software.amazon.awssdk.services.lookoutvision with type arguments of type StartModelRequest.Builder 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 StartModelResponseLookoutVisionClient. startModel(Consumer<StartModelRequest.Builder> startModelRequest)Starts the running of the version of an Amazon Lookout for Vision model. -
Uses of StartModelRequest.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return StartModelRequest.Builder Modifier and Type Method Description static StartModelRequest.BuilderStartModelRequest. builder()StartModelRequest.BuilderStartModelRequest.Builder. clientToken(String clientToken)ClientToken is an idempotency token that ensures a call toStartModelcompletes only once.StartModelRequest.BuilderStartModelRequest.Builder. maxInferenceUnits(Integer maxInferenceUnits)The maximum number of inference units to use for auto-scaling the model.StartModelRequest.BuilderStartModelRequest.Builder. minInferenceUnits(Integer minInferenceUnits)The minimum number of inference units to use.StartModelRequest.BuilderStartModelRequest.Builder. modelVersion(String modelVersion)The version of the model that you want to start.StartModelRequest.BuilderStartModelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartModelRequest.BuilderStartModelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartModelRequest.BuilderStartModelRequest.Builder. projectName(String projectName)The name of the project that contains the model that you want to start.StartModelRequest.BuilderStartModelRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type StartModelRequest.Builder Modifier and Type Method Description static Class<? extends StartModelRequest.Builder>StartModelRequest. serializableBuilderClass()
-