View source: R/datazone_operations.R
datazone_accept_predictions | R Documentation |
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
See https://www.paws-r-sdk.com/docs/datazone_accept_predictions/ for full documentation.
datazone_accept_predictions(
acceptChoices = NULL,
acceptRule = NULL,
clientToken = NULL,
domainIdentifier,
identifier,
revision = NULL
)
acceptChoices |
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted. |
acceptRule |
Specifies the rule (or the conditions) under which a prediction can be accepted. |
clientToken |
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
identifier |
[required] The identifier of the asset. |
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.