Skip to content

Commit c7bf17c

Browse files
authored
[ML] chore: Mark IndexOperations as experimental. (Azure#35439)
* chore: Mark MLClient.indexes as experimental * chore: Mark IndexOperations functions as experimental * chore: Remove @experimental on Index asset * Revert "chore: Remove @experimental on Index asset" This reverts commit 591be78. * Revert "chore: Mark IndexOperations functions as experimental" This reverts commit b25e536. Per api review feedback that @experimental on methods is probably not needed if the client property (ml_client.indexes) is marked as experimental.
1 parent 1144778 commit c7bf17c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/_ml_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ def marketplace_subscriptions(self) -> MarketplaceSubscriptionOperations:
10501050
return self._marketplace_subscriptions
10511051

10521052
@property
1053+
@experimental
10531054
def indexes(self) -> IndexOperations:
10541055
"""A collection of index related operations.
10551056

0 commit comments

Comments
 (0)