class Aws::Personalize::Types::DatasetGroupSummary

Provides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.

@!attribute [rw] name

The name of the dataset group.
@return [String]

@!attribute [rw] dataset_group_arn

The Amazon Resource Name (ARN) of the dataset group.
@return [String]

@!attribute [rw] status

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
@return [String]

@!attribute [rw] creation_date_time

The date and time (in Unix time) that the dataset group was created.
@return [Time]

@!attribute [rw] last_updated_date_time

The date and time (in Unix time) that the dataset group was last
updated.
@return [Time]

@!attribute [rw] failure_reason

If creating a dataset group fails, the reason behind the failure.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DatasetGroupSummary AWS API Documentation

Constants

SENSITIVE