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