GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData class

Deprecated: Use agent_eval_data instead.

Contains data specific to agent evaluations.

Properties

agentConfig GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig?
Deprecated: Use agent_eval_data instead.
getter/setter pair
agents Map<String, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig>?
The static Agent Configuration.
getter/setter pair
developerInstruction GoogleCloudAiplatformV1EvaluationInstanceInstanceData?
Deprecated: Use agents.developer_instruction or turns.events.active_instruction instead.
getter/setter pair
events GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataEvents?
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 GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataTools?
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<GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn>?
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