Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution

Dataset distribution for Supervised Tuning.

Inheritance
object
GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution : 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<GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket> Buckets { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX