GoogleCloudAiplatformV1ToolParameterKVMatchInput constructor

GoogleCloudAiplatformV1ToolParameterKVMatchInput({
  1. List<GoogleCloudAiplatformV1ToolParameterKVMatchInstance>? instances,
  2. GoogleCloudAiplatformV1ToolParameterKVMatchSpec? metricSpec,
})

Implementation

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