inputs = $inputs; } /** * @return GoogleCloudAiplatformV1Tensor[] */ public function getInputs() { return $this->inputs; } /** * @param GoogleCloudAiplatformV1Tensor */ public function setParameters(GoogleCloudAiplatformV1Tensor $parameters) { $this->parameters = $parameters; } /** * @return GoogleCloudAiplatformV1Tensor */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1StreamingPredictRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1StreamingPredictRequest');