Values.DatasetGroupSourceA 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.
type nonrec t = {name : Name.t option;The name of the dataset group.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group.
*)status : Status.t option;The current status of the dataset group. A dataset group can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING
*)roleArn : RoleArn.t option;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.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.
*)creationDateTime : Date.t option;The creation date and time (in Unix time) of the dataset group.
*)lastUpdatedDateTime : Date.t option;The last update date and time (in Unix time) of the dataset group.
*)failureReason : FailureReason.t option;If creating a dataset group fails, provides the reason why.
*)domain : Domain.t option;The domain of a Domain dataset group.
*)}