GoogleCloudAiplatformV1MetricxInput constructor

GoogleCloudAiplatformV1MetricxInput({
  1. GoogleCloudAiplatformV1MetricxInstance? instance,
  2. GoogleCloudAiplatformV1MetricxSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1MetricxInput({
  this.instance,
  this.metricSpec,
});