public class DeleteDocumentClassifierOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteDocumentClassifierOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
classifierId()
Gets the classifierId.
|
DeleteDocumentClassifierOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
public DeleteDocumentClassifierOptions.Builder newBuilder()
public String projectId()
The Universally Unique Identifier (UUID) of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String classifierId()
The Universally Unique Identifier (UUID) of the classifier.
Copyright © 2024 IBM Cloud. All rights reserved.