Class: Aws::LookoutEquipment::Types::DescribeModelVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_promotion_resultString

Indicates whether the model version was promoted to be the active version after retraining or if there was an error with or cancellation of the retraining.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#auto_promotion_result_reasonString

Indicates the reason for the ‘AutoPromotionResult`. For example, a model might not be promoted if its performance was worse than the active version, if there was an error during training, or if the retraining scheduler was using `MANUAL` promote mode. The model will be promoted in `MANAGED` promote mode if the performance is better than the previous model.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Indicates the time and date at which the machine learning model version was created.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#data_pre_processing_configurationTypes::DataPreProcessingConfiguration

The configuration is the ‘TargetSamplingRate`, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the `TargetSamplingRate` is 1 minute.

When providing a value for the ‘TargetSamplingRate`, you must attach the prefix “PT” to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H



1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset used to train the model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the dataset used to train the model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_data_end_timeTime

The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_data_start_timeTime

The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failed_reasonString

The failure message if the training of the model version failed.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#import_job_end_timeTime

The date and time when the import job completed. This field appears if the model version was imported.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#import_job_start_timeTime

The date and time when the import job began. This field appears if the model version was imported.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#imported_data_size_in_bytesInteger

The size in bytes of the imported data. This field appears if the model version was imported.

Returns:

  • (Integer)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#labels_input_configurationTypes::LabelsInputConfiguration

Contains the configuration information for the S3 location being used to hold label data.



1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

Indicates the last time the machine learning model version was updated.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#model_metricsString

Shows an aggregated summary, in JSON format, of the model’s performance within the evaluation time range. These metrics are created when evaluating the model.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the machine learning model that this version belongs to.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#model_versionInteger

The version of the machine learning model.

Returns:

  • (Integer)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#model_version_arnString

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

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#off_conditionString

Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#prior_model_metricsString

If the model version was retrained, this field shows a summary of the performance of the prior model on the new training range. You can use the information in this JSON-formatted object to compare the new model version and the prior model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#retraining_available_data_in_daysInteger

Indicates the number of days of data used in the most recent scheduled retraining run.

Returns:

  • (Integer)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role that was used to train the model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The schema of the data used to train the model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_kms_key_idString

The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#source_model_version_arnString

If model version was imported, then this field is the arn of the source model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

Indicates whether this model version was created by training or by importing.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the model version.

Returns:

  • (String)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_end_timeTime

The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_start_timeTime

The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#training_execution_end_timeTime

The time when the training of the version completed.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end

#training_execution_start_timeTime

The time when the training of the version began.

Returns:

  • (Time)


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1755

class DescribeModelVersionResponse < Struct.new(
  :model_name,
  :model_arn,
  :model_version,
  :model_version_arn,
  :status,
  :source_type,
  :dataset_name,
  :dataset_arn,
  :schema,
  :labels_input_configuration,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :training_execution_start_time,
  :training_execution_end_time,
  :failed_reason,
  :model_metrics,
  :last_updated_time,
  :created_at,
  :server_side_kms_key_id,
  :off_condition,
  :source_model_version_arn,
  :import_job_start_time,
  :import_job_end_time,
  :imported_data_size_in_bytes,
  :prior_model_metrics,
  :retraining_available_data_in_days,
  :auto_promotion_result,
  :auto_promotion_result_reason)
  SENSITIVE = []
  include Aws::Structure
end