Module Values_1.DeleteNotebookInstanceInputSource

Deletes an SageMaker AI notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API. When you delete a notebook instance, you lose all of your data. SageMaker AI removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

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

    The name of the SageMaker AI notebook instance to delete.

    *)
}
Sourceval context_ : string
Sourceval make : notebookInstanceName:NotebookInstanceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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