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

Class: Aws::Personalize::Types::Dataset

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

Overview

Provides metadata for a dataset.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)

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

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset that you want metadata for.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset that you want metadata for.

#dataset_group_arnString

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

Returns:

  • (String)

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

#dataset_typeString

One of the following values:

  • Interactions

  • Items

  • Users

Returns:

  • (String)

    One of the following values:.

#last_updated_date_timeTime

A time stamp that shows when the dataset was updated.

Returns:

  • (Time)

    A time stamp that shows when the dataset was updated.

#nameString

The name of the dataset.

Returns:

  • (String)

    The name of the dataset.

#schema_arnString

The ARN of the associated schema.

Returns:

  • (String)

    The ARN of the associated schema.

#statusString

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

Returns:

  • (String)

    The status of the dataset.