GoogleCloudAiplatformV1OnlineEvaluator constructor

GoogleCloudAiplatformV1OnlineEvaluator({
  1. String? agentResource,
  2. GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability? cloudObservability,
  3. GoogleCloudAiplatformV1OnlineEvaluatorConfig? config,
  4. String? createTime,
  5. String? displayName,
  6. List<GoogleCloudAiplatformV1MetricSource>? metricSources,
  7. String? name,
  8. String? state,
  9. List<GoogleCloudAiplatformV1OnlineEvaluatorStateDetails>? stateDetails,
  10. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1OnlineEvaluator({
  this.agentResource,
  this.cloudObservability,
  this.config,
  this.createTime,
  this.displayName,
  this.metricSources,
  this.name,
  this.state,
  this.stateDetails,
  this.updateTime,
});