-
Notifications
You must be signed in to change notification settings - Fork 10
computeSetup
devakumaraswamy edited this page Jan 21, 2020
·
3 revisions
Setup access to compute service
Returns: promise
-
- returns a compute session
Param | Type | Description |
---|---|---|
store | object |
restaf store |
contextName | string |
name of the context( if null the first context in the list is used) |
payload | object |
logon payload - If null assumes that logon was done earlier. |
The session object is an opaque raf object that can be used with restaf and restaflib functions.
See this for details on how to use this function and related functions to execute code in a compute server.
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic