Class DatasetImportJob

java.lang.Object
software.amazon.awssdk.services.personalize.model.DatasetImportJob
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DatasetImportJob.Builder,DatasetImportJob>

@Generated("software.amazon.awssdk:codegen") public final class DatasetImportJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetImportJob.Builder,DatasetImportJob>

Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob.

A dataset ACTIVE -or- CREATE FAILED

See Also:
  • Method Details

    • jobName

      public final String jobName()

      The name of the import job.

      Returns:
      The name of the import job.
    • datasetImportJobArn

      public final String datasetImportJobArn()

      The ARN of the dataset import job.

      Returns:
      The ARN of the dataset import job.
    • datasetArn

      public final String datasetArn()

      The Amazon Resource Name (ARN) of the dataset that receives the imported data.

      Returns:
      The Amazon Resource Name (ARN) of the dataset that receives the imported data.
    • dataSource

      public final DataSource dataSource()

      The Amazon S3 bucket that contains the training data to import.

      Returns:
      The Amazon S3 bucket that contains the training data to import.
    • roleArn

      public final String roleArn()

      The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

      Returns:
      The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
    • status

      public final String status()

      The status of the dataset ACTIVE -or- CREATE FAILED