Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
Describes a version of a SageMaker image.
1 | sagemaker_describe_image_version(ImageName, Version)
|
ImageName |
[required] The name of the image. |
Version |
The version of the image. If not specified, the latest version is described. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | list(
BaseImage = "string",
ContainerImage = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
FailureReason = "string",
ImageArn = "string",
ImageVersionArn = "string",
ImageVersionStatus = "CREATING"|"CREATED"|"CREATE_FAILED"|"DELETING"|"DELETE_FAILED",
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
Version = 123
)
|
1 2 3 4 | svc$describe_image_version(
ImageName = "string",
Version = 123
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.