Interface DatasetStats

Statistics computed over a tuning dataset.

Properties

totalBillableCharacterCount?: string

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

totalTuningCharacterCount?: string

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

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?: DatasetDistribution

Output only. Dataset distributions for the user input tokens.

userMessagePerExampleDistribution?: DatasetDistribution

Output only. Dataset distributions for the messages per example.

userOutputTokenDistribution?: DatasetDistribution

Output only. Dataset distributions for the user output tokens.