Module Values.TrainedModelsConfigurationPolicySource

The configuration policy for the trained models.

Sourcetype nonrec t = {
  1. containerLogs : LogsConfigurationPolicyList.t option;
    (*

    The container for the logs of the trained model.

    *)
  2. containerMetrics : MetricsConfigurationPolicy.t option;
    (*

    The container for the metrics of the trained model.

    *)
  3. maxArtifactSize : TrainedModelArtifactMaxSize.t option;
    (*

    The maximum size limit for trained model artifacts as defined in the configuration policy. This setting helps enforce consistent size limits across trained models in the collaboration.

    *)
}
Sourceval make : ?containerLogs:??? -> ?containerMetrics:??? -> ?maxArtifactSize:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ]
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