Interface SupervisedTuningDatasetDistributionOrBuilder (3.44.0)

public interface SupervisedTuningDatasetDistributionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBuckets(int index)

public abstract SupervisedTuningDatasetDistribution.DatasetBucket getBuckets(int index)

Output only. Defines the histogram bucket.

repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
SupervisedTuningDatasetDistribution.DatasetBucket

getBucketsCount()

public abstract int getBucketsCount()

Output only. Defines the histogram bucket.

repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getBucketsList()

public abstract List<SupervisedTuningDatasetDistribution.DatasetBucket> getBucketsList()

Output only. Defines the histogram bucket.

repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DatasetBucket>

getBucketsOrBuilder(int index)

public abstract SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder getBucketsOrBuilder(int index)

Output only. Defines the histogram bucket.

repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder

getBucketsOrBuilderList()

public abstract List<? extends SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder> getBucketsOrBuilderList()

Output only. Defines the histogram bucket.

repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder>

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 long getSum()

Output only. Sum of a given population of values.

int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The sum.