Class: Aws::LookoutforVision::Types::DescribeModelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_descriptionTypes::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