Rekognition Project Version

Rekognition Project Version represents a trained model version within Amazon Rekognition Custom Labels. It contains details about the model such as its status, training and evaluation metrics, creation time, and associated project. Each project version is a snapshot of a trained model that can be deployed for image or video analysis tasks like object detection or classification.

aws.rekognition_project_version

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
base_model_versioncorestringThe base detection model version used to create the project version.
billable_training_time_in_secondscoreint64The 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.
creation_timestampcoretimestampThe Unix datetime for the date and time that training started.
evaluation_resultcorejsonThe training results. EvaluationResult is only returned if training is successful.
featurecorestringThe feature that was customized.
feature_configcorejsonFeature specific configuration that was applied during training.
kms_key_idcorestringThe identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training.
manifest_summarycorejsonThe location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.
max_inference_unitscoreint64The maximum number of inference units Amazon Rekognition uses to auto-scale the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
min_inference_unitscoreint64The minimum number of inference units used by the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
output_configcorejsonThe location where training results are saved.
project_version_arncorestringThe Amazon Resource Name (ARN) of the project version.
source_project_version_arncorestringIf the model version was copied from a different project, SourceProjectVersionArn contains the ARN of the source model version.
statuscorestringThe current status of the model version.
status_messagecorestringA descriptive message for an error or warning that occurred.
tagscorehstore
testing_data_resultcorejsonContains information about the testing results.
training_data_resultcorejsonContains information about the training results.
training_end_timestampcoretimestampThe Unix date and time that training of the model ended.
version_descriptioncorestringA user-provided description of the project version.