Module Values.MembershipPaymentConfigurationSource

An object representing the payment responsibilities accepted by the collaboration member.

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

    The payment responsibilities accepted by the collaboration member for query compute costs.

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

    The payment responsibilities accepted by the collaboration member for machine learning costs.

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

    The payment responsibilities accepted by the collaboration member for job compute costs.

    *)
}
Sourceval context_ : string
Sourceval make : ?machineLearning:??? -> ?jobCompute:??? -> queryCompute:MembershipQueryComputePaymentConfig.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