microsoft / microsoft/dstoolkit-mlops-v2
IS_BATCH_DEPLOYMENT is not used
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 33
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Could be added to the 'Deploy_Batch' stage in the same way that IS_ONLINE_DEPLOYMENT is used in 'Deploy_Online' stage (Azure Pipeline)
- stage: 'Deploy_Online'
dependsOn:
- execute_training_job
variables:
- name: run_id_from_submit_job
value: $[ stageDependencies.execute_training_job.Execute_ml_Job_Pipeline.outputs['read_run_id.RUN_NAME'] ]
displayName: 'Deploy as Online Endpoint'
condition: variables['IS_ONLINE_DEPLOYMENT']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Azure Pipeline definition containing the Deploy_Online and Deploy_Batch stages, then compare how IS_ONLINE_DEPLOYMENT is applied. The work is complete when Deploy_Batch is gated by IS_BATCH_DEPLOYMENT in the corresponding way and the pipeline configuration remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100