Skip to content

Commit 2a3159c

Browse files
apiview fix (#44503)
* apiview fix * Update sdk/ml/azure-ai-ml/azure/ai/ml/entities/__init__.py Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent f244cd6 commit 2a3159c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
from ._assets.workspace_asset_reference import (
4242
WorkspaceAssetReference as WorkspaceModelReference,
4343
)
44+
from ._assets.default_deployment_template import DefaultDeploymentTemplate
4445
from ._autogen_entities.models import (
4546
AzureOpenAIDeployment,
4647
MarketplacePlan,
@@ -571,6 +572,7 @@
571572
"GitSource",
572573
"LocalSource",
573574
"IndexModelConfiguration",
575+
"DefaultDeploymentTemplate",
574576
]
575577

576578
# Allow importing these types for backwards compatibility

0 commit comments

Comments
 (0)