Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchStatus

The batch-request status.

Hierarchy

  • BatchStatus

Index

Properties

Optional batch_id

batch_id: string

The unique identifier for the batch request.

Optional created

created: string

The creation time of the batch request.

Optional document_counts

document_counts: DocCounts

Document counts.

Optional function

function: string

The method to be run against the documents. Possible values are html_conversion, element_classification, and tables.

Optional input_bucket_location

input_bucket_location: string

The geographical location of the Cloud Object Storage input bucket as listed on the Endpoint tab of your COS instance; for example, us-geo, eu-geo, or ap-geo.

Optional input_bucket_name

input_bucket_name: string

The name of the Cloud Object Storage input bucket.

Optional output_bucket_location

output_bucket_location: string

The geographical location of the Cloud Object Storage output bucket as listed on the Endpoint tab of your COS instance; for example, us-geo, eu-geo, or ap-geo.

Optional output_bucket_name

output_bucket_name: string

The name of the Cloud Object Storage output bucket.

Optional status

status: string

The status of the batch request.

Optional updated

updated: string

The time of the most recent update to the batch request.

Generated using TypeDoc