GoogleCloudAiplatformV1EvaluationSet constructor

GoogleCloudAiplatformV1EvaluationSet({
  1. Map<String, GoogleCloudAiplatformV1AgentConfig>? agentConfigs,
  2. String? createTime,
  3. String? displayName,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. List<String>? evaluationItems,
  6. Object? metadata,
  7. String? name,
  8. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1EvaluationSet({
  this.agentConfigs,
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.evaluationItems,
  this.metadata,
  this.name,
  this.updateTime,
});