class Aws::Rekognition::Types::ProjectVersionDescription

The description of a version of a model.

@!attribute [rw] project_version_arn

The Amazon Resource Name (ARN) of the model version.
@return [String]

@!attribute [rw] creation_timestamp

The Unix datetime for the date and time that training started.
@return [Time]

@!attribute [rw] min_inference_units

The minimum number of inference units used by the model. For more
information, see StartProjectVersion.
@return [Integer]

@!attribute [rw] status

The current status of the model version.
@return [String]

@!attribute [rw] status_message

A descriptive message for an error or warning that occurred.
@return [String]

@!attribute [rw] billable_training_time_in_seconds

The duration, in seconds, that the model version has been billed for
training. This value is only returned if the model version has been
successfully trained.
@return [Integer]

@!attribute [rw] training_end_timestamp

The Unix date and time that training of the model ended.
@return [Time]

@!attribute [rw] output_config

The location where training results are saved.
@return [Types::OutputConfig]

@!attribute [rw] training_data_result

Contains information about the training results.
@return [Types::TrainingDataResult]

@!attribute [rw] testing_data_result

Contains information about the testing results.
@return [Types::TestingDataResult]

@!attribute [rw] evaluation_result

The training results. `EvaluationResult` is only returned if
training is successful.
@return [Types::EvaluationResult]

@!attribute [rw] manifest_summary

The location of the summary manifest. The summary manifest provides
aggregate data validation results for the training and test
datasets.
@return [Types::GroundTruthManifest]

@!attribute [rw] kms_key_id

The identifer for the AWS Key Management Service (AWS KMS) customer
master key that was used to encrypt the model during training.
@return [String]

Constants

SENSITIVE