Describes an AppImageConfig
Describes an AppImageConfig.
sagemaker_describe_app_image_config(AppImageConfigName)
AppImageConfigName |
[required] The name of the AppImageConfig to describe. |
A list with the following syntax:
list(
AppImageConfigArn = "string",
AppImageConfigName = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
KernelGatewayImageConfig = list(
KernelSpecs = list(
list(
Name = "string",
DisplayName = "string"
)
),
FileSystemConfig = list(
MountPath = "string",
DefaultUid = 123,
DefaultGid = 123
)
)
)svc$describe_app_image_config( AppImageConfigName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.