public final class DatasetStats extends com.google.protobuf.GeneratedMessageV3 implements DatasetStatsOrBuilder
Statistics computed over a tuning dataset.Protobuf type
google.cloud.aiplatform.v1beta1.DatasetStats| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetStats.Builder
Statistics computed over a tuning dataset.
|
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 |
TOTAL_BILLABLE_CHARACTER_COUNT_FIELD_NUMBER |
static int |
TOTAL_TUNING_CHARACTER_COUNT_FIELD_NUMBER |
static int |
TUNING_DATASET_EXAMPLE_COUNT_FIELD_NUMBER |
static int |
TUNING_STEP_COUNT_FIELD_NUMBER |
static int |
USER_DATASET_EXAMPLES_FIELD_NUMBER |
static int |
USER_INPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER |
static int |
USER_MESSAGE_PER_EXAMPLE_DISTRIBUTION_FIELD_NUMBER |
static int |
USER_OUTPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DatasetStats |
getDefaultInstance() |
DatasetStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<DatasetStats> |
getParserForType() |
int |
getSerializedSize() |
long |
getTotalBillableCharacterCount()
Output only.
|
long |
getTotalTuningCharacterCount()
Output only.
|
long |
getTuningDatasetExampleCount()
Output only.
|
long |
getTuningStepCount()
Output only.
|
Content |
getUserDatasetExamples(int index)
Output only.
|
int |
getUserDatasetExamplesCount()
Output only.
|
List<Content> |
getUserDatasetExamplesList()
Output only.
|
ContentOrBuilder |
getUserDatasetExamplesOrBuilder(int index)
Output only.
|
List<? extends ContentOrBuilder> |
getUserDatasetExamplesOrBuilderList()
Output only.
|
DatasetDistribution |
getUserInputTokenDistribution()
Output only.
|
DatasetDistributionOrBuilder |
getUserInputTokenDistributionOrBuilder()
Output only.
|
DatasetDistribution |
getUserMessagePerExampleDistribution()
Output only.
|
DatasetDistributionOrBuilder |
getUserMessagePerExampleDistributionOrBuilder()
Output only.
|
DatasetDistribution |
getUserOutputTokenDistribution()
Output only.
|
DatasetDistributionOrBuilder |
getUserOutputTokenDistributionOrBuilder()
Output only.
|
int |
hashCode() |
boolean |
hasUserInputTokenDistribution()
Output only.
|
boolean |
hasUserMessagePerExampleDistribution()
Output only.
|
boolean |
hasUserOutputTokenDistribution()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DatasetStats.Builder |
newBuilder() |
static DatasetStats.Builder |
newBuilder(DatasetStats prototype) |
DatasetStats.Builder |
newBuilderForType() |
protected DatasetStats.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DatasetStats |
parseDelimitedFrom(InputStream input) |
static DatasetStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetStats |
parseFrom(byte[] data) |
static DatasetStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetStats |
parseFrom(ByteBuffer data) |
static DatasetStats |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetStats |
parseFrom(com.google.protobuf.ByteString data) |
static DatasetStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DatasetStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatasetStats |
parseFrom(InputStream input) |
static DatasetStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DatasetStats> |
parser() |
DatasetStats.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 TUNING_DATASET_EXAMPLE_COUNT_FIELD_NUMBER
public static final int TOTAL_TUNING_CHARACTER_COUNT_FIELD_NUMBER
public static final int TOTAL_BILLABLE_CHARACTER_COUNT_FIELD_NUMBER
public static final int TUNING_STEP_COUNT_FIELD_NUMBER
public static final int USER_INPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER
public static final int USER_OUTPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER
public static final int USER_MESSAGE_PER_EXAMPLE_DISTRIBUTION_FIELD_NUMBER
public static final int USER_DATASET_EXAMPLES_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 getTuningDatasetExampleCount()
Output only. Number of examples in the tuning dataset.
int64 tuning_dataset_example_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTuningDatasetExampleCount in interface DatasetStatsOrBuilderpublic long getTotalTuningCharacterCount()
Output only. Number of tuning characters in the tuning dataset.
int64 total_tuning_character_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTotalTuningCharacterCount in interface DatasetStatsOrBuilderpublic long getTotalBillableCharacterCount()
Output only. Number of billable characters in the tuning dataset.
int64 total_billable_character_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTotalBillableCharacterCount in interface DatasetStatsOrBuilderpublic long getTuningStepCount()
Output only. Number of tuning steps for this Tuning Job.
int64 tuning_step_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getTuningStepCount in interface DatasetStatsOrBuilderpublic boolean hasUserInputTokenDistribution()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserInputTokenDistribution in interface DatasetStatsOrBuilderpublic DatasetDistribution getUserInputTokenDistribution()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserInputTokenDistribution in interface DatasetStatsOrBuilderpublic DatasetDistributionOrBuilder getUserInputTokenDistributionOrBuilder()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserInputTokenDistributionOrBuilder in interface DatasetStatsOrBuilderpublic boolean hasUserOutputTokenDistribution()
Output only. Dataset distributions for the user output tokens.
optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserOutputTokenDistribution in interface DatasetStatsOrBuilderpublic DatasetDistribution getUserOutputTokenDistribution()
Output only. Dataset distributions for the user output tokens.
optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserOutputTokenDistribution in interface DatasetStatsOrBuilderpublic DatasetDistributionOrBuilder getUserOutputTokenDistributionOrBuilder()
Output only. Dataset distributions for the user output tokens.
optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserOutputTokenDistributionOrBuilder in interface DatasetStatsOrBuilderpublic boolean hasUserMessagePerExampleDistribution()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserMessagePerExampleDistribution in interface DatasetStatsOrBuilderpublic DatasetDistribution getUserMessagePerExampleDistribution()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserMessagePerExampleDistribution in interface DatasetStatsOrBuilderpublic DatasetDistributionOrBuilder getUserMessagePerExampleDistributionOrBuilder()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserMessagePerExampleDistributionOrBuilder in interface DatasetStatsOrBuilderpublic List<Content> getUserDatasetExamplesList()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesList in interface DatasetStatsOrBuilderpublic List<? extends ContentOrBuilder> getUserDatasetExamplesOrBuilderList()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesOrBuilderList in interface DatasetStatsOrBuilderpublic int getUserDatasetExamplesCount()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesCount in interface DatasetStatsOrBuilderpublic Content getUserDatasetExamples(int index)
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamples in interface DatasetStatsOrBuilderpublic ContentOrBuilder getUserDatasetExamplesOrBuilder(int index)
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesOrBuilder in interface DatasetStatsOrBuilderpublic 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 DatasetStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatasetStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static DatasetStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatasetStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DatasetStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatasetStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DatasetStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DatasetStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DatasetStats.Builder newBuilder()
public static DatasetStats.Builder newBuilder(DatasetStats prototype)
public DatasetStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DatasetStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DatasetStats getDefaultInstance()
public static com.google.protobuf.Parser<DatasetStats> parser()
public com.google.protobuf.Parser<DatasetStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DatasetStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.