Class: Aws::LookoutforVision::Types::DescribeModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_version ⇒ String
The version of the model that you want to describe.
-
#project_name ⇒ String
The project that contains the version of a model that you want to describe.
Instance Attribute Details
#model_version ⇒ String
The version of the model that you want to describe.
614 615 616 617 618 619 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 614 class DescribeModelRequest < Struct.new( :project_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The project that contains the version of a model that you want to describe.
614 615 616 617 618 619 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 614 class DescribeModelRequest < Struct.new( :project_name, :model_version) SENSITIVE = [] include Aws::Structure end |