DatasetGroup

A dataset group is a collection of related datasets (Item interactions, Users, Items, Actions, Action interactions). You create a dataset group by calling CreateDatasetGroup. You then create a dataset and add it to a dataset group by calling CreateDataset. The dataset group is used to create and train a solution by calling CreateSolution. A dataset group can contain only one of each type of dataset.

You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.

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 group.

Link copied to clipboard

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

Link copied to clipboard

The domain of a Domain dataset group.

Link copied to clipboard

If creating a dataset group fails, provides the reason why.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.

Link copied to clipboard

The last update date and time (in Unix time) of the dataset group.

Link copied to clipboard
val name: String?

The name of the dataset group.

Link copied to clipboard

The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.

Link copied to clipboard

The current status of the dataset group.

Functions

Link copied to clipboard
inline fun copy(block: DatasetGroup.Builder.() -> Unit = {}): DatasetGroup
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