public static final class DatasetDistribution.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder> implements DatasetDistributionOrBuilder
Distribution computed over a tuning dataset.Protobuf type
google.cloud.aiplatform.v1beta1.DatasetDistributiongetAllFields, 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<DatasetDistribution.Builder>public DatasetDistribution.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.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<DatasetDistribution.Builder>public DatasetDistribution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DatasetDistribution build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DatasetDistribution buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DatasetDistribution.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>public DatasetDistribution.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<DatasetDistribution.Builder>public DatasetDistribution.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>public DatasetDistribution.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>public DatasetDistribution.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<DatasetDistribution.Builder>public DatasetDistribution.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<DatasetDistribution.Builder>public DatasetDistribution.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DatasetDistribution.Builder>public DatasetDistribution.Builder mergeFrom(DatasetDistribution other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>public DatasetDistribution.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<DatasetDistribution.Builder>IOExceptionpublic double getSum()
Output only. Sum of a given population of values.
double sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSum in interface DatasetDistributionOrBuilderpublic DatasetDistribution.Builder setSum(double value)
Output only. Sum of a given population of values.
double sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The sum to set.public DatasetDistribution.Builder clearSum()
Output only. Sum of a given population of values.
double sum = 1 [(.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.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 DatasetDistributionOrBuilderpublic DatasetDistribution.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 DatasetDistribution.Builder clearP95()
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];public List<DatasetDistribution.DistributionBucket> getBucketsList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsList in interface DatasetDistributionOrBuilderpublic int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsCount in interface DatasetDistributionOrBuilderpublic DatasetDistribution.DistributionBucket getBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBuckets in interface DatasetDistributionOrBuilderpublic DatasetDistribution.Builder setBuckets(int index, DatasetDistribution.DistributionBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder setBuckets(int index, DatasetDistribution.DistributionBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder addBuckets(DatasetDistribution.DistributionBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder addBuckets(int index, DatasetDistribution.DistributionBucket value)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder addBuckets(DatasetDistribution.DistributionBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder addBuckets(int index, DatasetDistribution.DistributionBucket.Builder builderForValue)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder addAllBuckets(Iterable<? extends DatasetDistribution.DistributionBucket> values)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder clearBuckets()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.Builder removeBuckets(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.DistributionBucket.Builder getBucketsBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.DistributionBucketOrBuilder getBucketsOrBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilder in interface DatasetDistributionOrBuilderpublic List<? extends DatasetDistribution.DistributionBucketOrBuilder> getBucketsOrBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilderList in interface DatasetDistributionOrBuilderpublic DatasetDistribution.DistributionBucket.Builder addBucketsBuilder()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DatasetDistribution.DistributionBucket.Builder addBucketsBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<DatasetDistribution.DistributionBucket.Builder> getBucketsBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final DatasetDistribution.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>public final DatasetDistribution.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetDistribution.Builder>Copyright © 2024 Google LLC. All rights reserved.