• Docs
  • API
  • SDK
Contents Menu Expand Light mode Dark mode Auto light/dark mode
SDK v1.21.0

SDK

v1.21.0

Contents:

  • predict_backend
    • flow
      • flow
      • step
    • ml
      • nlp
        • components
          • corpus_stats
          • entity_extractor
          • event_extractor
        • handlers
          • pandas
          • sqllite
        • analytics
        • nlp
        • sentence_preprocessing
        • tfidf_based_kg
      • model
      • xai
    • page
      • elements
        • custom_event
        • dashboard
        • data_source
        • date_time_range
        • dropdown
        • image
        • infograph
        • numeric_range
        • plot
        • plotly_plot
        • rich_text
        • table
        • text_input
        • xai_dashboard
      • utils
      • card
      • element
      • page
      • section
    • persistence
      • odbc
    • predict_pyvip
      • predict_pyvip
    • store_interface
    • tools
      • monitoring
    • utils
      • asset
      • csv_utils
      • date_time
      • image_utils
      • json_utils
      • misc
      • s3
      • util
      • validation_utils
      • viz_utils
      • xai_utils
    • validation
      • dataset
Back to top

persistence#

  • odbc
    • iterable_to_odbc()
    • odbc_to_iterable()
    • odbc_to_pandas()
    • pandas_to_odbc()

persistence exceptions#

exception predict_backend.persistence.exceptions.PersistenceException(message_override='')#

Bases: PredictException

A general persistence related exception

message = 'An error occurred fetching the desired data from persistence'#
Next
odbc
Previous
section
Copyright © 2024, Virtualitics
Made with Sphinx and @pradyunsg's Furo
On this page
  • persistence
    • persistence exceptions
      • PersistenceException
        • PersistenceException.message