Class: Aws::Personalize::Types::DatasetUpdateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetUpdateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Describes an update to a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the dataset update.
-
#failure_reason ⇒ String
If updating a dataset fails, provides the reason why.
-
#last_updated_date_time ⇒ Time
The last update date and time (in Unix time) of the dataset.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
-
#status ⇒ String
The status of the dataset update.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the dataset update.
2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-personalize/types.rb', line 2684 class DatasetUpdateSummary < Struct.new( :schema_arn, :status, :failure_reason, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If updating a dataset fails, provides the reason why.
2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-personalize/types.rb', line 2684 class DatasetUpdateSummary < Struct.new( :schema_arn, :status, :failure_reason, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The last update date and time (in Unix time) of the dataset.
2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-personalize/types.rb', line 2684 class DatasetUpdateSummary < Struct.new( :schema_arn, :status, :failure_reason, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-personalize/types.rb', line 2684 class DatasetUpdateSummary < Struct.new( :schema_arn, :status, :failure_reason, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dataset update.
2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-personalize/types.rb', line 2684 class DatasetUpdateSummary < Struct.new( :schema_arn, :status, :failure_reason, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |