Matlab.GAMS.GAMSEngineConfiguration Class Reference
Allows execution of jobs on a specific GAMS Engine instance. More...
Public Member Functions | |
string | authHeader () |
Returns authentication header. | |
GAMSEngineConfiguration (varargin) | |
Construct a new GAMSEngineConfiguration instance. | |
Detailed Description
Allows execution of jobs on a specific GAMS Engine instance.
Configuration that allows the execution of jobs on a specific GAMS Engine instance.
Constructor & Destructor Documentation
◆ GAMSEngineConfiguration()
Matlab.GAMS.GAMSEngineConfiguration.GAMSEngineConfiguration | ( | varargin | ) |
Construct a new GAMSEngineConfiguration instance.
Construct a new GAMSEngineConfiguration instance
Valid VARARGIN signatures:
- string host, string username, string password
- string host, string username, string password, string jwt, string namespace
Arguments:
- host: Host base URL
- username: Username for HTTP basic authentification
- password: Password for HTTP basic authentification
- jwt: JWT token to use for Bearer authentication (only be used if username is empty)
- namespace: Namespace in which the job is to be executed
Return: instance of GAMSEngineConfiguration