GoogleCloudAiplatformV1EvaluationInstanceAgentData class
Contains data specific to agent evaluations.
Constructors
-
GoogleCloudAiplatformV1EvaluationInstanceAgentData({GoogleCloudAiplatformV1EvaluationInstanceAgentConfig? agentConfig, Map<
String, GoogleCloudAiplatformV1EvaluationInstanceAgentConfig> ? agents, GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction, GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents? events, GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools? tools, String? toolsText, List<GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn> ? turns}) - GoogleCloudAiplatformV1EvaluationInstanceAgentData.fromJson(Map json_)
Properties
- agentConfig ↔ GoogleCloudAiplatformV1EvaluationInstanceAgentConfig?
-
Agent configuration.
getter/setter pair
-
agents
↔ Map<
String, GoogleCloudAiplatformV1EvaluationInstanceAgentConfig> ? -
The static Agent Configuration.
getter/setter pair
- developerInstruction ↔ GoogleCloudAiplatformV1EvaluationInstanceInstanceData?
-
A field containing instructions from the developer for the agent.
getter/setter pair
- events ↔ GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents?
-
A list of events.
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
- tools ↔ GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools?
-
List of tools.
getter/setter pair
- toolsText ↔ String?
-
A JSON string containing a list of tools available to an agent with info
such as name, description, parameters and required parameters.
getter/setter pair
-
turns
↔ List<
GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn> ? -
The chronological list of conversation turns.
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