public interface DatasetDistributionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBuckets(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DatasetDistribution.DistributionBucket |
getBucketsCount()
public abstract int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getBucketsList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<DistributionBucket> |
getBucketsOrBuilder(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DatasetDistribution.DistributionBucketOrBuilder |
getBucketsOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucketOrBuilder> |
getMax()
public abstract double getMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The max. |
getMean()
public abstract double getMean()
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The mean. |
getMedian()
public abstract double getMedian()
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The median. |
getMin()
public abstract double getMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The min. |
getP5()
public abstract double getP5()
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The p5. |
getP95()
public abstract double getP95()
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The p95. |
getSum()
public abstract double getSum()
Output only. Sum of a given population of values.
double sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The sum. |