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].

[1]: docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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)


2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-personalize/types.rb', line 2261

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