Class SupervisedTuningDatasetDistribution.DatasetBucket.Builder (3.77.0)
public static final class SupervisedTuningDatasetDistribution.DatasetBucket.Builder extends GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.DatasetBucket.Builder> implements SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder
Dataset bucket used to create a histogram for the distribution given a
population of values.
Protobuf type
google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket build()
public SupervisedTuningDatasetDistribution.DatasetBucket buildPartial()
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clear()
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clearCount()
Output only. Number of values in the bucket.
double count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clearLeft()
Output only. Left bound of the bucket.
double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clearRight()
Output only. Right bound of the bucket.
double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder clone()
Overrides
Output only. Number of values in the bucket.
double count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
double |
The count.
|
public SupervisedTuningDatasetDistribution.DatasetBucket getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Output only. Left bound of the bucket.
double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
double |
The left.
|
Output only. Right bound of the bucket.
double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
double |
The right.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder mergeFrom(SupervisedTuningDatasetDistribution.DatasetBucket other)
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final SupervisedTuningDatasetDistribution.DatasetBucket.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder setCount(double value)
Output only. Number of values in the bucket.
double count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
double
The count to set.
|
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder setLeft(double value)
Output only. Left bound of the bucket.
double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
double
The left to set.
|
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder setRight(double value)
Output only. Right bound of the bucket.
double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
double
The right to set.
|
public final SupervisedTuningDatasetDistribution.DatasetBucket.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]