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
reintroduce index
  • Loading branch information
Ubuntu committed Jun 12, 2024
commit b1ccde040a613c407fe05e508b2d2a71c280b5d2
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def build_index(
######## data source info ########
input_source: Union[IndexDataSource, str],
input_source_credential: Optional[Union[ManagedIdentityConfiguration, UserIdentityConfiguration]] = None,
) -> "Job": # type: ignore[name-defined]
) -> Union["Index", "Job"]: # type: ignore[name-defined]
"""Builds an index on the cloud using the Azure AI Resources service.

:keyword name: The name of the index to be created.
Expand Down