ManagedOnlineEndpoint クラス
Managed Online エンドポイント エンティティ。
Managed Online エンドポイント エンティティ。
Managed Online エンドポイント エンティティのコンストラクター。
- 継承
-
azure.ai.ml.entities._endpoint.online_endpoint.OnlineEndpointManagedOnlineEndpoint
コンストラクター
ManagedOnlineEndpoint(*, name: str | None = None, tags: Dict[str, Any] | None = None, properties: Dict[str, Any] | None = None, auth_mode: str = 'key', description: str | None = None, location: str | None = None, traffic: Dict[str, int] | None = None, mirror_traffic: Dict[str, int] | None = None, identity: IdentityConfiguration | None = None, kind: str | None = None, public_network_access: str | None = None, **kwargs: Any)
Keyword-Only パラメータ
名前 | 説明 |
---|---|
name
|
リソースの名前。既定値は None です |
tags
|
タグ辞書。 タグは追加、削除、更新でき、既定値は None です |
properties
|
資産プロパティ ディクショナリの既定値は None です。 |
auth_mode
|
指定できる値は、"aml_token"、"key"、既定値は KEY です 既定値: key
|
description
|
推論エンドポイントの説明。既定値は None です |
location
|
リソースの場所。既定値は None です |
traffic
|
デプロイ間でのトラフィックのルーティング方法に関するトラフィック ルール(既定値は None) |
mirror_traffic
|
単一のデプロイを推論するために使用される重複ライブ トラフィック(既定値は None) |
identity
|
Identity Configuration(既定値は SystemAssigned) |
kind
|
リソースの種類として、K8 とマネージド オンライン エンドポイントの 2 種類があり、既定値は None です。 |
public_network_access
|
パブリック エンドポイント接続を許可するかどうか、既定値は None Allowed の値です。"enabled"、"disabled" |
name
|
リソースの名前。既定値は None です |
tags
|
タグ辞書。 タグは追加、削除、更新でき、既定値は None です |
properties
|
資産プロパティ ディクショナリの既定値は None です。 |
auth_mode
|
指定できる値は、"aml_token"、"key"、既定値は KEY です |
description
|
推論エンドポイントの説明。既定値は None です |
location
|
リソースの場所。既定値は None です |
traffic
|
デプロイ間でのトラフィックのルーティング方法に関するトラフィック ルール(既定値は None) |
mirror_traffic
|
単一のデプロイを推論するために使用される重複ライブ トラフィック(既定値は None) |
identity
|
Identity Configuration(既定値は SystemAssigned) |
kind
|
リソースの種類として、K8 とマネージド オンライン エンドポイントの 2 種類があり、既定値は None です。 |
public_network_access
|
パブリック エンドポイント接続を許可するかどうか、既定値は None Allowed の値です。"enabled"、"disabled" |
メソッド
dump |
dump
dump(dest: str | PathLike | IO | None = None, **kwargs: Any) -> Dict[str, Any]
パラメーター
名前 | 説明 |
---|---|
dest
|
既定値: None
|
属性
base_path
creation_context
id
openapi_uri
provisioning_state
scoring_uri
Azure SDK for Python