frequentlyBoughtTogetherConfig = $frequentlyBoughtTogetherConfig; } /** * @return GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig */ public function getFrequentlyBoughtTogetherConfig() { return $this->frequentlyBoughtTogetherConfig; } /** * @param GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig */ public function setLlmEmbeddingConfig(GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig $llmEmbeddingConfig) { $this->llmEmbeddingConfig = $llmEmbeddingConfig; } /** * @return GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig */ public function getLlmEmbeddingConfig() { return $this->llmEmbeddingConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2alphaModelModelFeaturesConfig::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2alphaModelModelFeaturesConfig');