Package com.google.genai.types
Class DatasetStats
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DatasetStats
Statistics computed over a tuning dataset. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetStats.Builderbuilder()Instantiates a builder for DatasetStats.static DatasetStatsDeserializes a JSON string to a DatasetStats object.abstract DatasetStats.BuilderCreates a builder with the same values as this instance.Output only.Output only.Output only.Output only.Output only.abstract Optional<DatasetDistribution>Output only.abstract Optional<DatasetDistribution>Output only.abstract Optional<DatasetDistribution>Output only.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DatasetStats
public DatasetStats()
-
-
Method Details
-
totalBillableCharacterCount
Output only. Number of billable characters in the tuning dataset. -
totalTuningCharacterCount
Output only. Number of tuning characters in the tuning dataset. -
tuningDatasetExampleCount
Output only. Number of examples in the tuning dataset. -
tuningStepCount
Output only. Number of tuning steps for this Tuning Job. -
userDatasetExamples
Output only. Sample user messages in the training dataset uri. -
userInputTokenDistribution
Output only. Dataset distributions for the user input tokens. -
userMessagePerExampleDistribution
Output only. Dataset distributions for the messages per example. -
userOutputTokenDistribution
Output only. Dataset distributions for the user output tokens. -
builder
Instantiates a builder for DatasetStats. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DatasetStats object.
-