#pragma service commands
Written by
You can set cell running parameters using the #pragma
service command.
Command | Description |
---|---|
#pragma dataset init |
Create and initialize a dataset. |
#pragma dataset delete |
Delete a dataset. |
#pragma datasets list |
Display a list of all the datasets available in a project. |
#pragma async |
Start a background operation, such as model training. |
#pragma readonly/ro |
Declare a read-only variable. |