public final class SupervisedTuningDataStats extends com.google.protobuf.GeneratedMessageV3 implements SupervisedTuningDataStatsOrBuilder
Tuning data statistics for Supervised Tuning.Protobuf type
google.cloud.aiplatform.v1.SupervisedTuningDataStats| Modifier and Type | Class and Description |
|---|---|
static class |
SupervisedTuningDataStats.Builder
Tuning data statistics for Supervised Tuning.
|
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 |
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 SupervisedTuningDataStatsOrBuilderpublic 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 SupervisedTuningDataStatsOrBuilderpublic 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 SupervisedTuningDataStatsOrBuilderpublic 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 SupervisedTuningDataStatsOrBuilderpublic boolean hasUserInputTokenDistribution()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserInputTokenDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistribution getUserInputTokenDistribution()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserInputTokenDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistributionOrBuilder getUserInputTokenDistributionOrBuilder()
Output only. Dataset distributions for the user input tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserInputTokenDistributionOrBuilder in interface SupervisedTuningDataStatsOrBuilderpublic boolean hasUserOutputTokenDistribution()
Output only. Dataset distributions for the user output tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserOutputTokenDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistribution getUserOutputTokenDistribution()
Output only. Dataset distributions for the user output tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserOutputTokenDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistributionOrBuilder getUserOutputTokenDistributionOrBuilder()
Output only. Dataset distributions for the user output tokens.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserOutputTokenDistributionOrBuilder in interface SupervisedTuningDataStatsOrBuilderpublic boolean hasUserMessagePerExampleDistribution()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUserMessagePerExampleDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistribution getUserMessagePerExampleDistribution()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserMessagePerExampleDistribution in interface SupervisedTuningDataStatsOrBuilderpublic SupervisedTuningDatasetDistributionOrBuilder getUserMessagePerExampleDistributionOrBuilder()
Output only. Dataset distributions for the messages per example.
.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserMessagePerExampleDistributionOrBuilder in interface SupervisedTuningDataStatsOrBuilderpublic List<Content> getUserDatasetExamplesList()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesList in interface SupervisedTuningDataStatsOrBuilderpublic List<? extends ContentOrBuilder> getUserDatasetExamplesOrBuilderList()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesOrBuilderList in interface SupervisedTuningDataStatsOrBuilderpublic int getUserDatasetExamplesCount()
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesCount in interface SupervisedTuningDataStatsOrBuilderpublic Content getUserDatasetExamples(int index)
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamples in interface SupervisedTuningDataStatsOrBuilderpublic ContentOrBuilder getUserDatasetExamplesOrBuilder(int index)
Output only. Sample user messages in the training dataset uri.
repeated .google.cloud.aiplatform.v1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserDatasetExamplesOrBuilder in interface SupervisedTuningDataStatsOrBuilderpublic 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 SupervisedTuningDataStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SupervisedTuningDataStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDataStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SupervisedTuningDataStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDataStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SupervisedTuningDataStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SupervisedTuningDataStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SupervisedTuningDataStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SupervisedTuningDataStats.Builder newBuilder()
public static SupervisedTuningDataStats.Builder newBuilder(SupervisedTuningDataStats prototype)
public SupervisedTuningDataStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SupervisedTuningDataStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SupervisedTuningDataStats getDefaultInstance()
public static com.google.protobuf.Parser<SupervisedTuningDataStats> parser()
public com.google.protobuf.Parser<SupervisedTuningDataStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SupervisedTuningDataStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.