Skip to content

Commit

Permalink
fix: updating deployments schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagxf committed Jul 26, 2023
1 parent 66cf84f commit a2a4957
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: http://azureml/sdk-2-0/BatchDeployment.json
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: uci-classifier-prepros-xgb
description: A sample deployment with pre and post processing done before and after inference.
endpoint_name: uci-classifier-batch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: http://azureml/sdk-2-0/BatchDeployment.json
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: hello-batch-from-job
description: A hello world deployment with a single step. This deployment is created from a pipeline job.
endpoint_name: hello-pipeline-batch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: http://azureml/sdk-2-0/BatchDeployment.json
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: hello-batch-dpl
description: A hello world deployment with a single step.
endpoint_name: hello-pipeline-batch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: http://azureml/sdk-2-0/BatchDeployment.json
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: uci-classifier-train-onehot
description: A sample deployment that trains an XGBoost model for the UCI dataset using onehot encoding for variables.
endpoint_name: uci-classifier-train
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: http://azureml/sdk-2-0/BatchDeployment.json
$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
name: uci-classifier-train-xgb
description: A sample deployment that trains an XGBoost model for the UCI dataset.
endpoint_name: uci-classifier-train
Expand Down

0 comments on commit a2a4957

Please sign in to comment.