Package com.google.cloud.aiplatform.v1
Interface SupervisedTuningDataStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SupervisedTuningDataStats,SupervisedTuningDataStats.Builder
@Generated
public interface SupervisedTuningDataStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDroppedExampleReasons(int index) Output only.com.google.protobuf.ByteStringgetDroppedExampleReasonsBytes(int index) Output only.intOutput only.Output only.longDeprecated.google.cloud.aiplatform.v1.SupervisedTuningDataStats.total_billable_character_count is deprecated.longOutput only.longOutput only.longOutput only.longgetTruncatedExampleIndices(int index) Output only.intOutput only.Output only.longOutput only.longOutput only.getUserDatasetExamples(int index) Output only.intOutput only.Output only.getUserDatasetExamplesOrBuilder(int index) Output only.List<? extends ContentOrBuilder>Output only.Output only.Output only.Output only.Output only.Output only.Output only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTuningDatasetExampleCount
long getTuningDatasetExampleCount()Output only. Number of examples in the tuning dataset.
int64 tuning_dataset_example_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The tuningDatasetExampleCount.
-
getTotalTuningCharacterCount
long getTotalTuningCharacterCount()Output only. Number of tuning characters in the tuning dataset.
int64 total_tuning_character_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalTuningCharacterCount.
-
getTotalBillableCharacterCount
Deprecated.google.cloud.aiplatform.v1.SupervisedTuningDataStats.total_billable_character_count is deprecated. See google/cloud/aiplatform/v1/tuning_job.proto;l=250Output only. Number of billable characters in the tuning dataset.
int64 total_billable_character_count = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalBillableCharacterCount.
-
getTotalBillableTokenCount
long getTotalBillableTokenCount()Output only. Number of billable tokens in the tuning dataset.
int64 total_billable_token_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalBillableTokenCount.
-
getTuningStepCount
long getTuningStepCount()Output only. Number of tuning steps for this Tuning Job.
int64 tuning_step_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The tuningStepCount.
-
hasUserInputTokenDistribution
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];- Returns:
- Whether the userInputTokenDistribution field is set.
-
getUserInputTokenDistribution
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];- Returns:
- The userInputTokenDistribution.
-
getUserInputTokenDistributionOrBuilder
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]; -
hasUserOutputTokenDistribution
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];- Returns:
- Whether the userOutputTokenDistribution field is set.
-
getUserOutputTokenDistribution
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];- Returns:
- The userOutputTokenDistribution.
-
getUserOutputTokenDistributionOrBuilder
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]; -
hasUserMessagePerExampleDistribution
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];- Returns:
- Whether the userMessagePerExampleDistribution field is set.
-
getUserMessagePerExampleDistribution
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];- Returns:
- The userMessagePerExampleDistribution.
-
getUserMessagePerExampleDistributionOrBuilder
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]; -
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]; -
getUserDatasetExamples
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
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]; -
getUserDatasetExamplesOrBuilderList
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]; -
getUserDatasetExamplesOrBuilder
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]; -
getTotalTruncatedExampleCount
long getTotalTruncatedExampleCount()Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.
int64 total_truncated_example_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalTruncatedExampleCount.
-
getTruncatedExampleIndicesList
Output only. A partial sample of the indices (starting from 1) of the dropped examples.
repeated int64 truncated_example_indices = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the truncatedExampleIndices.
-
getTruncatedExampleIndicesCount
int getTruncatedExampleIndicesCount()Output only. A partial sample of the indices (starting from 1) of the dropped examples.
repeated int64 truncated_example_indices = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of truncatedExampleIndices.
-
getTruncatedExampleIndices
long getTruncatedExampleIndices(int index) Output only. A partial sample of the indices (starting from 1) of the dropped examples.
repeated int64 truncated_example_indices = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The truncatedExampleIndices at the given index.
-
getDroppedExampleReasonsList
Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped.
repeated string dropped_example_reasons = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the droppedExampleReasons.
-
getDroppedExampleReasonsCount
int getDroppedExampleReasonsCount()Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped.
repeated string dropped_example_reasons = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of droppedExampleReasons.
-
getDroppedExampleReasons
Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped.
repeated string dropped_example_reasons = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The droppedExampleReasons at the given index.
-
getDroppedExampleReasonsBytes
com.google.protobuf.ByteString getDroppedExampleReasonsBytes(int index) Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped.
repeated string dropped_example_reasons = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the droppedExampleReasons at the given index.
-