Package com.google.genai.types
Class DatasetDistributionDistributionBucket
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DatasetDistributionDistributionBucket
Dataset bucket used to create a histogram for the distribution given a population of values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for DatasetDistributionDistributionBucket. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for DatasetDistributionDistributionBucket.count()
Output only.Deserializes a JSON string to a DatasetDistributionDistributionBucket object.left()
Output only.right()
Output only.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DatasetDistributionDistributionBucket
public DatasetDistributionDistributionBucket()
-
-
Method Details
-
count
Output only. Number of values in the bucket. -
left
Output only. Left bound of the bucket. -
right
Output only. Right bound of the bucket. -
builder
Instantiates a builder for DatasetDistributionDistributionBucket. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DatasetDistributionDistributionBucket object.
-