Skip to content

Describe Edge Packaging Job

sagemaker_describe_edge_packaging_job R Documentation

A description of edge packaging jobs

Description

A description of edge packaging jobs.

Usage

sagemaker_describe_edge_packaging_job(EdgePackagingJobName)

Arguments

EdgePackagingJobName

[required] The name of the edge packaging job.

Value

A list with the following syntax:

list(
  EdgePackagingJobArn = "string",
  EdgePackagingJobName = "string",
  CompilationJobName = "string",
  ModelName = "string",
  ModelVersion = "string",
  RoleArn = "string",
  OutputConfig = list(
    S3OutputLocation = "string",
    KmsKeyId = "string",
    PresetDeploymentType = "GreengrassV2Component",
    PresetDeploymentConfig = "string"
  ),
  ResourceKey = "string",
  EdgePackagingJobStatus = "STARTING"|"INPROGRESS"|"COMPLETED"|"FAILED"|"STOPPING"|"STOPPED",
  EdgePackagingJobStatusMessage = "string",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  ModelArtifact = "string",
  ModelSignature = "string",
  PresetDeploymentOutput = list(
    Type = "GreengrassV2Component",
    Artifact = "string",
    Status = "COMPLETED"|"FAILED",
    StatusMessage = "string"
  )
)

Request syntax

svc$describe_edge_packaging_job(
  EdgePackagingJobName = "string"
)