removed deployments folder for now

This commit is contained in:
Cindy Weng 2022-11-30 15:41:17 +00:00
Родитель cf70f17325
Коммит 6d37905782
5 изменённых файлов: 0 добавлений и 30 удалений

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

@ -1,16 +0,0 @@
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: batch-dp
endpoint_name: taxi-fare-batch
model: azureml:taxi-model@latest
compute: azureml:batch-cluster
resources:
instance_count: 1
max_concurrency_per_instance: 2
mini_batch_size: 10
output_action: append_row
output_file_name: predictions.csv
retry_settings:
max_retries: 3
timeout: 30
error_threshold: -1
logging_level: info

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

@ -1,4 +0,0 @@
$schema: https://azuremlschemas.azureedge.net/latest/batchEndpoint.schema.json
name: taxi-fare-batch
description: taxi cost batch endpoint
auth_mode: aad_token

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

@ -1,6 +0,0 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json
name: blue
endpoint_name: taxi-fare-online
model: azureml:taxi-model@latest
instance_type: Standard_DS2_v2
instance_count: 1

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

@ -1,4 +0,0 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json
name: taxi-fare-online
description: taxi cost online endpoint
auth_mode: key

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