Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make index config experimental
  • Loading branch information
MilesHolland committed Jun 13, 2024
commit e873bf8df8ffc3245b355d4b482d1e3014579342
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Optional
from azure.ai.ml._utils._experimental import experimental


@experimental
class IndexConfig: # pylint: disable=too-many-instance-attributes
"""Convenience class that contains all config values that for index creation that are
NOT specific to the index source data or the created index type. Meant for internal use only
Expand Down