textract_update_adapter: Update the configuration for an adapter

View source: R/textract_operations.R

textract_update_adapterR Documentation

Update the configuration for an adapter

Description

Update the configuration for an adapter. FeatureTypes configurations cannot be updated. At least one new parameter must be specified as an argument.

See https://www.paws-r-sdk.com/docs/textract_update_adapter/ for full documentation.

Usage

textract_update_adapter(
  AdapterId,
  Description = NULL,
  AdapterName = NULL,
  AutoUpdate = NULL
)

Arguments

AdapterId

[required] A string containing a unique ID for the adapter that will be updated.

Description

The new description to be applied to the adapter.

AdapterName

The new name to be applied to the adapter.

AutoUpdate

The new auto-update status to be applied to the adapter.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.