Describes a version of a SageMaker image
Describes a version of a SageMaker image.
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:
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 )
svc$describe_image_version( ImageName = "string", Version = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.