Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalize_describe_dataset_import_job

Describes the dataset import job created by CreateDatasetImportJob, including the import job status


Description

Describes the dataset import job created by create_dataset_import_job, including the import job status.

Usage

personalize_describe_dataset_import_job(datasetImportJobArn)

Arguments

datasetImportJobArn

[required] The Amazon Resource Name (ARN) of the dataset import job to describe.

Value

A list with the following syntax:

list(
  datasetImportJob = list(
    jobName = "string",
    datasetImportJobArn = "string",
    datasetArn = "string",
    dataSource = list(
      dataLocation = "string"
    ),
    roleArn = "string",
    status = "string",
    creationDateTime = as.POSIXct(
      "2015-01-01"
    ),
    lastUpdatedDateTime = as.POSIXct(
      "2015-01-01"
    ),
    failureReason = "string"
  )
)

Request syntax

svc$describe_dataset_import_job(
  datasetImportJobArn = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.