Values_2.UpdateJsonClassifierRequestSourceSpecifies a JSON classifier to be updated.
type nonrec t = {name : Values_0.NameString.t;The name of the classifier.
*)jsonPath : Values_1.JsonPath.t option;A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
*)}