Class: Aws::Personalize::Types::DescribeDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::Dataset

A listing of the dataset’s properties.

Returns:



2126
2127
2128
2129
2130
# File 'lib/aws-sdk-personalize/types.rb', line 2126

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