| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetGroupSummary |
DatasetGroupSummary.clone() |
DatasetGroupSummary |
DatasetGroupSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset group was created.
|
DatasetGroupSummary |
DatasetGroupSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary |
DatasetGroupSummary.withFailureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
|
DatasetGroupSummary |
DatasetGroupSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
|
DatasetGroupSummary |
DatasetGroupSummary.withName(String name)
The name of the dataset group.
|
DatasetGroupSummary |
DatasetGroupSummary.withStatus(String status)
The status of the dataset group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetGroupSummary> |
ListDatasetGroupsResult.getDatasetGroups()
The list of your dataset groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResult |
ListDatasetGroupsResult.withDatasetGroups(DatasetGroupSummary... datasetGroups)
The list of your dataset groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetGroupsResult.setDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResult |
ListDatasetGroupsResult.withDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
|
Copyright © 2021. All rights reserved.