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

machinelearning_get_batch_prediction

Returns a BatchPrediction that includes detailed metadata, status, and data file information for a Batch Prediction request


Description

Returns a BatchPrediction that includes detailed metadata, status, and data file information for a Batch Prediction request.

Usage

machinelearning_get_batch_prediction(BatchPredictionId)

Arguments

BatchPredictionId

[required] An ID assigned to the BatchPrediction at creation.

Value

A list with the following syntax:

list(
  BatchPredictionId = "string",
  MLModelId = "string",
  BatchPredictionDataSourceId = "string",
  InputDataLocationS3 = "string",
  CreatedByIamUser = "string",
  CreatedAt = as.POSIXct(
    "2015-01-01"
  ),
  LastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string",
  Status = "PENDING"|"INPROGRESS"|"FAILED"|"COMPLETED"|"DELETED",
  OutputUri = "string",
  LogUri = "string",
  Message = "string",
  ComputeTime = 123,
  FinishedAt = as.POSIXct(
    "2015-01-01"
  ),
  StartedAt = as.POSIXct(
    "2015-01-01"
  ),
  TotalRecordCount = 123,
  InvalidRecordCount = 123
)

Request syntax

svc$get_batch_prediction(
  BatchPredictionId = "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.