deployedModelSizeBytes = $deployedModelSizeBytes; } /** * @return string */ public function getDeployedModelSizeBytes() { return $this->deployedModelSizeBytes; } /** * @param XPSVisionErrorAnalysisConfig[] */ public function setErrorAnalysisConfigs($errorAnalysisConfigs) { $this->errorAnalysisConfigs = $errorAnalysisConfigs; } /** * @return XPSVisionErrorAnalysisConfig[] */ public function getErrorAnalysisConfigs() { return $this->errorAnalysisConfigs; } /** * @param XPSExampleSet */ public function setEvaluatedExampleSet(XPSExampleSet $evaluatedExampleSet) { $this->evaluatedExampleSet = $evaluatedExampleSet; } /** * @return XPSExampleSet */ public function getEvaluatedExampleSet() { return $this->evaluatedExampleSet; } /** * @param XPSEvaluationMetricsSet */ public function setEvaluationMetricsSet(XPSEvaluationMetricsSet $evaluationMetricsSet) { $this->evaluationMetricsSet = $evaluationMetricsSet; } /** * @return XPSEvaluationMetricsSet */ public function getEvaluationMetricsSet() { return $this->evaluationMetricsSet; } /** * @param XPSResponseExplanationSpec[] */ public function setExplanationConfigs($explanationConfigs) { $this->explanationConfigs = $explanationConfigs; } /** * @return XPSResponseExplanationSpec[] */ public function getExplanationConfigs() { return $this->explanationConfigs; } /** * @param XPSImageClassificationTrainResponse */ public function setImageClassificationTrainResp(XPSImageClassificationTrainResponse $imageClassificationTrainResp) { $this->imageClassificationTrainResp = $imageClassificationTrainResp; } /** * @return XPSImageClassificationTrainResponse */ public function getImageClassificationTrainResp() { return $this->imageClassificationTrainResp; } /** * @param XPSImageObjectDetectionModelSpec */ public function setImageObjectDetectionTrainResp(XPSImageObjectDetectionModelSpec $imageObjectDetectionTrainResp) { $this->imageObjectDetectionTrainResp = $imageObjectDetectionTrainResp; } /** * @return XPSImageObjectDetectionModelSpec */ public function getImageObjectDetectionTrainResp() { return $this->imageObjectDetectionTrainResp; } /** * @param XPSImageSegmentationTrainResponse */ public function setImageSegmentationTrainResp(XPSImageSegmentationTrainResponse $imageSegmentationTrainResp) { $this->imageSegmentationTrainResp = $imageSegmentationTrainResp; } /** * @return XPSImageSegmentationTrainResponse */ public function getImageSegmentationTrainResp() { return $this->imageSegmentationTrainResp; } /** * @param string */ public function setModelToken($modelToken) { $this->modelToken = $modelToken; } /** * @return string */ public function getModelToken() { return $this->modelToken; } /** * @param XPSSpeechModelSpec */ public function setSpeechTrainResp(XPSSpeechModelSpec $speechTrainResp) { $this->speechTrainResp = $speechTrainResp; } /** * @return XPSSpeechModelSpec */ public function getSpeechTrainResp() { return $this->speechTrainResp; } /** * @param XPSTablesTrainResponse */ public function setTablesTrainResp(XPSTablesTrainResponse $tablesTrainResp) { $this->tablesTrainResp = $tablesTrainResp; } /** * @return XPSTablesTrainResponse */ public function getTablesTrainResp() { return $this->tablesTrainResp; } /** * @param XPSTextToSpeechTrainResponse */ public function setTextToSpeechTrainResp(XPSTextToSpeechTrainResponse $textToSpeechTrainResp) { $this->textToSpeechTrainResp = $textToSpeechTrainResp; } /** * @return XPSTextToSpeechTrainResponse */ public function getTextToSpeechTrainResp() { return $this->textToSpeechTrainResp; } /** * @param XPSTextTrainResponse */ public function setTextTrainResp(XPSTextTrainResponse $textTrainResp) { $this->textTrainResp = $textTrainResp; } /** * @return XPSTextTrainResponse */ public function getTextTrainResp() { return $this->textTrainResp; } /** * @param XPSTranslationTrainResponse */ public function setTranslationTrainResp(XPSTranslationTrainResponse $translationTrainResp) { $this->translationTrainResp = $translationTrainResp; } /** * @return XPSTranslationTrainResponse */ public function getTranslationTrainResp() { return $this->translationTrainResp; } /** * @param XPSVideoActionRecognitionTrainResponse */ public function setVideoActionRecognitionTrainResp(XPSVideoActionRecognitionTrainResponse $videoActionRecognitionTrainResp) { $this->videoActionRecognitionTrainResp = $videoActionRecognitionTrainResp; } /** * @return XPSVideoActionRecognitionTrainResponse */ public function getVideoActionRecognitionTrainResp() { return $this->videoActionRecognitionTrainResp; } /** * @param XPSVideoClassificationTrainResponse */ public function setVideoClassificationTrainResp(XPSVideoClassificationTrainResponse $videoClassificationTrainResp) { $this->videoClassificationTrainResp = $videoClassificationTrainResp; } /** * @return XPSVideoClassificationTrainResponse */ public function getVideoClassificationTrainResp() { return $this->videoClassificationTrainResp; } /** * @param XPSVideoObjectTrackingTrainResponse */ public function setVideoObjectTrackingTrainResp(XPSVideoObjectTrackingTrainResponse $videoObjectTrackingTrainResp) { $this->videoObjectTrackingTrainResp = $videoObjectTrackingTrainResp; } /** * @return XPSVideoObjectTrackingTrainResponse */ public function getVideoObjectTrackingTrainResp() { return $this->videoObjectTrackingTrainResp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSTrainResponse::class, 'Google_Service_CloudNaturalLanguage_XPSTrainResponse');