| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.clone() |
Dataset |
DescribeDatasetResult.getDataset()
A listing of the dataset's properties.
|
Dataset |
Dataset.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the dataset.
|
Dataset |
Dataset.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
|
Dataset |
Dataset.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
Dataset |
Dataset.withDatasetType(String datasetType)
One of the following values:
|
Dataset |
Dataset.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A time stamp that shows when the dataset was updated.
|
Dataset |
Dataset.withName(String name)
The name of the dataset.
|
Dataset |
Dataset.withSchemaArn(String schemaArn)
The ARN of the associated schema.
|
Dataset |
Dataset.withStatus(String status)
The status of the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setDataset(Dataset dataset)
A listing of the dataset's properties.
|
DescribeDatasetResult |
DescribeDatasetResult.withDataset(Dataset dataset)
A listing of the dataset's properties.
|
Copyright © 2020. All rights reserved.