| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
ImportMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImportMode |
DatasetImportJobSummary.importMode()
The import mode the dataset import job used to update the data in the dataset.
|
ImportMode |
CreateDatasetImportJobRequest.importMode()
Specify how to add the new records to an existing dataset.
|
ImportMode |
DatasetImportJob.importMode()
The import mode used by the dataset import job to import new records.
|
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 |
|---|---|
static Set<ImportMode> |
ImportMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary.Builder |
DatasetImportJobSummary.Builder.importMode(ImportMode importMode)
The import mode the dataset import job used to update the data in the dataset.
|
CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.importMode(ImportMode importMode)
Specify how to add the new records to an existing dataset.
|
DatasetImportJob.Builder |
DatasetImportJob.Builder.importMode(ImportMode importMode)
The import mode used by the dataset import job to import new records.
|
Copyright © 2022. All rights reserved.