Package com.google.genai.types
Class SupervisedTuningDatasetDistributionDatasetBucket
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.SupervisedTuningDatasetDistributionDatasetBucket
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 SupervisedTuningDatasetDistributionDatasetBucket. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for SupervisedTuningDatasetDistributionDatasetBucket.count()
Output only.Deserializes a JSON string to a SupervisedTuningDatasetDistributionDatasetBucket 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
-
SupervisedTuningDatasetDistributionDatasetBucket
public SupervisedTuningDatasetDistributionDatasetBucket()
-
-
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 SupervisedTuningDatasetDistributionDatasetBucket. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a SupervisedTuningDatasetDistributionDatasetBucket object.
-