Package com.google.cloud.aiplatform.v1
Interface SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SupervisedTuningDatasetDistribution.DatasetBucket,SupervisedTuningDatasetDistribution.DatasetBucket.Builder
- Enclosing class:
- SupervisedTuningDatasetDistribution
public static interface SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCount
double getCount()Output only. Number of values in the bucket.
double count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count.
-
getLeft
double getLeft()Output only. Left bound of the bucket.
double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The left.
-
getRight
double getRight()Output only. Right bound of the bucket.
double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The right.
-