Values_2.NotebookInstanceSummarySourceProvides summary information for an SageMaker AI notebook instance.
type nonrec t = {notebookInstanceName : Values_1.NotebookInstanceName.t option;The name of the notebook instance that you want a summary for.
*)notebookInstanceArn : Values_1.NotebookInstanceArn.t option;The Amazon Resource Name (ARN) of the notebook instance.
*)notebookInstanceStatus : Values_1.NotebookInstanceStatus.t option;The status of the notebook instance.
*)url : Values_1.NotebookInstanceUrl.t option;The URL that you use to connect to the Jupyter notebook running in your notebook instance.
*)instanceType : Values_1.InstanceType.t option;The type of ML compute instance that the notebook instance is running on.
*)creationTime : Values_0.CreationTime.t option;A timestamp that shows when the notebook instance was created.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;A timestamp that shows when the notebook instance was last modified.
*)notebookInstanceLifecycleConfigName : Values_1.NotebookInstanceLifecycleConfigName.t
option;The name of a notebook instance lifecycle configuration associated with this notebook instance. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
*)defaultCodeRepository : Values_0.CodeRepositoryNameOrUrl.t option;The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker AI Notebook Instances.
*)additionalCodeRepositories : Values_0.AdditionalCodeRepositoryNamesOrUrls.t
option;An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker AI Notebook Instances.
*)}val make :
?notebookInstanceName:??? ->
?notebookInstanceArn:??? ->
?notebookInstanceStatus:??? ->
?url:??? ->
?instanceType:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?notebookInstanceLifecycleConfigName:??? ->
?defaultCodeRepository:??? ->
?additionalCodeRepositories:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_1.NotebookInstanceName.t
| `Timestamp of Values_0.CreationTime.t ])
list ]