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

personalize_describe_batch_inference_job

Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations


Description

Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.

Usage

personalize_describe_batch_inference_job(batchInferenceJobArn)

Arguments

batchInferenceJobArn

[required] The ARN of the batch inference job to describe.

Value

A list with the following syntax:

list(
  batchInferenceJob = list(
    jobName = "string",
    batchInferenceJobArn = "string",
    filterArn = "string",
    failureReason = "string",
    solutionVersionArn = "string",
    numResults = 123,
    jobInput = list(
      s3DataSource = list(
        path = "string",
        kmsKeyArn = "string"
      )
    ),
    jobOutput = list(
      s3DataDestination = list(
        path = "string",
        kmsKeyArn = "string"
      )
    ),
    batchInferenceJobConfig = list(
      itemExplorationConfig = list(
        "string"
      )
    ),
    roleArn = "string",
    status = "string",
    creationDateTime = as.POSIXct(
      "2015-01-01"
    ),
    lastUpdatedDateTime = as.POSIXct(
      "2015-01-01"
    )
  )
)

Request syntax

svc$describe_batch_inference_job(
  batchInferenceJobArn = "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.