---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_textract_adapter_version{% #aws_textract_adapter_version %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `adapter_id`{% #adapter_id %}

**Type**: `STRING`**Provider name**: `AdapterId`**Description**: A string containing a unique ID for the adapter version being retrieved.

## `adapter_version`{% #adapter_version %}

**Type**: `STRING`**Provider name**: `AdapterVersion`**Description**: A string containing the adapter version that has been retrieved.

## `creation_time`{% #creation_time %}

**Type**: `TIMESTAMP`**Provider name**: `CreationTime`**Description**: The time that the adapter version was created.

## `dataset_config`{% #dataset_config %}

**Type**: `STRUCT`**Provider name**: `DatasetConfig`**Description**: Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.

- `manifest_s3_object`**Type**: `STRUCT`**Provider name**: `ManifestS3Object`
  - `bucket`**Type**: `STRING`**Provider name**: `Bucket`**Description**: The name of the S3 bucket. Note that the # character is not valid in the file name.
  - `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The file name of the input document. Image files may be in PDF, TIFF, JPEG, or PNG format.
  - `version`**Type**: `STRING`**Provider name**: `Version`**Description**: If the bucket has versioning enabled, you can specify the object version.

## `evaluation_metrics`{% #evaluation_metrics %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `EvaluationMetrics`**Description**: The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.

- `adapter_version`**Type**: `STRUCT`**Provider name**: `AdapterVersion`**Description**: The F1 score, precision, and recall metrics for the baseline model.
  - `f1_score`**Type**: `FLOAT`**Provider name**: `F1Score`**Description**: The F1 score for an adapter version.
  - `precision`**Type**: `FLOAT`**Provider name**: `Precision`**Description**: The Precision score for an adapter version.
  - `recall`**Type**: `FLOAT`**Provider name**: `Recall`**Description**: The Recall score for an adapter version.
- `baseline`**Type**: `STRUCT`**Provider name**: `Baseline`**Description**: The F1 score, precision, and recall metrics for the baseline model.
  - `f1_score`**Type**: `FLOAT`**Provider name**: `F1Score`**Description**: The F1 score for an adapter version.
  - `precision`**Type**: `FLOAT`**Provider name**: `Precision`**Description**: The Precision score for an adapter version.
  - `recall`**Type**: `FLOAT`**Provider name**: `Recall`**Description**: The Recall score for an adapter version.
- `feature_type`**Type**: `STRING`**Provider name**: `FeatureType`**Description**: Indicates the feature type being analyzed by a given adapter version.

## `feature_types`{% #feature_types %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `FeatureTypes`**Description**: List of the targeted feature types for the requested adapter version.

## `kms_key_id`{% #kms_key_id %}

**Type**: `STRING`**Provider name**: `KMSKeyId`**Description**: The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.

## `output_config`{% #output_config %}

**Type**: `STRUCT`**Provider name**: `OutputConfig`

- `s3_bucket`**Type**: `STRING`**Provider name**: `S3Bucket`**Description**: The name of the bucket your output will go to.
- `s3_prefix`**Type**: `STRING`**Provider name**: `S3Prefix`**Description**: The prefix of the object key that the output will be saved to. When not enabled, the prefix will be "textract_output".

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the adapter version that has been requested.

## `status_message`{% #status_message %}

**Type**: `STRING`**Provider name**: `StatusMessage`**Description**: A message that describes the status of the requested adapter version.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
