public class BatchStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
BatchStatus.Function
The method to be run against the documents.
|
Constructor and Description |
---|
BatchStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Gets the batchId.
|
Date |
getCreated()
Gets the created.
|
DocCounts |
getDocumentCounts()
Gets the documentCounts.
|
String |
getFunction()
Gets the function.
|
String |
getInputBucketLocation()
Gets the inputBucketLocation.
|
String |
getInputBucketName()
Gets the inputBucketName.
|
String |
getOutputBucketLocation()
Gets the outputBucketLocation.
|
String |
getOutputBucketName()
Gets the outputBucketName.
|
String |
getStatus()
Gets the status.
|
Date |
getUpdated()
Gets the updated.
|
public String getFunction()
The method to be run against the documents. Possible values are `html_conversion`, `element_classification`, and `tables`.
public String getInputBucketLocation()
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`.
public String getInputBucketName()
The name of the Cloud Object Storage input bucket.
public String getOutputBucketLocation()
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`.
public String getOutputBucketName()
The name of the Cloud Object Storage output bucket.
public String getBatchId()
The unique identifier for the batch request.
public DocCounts getDocumentCounts()
Document counts.
public String getStatus()
The status of the batch request.
public Date getCreated()
The creation time of the batch request.
public Date getUpdated()
The time of the most recent update to the batch request.
Copyright © 2021 IBM Cloud. All rights reserved.