Share via


FeatureStoreEntityOperations クラス

FeatureStoreEntityOperations。

このクラスを直接インスタンス化しないでください。 代わりに、それをインスタンス化して属性としてアタッチする MLClient インスタンスを作成する必要があります。

継承
azure.ai.ml._scope_dependent_operations._ScopeDependentOperations
FeatureStoreEntityOperations

コンストラクター

FeatureStoreEntityOperations(operation_scope: OperationScope, operation_config: OperationConfig, service_client: AzureMachineLearningServices, **kwargs: Dict)

パラメーター

operation_scope
operation_config
service_client

メソッド

archive

FeatureStoreEntity アセットをアーカイブします。

begin_create_or_update

FeatureStoreEntity を作成または更新する

get

指定した FeatureStoreEntity アセットを取得します。

list

ワークスペースの FeatureStoreEntity アセットを一覧表示します。

既定値: ACTIVE_ONLY。 :p aramtype list_view_type: Optional[ListViewType] :return: FeatureStoreEntity オブジェクトのインスタンスのような反復子 :rtype: ~azure.core.paging.ItemPaged[FeatureStoreEntity]

restore

アーカイブされた FeatureStoreEntity アセットを復元します。

archive

FeatureStoreEntity アセットをアーカイブします。

archive(name: str, version: str, **kwargs: Dict) -> None

パラメーター

name
str
必須

FeatureStoreEntity アセットの名前。

version
str
必須

FeatureStoreEntity アセットのバージョン。

戻り値

なし

begin_create_or_update

FeatureStoreEntity を作成または更新する

begin_create_or_update(feature_store_entity: FeatureStoreEntity, **kwargs: Dict) -> LROPoller[FeatureStoreEntity]

パラメーター

feature_store_entity
FeatureStoreEntity
必須

FeatureStoreEntity 定義。

戻り値

FeatureStoreEntity を返す LROPoller のインスタンス。

の戻り値の型 :

get

指定した FeatureStoreEntity アセットを取得します。

get(name: str, version: str, **kwargs: Dict) -> FeatureStoreEntity

パラメーター

name
str
必須

FeatureStoreEntity アセットの名前。

version
str
必須

FeatureStoreEntity アセットのバージョン。

戻り値

FeatureStoreEntity アセット オブジェクト。

の戻り値の型 :

例外

FeatureStoreEntity を正常に識別して取得できない場合に発生します。 詳細はエラー メッセージに表示されます。

list

ワークスペースの FeatureStoreEntity アセットを一覧表示します。

既定値: ACTIVE_ONLY。 :p aramtype list_view_type: Optional[ListViewType] :return: FeatureStoreEntity オブジェクトのインスタンスのような反復子 :rtype: ~azure.core.paging.ItemPaged[FeatureStoreEntity]

list(name: str | None = None, *, list_view_type: ListViewType = ListViewType.ACTIVE_ONLY, **kwargs: Dict) -> ItemPaged[FeatureStoreEntity]

パラメーター

name
Optional[str]
必須

特定の FeatureStoreEntity 資産の名前 (省略可能)。

list_view_type

アーカイブされた FeatureStoreEntity アセットを含める/除外する (たとえば) 種類を表示します。

restore

アーカイブされた FeatureStoreEntity アセットを復元します。

restore(name: str, version: str, **kwargs: Dict) -> None

パラメーター

name
str
必須

FeatureStoreEntity アセットの名前。

version
str
必須

FeatureStoreEntity アセットのバージョン。

戻り値

なし