Package com.google.genai.types
Class DatasetDistributionDistributionBucket.Builder
java.lang.Object
com.google.genai.types.DatasetDistributionDistributionBucket.Builder
- Enclosing class:
- DatasetDistributionDistributionBucket
Builder for DatasetDistributionDistributionBucket.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Clears the value of count field.Clears the value of left field.Clears the value of right field.Setter for count.Setter for left.Setter for right.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
count
Setter for count.count: Output only. Number of values in the bucket.
-
clearCount
Clears the value of count field. -
left
Setter for left.left: Output only. Left bound of the bucket.
-
clearLeft
Clears the value of left field. -
right
Setter for right.right: Output only. Right bound of the bucket.
-
clearRight
Clears the value of right field. -
build
-