| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetExportJob |
DatasetExportJob.clone() |
DatasetExportJob |
DescribeDatasetExportJobResult.getDatasetExportJob()
Information about the dataset export job, including the status.
|
DatasetExportJob |
DatasetExportJob.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the dataset export job.
|
DatasetExportJob |
DatasetExportJob.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to export.
|
DatasetExportJob |
DatasetExportJob.withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
DatasetExportJob |
DatasetExportJob.withFailureReason(String failureReason)
If a dataset export job fails, provides the reason why.
|
DatasetExportJob |
DatasetExportJob.withIngestionMode(IngestionMode ingestionMode)
The data to export, based on how you imported the data.
|
DatasetExportJob |
DatasetExportJob.withIngestionMode(String ingestionMode)
The data to export, based on how you imported the data.
|
DatasetExportJob |
DatasetExportJob.withJobName(String jobName)
The name of the export job.
|
DatasetExportJob |
DatasetExportJob.withJobOutput(DatasetExportJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
|
DatasetExportJob |
DatasetExportJob.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the status of the dataset export job was last updated.
|
DatasetExportJob |
DatasetExportJob.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3
bucket.
|
DatasetExportJob |
DatasetExportJob.withStatus(String status)
The status of the dataset export job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetExportJobResult.setDatasetExportJob(DatasetExportJob datasetExportJob)
Information about the dataset export job, including the status.
|
DescribeDatasetExportJobResult |
DescribeDatasetExportJobResult.withDatasetExportJob(DatasetExportJob datasetExportJob)
Information about the dataset export job, including the status.
|
Copyright © 2023. All rights reserved.