Module Values.AcceptPredictionsInputSource

Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The identifier of the Amazon DataZone domain.

    *)
  2. identifier : AssetIdentifier.t;
    (*

    The identifier of the asset.

    *)
  3. revision : Revision.t option;
    (*

    The revision that is to be made to the asset.

    *)
  4. acceptRule : AcceptRule.t option;
    (*

    Specifies the rule (or the conditions) under which a prediction can be accepted.

    *)
  5. acceptChoices : AcceptChoices.t option;
    (*

    Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.

    *)
  6. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

    *)
}
Sourceval context_ : string
Sourceval make : ?revision:??? -> ?acceptRule:??? -> ?acceptChoices:??? -> ?clientToken:??? -> domainIdentifier:DomainId.t -> identifier:AssetIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ] list | `String of DomainId.t | `Structure of (string * [> `Enum of string | `Float of Float_.t ]) 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