Class GoogleCloudAiplatformV1beta1DatasetDistribution
Distribution computed over a tuning dataset.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DatasetDistribution : IDirectResponseSchema
Properties
Buckets
Output only. Defines the histogram bucket.
Declaration
[JsonProperty("buckets")]
public virtual IList<GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
Output only. The maximum of the population values.
Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
Type | Description |
---|---|
double? |
Mean
Output only. The arithmetic mean of the values in the population.
Declaration
[JsonProperty("mean")]
public virtual double? Mean { get; set; }
Property Value
Type | Description |
---|---|
double? |
Median
Output only. The median of the values in the population.
Declaration
[JsonProperty("median")]
public virtual double? Median { get; set; }
Property Value
Type | Description |
---|---|
double? |
Min
Output only. The minimum of the population values.
Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
Type | Description |
---|---|
double? |
P5
Output only. The 5th percentile of the values in the population.
Declaration
[JsonProperty("p5")]
public virtual double? P5 { get; set; }
Property Value
Type | Description |
---|---|
double? |
P95
Output only. The 95th percentile of the values in the population.
Declaration
[JsonProperty("p95")]
public virtual double? P95 { get; set; }
Property Value
Type | Description |
---|---|
double? |
Sum
Output only. Sum of a given population of values.
Declaration
[JsonProperty("sum")]
public virtual double? Sum { get; set; }
Property Value
Type | Description |
---|---|
double? |