public static final class SupervisedTuningDatasetDistribution.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder> implements SupervisedTuningDatasetDistributionOrBuilder
Dataset distribution for Supervised Tuning.Protobuf type
google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistributiongetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SupervisedTuningDatasetDistribution build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SupervisedTuningDatasetDistribution buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SupervisedTuningDatasetDistribution.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder mergeFrom(SupervisedTuningDatasetDistribution other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public SupervisedTuningDatasetDistribution.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SupervisedTuningDatasetDistribution.Builder>IOExceptionpublic long getSum()
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSum in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setSum(long value)
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The sum to set.public SupervisedTuningDatasetDistribution.Builder clearSum()
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public long getBillableSum()
Output only. Sum of a given population of values that are billable.
int64 billable_sum = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getBillableSum in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setBillableSum(long value)
Output only. Sum of a given population of values that are billable.
int64 billable_sum = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The billableSum to set.public SupervisedTuningDatasetDistribution.Builder clearBillableSum()
Output only. Sum of a given population of values that are billable.
int64 billable_sum = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getMin in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setMin(double value)
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The min to set.public SupervisedTuningDatasetDistribution.Builder clearMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getMax in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setMax(double value)
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The max to set.public SupervisedTuningDatasetDistribution.Builder clearMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getMean()
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getMean in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setMean(double value)
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The mean to set.public SupervisedTuningDatasetDistribution.Builder clearMean()
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getMedian()
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getMedian in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setMedian(double value)
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The median to set.public SupervisedTuningDatasetDistribution.Builder clearMedian()
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getP5()
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];getP5 in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setP5(double value)
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The p5 to set.public SupervisedTuningDatasetDistribution.Builder clearP5()
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];public double getP95()
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];getP95 in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setP95(double value)
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The p95 to set.public SupervisedTuningDatasetDistribution.Builder clearP95()
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];public List<SupervisedTuningDatasetDistribution.DatasetBucket> getBucketsList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsList in interface SupervisedTuningDatasetDistributionOrBuilderpublic int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsCount in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.DatasetBucket getBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBuckets in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.Builder setBuckets(int index, SupervisedTuningDatasetDistribution.DatasetBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder setBuckets(int index, SupervisedTuningDatasetDistribution.DatasetBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder addBuckets(SupervisedTuningDatasetDistribution.DatasetBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder addBuckets(int index, SupervisedTuningDatasetDistribution.DatasetBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder addBuckets(SupervisedTuningDatasetDistribution.DatasetBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder addBuckets(int index, SupervisedTuningDatasetDistribution.DatasetBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder addAllBuckets(Iterable<? extends SupervisedTuningDatasetDistribution.DatasetBucket> values)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder clearBuckets()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.Builder removeBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder getBucketsBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder getBucketsOrBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilder in interface SupervisedTuningDatasetDistributionOrBuilderpublic List<? extends SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder> getBucketsOrBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilderList in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.DatasetBucket.Builder addBucketsBuilder()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SupervisedTuningDatasetDistribution.DatasetBucket.Builder addBucketsBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<SupervisedTuningDatasetDistribution.DatasetBucket.Builder> getBucketsBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final SupervisedTuningDatasetDistribution.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>public final SupervisedTuningDatasetDistribution.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SupervisedTuningDatasetDistribution.Builder>Copyright © 2024 Google LLC. All rights reserved.