Class GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution : IDirectResponseSchema
Properties
BillableSum
Output only. Sum of a given population of values that are billable.
Declaration
[JsonProperty("billableSum")]
public virtual long? BillableSum { get; set; }
Property Value
Type | Description |
---|---|
long? |
Buckets
Output only. Defines the histogram bucket.
Declaration
[JsonProperty("buckets")]
public virtual IList<GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket> |
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 long? Sum { get; set; }
Property Value
Type | Description |
---|---|
long? |