View source: R/datazone_operations.R
datazone_reject_predictions | R Documentation |
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
See https://www.paws-r-sdk.com/docs/datazone_reject_predictions/ for full documentation.
datazone_reject_predictions(
clientToken = NULL,
domainIdentifier,
identifier,
rejectChoices = NULL,
rejectRule = NULL,
revision = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
identifier |
[required] The identifier of the prediction. |
rejectChoices |
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected. |
rejectRule |
Specifies the rule (or the conditions) under which a prediction can be rejected. |
revision |
The revision that is to be made to the asset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.