| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetGroup |
DatasetGroup.clone() |
DatasetGroup |
DescribeDatasetGroupResult.getDatasetGroup()
A listing of the dataset group's properties.
|
DatasetGroup |
DatasetGroup.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the dataset group.
|
DatasetGroup |
DatasetGroup.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroup |
DatasetGroup.withDomain(Domain domain)
The domain of a Domain dataset group.
|
DatasetGroup |
DatasetGroup.withDomain(String domain)
The domain of a Domain dataset group.
|
DatasetGroup |
DatasetGroup.withFailureReason(String failureReason)
If creating a dataset group fails, provides the reason why.
|
DatasetGroup |
DatasetGroup.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.
|
DatasetGroup |
DatasetGroup.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset group.
|
DatasetGroup |
DatasetGroup.withName(String name)
The name of the dataset group.
|
DatasetGroup |
DatasetGroup.withRoleArn(String roleArn)
The ARN of the IAM role that has permissions to create the dataset group.
|
DatasetGroup |
DatasetGroup.withStatus(String status)
The current status of the dataset group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetGroupResult.setDatasetGroup(DatasetGroup datasetGroup)
A listing of the dataset group's properties.
|
DescribeDatasetGroupResult |
DescribeDatasetGroupResult.withDatasetGroup(DatasetGroup datasetGroup)
A listing of the dataset group's properties.
|
Copyright © 2023. All rights reserved.