GoogleCloudAiplatformV1ToolNameMatchInput constructor

GoogleCloudAiplatformV1ToolNameMatchInput({
  1. List<GoogleCloudAiplatformV1ToolNameMatchInstance>? instances,
  2. GoogleCloudAiplatformV1ToolNameMatchSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1ToolNameMatchInput({
  this.instances,
  this.metricSpec,
});