GoogleCloudAiplatformV1SupervisedTuningDataStats class
Tuning data statistics for Supervised Tuning.
Constructors
-
GoogleCloudAiplatformV1SupervisedTuningDataStats.new({List<
String> ? droppedExampleReasons, String? totalBillableCharacterCount, String? totalBillableTokenCount, String? totalTruncatedExampleCount, String? totalTuningCharacterCount, List<String> ? truncatedExampleIndices, String? tuningDatasetExampleCount, String? tuningStepCount, List<GoogleCloudAiplatformV1Content> ? userDatasetExamples, GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userInputTokenDistribution, GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userMessagePerExampleDistribution, GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userOutputTokenDistribution}) - GoogleCloudAiplatformV1SupervisedTuningDataStats.fromJson(Map json_)
Properties
-
droppedExampleReasons
↔ List<
String> ? -
For each index in
truncated_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
- totalBillableCharacterCount ↔ String?
-
Number of billable characters in the tuning dataset.
getter/setter pair
- totalBillableTokenCount ↔ String?
-
Number of billable tokens in the tuning dataset.
getter/setter pair
- totalTruncatedExampleCount ↔ String?
-
The number of examples in the dataset that have been dropped.
getter/setter pair
- totalTuningCharacterCount ↔ String?
-
Number of tuning characters in the tuning dataset.
getter/setter pair
-
truncatedExampleIndices
↔ List<
String> ? -
A partial sample of the indices (starting from 1) of the dropped examples.
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<
GoogleCloudAiplatformV1Content> ? -
Sample user messages in the training dataset uri.
getter/setter pair
- userInputTokenDistribution ↔ GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution?
-
Dataset distributions for the user input tokens.
getter/setter pair
- userMessagePerExampleDistribution ↔ GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution?
-
Dataset distributions for the messages per example.
getter/setter pair
- userOutputTokenDistribution ↔ GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution?
-
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