Module Values.DeleteInferenceSchedulerRequestSource

Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.

Sourcetype nonrec t = {
  1. inferenceSchedulerName : InferenceSchedulerIdentifier.t;
    (*

    The name of the inference scheduler to be deleted.

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