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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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

#domainString

The domain of a schema that you created for a dataset in a Domain dataset group.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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

#last_updated_date_timeTime

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

Returns:

  • (Time)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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

#nameString

The name of the schema.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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

#schemaString

The schema.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2270

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