Interface DatasetLabelStats.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>, SdkBuilder<DatasetLabelStats.Builder,DatasetLabelStats>, SdkPojo
Enclosing class:
DatasetLabelStats

public static interface DatasetLabelStats.Builder extends SdkPojo, CopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
  • Method Details

    • entryCount

      DatasetLabelStats.Builder entryCount(Integer entryCount)

      The total number of images that use the label.

      Parameters:
      entryCount - The total number of images that use the label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • boundingBoxCount

      DatasetLabelStats.Builder boundingBoxCount(Integer boundingBoxCount)

      The total number of images that have the label assigned to a bounding box.

      Parameters:
      boundingBoxCount - The total number of images that have the label assigned to a bounding box.
      Returns:
      Returns a reference to this object so that method calls can be chained together.