Model
FinalYes
Class Model Describes the model property of the cloud engine.
Table of Contents
Constants
- DEFAULT_MODULE_ID = 'default'
- OPTION_NAME = 'cloud_models'
Methods
- __construct() : mixed
- getValue() : string|null
- Returns the model name if it is set by remote aiproxy service.
Constants
DEFAULT_MODULE_ID
public
mixed
DEFAULT_MODULE_ID
= 'default'
OPTION_NAME
public
mixed
OPTION_NAME
= 'cloud_models'
Methods
__construct()
public
__construct(string $engineClass, string $contextModuleId) : mixed
Parameters
- $engineClass : string
- $contextModuleId : string
getValue()
Returns the model name if it is set by remote aiproxy service.
public
getValue() : string|null