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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
batchId |
protected java.util.Date |
created |
protected DocCounts |
documentCounts |
protected java.lang.String |
function |
protected java.lang.String |
inputBucketLocation |
protected java.lang.String |
inputBucketName |
protected java.lang.String |
outputBucketLocation |
protected java.lang.String |
outputBucketName |
protected java.lang.String |
status |
protected java.util.Date |
updated |
Constructor and Description |
---|
BatchStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchId()
Gets the batchId.
|
java.util.Date |
getCreated()
Gets the created.
|
DocCounts |
getDocumentCounts()
Gets the documentCounts.
|
java.lang.String |
getFunction()
Gets the function.
|
java.lang.String |
getInputBucketLocation()
Gets the inputBucketLocation.
|
java.lang.String |
getInputBucketName()
Gets the inputBucketName.
|
java.lang.String |
getOutputBucketLocation()
Gets the outputBucketLocation.
|
java.lang.String |
getOutputBucketName()
Gets the outputBucketName.
|
java.lang.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
protected java.lang.String function
@SerializedName(value="input_bucket_location") protected java.lang.String inputBucketLocation
@SerializedName(value="input_bucket_name") protected java.lang.String inputBucketName
@SerializedName(value="output_bucket_location") protected java.lang.String outputBucketLocation
@SerializedName(value="output_bucket_name") protected java.lang.String outputBucketName
@SerializedName(value="batch_id") protected java.lang.String batchId
@SerializedName(value="document_counts") protected DocCounts documentCounts
protected java.lang.String status
protected java.util.Date created
protected java.util.Date updated
public java.lang.String getFunction()
The method to be run against the documents. Possible values are `html_conversion`, `element_classification`, and `tables`.
public java.lang.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 java.lang.String getInputBucketName()
The name of the Cloud Object Storage input bucket.
public java.lang.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 java.lang.String getOutputBucketName()
The name of the Cloud Object Storage output bucket.
public java.lang.String getBatchId()
The unique identifier for the batch request.
public DocCounts getDocumentCounts()
Document counts.
public java.lang.String getStatus()
The status of the batch request.
public java.util.Date getCreated()
The creation time of the batch request.
public java.util.Date getUpdated()
The time of the most recent update to the batch request.