Skip to main content

vw_web_services

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

Overview

Namevw_web_services
TypeView
Idazure.machine_learning.vw_web_services

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.createdOn') as "created_on",
JSON_EXTRACT(properties, '$.modifiedOn') as "modified_on",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.keys') as "keys",
JSON_EXTRACT(properties, '$.readOnly') as "read_only",
JSON_EXTRACT(properties, '$.swaggerLocation') as "swagger_location",
JSON_EXTRACT(properties, '$.exposeSampleData') as "expose_sample_data",
JSON_EXTRACT(properties, '$.realtimeConfiguration') as "realtime_configuration",
JSON_EXTRACT(properties, '$.diagnostics') as "diagnostics",
JSON_EXTRACT(properties, '$.storageAccount') as "storage_account",
JSON_EXTRACT(properties, '$.machineLearningWorkspace') as "machine_learning_workspace",
JSON_EXTRACT(properties, '$.commitmentPlan') as "commitment_plan",
JSON_EXTRACT(properties, '$.input') as "input",
JSON_EXTRACT(properties, '$.output') as "output",
JSON_EXTRACT(properties, '$.exampleRequest') as "example_request",
JSON_EXTRACT(properties, '$.assets') as "assets",
JSON_EXTRACT(properties, '$.parameters') as "parameters",
JSON_EXTRACT(properties, '$.packageType') as "package_type",
JSON_EXTRACT(properties, '$.payloadsInBlobStorage') as "payloads_in_blob_storage",
JSON_EXTRACT(properties, '$.payloadsLocation') as "payloads_location",
subscriptionId,
resourceGroupName,
webServiceName
FROM azure.machine_learning.web_services
WHERE subscriptionId = 'replace-me';