WordPress\AiClient\Providers\Models\Contracts

ModelInterface::setConfigpublicWP 0.1.0

Sets model configuration.

Method of the class: ModelInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ModelInterface = new ModelInterface();
$ModelInterface->setConfig( $config ): void;
$config(ModelConfig) (required)
Model configuration.

Changelog

Since 0.1.0 Introduced.

ModelInterface::setConfig() code WP 7.0.2

public function setConfig(ModelConfig $config): void;