You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Personalize::Types::DatasetGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetGroupSummary
- Defined in:
- (unknown)
Overview
Provides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix time) that the dataset group was created.
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
-
#failure_reason ⇒ String
If creating a dataset group fails, the reason behind the failure.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the dataset group was last updated.
-
#name ⇒ String
The name of the dataset group.
-
#status ⇒ String
The status of the dataset group.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix time) that the dataset group was created.
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
#failure_reason ⇒ String
If creating a dataset group fails, the reason behind the failure.
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the dataset group was last updated.
#name ⇒ String
The name of the dataset group.
#status ⇒ String
The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING