Class: Aws::LookoutforVision::Types::DescribeDatasetResponse

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

#dataset_descriptionTypes::DatasetDescription

The description of the requested dataset.



567
568
569
570
571
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 567

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