public static interface CreateDatasetImportJobRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetImportJobRequest.Builder,CreateDatasetImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetImportJobRequest.Builder |
datasetArn(String datasetArn)
The ARN of the dataset that receives the imported data.
|
default CreateDatasetImportJobRequest.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The Amazon S3 bucket that contains the training data to import.
|
CreateDatasetImportJobRequest.Builder |
dataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
CreateDatasetImportJobRequest.Builder |
importMode(ImportMode importMode)
Specify how to add the new records to an existing dataset.
|
CreateDatasetImportJobRequest.Builder |
importMode(String importMode)
Specify how to add the new records to an existing dataset.
|
CreateDatasetImportJobRequest.Builder |
jobName(String jobName)
The name for the dataset import job.
|
CreateDatasetImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatasetImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDatasetImportJobRequest.Builder |
publishAttributionMetricsToS3(Boolean publishAttributionMetricsToS3)
If you created a metric attribution, specify whether to publish metrics for this import job to Amazon S3
|
CreateDatasetImportJobRequest.Builder |
roleArn(String roleArn)
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
|
CreateDatasetImportJobRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to
apply to the dataset import job.
|
CreateDatasetImportJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the dataset import job.
|
CreateDatasetImportJobRequest.Builder |
tags(Tag... tags)
A list of tags to
apply to the dataset import job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetImportJobRequest.Builder jobName(String jobName)
The name for the dataset import job.
jobName - The name for the dataset import job.CreateDatasetImportJobRequest.Builder datasetArn(String datasetArn)
The ARN of the dataset that receives the imported data.
datasetArn - The ARN of the dataset that receives the imported data.CreateDatasetImportJobRequest.Builder dataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
dataSource - The Amazon S3 bucket that contains the training data to import.default CreateDatasetImportJobRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The Amazon S3 bucket that contains the training data to import.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)CreateDatasetImportJobRequest.Builder roleArn(String roleArn)
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
roleArn - The ARN of the IAM role that has permissions to read from the Amazon S3 data source.CreateDatasetImportJobRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset import job.
tags - A list of tags
to apply to the dataset import job.CreateDatasetImportJobRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset import job.
tags - A list of tags
to apply to the dataset import job.CreateDatasetImportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the dataset import job.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDatasetImportJobRequest.Builder importMode(String importMode)
Specify how to add the new records to an existing dataset. The default import mode is FULL. If
you haven't imported bulk records into the dataset previously, you can only specify FULL.
Specify FULL to overwrite all existing bulk data in your dataset. Data you imported individually
is not replaced.
Specify INCREMENTAL to append the new records to the existing data in your dataset. Amazon
Personalize replaces any record with the same ID with the new one.
importMode - Specify how to add the new records to an existing dataset. The default import mode is
FULL. If you haven't imported bulk records into the dataset previously, you can only
specify FULL.
Specify FULL to overwrite all existing bulk data in your dataset. Data you imported
individually is not replaced.
Specify INCREMENTAL to append the new records to the existing data in your dataset.
Amazon Personalize replaces any record with the same ID with the new one.
ImportMode,
ImportModeCreateDatasetImportJobRequest.Builder importMode(ImportMode importMode)
Specify how to add the new records to an existing dataset. The default import mode is FULL. If
you haven't imported bulk records into the dataset previously, you can only specify FULL.
Specify FULL to overwrite all existing bulk data in your dataset. Data you imported individually
is not replaced.
Specify INCREMENTAL to append the new records to the existing data in your dataset. Amazon
Personalize replaces any record with the same ID with the new one.
importMode - Specify how to add the new records to an existing dataset. The default import mode is
FULL. If you haven't imported bulk records into the dataset previously, you can only
specify FULL.
Specify FULL to overwrite all existing bulk data in your dataset. Data you imported
individually is not replaced.
Specify INCREMENTAL to append the new records to the existing data in your dataset.
Amazon Personalize replaces any record with the same ID with the new one.
ImportMode,
ImportModeCreateDatasetImportJobRequest.Builder publishAttributionMetricsToS3(Boolean publishAttributionMetricsToS3)
If you created a metric attribution, specify whether to publish metrics for this import job to Amazon S3
publishAttributionMetricsToS3 - If you created a metric attribution, specify whether to publish metrics for this import job to Amazon
S3CreateDatasetImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.