Module Values_2.StartNotebookInstanceInputSource

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to InService. A notebook instance's status must be InService before you can connect to your Jupyter notebook.

Sourcetype nonrec t = {
  1. notebookInstanceName : Values_1.NotebookInstanceName.t;
    (*

    The name of the notebook instance to start.

    *)
}
Sourceval context_ : string
Sourceval make : notebookInstanceName:Values_1.NotebookInstanceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.NotebookInstanceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t