ManagedOnlineEndpoint Class
Managed Online endpoint entity.
Managed Online endpoint entity.
Constructor for Managed Online endpoint entity.
- Inheritance
-
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)
Name | Description |
---|---|
name
|
Name of the resource, defaults to None |
tags
|
Tag dictionary. Tags can be added, removed, and updated, defaults to None |
properties
|
The asset property dictionary, defaults to None |
auth_mode
|
Possible values include: "aml_token", "key", defaults to KEY Default value: key
|
description
|
Description of the inference endpoint, defaults to None |
location
|
Location of the resource, defaults to None |
traffic
|
Traffic rules on how the traffic will be routed across deployments, defaults to None |
mirror_traffic
|
Duplicated live traffic used to inference a single deployment, defaults to None |
identity
|
Identity Configuration, defaults to SystemAssigned |
kind
|
Kind of the resource, we have two kinds: K8s and Managed online endpoints, defaults to None. |
public_network_access
|
Whether to allow public endpoint connectivity, defaults to None Allowed values are: "enabled", "disabled" |
name
|
Name of the resource, defaults to None |
tags
|
Tag dictionary. Tags can be added, removed, and updated, defaults to None |
properties
|
The asset property dictionary, defaults to None |
auth_mode
|
Possible values include: "aml_token", "key", defaults to KEY |
description
|
Description of the inference endpoint, defaults to None |
location
|
Location of the resource, defaults to None |
traffic
|
Traffic rules on how the traffic will be routed across deployments, defaults to None |
mirror_traffic
|
Duplicated live traffic used to inference a single deployment, defaults to None |
identity
|
Identity Configuration, defaults to SystemAssigned |
kind
|
Kind of the resource, we have two kinds: K8s and Managed online endpoints, defaults to None. |
public_network_access
|
Whether to allow public endpoint connectivity, defaults to None Allowed values are: "enabled", "disabled" |
dump(dest: str | PathLike | IO | None = None, **kwargs: Any) -> Dict[str, Any]
Parameters
Name | Description |
---|---|
dest
|
Default value: None
|
The creation context of the resource.
Returns
Type | Description |
---|---|
The creation metadata for the resource. |
The resource ID.
Returns
URI to check the open api definition of the endpoint.
Returns
Endpoint provisioning state, readonly.
Returns
Azure SDK for Python feedback
Azure SDK for Python is an open source project. Select a link to provide feedback: