public class UpdateBatchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | UpdateBatchOptions.ActionThe action you want to perform on the specified batch-processing job. | 
| static class  | UpdateBatchOptions.BuilderBuilder. | 
| static interface  | UpdateBatchOptions.ModelThe 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 | model()Gets the model. | 
| UpdateBatchOptions.Builder | newBuilder()New builder. | 
public UpdateBatchOptions.Builder newBuilder()
public java.lang.String batchId()
public java.lang.String action()
public java.lang.String model()