Class: Aws::Personalize::Types::DatasetSchemaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetSchemaSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of a dataset schema. For a complete listing, call the [DescribeSchema] API.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeSchema.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_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.
2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/aws-sdk-personalize/types.rb', line 2590 class DatasetSchemaSummary < Struct.new( :name, :schema_arn, :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.
2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/aws-sdk-personalize/types.rb', line 2590 class DatasetSchemaSummary < Struct.new( :name, :schema_arn, :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.
2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/aws-sdk-personalize/types.rb', line 2590 class DatasetSchemaSummary < Struct.new( :name, :schema_arn, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schema.
2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/aws-sdk-personalize/types.rb', line 2590 class DatasetSchemaSummary < Struct.new( :name, :schema_arn, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/aws-sdk-personalize/types.rb', line 2590 class DatasetSchemaSummary < Struct.new( :name, :schema_arn, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |