describe_studio_lifecycle_config
(**kwargs)¶Describes the Studio Lifecycle Configuration.
See also: AWS API Documentation
Request Syntax
response = client.describe_studio_lifecycle_config(
StudioLifecycleConfigName='string'
)
[REQUIRED]
The name of the Studio Lifecycle Configuration to describe.
{
'StudioLifecycleConfigArn': 'string',
'StudioLifecycleConfigName': 'string',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'StudioLifecycleConfigContent': 'string',
'StudioLifecycleConfigAppType': 'JupyterServer'|'KernelGateway'
}
Response Structure
The ARN of the Lifecycle Configuration to describe.
The name of the Studio Lifecycle Configuration that is described.
The creation time of the Studio Lifecycle Configuration.
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
The content of your Studio Lifecycle Configuration script.
The App type that the Lifecycle Configuration is attached to.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound