Uses of Class
software.amazon.awssdk.services.personalize.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of DataSource in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return DataSource Modifier and Type Method Description DataSourceCreateDataDeletionJobRequest. dataSource()The Amazon S3 bucket that contains the list of userIds of the users to delete.DataSourceCreateDatasetImportJobRequest. dataSource()The Amazon S3 bucket that contains the training data to import.DataSourceDataDeletionJob. dataSource()Returns the value of the DataSource property for this object.DataSourceDatasetImportJob. dataSource()The Amazon S3 bucket that contains the training data to import.Methods in software.amazon.awssdk.services.personalize.model with parameters of type DataSource Modifier and Type Method Description CreateDataDeletionJobRequest.BuilderCreateDataDeletionJobRequest.Builder. dataSource(DataSource dataSource)The Amazon S3 bucket that contains the list of userIds of the users to delete.CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. dataSource(DataSource dataSource)The Amazon S3 bucket that contains the training data to import.DataDeletionJob.BuilderDataDeletionJob.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.DatasetImportJob.BuilderDatasetImportJob.Builder. dataSource(DataSource dataSource)The Amazon S3 bucket that contains the training data to import.
-