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

lexmodelbuildingservice_get_import

Gets information about an import job started with the StartImport operation


Description

Gets information about an import job started with the start_import operation.

Usage

lexmodelbuildingservice_get_import(importId)

Arguments

importId

[required] The identifier of the import job information to return.

Value

A list with the following syntax:

list(
  name = "string",
  resourceType = "BOT"|"INTENT"|"SLOT_TYPE",
  mergeStrategy = "OVERWRITE_LATEST"|"FAIL_ON_CONFLICT",
  importId = "string",
  importStatus = "IN_PROGRESS"|"COMPLETE"|"FAILED",
  failureReason = list(
    "string"
  ),
  createdDate = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_import(
  importId = "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.