Module Values.TrainedModelExportsConfigurationPolicySource

Information about how the trained model exports are configured.

Sourcetype nonrec t = {
  1. maxSize : TrainedModelExportsMaxSize.t;
    (*

    The maximum size of the data that can be exported.

    *)
  2. filesToExport : TrainedModelExportFileTypeList.t;
    (*

    The files that are exported during the trained model export job.

    *)
}
Sourceval context_ : string
Sourceval make : maxSize:TrainedModelExportsMaxSize.t -> filesToExport:TrainedModelExportFileTypeList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `Double of TrainedModelExportsMaxSizeValue.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