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

sagemaker_describe_image

Describes a SageMaker image


Description

Describes a SageMaker image.

Usage

sagemaker_describe_image(ImageName)

Arguments

ImageName

[required] The name of the image to describe.

Value

A list with the following syntax:

list(
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  Description = "string",
  DisplayName = "string",
  FailureReason = "string",
  ImageArn = "string",
  ImageName = "string",
  ImageStatus = "CREATING"|"CREATED"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED",
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  RoleArn = "string"
)

Request syntax

svc$describe_image(
  ImageName = "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.