public class UpdateBatchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateBatchOptions.Action
The action you want to perform on the specified batch-processing job.
|
static class |
UpdateBatchOptions.Builder
Builder.
|
static interface |
UpdateBatchOptions.Model
The analysis model to be used by the service.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
action |
protected java.lang.String |
batchId |
protected java.lang.String |
model |
Modifier | Constructor and Description |
---|---|
protected |
UpdateBatchOptions(UpdateBatchOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
action()
Gets the action.
|
java.lang.String |
batchId()
Gets the batchId.
|
java.lang.String |
model()
Gets the model.
|
UpdateBatchOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String batchId
protected java.lang.String action
protected java.lang.String model
protected UpdateBatchOptions(UpdateBatchOptions.Builder builder)
public UpdateBatchOptions.Builder newBuilder()
public java.lang.String batchId()
The ID of the batch-processing job you want to update.
public java.lang.String action()
The action you want to perform on the specified batch-processing job.
public java.lang.String model()
The analysis model to be used by the service. For the **Element classification** and **Compare two documents** methods, the default is `contracts`. For the **Extract tables** method, the default is `tables`. These defaults apply to the standalone methods as well as to the methods' use in batch-processing requests.