Module Values_1.DeleteModelInputSource

Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

Sourcetype nonrec t = {
  1. modelName : Values_0.ModelName.t;
    (*

    The name of the model to delete.

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