Uses of Class
software.amazon.awssdk.services.personalize.model.IngestionMode
-
Packages that use IngestionMode Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of IngestionMode in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return IngestionMode Modifier and Type Method Description static IngestionModeIngestionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionModeCreateDatasetExportJobRequest. ingestionMode()The data to export, based on how you imported the data.IngestionModeDatasetExportJob. ingestionMode()The data to export, based on how you imported the data.static IngestionModeIngestionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionMode[]IngestionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type IngestionMode Modifier and Type Method Description static Set<IngestionMode>IngestionMode. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type IngestionMode Modifier and Type Method Description CreateDatasetExportJobRequest.BuilderCreateDatasetExportJobRequest.Builder. ingestionMode(IngestionMode ingestionMode)The data to export, based on how you imported the data.DatasetExportJob.BuilderDatasetExportJob.Builder. ingestionMode(IngestionMode ingestionMode)The data to export, based on how you imported the data.
-