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

Class: Aws::ForecastService::Types::DatasetSummary

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

Overview

Provides a summary of the dataset properties used in the ListDatasets operation. To get the complete set of properties, call the DescribeDataset operation, and provide the DatasetArn.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset was created.

Returns:

  • (Time)

    When the dataset was created.

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset.

#dataset_nameString

The name of the dataset.

Returns:

  • (String)

    The name of the dataset.

#dataset_typeString

The dataset type.

Possible values:

  • TARGET_TIME_SERIES
  • RELATED_TIME_SERIES
  • ITEM_METADATA

Returns:

  • (String)

    The dataset type.

#domainString

The domain associated with the dataset.

Possible values:

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

Returns:

  • (String)

    The domain associated with the dataset.

#last_modification_timeTime

When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

Returns:

  • (Time)

    When you create a dataset, LastModificationTime is the same as CreationTime.