DescribeNotebookInstanceLifecycleConfigOutput
import type { DescribeNotebookInstanceLifecycleConfigOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface DescribeNotebookInstanceLifecycleConfigOutput {
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
NotebookInstanceLifecycleConfigArn?: string | null;
NotebookInstanceLifecycleConfigName?: string | null;
OnCreate?: NotebookInstanceLifecycleHook[] | null;
OnStart?: NotebookInstanceLifecycleHook[] | null;
}§Properties
§
OnCreate?: NotebookInstanceLifecycleHook[] | null
[src]§
OnStart?: NotebookInstanceLifecycleHook[] | null
[src]