Module Values.PrivacyConfigurationPoliciesSource

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

Sourcetype nonrec t = {
  1. trainedModels : TrainedModelsConfigurationPolicy.t option;
    (*

    Specifies who will receive the trained models.

    *)
  2. trainedModelExports : TrainedModelExportsConfigurationPolicy.t option;
    (*

    Specifies who will receive the trained model export.

    *)
  3. trainedModelInferenceJobs : TrainedModelInferenceJobsConfigurationPolicy.t option;
    (*

    Specifies who will receive the trained model inference jobs.

    *)
}
Sourceval make : ?trainedModels:??? -> ?trainedModelExports:??? -> ?trainedModelInferenceJobs:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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