public static interface DatasetStats.Builder extends SdkPojo, CopyableBuilder<DatasetStats.Builder,DatasetStats>
| Modifier and Type | Method and Description |
|---|---|
DatasetStats.Builder |
errorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
|
DatasetStats.Builder |
labeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
|
DatasetStats.Builder |
totalEntries(Integer totalEntries)
The total number of images in the dataset.
|
DatasetStats.Builder |
totalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetStats.Builder labeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
labeledEntries - The total number of images in the dataset that have labels.DatasetStats.Builder totalEntries(Integer totalEntries)
The total number of images in the dataset.
totalEntries - The total number of images in the dataset.DatasetStats.Builder totalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
totalLabels - The total number of labels declared in the dataset.DatasetStats.Builder errorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
errorEntries - The total number of entries that contain at least one error.Copyright © 2023. All rights reserved.