| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static ClassifierMetadata.Builder |
ClassifierMetadata.builder() |
ClassifierMetadata.Builder |
ClassifierMetadata.Builder.evaluationMetrics(ClassifierEvaluationMetrics evaluationMetrics)
Describes the result metrics for the test data associated with an documentation classifier.
|
default ClassifierMetadata.Builder |
ClassifierMetadata.Builder.evaluationMetrics(Consumer<ClassifierEvaluationMetrics.Builder> evaluationMetrics)
Describes the result metrics for the test data associated with an documentation classifier.
|
ClassifierMetadata.Builder |
ClassifierMetadata.Builder.numberOfLabels(Integer numberOfLabels)
The number of labels in the input data.
|
ClassifierMetadata.Builder |
ClassifierMetadata.Builder.numberOfTestDocuments(Integer numberOfTestDocuments)
The number of documents in the input data that were used to test the classifier.
|
ClassifierMetadata.Builder |
ClassifierMetadata.Builder.numberOfTrainedDocuments(Integer numberOfTrainedDocuments)
The number of documents in the input data that were used to train the classifier.
|
ClassifierMetadata.Builder |
ClassifierMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClassifierMetadata.Builder> |
ClassifierMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.classifierMetadata(Consumer<ClassifierMetadata.Builder> classifierMetadata)
Information about the document classifier, including the number of documents used for training the
classifier, the number of documents used for test the classifier, and an accuracy rating.
|
Copyright © 2023. All rights reserved.