GoogleCloudAiplatformV1OnlineEvaluator constructor
GoogleCloudAiplatformV1OnlineEvaluator({
- String? agentResource,
- GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability? cloudObservability,
- GoogleCloudAiplatformV1OnlineEvaluatorConfig? config,
- String? createTime,
- String? displayName,
- List<
GoogleCloudAiplatformV1MetricSource> ? metricSources, - String? name,
- String? state,
- List<
GoogleCloudAiplatformV1OnlineEvaluatorStateDetails> ? stateDetails, - String? updateTime,
Implementation
GoogleCloudAiplatformV1OnlineEvaluator({
this.agentResource,
this.cloudObservability,
this.config,
this.createTime,
this.displayName,
this.metricSources,
this.name,
this.state,
this.stateDetails,
this.updateTime,
});