forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.ai.ml.entities.ManagedOnlineEndpoint.yml
164 lines (158 loc) · 6.08 KB
/
azure.ai.ml.entities.ManagedOnlineEndpoint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
### YamlMime:PythonClass
uid: azure.ai.ml.entities.ManagedOnlineEndpoint
name: ManagedOnlineEndpoint
fullName: azure.ai.ml.entities.ManagedOnlineEndpoint
module: azure.ai.ml.entities
inheritances:
- azure.ai.ml.entities._endpoint.online_endpoint.OnlineEndpoint
summary: 'Managed Online endpoint entity.
Managed Online endpoint entity.
Constructor for Managed Online endpoint entity.'
constructor:
syntax: '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)'
keywordOnlyParameters:
- name: name
description: Name of the resource, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: tags
description: Tag dictionary. Tags can be added, removed, and updated, defaults
to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:typing.Any>]]
- name: properties
description: The asset property dictionary, defaults to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:typing.Any>]]
- name: auth_mode
description: 'Possible values include: "aml_token", "key", defaults to KEY'
defaultValue: key
- name: description
description: Description of the inference endpoint, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: location
description: Location of the resource, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: traffic
description: Traffic rules on how the traffic will be routed across deployments,
defaults to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:int>]]
- name: mirror_traffic
description: Duplicated live traffic used to inference a single deployment, defaults
to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:int>]]
- name: identity
description: Identity Configuration, defaults to SystemAssigned
types:
- <xref:typing.Optional>[<xref:azure.ai.ml.entities.IdentityConfiguration>]
- name: kind
description: 'Kind of the resource, we have two kinds: K8s and Managed online
endpoints, defaults to None.'
types:
- <xref:typing.Optional>[<xref:str>]
- name: public_network_access
description: 'Whether to allow public endpoint connectivity, defaults to None
Allowed values are: "enabled", "disabled"'
- name: name
description: Name of the resource, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: tags
description: Tag dictionary. Tags can be added, removed, and updated, defaults
to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:typing.Any>]]
- name: properties
description: The asset property dictionary, defaults to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:typing.Any>]]
- name: auth_mode
description: 'Possible values include: "aml_token", "key", defaults to KEY'
- name: description
description: Description of the inference endpoint, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: location
description: Location of the resource, defaults to None
types:
- <xref:typing.Optional>[<xref:str>]
- name: traffic
description: Traffic rules on how the traffic will be routed across deployments,
defaults to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:int>]]
- name: mirror_traffic
description: Duplicated live traffic used to inference a single deployment, defaults
to None
types:
- <xref:typing.Optional>[<xref:typing.Dict>[<xref:str>, <xref:int>]]
- name: identity
description: Identity Configuration, defaults to SystemAssigned
types:
- <xref:typing.Optional>[<xref:azure.ai.ml.entities.IdentityConfiguration>]
- name: kind
description: 'Kind of the resource, we have two kinds: K8s and Managed online
endpoints, defaults to None.'
- name: public_network_access
description: 'Whether to allow public endpoint connectivity, defaults to None.
Allowed values are: "enabled", "disabled"'
methods:
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.dump
name: dump
signature: 'dump(dest: str | PathLike | IO | None = None, **kwargs: Any) -> Dict[str,
Any]'
parameters:
- name: dest
defaultValue: None
attributes:
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.base_path
name: base_path
summary: The base path of the resource.
return:
description: The base path of the resource.
types:
- <xref:str>
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.creation_context
name: creation_context
summary: The creation context of the resource.
return:
description: The creation metadata for the resource.
types:
- <xref:typing.Optional>[<xref:azure.ai.ml.entities.SystemData>]
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.id
name: id
summary: The resource ID.
return:
description: The global ID of the resource, an Azure Resource Manager (ARM) ID.
types:
- <xref:typing.Optional>[<xref:str>]
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.openapi_uri
name: openapi_uri
summary: URI to check the open api definition of the endpoint.
return:
description: The open API URI
types:
- <xref:typing.Optional>[<xref:str>]
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.provisioning_state
name: provisioning_state
summary: Endpoint provisioning state, readonly.
return:
description: Endpoint provisioning state.
types:
- <xref:typing.Optional>[<xref:str>]
- uid: azure.ai.ml.entities.ManagedOnlineEndpoint.scoring_uri
name: scoring_uri
summary: URI to use to perform a prediction, readonly.
return:
description: The scoring URI
types:
- <xref:typing.Optional>[<xref:str>]