Class: Aws::LookoutEquipment::Types::DatasetSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Provides information about the data schema used with the given dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inline_data_schemaString

The data schema used within the given dataset.

Returns:

  • (String)


749
750
751
752
753
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 749

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