View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution (google_api_ai_platform v0.24.0)
Dataset distribution for Supervised Tuning.
Attributes
-
billableSum(type:String.t, default:nil) - Output only. Sum of a given population of values that are billable. -
buckets(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket.t), default:nil) - Output only. Defines the histogram bucket. -
max(type:float(), default:nil) - Output only. The maximum of the population values. -
mean(type:float(), default:nil) - Output only. The arithmetic mean of the values in the population. -
median(type:float(), default:nil) - Output only. The median of the values in the population. -
min(type:float(), default:nil) - Output only. The minimum of the population values. -
p5(type:float(), default:nil) - Output only. The 5th percentile of the values in the population. -
p95(type:float(), default:nil) - Output only. The 95th percentile of the values in the population. -
sum(type:String.t, default:nil) - Output only. Sum of a given population of values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution{ billableSum: String.t() | nil, buckets: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket.t() ] | nil, max: float() | nil, mean: float() | nil, median: float() | nil, min: float() | nil, p5: float() | nil, p95: float() | nil, sum: String.t() | nil }