Class: Aws::Personalize::Types::DatasetSchema

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

Overview

Describes the schema for a dataset. For more information on schemas, see CreateSchema.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the schema was created.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class DatasetSchema < Struct.new(
  :name,
  :schema_arn,
  :schema,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the schema was last updated.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class DatasetSchema < Struct.new(
  :name,
  :schema_arn,
  :schema,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schema.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class DatasetSchema < Struct.new(
  :name,
  :schema_arn,
  :schema,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The schema.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class DatasetSchema < Struct.new(
  :name,
  :schema_arn,
  :schema,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class DatasetSchema < Struct.new(
  :name,
  :schema_arn,
  :schema,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end