public static interface DocumentClassifierFilter.Builder extends SdkPojo, CopyableBuilder<DocumentClassifierFilter.Builder,DocumentClassifierFilter>
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierFilter.Builder |
documentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
|
DocumentClassifierFilter.Builder |
status(ModelStatus status)
Filters the list of classifiers based on status.
|
DocumentClassifierFilter.Builder |
status(String status)
Filters the list of classifiers based on status.
|
DocumentClassifierFilter.Builder |
submitTimeAfter(Instant submitTimeAfter)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
DocumentClassifierFilter.Builder |
submitTimeBefore(Instant submitTimeBefore)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentClassifierFilter.Builder status(String status)
Filters the list of classifiers based on status.
status - Filters the list of classifiers based on status.ModelStatus,
ModelStatusDocumentClassifierFilter.Builder status(ModelStatus status)
Filters the list of classifiers based on status.
status - Filters the list of classifiers based on status.ModelStatus,
ModelStatusDocumentClassifierFilter.Builder documentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
documentClassifierName - The name that you assigned to the document classifierDocumentClassifierFilter.Builder submitTimeBefore(Instant submitTimeBefore)
Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.
submitTimeBefore - Filters the list of classifiers based on the time that the classifier was submitted for processing.
Returns only classifiers submitted before the specified time. Classifiers are returned in ascending
order, oldest to newest.DocumentClassifierFilter.Builder submitTimeAfter(Instant submitTimeAfter)
Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.
submitTimeAfter - Filters the list of classifiers based on the time that the classifier was submitted for processing.
Returns only classifiers submitted after the specified time. Classifiers are returned in descending
order, newest to oldest.Copyright © 2023. All rights reserved.