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.
|
CreateStopwordListOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
List<String> |
stopwords()
Gets the stopwords.
|
public CreateStopwordListOptions.Builder newBuilder()
public String projectId()
The ID of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String collectionId()
The ID of the collection.
Copyright © 2023 IBM Cloud. All rights reserved.