Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

# Defines stuff related to the resulting created index, like the index type.

from azure.ai.ml._utils._experimental import experimental
from typing import Optional
from azure.ai.ml._utils._experimental import experimental


@experimental
class AzureAISearchConfig:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------

from azure.ai.ml._utils._experimental import experimental
from typing import Optional
from azure.ai.ml._utils._experimental import experimental


@experimental
class IndexConfig: # pylint: disable=too-many-instance-attributes
Expand Down