public interface DatasetDistributionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatasetDistribution.DistributionBucket |
getBuckets(int index)
Output only.
|
int |
getBucketsCount()
Output only.
|
List<DatasetDistribution.DistributionBucket> |
getBucketsList()
Output only.
|
DatasetDistribution.DistributionBucketOrBuilder |
getBucketsOrBuilder(int index)
Output only.
|
List<? extends DatasetDistribution.DistributionBucketOrBuilder> |
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.
|
double |
getSum()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getSum()
Output only. Sum of a given population of values.
double sum = 1 [(.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<DatasetDistribution.DistributionBucket> getBucketsList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
DatasetDistribution.DistributionBucket getBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends DatasetDistribution.DistributionBucketOrBuilder> getBucketsOrBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
DatasetDistribution.DistributionBucketOrBuilder getBucketsOrBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.