public class CreateStopwordListOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateStopwordListOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
environmentId |
protected java.io.InputStream |
stopwordFile |
protected java.lang.String |
stopwordFilename |
Modifier | Constructor and Description |
---|---|
protected |
CreateStopwordListOptions(CreateStopwordListOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
java.lang.String |
environmentId()
Gets the environmentId.
|
CreateStopwordListOptions.Builder |
newBuilder()
New builder.
|
java.io.InputStream |
stopwordFile()
Gets the stopwordFile.
|
java.lang.String |
stopwordFilename()
Gets the stopwordFilename.
|
protected java.lang.String environmentId
protected java.lang.String collectionId
protected java.io.InputStream stopwordFile
protected java.lang.String stopwordFilename
protected CreateStopwordListOptions(CreateStopwordListOptions.Builder builder)
public CreateStopwordListOptions.Builder newBuilder()
public java.lang.String environmentId()
The ID of the environment.
public java.lang.String collectionId()
The ID of the collection.
public java.io.InputStream stopwordFile()
The content of the stopword list to ingest.
public java.lang.String stopwordFilename()
The filename for stopwordFile.