• 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

link#

class predict_backend.flow.link.Link(data=None, flow_id=None)#

Bases: object

activate(page=None, flow_id=None, is_self_service=False, user=None)#
add_data(data, name=None)#
add_multiple(list_of_data)#
copy()#
data = {}#
delete_data()#
delete_task_data(task_id)#
exclude_keys = ('flow_id', 'created_in')#
has_item(name)#
page = None#
Copyright © 2024, Virtualitics
Made with Sphinx and @pradyunsg's Furo
On this page
  • link
    • Link
      • Link.activate()
      • Link.add_data()
      • Link.add_multiple()
      • Link.copy()
      • Link.data
      • Link.delete_data()
      • Link.delete_task_data()
      • Link.exclude_keys
      • Link.has_item()
      • Link.page