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 | 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()