Interface SupervisedTuningDataStats

Tuning data statistics for Supervised Tuning.

Properties

droppedExampleReasons?: string[]

Output only. For each index in truncated_example_indices, the user-facing reason why the example was dropped.

totalBillableCharacterCount?: string

Output only. Number of billable characters in the tuning dataset.

totalBillableTokenCount?: string

Output only. Number of billable tokens in the tuning dataset.

totalTruncatedExampleCount?: string

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.

totalTuningCharacterCount?: string

Output only. Number of tuning characters in the tuning dataset.

truncatedExampleIndices?: string[]

Output only. A partial sample of the indices (starting from 1) of the dropped examples.

tuningDatasetExampleCount?: string

Output only. Number of examples in the tuning dataset.

tuningStepCount?: string

Output only. Number of tuning steps for this Tuning Job.

userDatasetExamples?: Content[]

Output only. Sample user messages in the training dataset uri.

userInputTokenDistribution?: SupervisedTuningDatasetDistribution

Output only. Dataset distributions for the user input tokens.

userMessagePerExampleDistribution?: SupervisedTuningDatasetDistribution

Output only. Dataset distributions for the messages per example.

userOutputTokenDistribution?: SupervisedTuningDatasetDistribution

Output only. Dataset distributions for the user output tokens.