Skip to main content

featurestore_entity_containers_entities

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

Overview

Namefeaturestore_entity_containers_entities
TypeResource
Idazure.ml_services.featurestore_entity_containers_entities

Fields

NameDatatypeDescription
nametextfield from the properties object
is_archivedtextfield from the properties object
latest_versiontextfield from the properties object
next_versiontextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
workspaceNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, subscriptionId, workspaceName

SELECT examples

SELECT
name,
is_archived,
latest_version,
next_version,
provisioning_state,
resourceGroupName,
subscriptionId,
workspaceName
FROM azure.ml_services.vw_featurestore_entity_containers_entities
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';