Class: Aws::LookoutEquipment::Types::UpdateActiveModelVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::UpdateActiveModelVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the machine learning model for which the active model version is being set.
-
#model_version ⇒ Integer
The version of the machine learning model for which the active model version is being set.
Instance Attribute Details
#model_name ⇒ String
The name of the machine learning model for which the active model version is being set.
4326 4327 4328 4329 4330 4331 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4326 class UpdateActiveModelVersionRequest < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ Integer
The version of the machine learning model for which the active model version is being set.
4326 4327 4328 4329 4330 4331 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4326 class UpdateActiveModelVersionRequest < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |