blockedEntities = $blockedEntities; } /** * @return string[] */ public function getBlockedEntities() { return $this->blockedEntities; } /** * @param CloudAiLargeModelsVisionRaiInfoDetectedLabels[] */ public function setDetectedLabels($detectedLabels) { $this->detectedLabels = $detectedLabels; } /** * @return CloudAiLargeModelsVisionRaiInfoDetectedLabels[] */ public function getDetectedLabels() { return $this->detectedLabels; } /** * @param string */ public function setModelName($modelName) { $this->modelName = $modelName; } /** * @return string */ public function getModelName() { return $this->modelName; } /** * @param string[] */ public function setRaiCategories($raiCategories) { $this->raiCategories = $raiCategories; } /** * @return string[] */ public function getRaiCategories() { return $this->raiCategories; } /** * @param float[] */ public function setScores($scores) { $this->scores = $scores; } /** * @return float[] */ public function getScores() { return $this->scores; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudAiLargeModelsVisionRaiInfo::class, 'Google_Service_Aiplatform_CloudAiLargeModelsVisionRaiInfo');