You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-yaml-endpoint-online.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
33
33
|`name`| string |**Required.** Name of the endpoint. Needs to be unique at the Azure region level. <br><br> Naming rules are defined under [endpoint limits](how-to-manage-quotas.md#azure-machine-learning-online-endpoints-and-batch-endpoints).|||
34
34
|`description`| string | Description of the endpoint. |||
35
35
|`tags`| object | Dictionary of tags for the endpoint. |||
36
-
|`auth_mode`| string | The authentication method for invoking the endpoint (data plane operation). Use `key` for key-based authentication. Use `aml_token` for Azure Machine Learning token-based authentication. Use `aad_token` for Microsoft Entra token-based authentication (preview). |`key`, `aml_token`, `aad_token`|`key`|
36
+
|`auth_mode`| string | The authentication method for invoking the endpoint (data plane operation). Use `key` for key-based authentication. Use `aml_token` for Azure Machine Learning token-based authentication. Use `aad_token` for Microsoft Entra token-based authentication. |`key`, `aml_token`, `aad_token`|`key`|
37
37
|`compute`| string | Name of the compute target to run the endpoint deployments on. This field is only applicable for endpoint deployments to Azure Arc-enabled Kubernetes clusters (the compute target specified in this field must have `type: kubernetes`). Don't specify this field if you're doing managed online inference. |||
38
38
|`identity`| object | The managed identity configuration for accessing Azure resources for endpoint provisioning and inference. |||
39
39
|`identity.type`| string | The type of managed identity. If the type is `user_assigned`, the `identity.user_assigned_identities` property must also be specified. |`system_assigned`, `user_assigned`||
0 commit comments