GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData constructor
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData({
- GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig? agentConfig,
- Map<
String, GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig> ? agents, - GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction,
- GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataEvents? events,
- GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataTools? tools,
- String? toolsText,
- List<
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn> ? turns,
Implementation
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentData({
this.agentConfig,
this.agents,
this.developerInstruction,
this.events,
this.tools,
this.toolsText,
this.turns,
});