list_studio_lifecycle_configs
(**kwargs)¶Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.
See also: AWS API Documentation
Request Syntax
response = client.list_studio_lifecycle_configs(
MaxResults=123,
NextToken='string',
NameContains='string',
AppTypeEquals='JupyterServer'|'KernelGateway',
CreationTimeBefore=datetime(2015, 1, 1),
CreationTimeAfter=datetime(2015, 1, 1),
ModifiedTimeBefore=datetime(2015, 1, 1),
ModifiedTimeAfter=datetime(2015, 1, 1),
SortBy='CreationTime'|'LastModifiedTime'|'Name',
SortOrder='Ascending'|'Descending'
)
dict
Response Syntax
{
'NextToken': 'string',
'StudioLifecycleConfigs': [
{
'StudioLifecycleConfigArn': 'string',
'StudioLifecycleConfigName': 'string',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'StudioLifecycleConfigAppType': 'JupyterServer'|'KernelGateway'
},
]
}
Response Structure
(dict) --
NextToken (string) --
A token for getting the next set of actions, if there are any.
StudioLifecycleConfigs (list) --
A list of Lifecycle Configurations and their properties.
(dict) --
Details of the Studio Lifecycle Configuration.
StudioLifecycleConfigArn (string) --
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
StudioLifecycleConfigName (string) --
The name of the Studio Lifecycle Configuration.
CreationTime (datetime) --
The creation time of the Studio Lifecycle Configuration.
LastModifiedTime (datetime) --
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
StudioLifecycleConfigAppType (string) --
The App type to which the Lifecycle Configuration is attached.
Exceptions
SageMaker.Client.exceptions.ResourceInUse