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 | Method and 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.
|
public CreateStopwordListOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String collectionId()
The ID of the collection.
public InputStream stopwordFile()
The content of the stopword list to ingest.
public String stopwordFilename()
The filename for stopwordFile.
Copyright © 2023 IBM Cloud. All rights reserved.