OnlineEndpoint クラス
オンライン エンドポイント エンティティ。
オンライン エンドポイント エンティティ。
オンライン エンドポイント エンティティのコンストラクター。
- 継承
-
azure.ai.ml.entities._endpoint.endpoint.EndpointOnlineEndpoint
コンストラクター
OnlineEndpoint(*, 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, scoring_uri: str | None = None, openapi_uri: str | None = None, provisioning_state: str | None = None, kind: 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) |
scoring_uri
|
スコアリング URI(既定値は None) |
openapi_uri
|
OpenAPI URI(既定値は None) |
provisioning_state
|
エンドポイントのプロビジョニング状態(既定値は None) |
kind
|
リソースの種類には、K8 とマネージド オンライン エンドポイントの 2 種類があり、既定値は None です |
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) |
scoring_uri
|
スコアリング URI(既定値は None) |
openapi_uri
|
OpenAPI URI(既定値は None) |
provisioning_state
|
エンドポイントのプロビジョニング状態(既定値は None) |
kind
|
リソースの種類には、K8 とマネージド オンライン エンドポイントの 2 種類があり、既定値は None です |
メソッド
dump |
dump
abstract dump(dest: str | PathLike | IO | None = None, **kwargs: Any) -> Dict
パラメーター
名前 | 説明 |
---|---|
dest
|
既定値: None
|
属性
base_path
creation_context
id
openapi_uri
provisioning_state
scoring_uri
Azure SDK for Python