Interface DatasetImageStats.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetImageStats.Builder,
,DatasetImageStats> SdkBuilder<DatasetImageStats.Builder,
,DatasetImageStats> SdkPojo
- Enclosing class:
DatasetImageStats
public static interface DatasetImageStats.Builder
extends SdkPojo, CopyableBuilder<DatasetImageStats.Builder,DatasetImageStats>
-
Method Summary
Modifier and TypeMethodDescriptionthe total number of images labeled as an anomaly.The total number of labeled images.The total number of images labeled as normal.The total number of images in the dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
total
The total number of images in the dataset.
- Parameters:
total
- The total number of images in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labeled
The total number of labeled images.
- Parameters:
labeled
- The total number of labeled images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
normal
The total number of images labeled as normal.
- Parameters:
normal
- The total number of images labeled as normal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomaly
the total number of images labeled as an anomaly.
- Parameters:
anomaly
- the total number of images labeled as an anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-