Class: Aws::LookoutforVision::Types::DescribeModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_description ⇒ Types::ModelDescription
Contains the description of the model.
Instance Attribute Details
#model_description ⇒ Types::ModelDescription
Contains the description of the model.
627 628 629 630 631 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 627 class DescribeModelResponse < Struct.new( :model_description) SENSITIVE = [] include Aws::Structure end |