Class GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket
Dataset bucket used to create a histogram for the distribution given a population of values.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DatasetDistributionDistributionBucket : IDirectResponseSchema
Properties
Count
Output only. Number of values in the bucket.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
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? |