Skip to main content

vw_batch_endpoints

Creates, updates, deletes, gets or lists a vw_batch_endpoints resource.

Overview

Namevw_batch_endpoints
TypeView
Idazure.ml_services.vw_batch_endpoints

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
kind as kind,
sku as sku,
JSON_EXTRACT(properties, '$.authMode') as "auth_mode",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.keys') as "keys",
JSON_EXTRACT(properties, '$.properties') as "properties",
JSON_EXTRACT(properties, '$.scoringUri') as "scoring_uri",
JSON_EXTRACT(properties, '$.swaggerUri') as "swagger_uri",
JSON_EXTRACT(properties, '$.defaults') as "defaults",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
workspaceName,
endpointName
FROM azure.ml_services.batch_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';