| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
ImportMode.fromValue(String value)
Use this in place of valueOf.
|
static ImportMode |
ImportMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
ImportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary |
DatasetImportJobSummary.withImportMode(ImportMode importMode)
The import mode the dataset import job used to update the data in the dataset.
|
DatasetImportJob |
DatasetImportJob.withImportMode(ImportMode importMode)
The import mode used by the dataset import job to import new records.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withImportMode(ImportMode importMode)
Specify how to add the new records to an existing dataset.
|
Copyright © 2023. All rights reserved.