AWSSageMakerNotebookInstanceLifecycleConfiguration
No description
type AWSSageMakerNotebookInstanceLifecycleConfiguration {
createdAt: DateTime
lastModifiedAt: DateTime
arn: String!
name: String!
onCreate: [AWSSageMakerNotebookInstanceLifecycleHook!]!
onStart: [AWSSageMakerNotebookInstanceLifecycleHook!]!
}
Fields
AWSSageMakerNotebookInstanceLifecycleConfiguration.createdAt ● DateTime scalar
A timestamp that tells when the lifecycle configuration was created
AWSSageMakerNotebookInstanceLifecycleConfiguration.lastModifiedAt ● DateTime scalar
A timestamp that tells when the lifecycle configuration was last modified
AWSSageMakerNotebookInstanceLifecycleConfiguration.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the lifecycle configuration
AWSSageMakerNotebookInstanceLifecycleConfiguration.name ● String! non-null scalar
The name of the lifecycle configuration
AWSSageMakerNotebookInstanceLifecycleConfiguration.onCreate ● [AWSSageMakerNotebookInstanceLifecycleHook!]! non-null object
The shell script that runs only once, when you create a notebook instance
AWSSageMakerNotebookInstanceLifecycleConfiguration.onStart ● [AWSSageMakerNotebookInstanceLifecycleHook!]! non-null object
The shell script that runs every time you start a notebook instance, including when you create the notebook instance
Member of
AWSSageMakerNotebookInstance object