Values.RejectPredictionsInputSourceRejects automatically generated business-friendly metadata for your Amazon DataZone assets.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain.
*)identifier : AssetIdentifier.t;The identifier of the prediction.
*)revision : Revision.t option;The revision that is to be made to the asset.
*)rejectRule : RejectRule.t option;Specifies the rule (or the conditions) under which a prediction can be rejected.
*)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.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?revision:??? ->
?rejectRule:??? ->
?rejectChoices:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
identifier:AssetIdentifier.t ->
unit ->
t