removed deployments folder for now
This commit is contained in:
Родитель
cf70f17325
Коммит
6d37905782
|
@ -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
|
Загрузка…
Ссылка в новой задаче