GoogleCloudAiplatformV1EvaluationRun constructor
GoogleCloudAiplatformV1EvaluationRun({
- String? completionTime,
- String? createTime,
- GoogleCloudAiplatformV1EvaluationRunDataSource? dataSource,
- String? displayName,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1EvaluationRunEvaluationConfig? evaluationConfig,
- GoogleCloudAiplatformV1EvaluationResults? evaluationResults,
- String? evaluationSetSnapshot,
- Map<
String, GoogleCloudAiplatformV1EvaluationRunInferenceConfig> ? inferenceConfigs, - Map<
String, String> ? labels, - Object? metadata,
- String? name,
- String? state,
Implementation
GoogleCloudAiplatformV1EvaluationRun({
this.completionTime,
this.createTime,
this.dataSource,
this.displayName,
this.error,
this.evaluationConfig,
this.evaluationResults,
this.evaluationSetSnapshot,
this.inferenceConfigs,
this.labels,
this.metadata,
this.name,
this.state,
});