Package com.google.genai.types
Class SupervisedTuningDatasetDistribution.Builder
java.lang.Object
com.google.genai.types.SupervisedTuningDatasetDistribution.Builder
- Enclosing class:
- SupervisedTuningDatasetDistribution
Builder for SupervisedTuningDatasetDistribution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillableSum
(Long billableSum) Setter for billableSum.Setter for buckets.buckets
(SupervisedTuningDatasetDistributionDatasetBucket.Builder... bucketsBuilders) Setter for buckets builder.Setter for buckets.abstract SupervisedTuningDatasetDistribution
build()
Setter for max.Setter for mean.Setter for median.Setter for min.Setter for p5.Setter for p95.Setter for sum.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
billableSum
Setter for billableSum.billableSum: Output only. Sum of a given population of values that are billable.
-
buckets
public abstract SupervisedTuningDatasetDistribution.Builder buckets(List<SupervisedTuningDatasetDistributionDatasetBucket> buckets) Setter for buckets.buckets: Output only. Defines the histogram bucket.
-
buckets
public SupervisedTuningDatasetDistribution.Builder buckets(SupervisedTuningDatasetDistributionDatasetBucket... buckets) Setter for buckets.buckets: Output only. Defines the histogram bucket.
-
buckets
public SupervisedTuningDatasetDistribution.Builder buckets(SupervisedTuningDatasetDistributionDatasetBucket.Builder... bucketsBuilders) Setter for buckets builder.buckets: Output only. Defines the histogram bucket.
-
max
Setter for max.max: Output only. The maximum of the population values.
-
mean
Setter for mean.mean: Output only. The arithmetic mean of the values in the population.
-
median
Setter for median.median: Output only. The median of the values in the population.
-
min
Setter for min.min: Output only. The minimum of the population values.
-
p5
Setter for p5.p5: Output only. The 5th percentile of the values in the population.
-
p95
Setter for p95.p95: Output only. The 95th percentile of the values in the population.
-
sum
Setter for sum.sum: Output only. Sum of a given population of values.
-
build
-