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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/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 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 627

class DescribeModelResponse < Struct.new(
  :model_description)
  SENSITIVE = []
  include Aws::Structure
end