Send feedback
Class SupervisedTuningDatasetDistribution (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
public final class SupervisedTuningDatasetDistribution extends GeneratedMessageV3 implements SupervisedTuningDatasetDistributionOrBuilder
Dataset distribution for Supervised Tuning.
Protobuf type google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BILLABLE_SUM_FIELD_NUMBER
Field Value
Type
Description
int
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 SupervisedTuningDatasetDistribution getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static SupervisedTuningDatasetDistribution . Builder newBuilder ()
public static SupervisedTuningDatasetDistribution . Builder newBuilder ( SupervisedTuningDatasetDistribution prototype )
public static SupervisedTuningDatasetDistribution parseDelimitedFrom ( InputStream input )
public static SupervisedTuningDatasetDistribution parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SupervisedTuningDatasetDistribution parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static SupervisedTuningDatasetDistribution parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static SupervisedTuningDatasetDistribution parseFrom ( ByteString data )
public static SupervisedTuningDatasetDistribution parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SupervisedTuningDatasetDistribution parseFrom ( CodedInputStream input )
public static SupervisedTuningDatasetDistribution parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SupervisedTuningDatasetDistribution parseFrom ( InputStream input )
public static SupervisedTuningDatasetDistribution parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SupervisedTuningDatasetDistribution parseFrom ( ByteBuffer data )
public static SupervisedTuningDatasetDistribution parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<SupervisedTuningDatasetDistribution> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
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];
Returns
Type
Description
long
The billableSum.
public 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];
Parameter
Name
Description
index
int
public int getBucketsCount ()
Output only. Defines the histogram bucket.
repeated .google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucket buckets = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
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];
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];
Parameter
Name
Description
index
int
public 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];
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution.DatasetBucketOrBuilder >
public SupervisedTuningDatasetDistribution 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<SupervisedTuningDatasetDistribution> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Output only. Sum of a given population of values.
int64 sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
long
The sum.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public SupervisedTuningDatasetDistribution . Builder newBuilderForType ()
protected SupervisedTuningDatasetDistribution . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public SupervisedTuningDatasetDistribution . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]