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

Class: Aws::ForecastService::Types::DescribeDatasetGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset group was created.

Returns:

  • (Time)

    When the dataset group was created.

#dataset_arnsArray<String>

An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

Returns:

  • (Array<String>)

    An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

#dataset_group_arnString

The ARN of the dataset group.

Returns:

  • (String)

    The ARN of the dataset group.

#dataset_group_nameString

The name of the dataset group.

Returns:

  • (String)

    The name of the dataset group.

#domainString

The domain associated with the dataset group.

Possible values:

  • RETAIL
  • CUSTOM
  • INVENTORY_PLANNING
  • EC2_CAPACITY
  • WORK_FORCE
  • WEB_TRAFFIC
  • METRICS

Returns:

  • (String)

    The domain associated with the dataset group.

#last_modification_timeTime

When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call.

Returns:

  • (Time)

    When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.

#statusString

The status of the dataset group. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

  • UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED

The UPDATE states apply when you call the UpdateDatasetGroup operation.

The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor.

Returns:

  • (String)

    The status of the dataset group.