public class CreateBatchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateBatchOptions.BuilderBuilder. | 
| static interface  | CreateBatchOptions.FunctionThe Compare and Comply method to run across the submitted input documents. | 
| static interface  | CreateBatchOptions.ModelThe analysis model to be used by the service. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | function()Gets the function. | 
| java.lang.String | inputBucketLocation()Gets the inputBucketLocation. | 
| java.lang.String | inputBucketName()Gets the inputBucketName. | 
| java.io.InputStream | inputCredentialsFile()Gets the inputCredentialsFile. | 
| java.lang.String | model()Gets the model. | 
| CreateBatchOptions.Builder | newBuilder()New builder. | 
| java.lang.String | outputBucketLocation()Gets the outputBucketLocation. | 
| java.lang.String | outputBucketName()Gets the outputBucketName. | 
| java.io.InputStream | outputCredentialsFile()Gets the outputCredentialsFile. | 
public CreateBatchOptions.Builder newBuilder()
public java.lang.String function()
public java.io.InputStream inputCredentialsFile()
public java.lang.String inputBucketLocation()
public java.lang.String inputBucketName()
public java.io.InputStream outputCredentialsFile()
public java.lang.String outputBucketLocation()
public java.lang.String outputBucketName()
public java.lang.String model()