Module Values_2.StopNotebookInstanceInputSource

Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the ML storage volume. SageMaker AI stops charging you for the ML compute instance when you call StopNotebookInstance. To access data on the ML storage volume for a notebook instance that has been terminated, call the StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

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

    The name of the notebook instance to terminate.

    *)
}
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