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