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
show all
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

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the dataset group was created.

Returns:

  • (Time)

    The date and time (in Unix time) that the dataset group was created.

#dataset_group_arnString

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

Returns:

  • (String)

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

#failure_reasonString

If creating a dataset group fails, the reason behind the failure.

Returns:

  • (String)

    If creating a dataset group fails, the reason behind the failure.

#last_updated_date_timeTime

The date and time (in Unix time) that the dataset group was last updated.

Returns:

  • (Time)

    The date and time (in Unix time) that the dataset group was last updated.

#nameString

The name of the dataset group.

Returns:

  • (String)

    The name of the dataset group.

#statusString

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

Returns:

  • (String)

    The status of the dataset group.