public final class DatasetDistribution extends GeneratedMessage implements DatasetDistributionOrBuilder
Distribution computed over a tuning dataset.
Protobuf type google.cloud.aiplatform.v1beta1.DatasetDistribution
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BUCKETS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MAX_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MEAN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MEDIAN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MIN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int P5_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int P95_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SUM_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static DatasetDistribution getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static DatasetDistribution.Builder newBuilder()
public static DatasetDistribution.Builder newBuilder(DatasetDistribution prototype)
public static DatasetDistribution parseDelimitedFrom(InputStream input)
public static DatasetDistribution parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetDistribution parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static DatasetDistribution parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatasetDistribution parseFrom(ByteString data)
public static DatasetDistribution parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatasetDistribution parseFrom(CodedInputStream input)
public static DatasetDistribution parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetDistribution parseFrom(InputStream input)
public static DatasetDistribution parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetDistribution parseFrom(ByteBuffer data)
public static DatasetDistribution parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<DatasetDistribution> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public 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];
| Parameter |
| Name |
Description |
index |
int
|
public int getBucketsCount()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
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];
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];
| Parameter |
| Name |
Description |
index |
int
|
public 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];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DatasetDistribution.DistributionBucketOrBuilder> |
|
public DatasetDistribution getDefaultInstanceForType()
Output only. The maximum of the population values.
double max = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The max.
|
Output only. The arithmetic mean of the values in the population.
double mean = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The mean.
|
public double getMedian()
Output only. The median of the values in the population.
double median = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The median.
|
Output only. The minimum of the population values.
double min = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The min.
|
Output only. The 5th percentile of the values in the population.
double p5 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The p5.
|
Output only. The 95th percentile of the values in the population.
double p95 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The p95.
|
public Parser<DatasetDistribution> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
Output only. Sum of a given population of values.
double sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
double |
The sum.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public DatasetDistribution.Builder newBuilderForType()
protected DatasetDistribution.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public DatasetDistribution.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides