GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData class
Deprecated: Use agent_eval_data instead.
Contains data specific to agent evaluations.
Constructors
-
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData({GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig? agentConfig, Map<
String, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig> ? agents, GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataEvents? events, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataTools? tools, String? toolsText, List<GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn> ? turns}) - GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData.fromJson(Map json_)
Properties
- agentConfig ↔ GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig?
-
Deprecated: Use
agent_eval_datainstead.getter/setter pair -
agents
↔ Map<
String, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig> ? -
The static Agent Configuration.
getter/setter pair
- developerInstruction ↔ GoogleCloudAiplatformV1EvaluationInstanceInstanceData?
-
Deprecated: Use
agents.developer_instructionorturns.events.active_instructioninstead.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