You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::DatasetGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 AWS Key Management Service (KMS) key to encrypt the datasets in the group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ Time

The creation date and time (in Unix time) of the dataset group.

Returns:

  • (Time) —

    The creation date and time (in Unix time) of the dataset group.

#dataset_group_arn ⇒ String

The Amazon Resource Name (ARN) of the dataset group.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the dataset group.

#failure_reason ⇒ String

If creating a dataset group fails, provides the reason why.

Returns:

  • (String) —

    If creating a dataset group fails, provides the reason why.

#kms_key_arn ⇒ String

The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.

#last_updated_date_time ⇒ Time

The last update date and time (in Unix time) of the dataset group.

Returns:

  • (Time) —

    The last update date and time (in Unix time) of the dataset group.

#name ⇒ String

The name of the dataset group.

Returns:

  • (String) —

    The name of the dataset group.

#role_arn ⇒ String

The ARN of the IAM role that has permissions to create the dataset group.

Returns:

  • (String) —

    The ARN of the IAM role that has permissions to create the dataset group.

#status ⇒ String

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

Returns:

  • (String) —

    The current status of the dataset group.