Accepts automatically generated business-friendly metadata for your Amazon DataZone assets
Source:R/datazone_operations.R
datazone_accept_predictions.RdAccepts 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(
domainIdentifier,
identifier,
revision = NULL,
acceptRule = NULL,
acceptChoices = NULL,
clientToken = NULL
)Arguments
- 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.
- acceptRule
Specifies the rule (or the conditions) under which a prediction can be accepted.
- acceptChoices
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
- clientToken
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.