public class UpdateDocumentClassifierModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateDocumentClassifierModelOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | classifierId()Gets the classifierId. | 
| String | description()Gets the description. | 
| String | modelId()Gets the modelId. | 
| String | name()Gets the name. | 
| UpdateDocumentClassifierModelOptions.Builder | newBuilder()New builder. | 
| String | projectId()Gets the projectId. | 
public UpdateDocumentClassifierModelOptions.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 classifierId()
The ID of the classifier.
public String modelId()
The ID of the classifier model.
public String name()
A new name for the enrichment.
public String description()
A new description for the enrichment.
Copyright © 2023 IBM Cloud. All rights reserved.