GoogleCloudAiplatformV1PreferenceOptimizationDataStats class
Statistics computed for datasets used for preference optimization.
Constructors
-
GoogleCloudAiplatformV1PreferenceOptimizationDataStats({List<
String> ? droppedExampleIndices, List<String> ? droppedExampleReasons, GoogleCloudAiplatformV1DatasetDistribution? scoreVariancePerExampleDistribution, GoogleCloudAiplatformV1DatasetDistribution? scoresDistribution, String? totalBillableTokenCount, String? tuningDatasetExampleCount, String? tuningStepCount, List<GoogleCloudAiplatformV1GeminiPreferenceExample> ? userDatasetExamples, GoogleCloudAiplatformV1DatasetDistribution? userInputTokenDistribution, GoogleCloudAiplatformV1DatasetDistribution? userOutputTokenDistribution}) - GoogleCloudAiplatformV1PreferenceOptimizationDataStats.fromJson(Map json_)
Properties
-
droppedExampleIndices
↔ List<
String> ? -
A partial sample of the indices (starting from 1) of the dropped examples.
getter/setter pair
-
droppedExampleReasons
↔ List<
String> ? -
For each index in
dropped_example_indices, the user-facing reason why the example was dropped.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoresDistribution ↔ GoogleCloudAiplatformV1DatasetDistribution?
-
Dataset distributions for scores.
getter/setter pair
- scoreVariancePerExampleDistribution ↔ GoogleCloudAiplatformV1DatasetDistribution?
-
Dataset distributions for scores variance per example.
getter/setter pair
- totalBillableTokenCount ↔ String?
-
Number of billable tokens in the tuning dataset.
getter/setter pair
- tuningDatasetExampleCount ↔ String?
-
Number of examples in the tuning dataset.
getter/setter pair
- tuningStepCount ↔ String?
-
Number of tuning steps for this Tuning Job.
getter/setter pair
-
userDatasetExamples
↔ List<
GoogleCloudAiplatformV1GeminiPreferenceExample> ? -
Sample user examples in the training dataset.
getter/setter pair
- userInputTokenDistribution ↔ GoogleCloudAiplatformV1DatasetDistribution?
-
Dataset distributions for the user input tokens.
getter/setter pair
- userOutputTokenDistribution ↔ GoogleCloudAiplatformV1DatasetDistribution?
-
Dataset distributions for the user output tokens.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited