public class DocumentClassifierModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentClassifierModel.Status
The status of the training run.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created.
|
Date |
getDeployedAt()
Gets the deployedAt.
|
String |
getDescription()
Gets the description.
|
String |
getEnrichmentId()
Gets the enrichmentId.
|
ClassifierModelEvaluation |
getEvaluation()
Gets the evaluation.
|
String |
getModelId()
Gets the modelId.
|
String |
getName()
Gets the name.
|
String |
getStatus()
Gets the status.
|
String |
getTestDataFile()
Gets the testDataFile.
|
String |
getTrainingDataFile()
Gets the trainingDataFile.
|
Date |
getUpdated()
Gets the updated.
|
public String getModelId()
The Universally Unique Identifier (UUID) of the document classifier model.
public String getName()
A human-readable name of the document classifier model.
public String getDescription()
A description of the document classifier model.
public Date getCreated()
The date that the document classifier model was created.
public Date getUpdated()
The date that the document classifier model was last updated.
public String getTrainingDataFile()
Name of the CSV file that contains the training data that is used to train the document classifier model.
public String getTestDataFile()
Name of the CSV file that contains data that is used to test the document classifier model. If no test data is provided, a subset of the training data is used for testing purposes.
public String getStatus()
The status of the training run.
public ClassifierModelEvaluation getEvaluation()
An object that contains information about a trained document classifier model.
public String getEnrichmentId()
The Universally Unique Identifier (UUID) of the enrichment that is generated by this document classifier model.
public Date getDeployedAt()
The date that the document classifier model was deployed.
Copyright © 2024 IBM Cloud. All rights reserved.