Skip to main content

vw_online_endpoints

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

Overview

Namevw_online_endpoints
TypeView
Idazure.ml_services.vw_online_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, '$.compute') as "compute",
JSON_EXTRACT(properties, '$.mirrorTraffic') as "mirror_traffic",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.traffic') as "traffic",
subscriptionId,
resourceGroupName,
workspaceName,
endpointName
FROM azure.ml_services.online_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';