Builder
Builder for DatasetStats.
Functions
Link copied to clipboard
Link copied to clipboard
Clears the value of droppedExampleIndices field.
Link copied to clipboard
Clears the value of droppedExampleReasons field.
Link copied to clipboard
Clears the value of totalBillableCharacterCount field.
Link copied to clipboard
Clears the value of totalTuningCharacterCount field.
Link copied to clipboard
Clears the value of tuningDatasetExampleCount field.
Link copied to clipboard
Clears the value of tuningStepCount field.
Link copied to clipboard
Clears the value of userDatasetExamples field.
Link copied to clipboard
Clears the value of userInputTokenDistribution field.
Link copied to clipboard
Clears the value of userMessagePerExampleDistribution field.
Link copied to clipboard
Clears the value of userOutputTokenDistribution field.
Link copied to clipboard
@CanIgnoreReturnValue()
Setter for droppedExampleIndices.
Link copied to clipboard
@CanIgnoreReturnValue()
Setter for droppedExampleReasons.
Link copied to clipboard
Setter for totalBillableCharacterCount.
Link copied to clipboard
Setter for totalTuningCharacterCount.
Link copied to clipboard
Setter for tuningDatasetExampleCount.
Link copied to clipboard
Setter for tuningStepCount.
Link copied to clipboard
@CanIgnoreReturnValue()
Setter for userDatasetExamples.
@CanIgnoreReturnValue()
Setter for userDatasetExamples builder.
Link copied to clipboard
public abstract DatasetStats.Builder userInputTokenDistribution(DatasetDistribution userInputTokenDistribution)
Setter for userInputTokenDistribution.
@CanIgnoreReturnValue()
Setter for userInputTokenDistribution builder.
Link copied to clipboard
public abstract DatasetStats.Builder userMessagePerExampleDistribution(DatasetDistribution userMessagePerExampleDistribution)
Setter for userMessagePerExampleDistribution.
@CanIgnoreReturnValue()
Setter for userMessagePerExampleDistribution builder.
Link copied to clipboard
public abstract DatasetStats.Builder userOutputTokenDistribution(DatasetDistribution userOutputTokenDistribution)
Setter for userOutputTokenDistribution.
@CanIgnoreReturnValue()
Setter for userOutputTokenDistribution builder.