snowflake.core.cortex.search_service.CortexSearchServiceCollection¶

class snowflake.core.cortex.search_service.CortexSearchServiceCollection(schema: SchemaResource)¶

Bases: SchemaObjectCollectionParent[CortexSearchServiceResource]

Represents the collection operations of the Snowflake Cortex Search Service resource.

Attributes

database¶
root¶

Methods

items() → ItemsView[str, T]¶
keys() → KeysView[str]¶
search(name: str, query: QueryRequest) → QueryResponse¶
values() → ValuesView[T]¶