A description of a version of an Amazon Rekognition Custom Labels model.

interface ProjectVersionDescription {
    BillableTrainingTimeInSeconds?: number;
    CreationTimestamp?: Date;
    EvaluationResult?: EvaluationResult;
    KmsKeyId?: string;
    ManifestSummary?: GroundTruthManifest;
    MaxInferenceUnits?: number;
    MinInferenceUnits?: number;
    OutputConfig?: OutputConfig;
    ProjectVersionArn?: string;
    SourceProjectVersionArn?: string;
    Status?: string;
    StatusMessage?: string;
    TestingDataResult?: TestingDataResult;
    TrainingDataResult?: TrainingDataResult;
    TrainingEndTimestamp?: Date;
}

Properties

BillableTrainingTimeInSeconds?: number

The duration, in seconds, that you were billed for a successful training of the model version. This value is only returned if the model version has been successfully trained.

CreationTimestamp?: Date

The Unix datetime for the date and time that training started.

EvaluationResult?: EvaluationResult

The training results. EvaluationResult is only returned if training is successful.

KmsKeyId?: string

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

ManifestSummary?: GroundTruthManifest

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

MaxInferenceUnits?: number

The maximum number of inference units Amazon Rekognition Custom Labels uses to auto-scale the model. For more information, see StartProjectVersion.

MinInferenceUnits?: number

The minimum number of inference units used by the model. For more information, see StartProjectVersion.

OutputConfig?: OutputConfig

The location where training results are saved.

ProjectVersionArn?: string

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

SourceProjectVersionArn?: string

If the model version was copied from a different project, SourceProjectVersionArn contains the ARN of the source model version.

Status?: string

The current status of the model version.

StatusMessage?: string

A descriptive message for an error or warning that occurred.

TestingDataResult?: TestingDataResult

Contains information about the testing results.

TrainingDataResult?: TrainingDataResult

Contains information about the training results.

TrainingEndTimestamp?: Date

The Unix date and time that training of the model ended.