Class: Aws::LookoutEquipment::Types::UpdateActiveModelVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::UpdateActiveModelVersionResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_active_version ⇒ Integer
The version that is currently active of the machine learning model for which the active model version was set.
-
#current_active_version_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
-
#model_name ⇒ String
The name of the machine learning model for which the active model version was set.
-
#previous_active_version ⇒ Integer
The previous version that was active of the machine learning model for which the active model version was set.
-
#previous_active_version_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
Instance Attribute Details
#current_active_version ⇒ Integer
The version that is currently active of the machine learning model for which the active model version was set.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |
#current_active_version_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the machine learning model for which the active model version was set.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |
#previous_active_version ⇒ Integer
The previous version that was active of the machine learning model for which the active model version was set.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |
#previous_active_version_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4365 class UpdateActiveModelVersionResponse < Struct.new( :model_name, :model_arn, :current_active_version, :previous_active_version, :current_active_version_arn, :previous_active_version_arn) SENSITIVE = [] include Aws::Structure end |