instances = $instances; } /** * @return GoogleCloudAiplatformV1ToolParameterKeyMatchInstance[] */ public function getInstances() { return $this->instances; } /** * @param GoogleCloudAiplatformV1ToolParameterKeyMatchSpec */ public function setMetricSpec(GoogleCloudAiplatformV1ToolParameterKeyMatchSpec $metricSpec) { $this->metricSpec = $metricSpec; } /** * @return GoogleCloudAiplatformV1ToolParameterKeyMatchSpec */ public function getMetricSpec() { return $this->metricSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ToolParameterKeyMatchInput::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ToolParameterKeyMatchInput');