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
search_async(name: str, query: QueryRequest) PollingOperation[QueryResponse]

An asynchronous version of search().

Refer to PollingOperation for more information on asynchronous execution and the return type.

values() ValuesView[T]
Language: English