GoogleCloudAiplatformV1EvaluationInstanceAgentData constructor
GoogleCloudAiplatformV1EvaluationInstanceAgentData({
- GoogleCloudAiplatformV1EvaluationInstanceAgentConfig? agentConfig,
- Map<
String, GoogleCloudAiplatformV1EvaluationInstanceAgentConfig> ? agents, - GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction,
- GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents? events,
- GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools? tools,
- String? toolsText,
- List<
GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn> ? turns,
Implementation
GoogleCloudAiplatformV1EvaluationInstanceAgentData({
this.agentConfig,
this.agents,
this.developerInstruction,
this.events,
this.tools,
this.toolsText,
this.turns,
});