diff --git a/sdk/ml/azure-ai-ml/CHANGELOG.md b/sdk/ml/azure-ai-ml/CHANGELOG.md index 1410faf5399f..4581541cbb67 100644 --- a/sdk/ml/azure-ai-ml/CHANGELOG.md +++ b/sdk/ml/azure-ai-ml/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features Added ### Bugs Fixed +- InputTypes exported in constants module ### Breaking Changes diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/constants/__init__.py b/sdk/ml/azure-ai-ml/azure/ai/ml/constants/__init__.py index 9bf8193613f7..fa8445ce5f89 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/constants/__init__.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/constants/__init__.py @@ -8,7 +8,7 @@ from azure.ai.ml._restclient.v2023_10_01.models import ListViewType from ._assets import IPProtectionLevel -from ._common import AssetTypes, InputOutputModes, ModelType, Scope, TimeZone, WorkspaceKind +from ._common import AssetTypes, InputTypes, InputOutputModes, ModelType, Scope, TimeZone, WorkspaceKind from ._component import ParallelTaskType from ._deployment import BatchDeploymentOutputAction from ._job import ( @@ -40,6 +40,7 @@ "JobType", "ParallelTaskType", "AssetTypes", + "InputTypes", "InputOutputModes", "DistributionType", "TimeZone",