Module Values.RejectPredictionsInputSource

Rejects 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 prediction.

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

    The revision that is to be made to the asset.

    *)
  4. rejectRule : RejectRule.t option;
    (*

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

    *)
  5. rejectChoices : RejectChoices.t option;
    (*

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

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

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

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