Module Values.PaymentConfigurationSource

An object representing the collaboration member's payment responsibilities set by the collaboration creator.

Sourcetype nonrec t = {
  1. queryCompute : QueryComputePaymentConfig.t;
    (*

    The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.

    *)
  2. machineLearning : MLPaymentConfig.t option;
    (*

    An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.

    *)
  3. jobCompute : JobComputePaymentConfig.t option;
    (*

    The compute configuration for the job.

    *)
}
Sourceval context_ : string
Sourceval make : ?machineLearning:??? -> ?jobCompute:??? -> queryCompute:QueryComputePaymentConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Boolean of Boolean.t ]) 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