Module Values.CustomizationFeatureConfigSource

Feature specific configuration for the training job. Configuration provided for the job must match the feature type parameter associated with project. If configuration and feature type do not match an InvalidParameterException is returned.

Sourcetype nonrec t = {
  1. contentModeration : CustomizationFeatureContentModerationConfig.t option;
    (*

    Configuration options for Custom Moderation training.

    *)
}
Sourceval make : ?contentModeration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Float of Percent.t ]) list ]) 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