GoogleCloudAiplatformV1ImportEvaluationSetRequestInteractionsSource class
Source for importing interactions from the Interactions API into an EvaluationSet.
The agent identity is specified once, with a list of interaction IDs to import.
Constructors
-
GoogleCloudAiplatformV1ImportEvaluationSetRequestInteractionsSource({GoogleCloudAiplatformV1GeminiAgentConfig? geminiAgentConfig, List<
String> ? interactions}) - GoogleCloudAiplatformV1ImportEvaluationSetRequestInteractionsSource.fromJson(Map json_)
Properties
- geminiAgentConfig ↔ GoogleCloudAiplatformV1GeminiAgentConfig?
-
Gemini Agent (Vertex AI Agent resource).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interactions
↔ List<
String> ? -
The interactions to import.
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