Cloud overview¶
The nextmv.cloud package provides functionality to interact with Nextmv Cloud
directly.
Before starting:
- Sign up for a Nextmv account.
- Get your API key. Go to Team > API Key.
Make sure that you have your API key set as an environment variable:
Once you have your API key set up, you can create a cloud
Client:
In this section you will find tutorials encompassing the main features for interacting with Nextmv Cloud.
Application & run management¶
Tutorials to manage your Cloud applications and their runs.
| Feature | Description |
|---|---|
| Managing an application | Create, delete, and list applications |
| Pushing an application | Upload your executable decision model to a Cloud application |
| Running an application | Create and manage runs for your Cloud application |
| Versions | Manage versions of your Cloud application |
| Instances | Manage instances of your Cloud application |
| Track Runs | Associate external runs executed outside of Cloud with your Cloud application |
| Secrets | Manage secrets to use in your Cloud application |
| Large Payloads | Manage large payloads for your Cloud application |
| Queuing & prioritization | Manage queuing and prioritization for your Cloud application |
| Execution classes | Manage execution classes for your Cloud application |
Application testing and experimentation¶
Tutorials to manage testing and experimentation for your Cloud applications.
| Feature | Description |
|---|---|
| Scenario tests | Manage scenario tests for your Cloud application |
| Batch experiments | Manage batch experiments for your Cloud application |
| Acceptance tests | Manage acceptance tests for your Cloud application |
| Input sets | Manage input sets for your Cloud application |
Account management¶
| Feature | Description |
|---|---|
| Queuing & prioritization | Get the queue for your Cloud account |
| Integrations | Manage integrations for your Cloud account |