void CloudVariableBank.SetVariable(string key, Object value)
7/14/25Less than 1 minute
Member of ML.SDK.CloudVariableBank
Method
void CloudVariableBank.SetVariable(string key, Object value)
void CloudVariableBank.SetVariable(string key, Object value);Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | |
| value | Object |
Returns
Summary
Creates a cloud variable with specified key and value. If the key already exists, it updates its value.
Note : Only a certain allowed types can be saved in the server, please refer to the documentation

