Skip to main content

vw_serverless_endpoints

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

Overview

Namevw_serverless_endpoints
TypeView
Idazure.ml_services.vw_serverless_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, '$.contentSafety') as "content_safety",
JSON_EXTRACT(properties, '$.endpointState') as "endpoint_state",
JSON_EXTRACT(properties, '$.inferenceEndpoint') as "inference_endpoint",
JSON_EXTRACT(properties, '$.marketplaceSubscriptionId') as "marketplace_subscription_id",
JSON_EXTRACT(properties, '$.modelSettings') as "model_settings",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
workspaceName,
name
FROM azure.ml_services.serverless_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';