textract_update_adapter {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.9.0 Index]