coreMlFormat = $coreMlFormat; } /** * @return XPSCoreMlFormat */ public function getCoreMlFormat() { return $this->coreMlFormat; } /** * @param XPSDockerFormat */ public function setDockerFormat(XPSDockerFormat $dockerFormat) { $this->dockerFormat = $dockerFormat; } /** * @return XPSDockerFormat */ public function getDockerFormat() { return $this->dockerFormat; } /** * @param XPSEdgeTpuTfLiteFormat */ public function setEdgeTpuTfLiteFormat(XPSEdgeTpuTfLiteFormat $edgeTpuTfLiteFormat) { $this->edgeTpuTfLiteFormat = $edgeTpuTfLiteFormat; } /** * @return XPSEdgeTpuTfLiteFormat */ public function getEdgeTpuTfLiteFormat() { return $this->edgeTpuTfLiteFormat; } /** * @param bool */ public function setExportFirebaseAuxiliaryInfo($exportFirebaseAuxiliaryInfo) { $this->exportFirebaseAuxiliaryInfo = $exportFirebaseAuxiliaryInfo; } /** * @return bool */ public function getExportFirebaseAuxiliaryInfo() { return $this->exportFirebaseAuxiliaryInfo; } /** * @param string */ public function setOutputGcrUri($outputGcrUri) { $this->outputGcrUri = $outputGcrUri; } /** * @return string */ public function getOutputGcrUri() { return $this->outputGcrUri; } /** * @param string */ public function setOutputGcsUri($outputGcsUri) { $this->outputGcsUri = $outputGcsUri; } /** * @return string */ public function getOutputGcsUri() { return $this->outputGcsUri; } /** * @param XPSTfJsFormat */ public function setTfJsFormat(XPSTfJsFormat $tfJsFormat) { $this->tfJsFormat = $tfJsFormat; } /** * @return XPSTfJsFormat */ public function getTfJsFormat() { return $this->tfJsFormat; } /** * @param XPSTfLiteFormat */ public function setTfLiteFormat(XPSTfLiteFormat $tfLiteFormat) { $this->tfLiteFormat = $tfLiteFormat; } /** * @return XPSTfLiteFormat */ public function getTfLiteFormat() { return $this->tfLiteFormat; } /** * @param XPSTfSavedModelFormat */ public function setTfSavedModelFormat(XPSTfSavedModelFormat $tfSavedModelFormat) { $this->tfSavedModelFormat = $tfSavedModelFormat; } /** * @return XPSTfSavedModelFormat */ public function getTfSavedModelFormat() { return $this->tfSavedModelFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSExportModelOutputConfig::class, 'Google_Service_CloudNaturalLanguage_XPSExportModelOutputConfig');