datazone_accept_predictions: Accepts automatically generated business-friendly metadata...

View source: R/datazone_operations.R

datazone_accept_predictionsR 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(
  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.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.