GoogleCloudAiplatformV1TuningDataStats class
The tuning data statistic values for TuningJob.
Constructors
- GoogleCloudAiplatformV1TuningDataStats({GoogleCloudAiplatformV1DistillationDataStats? distillationDataStats, GoogleCloudAiplatformV1ReinforcementLearningDataStats? reinforcementLearningDataStats, GoogleCloudAiplatformV1SupervisedTuningDataStats? supervisedTuningDataStats})
- GoogleCloudAiplatformV1TuningDataStats.fromJson(Map json_)
Properties
- distillationDataStats ↔ GoogleCloudAiplatformV1DistillationDataStats?
-
Statistics for distillation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reinforcementLearningDataStats ↔ GoogleCloudAiplatformV1ReinforcementLearningDataStats?
-
Statistics for reinforcement learning.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supervisedTuningDataStats ↔ GoogleCloudAiplatformV1SupervisedTuningDataStats?
-
The SFT Tuning data stats.
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