Merge branch 'main' into feature/rai-aml-cli-v2

This commit is contained in:
Cindy Weng 2022-11-08 16:47:29 +00:00 коммит произвёл GitHub
Родитель 2e3004faac 910f41bf6c
Коммит e06972a99b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -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)