Class: Aws::LookoutEquipment::Types::DescribeModelVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeModelVersionRequest
- 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 that this version belongs to.
-
#model_version ⇒ Integer
The version of the machine learning model.
Instance Attribute Details
#model_name ⇒ String
The name of the machine learning model that this version belongs to.
1634 1635 1636 1637 1638 1639 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1634 class DescribeModelVersionRequest < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ Integer
The version of the machine learning model.
1634 1635 1636 1637 1638 1639 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1634 class DescribeModelVersionRequest < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |