File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_workspace/connections Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2020)
2121
2222from azure .ai .ml ._schema .workspace .connections .workspace_connection import WorkspaceConnectionSchema
23- from azure .ai .ml ._utils ._experimental import experimental
2423from azure .ai .ml ._utils .utils import _snake_to_camel , camel_to_snake , dump_yaml_to_file
2524from azure .ai .ml .constants ._common import (
2625 BASE_PATH_CONTEXT_KEY ,
7271# Dev note: The acceptable strings for the type field are all snake_cased versions of the string constants defined
7372# In the rest client enum defined at _azure_machine_learning_services_enums.ConnectionCategory.
7473# We avoid directly referencing it in the docs to avoid restclient references.
75- @experimental
7674class WorkspaceConnection (Resource ):
7775 """Azure ML connection provides a secure way to store authentication and configuration information needed
7876 to connect and interact with the external resources.
You can’t perform that action at this time.
0 commit comments