public final class SupervisedTuningDatasetDistribution extends com.google.protobuf.GeneratedMessageV3 implements SupervisedTuningDatasetDistributionOrBuilder
Dataset distribution for Supervised Tuning.Protobuf type
google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution| Modifier and Type | Class and Description |
|---|---|
static class |
SupervisedTuningDatasetDistribution.Builder
Dataset distribution for Supervised Tuning.
|
static class |
SupervisedTuningDatasetDistribution.DatasetBucket
Dataset bucket used to create a histogram for the distribution given a
population of values.
|
static interface |
SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BILLABLE_SUM_FIELD_NUMBER |
static int |
BUCKETS_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MEAN_FIELD_NUMBER |
static int |
MEDIAN_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
P5_FIELD_NUMBER |
static int |
P95_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SUM_FIELD_NUMBER
public static final int BILLABLE_SUM_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int MEDIAN_FIELD_NUMBER
public static final int P5_FIELD_NUMBER
public static final int P95_FIELD_NUMBER
public static final int BUCKETS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getSum()
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSum in interface SupervisedTuningDatasetDistributionOrBuilderpublic 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 double getMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getMin in interface SupervisedTuningDatasetDistributionOrBuilderpublic double getMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getMax in interface SupervisedTuningDatasetDistributionOrBuilderpublic 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 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 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 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 List<SupervisedTuningDatasetDistribution.DatasetBucket> getBucketsList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsList in interface SupervisedTuningDatasetDistributionOrBuilderpublic List<? extends SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder> getBucketsOrBuilderList()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilderList in interface SupervisedTuningDatasetDistributionOrBuilderpublic int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1.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.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBuckets in interface SupervisedTuningDatasetDistributionOrBuilderpublic SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder getBucketsOrBuilder(int index)
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucketsOrBuilder in interface SupervisedTuningDatasetDistributionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SupervisedTuningDatasetDistribution parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(InputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SupervisedTuningDatasetDistribution parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDatasetDistribution parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDatasetDistribution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SupervisedTuningDatasetDistribution.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SupervisedTuningDatasetDistribution.Builder newBuilder()
public static SupervisedTuningDatasetDistribution.Builder newBuilder(SupervisedTuningDatasetDistribution prototype)
public SupervisedTuningDatasetDistribution.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SupervisedTuningDatasetDistribution.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SupervisedTuningDatasetDistribution getDefaultInstance()
public static com.google.protobuf.Parser<SupervisedTuningDatasetDistribution> parser()
public com.google.protobuf.Parser<SupervisedTuningDatasetDistribution> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SupervisedTuningDatasetDistribution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.