Class SupervisedTuningDatasetDistribution (1.49.0)

SupervisedTuningDatasetDistribution(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Dataset distribution for Supervised Tuning.

Attributes

NameDescription
sum int
Output only. Sum of a given population of values.
min_ float
Output only. The minimum of the population values.
max_ float
Output only. The maximum of the population values.
mean float
Output only. The arithmetic mean of the values in the population.
median float
Output only. The median of the values in the population.
p5 float
Output only. The 5th percentile of the values in the population.
p95 float
Output only. The 95th percentile of the values in the population.
buckets MutableSequence[google.cloud.aiplatform_v1.types.SupervisedTuningDatasetDistribution.DatasetBucket]
Output only. Defines the histogram bucket.

Classes

DatasetBucket

DatasetBucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Dataset bucket used to create a histogram for the distribution given a population of values.

Methods

SupervisedTuningDatasetDistribution

SupervisedTuningDatasetDistribution(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Dataset distribution for Supervised Tuning.