Interface SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder (3.44.0)

public static interface SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract double getCount()

Output only. Number of values in the bucket.

double count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The count.

getLeft()

public abstract double getLeft()

Output only. Left bound of the bucket.

double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The left.

getRight()

public abstract double getRight()

Output only. Right bound of the bucket.

double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The right.