Merge branch 'main' into feature/rai-aml-cli-v2
This commit is contained in:
Коммит
e06972a99b
|
@ -25,7 +25,12 @@ resources:
|
|||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
ref: main-jul31
|
||||
ref: main
|
||||
- repository: rai-vnext-preview
|
||||
name: Azure/rai-vnext-preview
|
||||
endpoint: github-connection
|
||||
type: github
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
- stage: DeployTrainingPipeline
|
||||
|
@ -50,4 +55,5 @@ stages:
|
|||
parameters:
|
||||
pipeline_file: mlops/azureml/train/pipeline.yml
|
||||
experiment_name: $(environment)_taxi_fare_train_$(Build.SourceBranchName)
|
||||
display_name: $(environment)_taxi_fare_run_$(Build.BuildID)
|
||||
display_name: $(environment)_taxi_fare_run_$(Build.BuildID)
|
||||
enable_monitoring: $(enable_monitoring)
|
Загрузка…
Ссылка в новой задаче