public class UpdateBatchOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
UpdateBatchOptions.Action
The action you want to perform on the specified batch-processing request. 
 | 
static class  | 
UpdateBatchOptions.Builder
Builder. 
 | 
static interface  | 
UpdateBatchOptions.ModelId
The analysis model to be used by the service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
action()
Gets the action. 
 | 
java.lang.String | 
batchId()
Gets the batchId. 
 | 
java.lang.String | 
modelId()
Gets the modelId. 
 | 
UpdateBatchOptions.Builder | 
newBuilder()
New builder. 
 | 
equals, hashCode, toStringpublic UpdateBatchOptions.Builder newBuilder()
public java.lang.String batchId()
public java.lang.String action()
public java.lang.String modelId()