GoogleCloudAiplatformV1EvaluationInstanceAgentConfig constructor

GoogleCloudAiplatformV1EvaluationInstanceAgentConfig({
  1. String? agentId,
  2. String? agentType,
  3. String? description,
  4. GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction,
  5. List<String>? subAgents,
  6. GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools? tools,
  7. String? toolsText,
})

Implementation

GoogleCloudAiplatformV1EvaluationInstanceAgentConfig({
  this.agentId,
  this.agentType,
  this.description,
  this.developerInstruction,
  this.subAgents,
  this.tools,
  this.toolsText,
});