public final class DatasetDistribution extends com.google.protobuf.GeneratedMessageV3 implements DatasetDistributionOrBuilder
Distribution computed over a tuning dataset.Protobuf type
google.cloud.aiplatform.v1beta1.DatasetDistribution| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetDistribution.Builder
Distribution computed over a tuning dataset.
|
static class |
DatasetDistribution.DistributionBucket
Dataset bucket used to create a histogram for the distribution given a
population of values.
|
static interface |
DatasetDistribution.DistributionBucketOrBuilder |
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 |
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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DatasetDistribution.DistributionBucket |
getBuckets(int index)
Output only.
|
int |
getBucketsCount()
Output only.
|
List<DatasetDistribution.DistributionBucket> |
getBucketsList()
Output only.
|
DatasetDistribution.DistributionBucketOrBuilder |
getBucketsOrBuilder(int index)
Output only.
|
List<? extends DatasetDistribution.DistributionBucketOrBuilder> |
getBucketsOrBuilderList()
Output only.
|
static DatasetDistribution |
getDefaultInstance() |
DatasetDistribution |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getMax()
Output only.
|
double |
getMean()
Output only.
|
double |
getMedian()
Output only.
|
double |
getMin()
Output only.
|
double |
getP5()
Output only.
|
double |
getP95()
Output only.
|
com.google.protobuf.Parser<DatasetDistribution> |
getParserForType() |
int |
getSerializedSize() |
double |
getSum()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DatasetDistribution.Builder |
newBuilder() |
static DatasetDistribution.Builder |
newBuilder(DatasetDistribution prototype) |
DatasetDistribution.Builder |
newBuilderForType() |
protected DatasetDistribution.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DatasetDistribution |
parseDelimitedFrom(InputStream input) |
static DatasetDistribution |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetDistribution |
parseFrom(byte[] data) |
static DatasetDistribution |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetDistribution |
parseFrom(ByteBuffer data) |
static DatasetDistribution |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetDistribution |
parseFrom(com.google.protobuf.ByteString data) |
static DatasetDistribution |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetDistribution |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DatasetDistribution |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetDistribution |
parseFrom(InputStream input) |
static DatasetDistribution |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DatasetDistribution> |
parser() |
DatasetDistribution.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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 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 double getSum()
Output only. Sum of a given population of values.
double sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSum in interface DatasetDistributionOrBuilderpublic double getMin()
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getMin in interface DatasetDistributionOrBuilderpublic double getMax()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getMax in interface DatasetDistributionOrBuilderpublic 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 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 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 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 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 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 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.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 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 DatasetDistribution parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetDistribution parseFrom(InputStream input) throws IOException
IOExceptionpublic static DatasetDistribution parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatasetDistribution parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DatasetDistribution parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatasetDistribution parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DatasetDistribution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DatasetDistribution.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DatasetDistribution.Builder newBuilder()
public static DatasetDistribution.Builder newBuilder(DatasetDistribution prototype)
public DatasetDistribution.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DatasetDistribution.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DatasetDistribution getDefaultInstance()
public static com.google.protobuf.Parser<DatasetDistribution> parser()
public com.google.protobuf.Parser<DatasetDistribution> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DatasetDistribution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.