public interface SupervisedTuningDatasetDistributionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBillableSum()
Output only.
|
SupervisedTuningDatasetDistribution.DatasetBucket |
getBuckets(int index)
Output only.
|
int |
getBucketsCount()
Output only.
|
List<SupervisedTuningDatasetDistribution.DatasetBucket> |
getBucketsList()
Output only.
|
SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder |
getBucketsOrBuilder(int index)
Output only.
|
List<? extends SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder> |
getBucketsOrBuilderList()
Output only.
|
double |
getMax()
Output only.
|
double |
getMean()
Output only.
|
double |
getMedian()
Output only.
|
double |
getMin()
Output only.
|
double |
getP5()
Output only.
|
double |
getP95()
Output only.
|
long |
getSum()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSum()
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];long getBillableSum()
Output only. Sum of a given population of values that are billable.
int64 billable_sum = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];double getMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];double getMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];double getMean()
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];double getMedian()
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];double getP5()
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];double getP95()
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];List<SupervisedTuningDatasetDistribution.DatasetBucket> getBucketsList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
SupervisedTuningDatasetDistribution.DatasetBucket getBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder> getBucketsOrBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder getBucketsOrBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.