Skip to main content

TRekognitionStartProjectVersionRequest

Class in AWS.Rekognition

StartProjectVersion request class.

Ancestors

Properties

MaxInferenceUnits

property MaxInferenceUnits: TOptional<Integer>

MinInferenceUnits

property MinInferenceUnits: Integer

ProjectVersionArn

property ProjectVersionArn: TARN

Constructors

Create

constructor Create(const AProjectVersionArn: TARN; const AMinInferenceUnits: Integer); overload;

Constructor for TRekognitionStartProjectVersionRequest.

Parameters

NameDescription
AProjectVersionArnSpecify the Amazon Resource Name (ARN) of the model version that you want to start.
AMinInferenceUnitsSpecify the minimum number of inference units to use. A single inference unit represents 1 hour of processing.

constructor Create(const AProjectVersionArn: TARN; const AMinInferenceUnits, AMaxInferenceUnits: Integer); overload;

Constructor for TRekognitionStartProjectVersionRequest.

Parameters

NameDescription
AProjectVersionArnSpecify the Amazon Resource Name (ARN) of the model version that you want to start.
AMinInferenceUnitsSpecify the minimum number of inference units to use. A single inference unit represents 1 hour of processing.
AMaxInferenceUnitsSpecify the maximum number of inference units to use for auto-scaling the model.