Values_1.DeleteInferenceComponentInputSourceDeletes an inference component.
type nonrec t = {inferenceComponentName : InferenceComponentName.t;The name of the inference component to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InferenceComponentName.t ]) list ]