Class: Aws::Personalize::Types::DatasetSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetSchema
- 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
-
#creation_date_time ⇒ Time
The date and time (in Unix time) that the schema was created.
-
#domain ⇒ String
The domain of a schema that you created for a dataset in a Domain dataset group.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the schema was last updated.
-
#name ⇒ String
The name of the schema.
-
#schema ⇒ String
The schema.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix time) that the schema was created.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The domain of a schema that you created for a dataset in a Domain dataset group.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the schema was last updated.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schema.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The schema.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-personalize/types.rb', line 2549 class DatasetSchema < Struct.new( :name, :schema_arn, :schema, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |