Class UpdateBatchOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.UpdateBatchOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateBatchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateBatch options.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceUpdateBatchOptions.ActionThe action you want to perform on the specified batch-processing job.static classUpdateBatchOptions.BuilderBuilder.static interfaceUpdateBatchOptions.ModelThe analysis model to be used by the service.
- 
Method SummaryModifier and Type Method Description Stringaction()Gets the action.StringbatchId()Gets the batchId.Stringmodel()Gets the model.UpdateBatchOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a UpdateBatchOptions builder
 
- 
batchIdGets the batchId.The ID of the batch-processing job you want to update. - Returns:
- the batchId
 
- 
actionGets the action.The action you want to perform on the specified batch-processing job. - Returns:
- the action
 
- 
modelGets the 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. - Returns:
- the model
 
 
-