textract_get_adapter_version {paws.machine.learning} | R Documentation |
Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics
Description
Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.
See https://www.paws-r-sdk.com/docs/textract_get_adapter_version/ for full documentation.
Usage
textract_get_adapter_version(AdapterId, AdapterVersion)
Arguments
AdapterId |
[required] A string specifying a unique ID for the adapter version you want to retrieve information for. |
AdapterVersion |
[required] A string specifying the adapter version you want to retrieve information for. |
[Package paws.machine.learning version 0.7.0 Index]