GoogleCloudAiplatformV1MetricxSpec constructor

GoogleCloudAiplatformV1MetricxSpec({
  1. String? sourceLanguage,
  2. String? targetLanguage,
  3. String? version,
})

Implementation

GoogleCloudAiplatformV1MetricxSpec({
  this.sourceLanguage,
  this.targetLanguage,
  this.version,
});