Ask a question to get started
Enter to sendā¢Shift+Enter new line
Checks if a search pipeline exists.
search_pipeline_exists( self, pipeline_name: str, ) -> bool
Example:
search_pipeline_exists("my_pipeline_1") True search_pipeline_exists("my_pipeline_2") False
pipeline_name
str
Name of the pipeline