DatasetStats class final
Statistics computed over a tuning dataset.
- Inheritance
-
- Object
- ProtoMessage
- DatasetStats
Constructors
-
DatasetStats({int tuningDatasetExampleCount = 0, int totalTuningCharacterCount = 0, int totalBillableCharacterCount = 0, int tuningStepCount = 0, DatasetDistribution? userInputTokenDistribution, DatasetDistribution? userOutputTokenDistribution, DatasetDistribution? userMessagePerExampleDistribution, List<
Content> userDatasetExamples = const []}) -
DatasetStats.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalBillableCharacterCount → int
-
Output only. Number of billable characters in the tuning dataset.
final
- totalTuningCharacterCount → int
-
Output only. Number of tuning characters in the tuning dataset.
final
- tuningDatasetExampleCount → int
-
Output only. Number of examples in the tuning dataset.
final
- tuningStepCount → int
-
Output only. Number of tuning steps for this Tuning Job.
final
-
userDatasetExamples
→ List<
Content> -
Output only. Sample user messages in the training dataset uri.
final
- userInputTokenDistribution → DatasetDistribution?
-
Output only. Dataset distributions for the user input tokens.
final
- userMessagePerExampleDistribution → DatasetDistribution?
-
Output only. Dataset distributions for the messages per example.
final
- userOutputTokenDistribution → DatasetDistribution?
-
Output only. Dataset distributions for the user output tokens.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String