public static interface StartProjectVersionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartProjectVersionRequest.Builder |
minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units to use.
|
StartProjectVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartProjectVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartProjectVersionRequest.Builder |
projectVersionArn(String projectVersionArn)
The Amazon Resource Name(ARN) of the model version that you want to start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartProjectVersionRequest.Builder projectVersionArn(String projectVersionArn)
The Amazon Resource Name(ARN) of the model version that you want to start.
projectVersionArn - The Amazon Resource Name(ARN) of the model version that you want to start.StartProjectVersionRequest.Builder minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units to use. A single inference unit represents 1 hour of processing and can support up to 5 Transaction Pers Second (TPS). Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.
minInferenceUnits - The minimum number of inference units to use. A single inference unit represents 1 hour of processing
and can support up to 5 Transaction Pers Second (TPS). Use a higher number to increase the TPS
throughput of your model. You are charged for the number of inference units that you use.StartProjectVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartProjectVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.