Class GoogleApiDistributionBucketOptionsExplicit
Specifies a set of buckets with arbitrary widths. There are size(bounds) + 1
(= N) buckets. Bucket i
has the
following boundaries: Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i <
N); bounds[i - 1] The bounds
field must contain at least one element. If bounds
has only one element, then
there are no finite buckets, and that single element is the common boundary of the overflow and underflow
buckets.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleApiDistributionBucketOptionsExplicit : IDirectResponseSchema
Properties
Bounds
The values must be monotonically increasing.
Declaration
[JsonProperty("bounds")]
public virtual IList<double?> Bounds { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |