class Aws::Personalize::Types::DatasetGroup

A dataset group is a collection of related datasets (Interactions, User, and Item). You create a dataset group by calling CreateDatasetGroup. You then create a dataset and add it to a dataset group by calling CreateDataset. The dataset group is used to create and train a solution by calling CreateSolution. A dataset group can contain only one of each type of dataset.

You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.

@!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 current 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] role_arn

The ARN of the IAM role that has permissions to create the dataset
group.
@return [String]

@!attribute [rw] kms_key_arn

The Amazon Resource Name (ARN) of the Key Management Service (KMS)
key used to encrypt the datasets.
@return [String]

@!attribute [rw] creation_date_time

The creation date and time (in Unix time) of the dataset group.
@return [Time]

@!attribute [rw] last_updated_date_time

The last update date and time (in Unix time) of the dataset group.
@return [Time]

@!attribute [rw] failure_reason

If creating a dataset group fails, provides the reason why.
@return [String]

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

Constants

SENSITIVE