public static interface StartProjectVersionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartProjectVersionRequest.Builder |
maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units to use for auto-scaling the model.
|
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.
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.
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 maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.
maxInferenceUnits - The maximum number of inference units to use for auto-scaling the model. If you don't specify a value,
Amazon Rekognition Custom Labels doesn't auto-scale the model.StartProjectVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartProjectVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.