class Aws::Personalize::Types::DatasetSummary

Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.

@!attribute [rw] name

The name of the dataset.
@return [String]

@!attribute [rw] dataset_arn

The Amazon Resource Name (ARN) of the dataset.
@return [String]

@!attribute [rw] dataset_type

The dataset type. One of the following values:

* Interactions

* Items

* Users

* Event-Interactions
@return [String]

@!attribute [rw] status

The status of the dataset.

A dataset can be in one of the following states:

* CREATE PENDING > CREATE IN\_PROGRESS > ACTIVE -or- CREATE
  FAILED

* DELETE PENDING > DELETE IN\_PROGRESS
@return [String]

@!attribute [rw] creation_date_time

The date and time (in Unix time) that the dataset was created.
@return [Time]

@!attribute [rw] last_updated_date_time

The date and time (in Unix time) that the dataset was last updated.
@return [Time]

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

Constants

SENSITIVE