exportModelSpec = $exportModelSpec; } /** * @return XPSVideoExportModelSpec */ public function getExportModelSpec() { return $this->exportModelSpec; } /** * @param XPSVideoModelArtifactSpec */ public function setModelArtifactSpec(XPSVideoModelArtifactSpec $modelArtifactSpec) { $this->modelArtifactSpec = $modelArtifactSpec; } /** * @return XPSVideoModelArtifactSpec */ public function getModelArtifactSpec() { return $this->modelArtifactSpec; } /** * @param string */ public function setTrainCostNodeSeconds($trainCostNodeSeconds) { $this->trainCostNodeSeconds = $trainCostNodeSeconds; } /** * @return string */ public function getTrainCostNodeSeconds() { return $this->trainCostNodeSeconds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSVideoObjectTrackingTrainResponse::class, 'Google_Service_CloudNaturalLanguage_XPSVideoObjectTrackingTrainResponse');