Module Values.PrivacyConfigurationSource

Information about the privacy configuration for a configured model algorithm association.

Sourcetype nonrec t = {
  1. policies : PrivacyConfigurationPolicies.t;
    (*

    The privacy configuration policies for a configured model algorithm association.

    *)
}
Sourceval context_ : string
Sourceval make : policies:PrivacyConfigurationPolicies.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of LogsConfigurationPolicyFilterPatternString.t | `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `List of [> `String of CustomDataIdentifier.t ] list ]) list ]) list ]) list ] list | `Structure of (string * [> `Double of TrainedModelArtifactMaxSizeValue.t | `Enum of string ]) list ]) list ]) 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