GoogleCloudAiplatformV1ToolParameterKeyMatchInput constructor

GoogleCloudAiplatformV1ToolParameterKeyMatchInput({
  1. List<GoogleCloudAiplatformV1ToolParameterKeyMatchInstance>? instances,
  2. GoogleCloudAiplatformV1ToolParameterKeyMatchSpec? metricSpec,
})

Implementation

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