RejectPredictions
Source:
src/AWS/DataZone/RejectPredictions.ts
Runtime binding for datazone:RejectPredictions.
Rejects ML-generated metadata predictions on an asset in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.RejectPredictionsHttp).
Publishing Assets
Section titled “Publishing Assets”// init — bind the operation to the domainconst rejectPredictions = yield* AWS.DataZone.RejectPredictions(domain);
// runtimeyield* rejectPredictions({ identifier: assetId, rejectRule: { rule: "ALL" } });