public static interface DatasetImageStats.Builder extends SdkPojo, CopyableBuilder<DatasetImageStats.Builder,DatasetImageStats>
| Modifier and Type | Method and Description |
|---|---|
DatasetImageStats.Builder |
anomaly(Integer anomaly)
the total number of images labeled as an anomaly.
|
DatasetImageStats.Builder |
labeled(Integer labeled)
The total number of labeled images.
|
DatasetImageStats.Builder |
normal(Integer normal)
The total number of images labeled as normal.
|
DatasetImageStats.Builder |
total(Integer total)
The total number of images in the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetImageStats.Builder total(Integer total)
The total number of images in the dataset.
total - The total number of images in the dataset.DatasetImageStats.Builder labeled(Integer labeled)
The total number of labeled images.
labeled - The total number of labeled images.DatasetImageStats.Builder normal(Integer normal)
The total number of images labeled as normal.
normal - The total number of images labeled as normal.DatasetImageStats.Builder anomaly(Integer anomaly)
the total number of images labeled as an anomaly.
anomaly - the total number of images labeled as an anomaly.Copyright © 2022. All rights reserved.