Class CreateStopwordListOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CreateStopwordListOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateStopwordListOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createStopwordList options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateStopwordListOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.String
environmentId()
Gets the environmentId.CreateStopwordListOptions.Builder
newBuilder()
New builder.InputStream
stopwordFile()
Gets the stopwordFile.String
stopwordFilename()
Gets the stopwordFilename.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateStopwordListOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
collectionId
Gets the collectionId.The ID of the collection.
- Returns:
- the collectionId
-
stopwordFile
Gets the stopwordFile.The content of the stopword list to ingest.
- Returns:
- the stopwordFile
-
stopwordFilename
Gets the stopwordFilename.The filename for stopwordFile.
- Returns:
- the stopwordFilename
-