Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket

Dataset bucket used to create a histogram for the distribution given a population of values.

Inheritance
object
GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket
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 GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket : IDirectResponseSchema

Properties

Count

Output only. Number of values in the bucket.

Declaration
[JsonProperty("count")]
public virtual double? Count { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Left

Output only. Left bound of the bucket.

Declaration
[JsonProperty("left")]
public virtual double? Left { get; set; }
Property Value
Type Description
double?

Right

Output only. Right bound of the bucket.

Declaration
[JsonProperty("right")]
public virtual double? Right { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX