Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution.

Dataset distribution for Supervised Tuning.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#buckets

def buckets() -> ::Array<::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket>
Returns

#max

def max() -> ::Float
Returns
  • (::Float) — Output only. The maximum of the population values.

#mean

def mean() -> ::Float
Returns
  • (::Float) — Output only. The arithmetic mean of the values in the population.

#median

def median() -> ::Float
Returns
  • (::Float) — Output only. The median of the values in the population.

#min

def min() -> ::Float
Returns
  • (::Float) — Output only. The minimum of the population values.

#p5

def p5() -> ::Float
Returns
  • (::Float) — Output only. The 5th percentile of the values in the population.

#p95

def p95() -> ::Float
Returns
  • (::Float) — Output only. The 95th percentile of the values in the population.

#sum

def sum() -> ::Integer
Returns
  • (::Integer) — Output only. Sum of a given population of values.