describe_app_image_config
(**kwargs)¶Describes an AppImageConfig.
See also: AWS API Documentation
Request Syntax
response = client.describe_app_image_config(
AppImageConfigName='string'
)
[REQUIRED]
The name of the AppImageConfig to describe.
{
'AppImageConfigArn': 'string',
'AppImageConfigName': 'string',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'KernelGatewayImageConfig': {
'KernelSpecs': [
{
'Name': 'string',
'DisplayName': 'string'
},
],
'FileSystemConfig': {
'MountPath': 'string',
'DefaultUid': 123,
'DefaultGid': 123
}
}
}
Response Structure
The Amazon Resource Name (ARN) of the AppImageConfig.
The name of the AppImageConfig.
When the AppImageConfig was created.
When the AppImageConfig was last modified.
The configuration of a KernelGateway app.
The specification of the Jupyter kernels in the image.
The specification of a Jupyter kernel.
The name of the Jupyter kernel in the image. This value is case sensitive.
The display name of the kernel.
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user .
The default POSIX user ID (UID). If not specified, defaults to 1000
.
The default POSIX group ID (GID). If not specified, defaults to 100
.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound