public class CreateBatchOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateBatchOptions.Builder
Builder.
|
static interface |
CreateBatchOptions.Function
The Compare and Comply method to run across the submitted input documents.
|
static interface |
CreateBatchOptions.ModelId
The 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 |
inputCredentialsFilename()
Gets the inputCredentialsFilename.
|
java.lang.String |
modelId()
Gets the modelId.
|
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.
|
java.lang.String |
outputCredentialsFilename()
Gets the outputCredentialsFilename.
|
equals, hashCode, toString
public CreateBatchOptions.Builder newBuilder()
public java.lang.String function()
public java.io.InputStream inputCredentialsFile()
public java.lang.String inputCredentialsFilename()
public java.lang.String inputBucketLocation()
public java.lang.String inputBucketName()
public java.io.InputStream outputCredentialsFile()
public java.lang.String outputCredentialsFilename()
public java.lang.String outputBucketLocation()
public java.lang.String outputBucketName()
public java.lang.String modelId()