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
| Name | Description |
|---|---|
AProjectVersionArn | Specify the Amazon Resource Name (ARN) of the model version that you want to start. |
AMinInferenceUnits | Specify 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
| Name | Description |
|---|---|
AProjectVersionArn | Specify the Amazon Resource Name (ARN) of the model version that you want to start. |
AMinInferenceUnits | Specify the minimum number of inference units to use. A single inference unit represents 1 hour of processing. |
AMaxInferenceUnits | Specify the maximum number of inference units to use for auto-scaling the model. |