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
kevin's suggestion - remove redundant experimental warning
  • Loading branch information
MilesHolland committed Jun 13, 2024
commit ceea2d3af7a16fc277555803bd367b94f1428c18
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
)
from azure.ai.ml._telemetry import ActivityType, monitor_with_activity
from azure.ai.ml._utils._asset_utils import _resolve_label_to_asset
from azure.ai.ml._utils._experimental import experimental
from azure.ai.ml._utils._http_utils import HttpPipeline
from azure.ai.ml._utils._logger_utils import OpsLogger
from azure.ai.ml._utils.utils import _get_base_urls_from_discovery_service
Expand Down Expand Up @@ -253,7 +252,6 @@ def cls(rest_indexes: Iterable[RestIndex]) -> List[Index]:
return self._azure_ai_assets.indexes.list(name, list_view_type=list_view_type, cls=cls, **kwargs)

# pylint: disable=too-many-locals
@experimental
def build_index(
self,
*,
Expand Down