ManagedOnlineEndpoint Class

Managed Online endpoint entity.

Managed Online endpoint entity.

Constructor for Managed Online endpoint entity.

Inheritance
azure.ai.ml.entities._endpoint.online_endpoint.OnlineEndpoint
ManagedOnlineEndpoint

Constructor

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 Parameters

name
Optional[str]

Name of the resource, defaults to None

tags
Optional[Dict[str, Any]]

Tag dictionary. Tags can be added, removed, and updated, defaults to None

properties
Optional[Dict[str, Any]]

The asset property dictionary, defaults to None

auth_mode
default value: key

Possible values include: "aml_token", "key", defaults to KEY

description
Optional[str]

Description of the inference endpoint, defaults to None

location
Optional[str]

Location of the resource, defaults to None

traffic
Optional[Dict[str, int]]

Traffic rules on how the traffic will be routed across deployments, defaults to None

mirror_traffic
Optional[Dict[str, int]]

Duplicated live traffic used to inference a single deployment, defaults to None

identity
Optional[IdentityConfiguration]

Identity Configuration, defaults to SystemAssigned

kind
Optional[str]

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
Optional[str]

Name of the resource, defaults to None

tags
Optional[Dict[str, Any]]

Tag dictionary. Tags can be added, removed, and updated, defaults to None

properties
Optional[Dict[str, Any]]

The asset property dictionary, defaults to None

auth_mode

Possible values include: "aml_token", "key", defaults to KEY

description
Optional[str]

Description of the inference endpoint, defaults to None

location
Optional[str]

Location of the resource, defaults to None

traffic
Optional[Dict[str, int]]

Traffic rules on how the traffic will be routed across deployments, defaults to None

mirror_traffic
Optional[Dict[str, int]]

Duplicated live traffic used to inference a single deployment, defaults to None

identity
Optional[IdentityConfiguration]

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"

Methods

dump

dump

dump(dest: str | PathLike | IO | None = None, **kwargs: Any) -> Dict[str, Any]

Parameters

dest
default value: None

Attributes

base_path

The base path of the resource.

Returns

The base path of the resource.

Return type

str

creation_context

The creation context of the resource.

Returns

The creation metadata for the resource.

Return type

id

The resource ID.

Returns

The global ID of the resource, an Azure Resource Manager (ARM) ID.

Return type

openapi_uri

URI to check the open api definition of the endpoint.

Returns

The open API URI

Return type

provisioning_state

Endpoint provisioning state, readonly.

Returns

Endpoint provisioning state.

Return type

scoring_uri

URI to use to perform a prediction, readonly.

Returns

The scoring URI

Return type