public static interface SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getCount()
Output only.
|
double |
getLeft()
Output only.
|
double |
getRight()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getCount()
Output only. Number of values in the bucket.
double 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 © 2025 Google LLC. All rights reserved.