Interface StartProjectVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>,RekognitionRequest.Builder,SdkBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartProjectVersionRequest
public static interface StartProjectVersionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartProjectVersionRequest.BuildermaxInferenceUnits(Integer maxInferenceUnits)The maximum number of inference units to use for auto-scaling the model.StartProjectVersionRequest.BuilderminInferenceUnits(Integer minInferenceUnits)The minimum number of inference units to use.StartProjectVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartProjectVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartProjectVersionRequest.BuilderprojectVersionArn(String projectVersionArn)The Amazon Resource Name(ARN) of the model version that you want to start.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectVersionArn
StartProjectVersionRequest.Builder projectVersionArn(String projectVersionArn)
The Amazon Resource Name(ARN) of the model version that you want to start.
- Parameters:
projectVersionArn- The Amazon Resource Name(ARN) of the model version that you want to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minInferenceUnits
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxInferenceUnits
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartProjectVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartProjectVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-