Dataset

class Dataset

Provides metadata for a dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

One of the following values:

Link copied to clipboard

A time stamp that shows when the dataset was updated.

Link copied to clipboard

Describes the latest update to the dataset.

Link copied to clipboard
val name: String?

The name of the dataset.

Link copied to clipboard

The ARN of the associated schema.

Link copied to clipboard

The status of the dataset.

Link copied to clipboard

The ID of the event tracker for an Action interactions dataset. You specify the tracker's ID in the PutActionInteractions API operation. Amazon Personalize uses it to direct new data to the Action interactions dataset in your dataset group.

Functions

Link copied to clipboard
inline fun copy(block: Dataset.Builder.() -> Unit = {}): Dataset
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String