File size: 441 Bytes
9a45d9a | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"subscription_id": "your-subscription-id",
"resource_group": "your-resource-group",
"workspace_name": "your-workspace-name",
"compute_name": "your-compute-name",
"code_path": ".",
"environment_image": "mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest",
"experiment_name": "revenue-assurance",
"display_name": "revenue-assurance-agent",
"revenue_assurance_config_path": "examples/revenue_assurance_config.json"
}
|