GoogleCloudAiplatformV1Agent constructor

GoogleCloudAiplatformV1Agent({
  1. String? baseAgent,
  2. Object? baseEnvironment,
  3. String? created,
  4. String? description,
  5. String? id,
  6. Map<String, String>? metadata,
  7. String? name,
  8. String? object,
  9. String? systemInstruction,
  10. List<GoogleCloudAiplatformV1AgentTool>? tools,
  11. String? updated,
})

Implementation

GoogleCloudAiplatformV1Agent({
  this.baseAgent,
  this.baseEnvironment,
  this.created,
  this.description,
  this.id,
  this.metadata,
  this.name,
  this.object,
  this.systemInstruction,
  this.tools,
  this.updated,
});