Values.AcceptPredictionsInputSourceAccepts 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 asset.
*)revision : Revision.t option;The revision that is to be made to the asset.
*)acceptRule : AcceptRule.t option;Specifies the rule (or the conditions) under which a prediction can be accepted.
*)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.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
*)}val make :
?revision:??? ->
?acceptRule:??? ->
?acceptChoices:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
identifier:AssetIdentifier.t ->
unit ->
t