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_time ⇒ Time

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_arn ⇒ String

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_arn ⇒ String

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

Returns:

  • (String) —

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

#dataset_type ⇒ String

One of the following values:

  • Interactions

  • Items

  • Users

Returns:

  • (String) —

    One of the following values:.

#last_updated_date_time ⇒ Time

A time stamp that shows when the dataset was updated.

Returns:

  • (Time) —

    A time stamp that shows when the dataset was updated.

#name ⇒ String

The name of the dataset.

Returns:

  • (String) —

    The name of the dataset.

#schema_arn ⇒ String

The ARN of the associated schema.

Returns:

  • (String) —

    The ARN of the associated schema.

#status ⇒ String

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.