GoogleCloudAiplatformV1EvaluationRunEvaluationConfigOutputConfig constructor

GoogleCloudAiplatformV1EvaluationRunEvaluationConfigOutputConfig({
  1. GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination,
  2. GoogleCloudAiplatformV1GcsDestination? gcsDestination,
})

Implementation

GoogleCloudAiplatformV1EvaluationRunEvaluationConfigOutputConfig({
  this.bigqueryDestination,
  this.gcsDestination,
});