Batch Deployment

Creating a batch endpoint

We will create batch deployments in this lesson. We have learned that batch deployments enable us to score batches of data records at once. The syntax of batch endpoint creation is the same, except that we use the command batch-enpoint . We will create an endpoint using the token mode of authentication this time. Therefore, we set auth_mode to aad_token in the YAML file. Token-based authentication for the active directory (aad_token) ensures that web API requests are accompanied by a valid access token.

Let's create a batch endpoint—batch-endpt—using the job below. Use the endpoint name in the $BatchEndpoint variable and run the wizard.

Get hands-on with 1200+ tech skills courses.