GoogleCloudAiplatformV1LossAnalysisConfig class
Configuration for the loss analysis job.
Constructors
- GoogleCloudAiplatformV1LossAnalysisConfig({String? candidate, String? metric})
- GoogleCloudAiplatformV1LossAnalysisConfig.fromJson(Map json_)
Properties
- candidate ↔ String?
-
The candidate model/agent to analyze (e.g., "gemini-3.0-pro").
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric ↔ String?
-
The metric to analyze (e.g., "tool_use_quality").
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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