public static interface DatasetDistribution.DistributionBucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Output only.
|
double |
getLeft()
Output only.
|
double |
getRight()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCount()
Output only. Number of values in the bucket.
int64 count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];double getLeft()
Output only. Left bound of the bucket.
double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];double getRight()
Output only. Right bound of the bucket.
double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.