Skip to main content

IRekognitionProjectVersionDescription

Interface in AWS.Rekognition

Interface for ProjectVersionDescription.

Properties

BaseModelVersion

property BaseModelVersion: string

The base detection model version used to create the project version.

BillableTrainingTimeInSeconds

property BillableTrainingTimeInSeconds: TOptional<Int64>

The duration in seconds, that you were billed for a succesful training of the model version.

CreationTimestamp

property CreationTimestamp: TOptional<TDateTime>

The date and time that training started.

EvaluationResult

property EvaluationResult: IRekognitionEvaluationResult

Type: IRekognitionEvaluationResult

The training results.

Feature

property Feature: string

The feature that was customized.

Valid values: CONTENT_MODERATION | CUSTOM_LABELS.

FeatureConfig

property FeatureConfig: IRekognitionCustomizationFeatureConfig

Type: IRekognitionCustomizationFeatureConfig

Feature specific configuration that was applied during training.

KmsKeyId

property KmsKeyId: string

The ID of the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training.

ManifestSummary

property ManifestSummary: IRekognitionGroundTruthManifest

Type: IRekognitionGroundTruthManifest

The location of the summary manifest.

The summary manifest provides aggregate data validation results for the training and test datasets.

MaxInferenceUnits

property MaxInferenceUnits: TOptional<Integer>

The maximum number of inference units Amazon Rekognition uses to auto-scale the model.

Applies only to Custom Labels projects.

MinInferenceUnits

property MinInferenceUnits: TOptional<Integer>

The minimum number of inference units Amazon Rekognition uses to auto-scale the model.

Applies only to Custom Labels projects.

OutputConfig

property OutputConfig: IRekognitionOutputConfig

Type: IRekognitionOutputConfig

The location where training results are saved.

ProjectVersionArn

property ProjectVersionArn: TARN

The Amazon Resource Name (ARN) of the project version.

SourceProjectVersionArn

property SourceProjectVersionArn: TARN

The Amazon Resource Name (ARN) of the source model version.

Set if the model version was copied from a different project.

Status

property Status: string

The current status of the model version.

Valid values: TRAINING_IN_PROGRESS | TRAINING_COMPLETED | TRAINING_FAILED | STARTING | RUNNING | FAILED | STOPPING | STOPPED | DELETING | COPYING_IN_PROGRESS | COPYING_COMPLETED | COPYING_FAILED | DEPRECATED | EXPIRED.

StatusMessage

property StatusMessage: string

A descriptive message for an error or warning that occurred.

TestingDataResult

property TestingDataResult: IRekognitionTestingDataResult

Type: IRekognitionTestingDataResult

Information about the testing results.

TrainingDataResult

property TrainingDataResult: IRekognitionTrainingDataResult

Type: IRekognitionTrainingDataResult

Information about the training results.

TrainingEndTimestamp

property TrainingEndTimestamp: TOptional<TDateTime>

The date and time that training the model ended.

VersionDescription

property VersionDescription: string

The user-provided description of the project version.