You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::ProjectVersionDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The description of a version of a model.

Instance Attribute Summary collapse

Instance Attribute Details

#billable_training_time_in_secondsInteger

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.

Returns:

  • (Integer)

    The duration, in seconds, that the model version has been billed for training.

#creation_timestampTime

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

Returns:

  • (Time)

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

#evaluation_resultTypes::EvaluationResult

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

Returns:

#manifest_summaryTypes::GroundTruthManifest

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

Returns:

#min_inference_unitsInteger

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

Returns:

  • (Integer)

    The minimum number of inference units used by the model.

#output_configTypes::OutputConfig

The location where training results are saved.

Returns:

#project_version_arnString

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

Returns:

  • (String)

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

#statusString

The current status of the model version.

Possible values:

  • TRAINING_IN_PROGRESS
  • TRAINING_COMPLETED
  • TRAINING_FAILED
  • STARTING
  • RUNNING
  • FAILED
  • STOPPING
  • STOPPED
  • DELETING

Returns:

  • (String)

    The current status of the model version.

#status_messageString

A descriptive message for an error or warning that occurred.

Returns:

  • (String)

    A descriptive message for an error or warning that occurred.

#testing_data_resultTypes::TestingDataResult

Contains information about the testing results.

Returns:

#training_data_resultTypes::TrainingDataResult

Contains information about the training results.

Returns:

#training_end_timestampTime

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

Returns:

  • (Time)

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