public static class ListDocumentClassifierModelsOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String projectId,
String classifierId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentClassifierModelsOptions |
build()
Builds a ListDocumentClassifierModelsOptions.
|
ListDocumentClassifierModelsOptions.Builder |
classifierId(String classifierId)
Set the classifierId.
|
ListDocumentClassifierModelsOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public ListDocumentClassifierModelsOptions build()
public ListDocumentClassifierModelsOptions.Builder projectId(String projectId)
projectId - the projectIdpublic ListDocumentClassifierModelsOptions.Builder classifierId(String classifierId)
classifierId - the classifierIdCopyright © 2023 IBM Cloud. All rights reserved.