Package com.google.genai.types
Class SupervisedTuningDatasetDistribution
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for SupervisedTuningDatasetDistribution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOutput only.buckets()
Output only.builder()
Instantiates a builder for SupervisedTuningDatasetDistribution.Deserializes a JSON string to a SupervisedTuningDatasetDistribution object.max()
Output only.mean()
Output only.median()
Output only.min()
Output only.p5()
Output only.p95()
Output only.sum()
Output only.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
SupervisedTuningDatasetDistribution
public SupervisedTuningDatasetDistribution()
-
-
Method Details
-
billableSum
Output only. Sum of a given population of values that are billable. -
buckets
Output only. Defines the histogram bucket. -
max
Output only. The maximum of the population values. -
mean
Output only. The arithmetic mean of the values in the population. -
median
Output only. The median of the values in the population. -
min
Output only. The minimum of the population values. -
p5
Output only. The 5th percentile of the values in the population. -
p95
Output only. The 95th percentile of the values in the population. -
sum
Output only. Sum of a given population of values. -
builder
Instantiates a builder for SupervisedTuningDatasetDistribution. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a SupervisedTuningDatasetDistribution object.
-