WordPress\AiClient\Providers\Models\Contracts
ModelInterface::getConfig
Gets model configuration.
Method of the class: ModelInterface{}
No Hooks.
Returns
ModelConfig. Current model configuration.
Usage
$ModelInterface = new ModelInterface(); $ModelInterface->getConfig(): ModelConfig;
Changelog
| Since 0.1.0 | Introduced. |
ModelInterface::getConfig() ModelInterface::getConfig code WP 7.0.2
public function getConfig(): ModelConfig;