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