datazone_accept_predictions {paws.analytics} | R Documentation |
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets
Description
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.
Usage
datazone_accept_predictions(
acceptChoices = NULL,
acceptRule = NULL,
clientToken = NULL,
domainIdentifier,
identifier,
revision = NULL
)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]