Update deploy-model-training-pipeline.yml

This commit is contained in:
Cindy Weng 2022-12-06 13:39:26 +00:00 коммит произвёл GitHub
Родитель c2f728ce6f
Коммит f96979cb1e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 13 удалений

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

@ -26,11 +26,6 @@ resources:
endpoint: github-connection # need to set up and hardcode
type: github
ref: main
- repository: rai-vnext-preview # Template Repo
name: Azure/rai-vnext-preview # need to change org name from "Azure" to your own org
endpoint: github-connection # need to set up and hardcode
type: github
ref: main
stages:
- stage: DeployTrainingPipeline
@ -58,16 +53,9 @@ stages:
data_type: uri_file
data_name: taxi-data
data_file: mlops/azureml/train/data.yml
- checkout: rai-vnext-preview
path: s/
- template: register-rai-components.yml
- checkout: self
path: s/
- checkout: mlops-templates
path: s/templates/
- template: templates/${{ variables.version }}/run-pipeline.yml@mlops-templates
parameters:
pipeline_file: mlops/azureml/train/pipeline.yml
experiment_name: $(environment)_taxi_fare_train_$(Build.SourceBranchName)
display_name: $(environment)_taxi_fare_run_$(Build.BuildID)
enable_monitoring: $(enable_monitoring)
enable_monitoring: $(enable_monitoring)