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

sagemaker_describe_compilation_job

Returns information about a model compilation job


Description

Returns information about a model compilation job.

To create a model compilation job, use create_compilation_job. To get information about multiple model compilation jobs, use list_compilation_jobs.

Usage

sagemaker_describe_compilation_job(CompilationJobName)

Arguments

CompilationJobName

[required] The name of the model compilation job that you want information about.

Value

A list with the following syntax:

list(
  CompilationJobName = "string",
  CompilationJobArn = "string",
  CompilationJobStatus = "INPROGRESS"|"COMPLETED"|"FAILED"|"STARTING"|"STOPPING"|"STOPPED",
  CompilationStartTime = as.POSIXct(
    "2015-01-01"
  ),
  CompilationEndTime = as.POSIXct(
    "2015-01-01"
  ),
  StoppingCondition = list(
    MaxRuntimeInSeconds = 123,
    MaxWaitTimeInSeconds = 123
  ),
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  FailureReason = "string",
  ModelArtifacts = list(
    S3ModelArtifacts = "string"
  ),
  ModelDigests = list(
    ArtifactDigest = "string"
  ),
  RoleArn = "string",
  InputConfig = list(
    S3Uri = "string",
    DataInputConfig = "string",
    Framework = "TENSORFLOW"|"KERAS"|"MXNET"|"ONNX"|"PYTORCH"|"XGBOOST"|"TFLITE"|"DARKNET"|"SKLEARN"
  ),
  OutputConfig = list(
    S3OutputLocation = "string",
    TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv22"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm",
    TargetPlatform = list(
      Os = "ANDROID"|"LINUX",
      Arch = "X86_64"|"X86"|"ARM64"|"ARM_EABI"|"ARM_EABIHF",
      Accelerator = "INTEL_GRAPHICS"|"MALI"|"NVIDIA"
    ),
    CompilerOptions = "string",
    KmsKeyId = "string"
  )
)

Request syntax

svc$describe_compilation_job(
  CompilationJobName = "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.