Class SupervisedTuningDatasetDistribution.Builder
-
- All Implemented Interfaces:
public abstract class SupervisedTuningDatasetDistribution.BuilderBuilder for SupervisedTuningDatasetDistribution.
-
-
Constructor Summary
Constructors Constructor Description SupervisedTuningDatasetDistribution.Builder()
-
Method Summary
-
-
Method Detail
-
billableSum
abstract SupervisedTuningDatasetDistribution.Builder billableSum(Long billableSum)
Setter for billableSum.
billableSum: Output only. Sum of a given population of values that are billable.
-
clearBillableSum
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearBillableSum()
Clears the value of billableSum field.
-
buckets
abstract SupervisedTuningDatasetDistribution.Builder buckets(List<SupervisedTuningDatasetDistributionDatasetBucket> buckets)
Setter for buckets.
buckets: Output only. Defines the histogram bucket.
-
buckets
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder buckets(Array<SupervisedTuningDatasetDistributionDatasetBucket> buckets)
Setter for buckets.
buckets: Output only. Defines the histogram bucket.
-
buckets
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder buckets(Array<SupervisedTuningDatasetDistributionDatasetBucket.Builder> bucketsBuilders)
Setter for buckets builder.
buckets: Output only. Defines the histogram bucket.
-
clearBuckets
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearBuckets()
Clears the value of buckets field.
-
max
abstract SupervisedTuningDatasetDistribution.Builder max(Double max)
Setter for max.
max: Output only. The maximum of the population values.
-
clearMax
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearMax()
Clears the value of max field.
-
mean
abstract SupervisedTuningDatasetDistribution.Builder mean(Double mean)
Setter for mean.
mean: Output only. The arithmetic mean of the values in the population.
-
clearMean
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearMean()
Clears the value of mean field.
-
median
abstract SupervisedTuningDatasetDistribution.Builder median(Double median)
Setter for median.
median: Output only. The median of the values in the population.
-
clearMedian
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearMedian()
Clears the value of median field.
-
min
abstract SupervisedTuningDatasetDistribution.Builder min(Double min)
Setter for min.
min: Output only. The minimum of the population values.
-
clearMin
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearMin()
Clears the value of min field.
-
p5
abstract SupervisedTuningDatasetDistribution.Builder p5(Double p5)
Setter for p5.
p5: Output only. The 5th percentile of the values in the population.
-
clearP5
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearP5()
Clears the value of p5 field.
-
p95
abstract SupervisedTuningDatasetDistribution.Builder p95(Double p95)
Setter for p95.
p95: Output only. The 95th percentile of the values in the population.
-
clearP95
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearP95()
Clears the value of p95 field.
-
sum
abstract SupervisedTuningDatasetDistribution.Builder sum(Long sum)
Setter for sum.
sum: Output only. Sum of a given population of values.
-
clearSum
@CanIgnoreReturnValue() SupervisedTuningDatasetDistribution.Builder clearSum()
Clears the value of sum field.
-
build
abstract SupervisedTuningDatasetDistribution build()
-
-
-
-