public static class GetDocumentClassifierModelOptions.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 | 
|---|---|
| GetDocumentClassifierModelOptions | build()Builds a GetDocumentClassifierModelOptions. | 
| GetDocumentClassifierModelOptions.Builder | classifierId(String classifierId)Set the classifierId. | 
| GetDocumentClassifierModelOptions.Builder | modelId(String modelId)Set the modelId. | 
| GetDocumentClassifierModelOptions.Builder | projectId(String projectId)Set the projectId. | 
public GetDocumentClassifierModelOptions build()
public GetDocumentClassifierModelOptions.Builder projectId(String projectId)
projectId - the projectIdpublic GetDocumentClassifierModelOptions.Builder classifierId(String classifierId)
classifierId - the classifierIdpublic GetDocumentClassifierModelOptions.Builder modelId(String modelId)
modelId - the modelIdCopyright © 2023 IBM Cloud. All rights reserved.