Class DatasetStats.Builder
- Enclosing class:
- DatasetStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DatasetStatsbuild()Clears the value of totalBillableCharacterCount field.Clears the value of totalTuningCharacterCount field.Clears the value of tuningDatasetExampleCount field.Clears the value of tuningStepCount field.Clears the value of userDatasetExamples field.Clears the value of userInputTokenDistribution field.Clears the value of userMessagePerExampleDistribution field.Clears the value of userOutputTokenDistribution field.abstract DatasetStats.BuildertotalBillableCharacterCount(Long totalBillableCharacterCount) Setter for totalBillableCharacterCount.abstract DatasetStats.BuildertotalTuningCharacterCount(Long totalTuningCharacterCount) Setter for totalTuningCharacterCount.abstract DatasetStats.BuildertuningDatasetExampleCount(Long tuningDatasetExampleCount) Setter for tuningDatasetExampleCount.abstract DatasetStats.BuildertuningStepCount(Long tuningStepCount) Setter for tuningStepCount.userDatasetExamples(Content... userDatasetExamples) Setter for userDatasetExamples.userDatasetExamples(Content.Builder... userDatasetExamplesBuilders) Setter for userDatasetExamples builder.abstract DatasetStats.BuilderuserDatasetExamples(List<Content> userDatasetExamples) Setter for userDatasetExamples.abstract DatasetStats.BuilderuserInputTokenDistribution(DatasetDistribution userInputTokenDistribution) Setter for userInputTokenDistribution.userInputTokenDistribution(DatasetDistribution.Builder userInputTokenDistributionBuilder) Setter for userInputTokenDistribution builder.abstract DatasetStats.BuilderuserMessagePerExampleDistribution(DatasetDistribution userMessagePerExampleDistribution) Setter for userMessagePerExampleDistribution.userMessagePerExampleDistribution(DatasetDistribution.Builder userMessagePerExampleDistributionBuilder) Setter for userMessagePerExampleDistribution builder.abstract DatasetStats.BuilderuserOutputTokenDistribution(DatasetDistribution userOutputTokenDistribution) Setter for userOutputTokenDistribution.userOutputTokenDistribution(DatasetDistribution.Builder userOutputTokenDistributionBuilder) Setter for userOutputTokenDistribution builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
totalBillableCharacterCount
Setter for totalBillableCharacterCount.totalBillableCharacterCount: Output only. Number of billable characters in the tuning dataset.
-
clearTotalBillableCharacterCount
Clears the value of totalBillableCharacterCount field. -
totalTuningCharacterCount
Setter for totalTuningCharacterCount.totalTuningCharacterCount: Output only. Number of tuning characters in the tuning dataset.
-
clearTotalTuningCharacterCount
Clears the value of totalTuningCharacterCount field. -
tuningDatasetExampleCount
Setter for tuningDatasetExampleCount.tuningDatasetExampleCount: Output only. Number of examples in the tuning dataset.
-
clearTuningDatasetExampleCount
Clears the value of tuningDatasetExampleCount field. -
tuningStepCount
Setter for tuningStepCount.tuningStepCount: Output only. Number of tuning steps for this Tuning Job.
-
clearTuningStepCount
Clears the value of tuningStepCount field. -
userDatasetExamples
Setter for userDatasetExamples.userDatasetExamples: Output only. Sample user messages in the training dataset uri.
-
userDatasetExamples
@CanIgnoreReturnValue public DatasetStats.Builder userDatasetExamples(Content... userDatasetExamples) Setter for userDatasetExamples.userDatasetExamples: Output only. Sample user messages in the training dataset uri.
-
userDatasetExamples
@CanIgnoreReturnValue public DatasetStats.Builder userDatasetExamples(Content.Builder... userDatasetExamplesBuilders) Setter for userDatasetExamples builder.userDatasetExamples: Output only. Sample user messages in the training dataset uri.
-
clearUserDatasetExamples
Clears the value of userDatasetExamples field. -
userInputTokenDistribution
public abstract DatasetStats.Builder userInputTokenDistribution(DatasetDistribution userInputTokenDistribution) Setter for userInputTokenDistribution.userInputTokenDistribution: Output only. Dataset distributions for the user input tokens.
-
userInputTokenDistribution
@CanIgnoreReturnValue public DatasetStats.Builder userInputTokenDistribution(DatasetDistribution.Builder userInputTokenDistributionBuilder) Setter for userInputTokenDistribution builder.userInputTokenDistribution: Output only. Dataset distributions for the user input tokens.
-
clearUserInputTokenDistribution
Clears the value of userInputTokenDistribution field. -
userMessagePerExampleDistribution
public abstract DatasetStats.Builder userMessagePerExampleDistribution(DatasetDistribution userMessagePerExampleDistribution) Setter for userMessagePerExampleDistribution.userMessagePerExampleDistribution: Output only. Dataset distributions for the messages per example.
-
userMessagePerExampleDistribution
@CanIgnoreReturnValue public DatasetStats.Builder userMessagePerExampleDistribution(DatasetDistribution.Builder userMessagePerExampleDistributionBuilder) Setter for userMessagePerExampleDistribution builder.userMessagePerExampleDistribution: Output only. Dataset distributions for the messages per example.
-
clearUserMessagePerExampleDistribution
Clears the value of userMessagePerExampleDistribution field. -
userOutputTokenDistribution
public abstract DatasetStats.Builder userOutputTokenDistribution(DatasetDistribution userOutputTokenDistribution) Setter for userOutputTokenDistribution.userOutputTokenDistribution: Output only. Dataset distributions for the user output tokens.
-
userOutputTokenDistribution
@CanIgnoreReturnValue public DatasetStats.Builder userOutputTokenDistribution(DatasetDistribution.Builder userOutputTokenDistributionBuilder) Setter for userOutputTokenDistribution builder.userOutputTokenDistribution: Output only. Dataset distributions for the user output tokens.
-
clearUserOutputTokenDistribution
Clears the value of userOutputTokenDistribution field. -
build
-