qhana_plugin_runner
v1
Contents:
A Runner for QHAna Plugins
Writing Plugins
Writing Tests
Advanced Plugin Techniques
Special Plugin-Types
Data Formats defined for QHAna Plugins
Cli Documentation of the Flask app
All Plugins
Architectural Decision Log
qhana_plugin_runner package
Changelog
qhana_plugin_runner
Index
Index
Symbols
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
Symbols
--all-methods
flask-routes command line option
--app
flask command line option
--autogenerate
flask-db-revision command line option
--branch-label
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
--cert
flask-run command line option
--config-prefix
flask-openapi-print command line option
flask-openapi-write command line option
--debug
flask command line option
flask-run command line option
--debugger
flask-run command line option
--directory
flask-db-branches command line option
flask-db-check command line option
flask-db-current command line option
flask-db-downgrade command line option
flask-db-edit command line option
flask-db-heads command line option
flask-db-history command line option
flask-db-init command line option
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
flask-db-show command line option
flask-db-stamp command line option
flask-db-upgrade command line option
--dry-run
flask-install command line option
--env-file
flask command line option
--exclude-patterns
flask-run command line option
--extra-files
flask-run command line option
--format
flask-openapi-print command line option
flask-openapi-write command line option
--head
flask-db-migrate command line option
flask-db-revision command line option
--host
flask-run command line option
--indicate-current
flask-db-history command line option
--key
flask-run command line option
--message
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
--multidb
flask-db-init command line option
--no-debug
flask command line option
flask-run command line option
--no-debugger
flask-run command line option
--no-reload
flask-run command line option
--only-with-tests
flask-install command line option
--package
flask-db-init command line option
--port
flask-run command line option
--purge
flask-db-stamp command line option
--reload
flask-run command line option
--resolve-dependencies
flask-db-heads command line option
--rev-id
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
--rev-range
flask-db-history command line option
--skip-runner-dependencies
flask-install command line option
--sort
flask-routes command line option
--splice
flask-db-migrate command line option
flask-db-revision command line option
--sql
flask-db-downgrade command line option
flask-db-migrate command line option
flask-db-revision command line option
flask-db-stamp command line option
flask-db-upgrade command line option
--tag
flask-db-downgrade command line option
flask-db-stamp command line option
flask-db-upgrade command line option
--template
flask-db-init command line option
--verbose
flask-db-branches command line option
flask-db-current command line option
flask-db-heads command line option
flask-db-history command line option
--version
flask command line option
--version-path
flask-db-migrate command line option
flask-db-revision command line option
--with-threads
flask-run command line option
--without-threads
flask-run command line option
--x-arg
flask-db command line option
flask-db-downgrade command line option
flask-db-migrate command line option
flask-db-upgrade command line option
-A
flask command line option
-d
flask-db-branches command line option
flask-db-check command line option
flask-db-current command line option
flask-db-downgrade command line option
flask-db-edit command line option
flask-db-heads command line option
flask-db-history command line option
flask-db-init command line option
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
flask-db-show command line option
flask-db-stamp command line option
flask-db-upgrade command line option
flask-install command line option
-e
flask command line option
-f
flask-openapi-print command line option
flask-openapi-write command line option
-h
flask-run command line option
-i
flask-db-history command line option
-m
flask-db-merge command line option
flask-db-migrate command line option
flask-db-revision command line option
-p
flask-run command line option
-r
flask-db-history command line option
-s
flask-install command line option
flask-routes command line option
-t
flask-db-init command line option
-v
flask-db-branches command line option
flask-db-current command line option
flask-db-heads command line option
flask-db-history command line option
-x
flask-db command line option
flask-db-downgrade command line option
flask-db-migrate command line option
flask-db-upgrade command line option
A
add_next_step() (qhana_plugin_runner.db.models.tasks.ProcessingTask method)
add_task_log_entry() (qhana_plugin_runner.db.models.tasks.ProcessingTask method)
api_root (qhana_plugin_runner.api.plugins_api.PluginData attribute)
ApiLink (class in qhana_plugin_runner.api.plugin_schemas)
(class in qhana_plugin_runner.registry_client.types)
ApiLinkBase (class in qhana_plugin_runner.registry_client.types)
ApiLinkSchema (class in qhana_plugin_runner.api.plugin_schemas)
ApiObject (class in qhana_plugin_runner.registry_client.types)
ApiResponse (class in qhana_plugin_runner.registry_client.types)
append_plugin_dependencies() (in module qhana_plugin_runner.plugins_cli)
append_runner_dependencies() (in module qhana_plugin_runner.plugins_cli)
apply_reverse_proxy_fix() (in module qhana_plugin_runner.util.reverse_proxy_fix)
array_to_entity() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
ArrayEntity (class in qhana_plugin_runner.plugin_utils.entity_marshalling)
as_dict() (qhana_plugin_runner.plugin_utils.entity_marshalling.EntityTupleMixin method)
attribute_type (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
AttributeMetadata (class in qhana_plugin_runner.plugin_utils.attributes)
B
BaseApiObject (class in qhana_plugin_runner.registry_client.types)
C
camelcase() (in module qhana_plugin_runner.api.util)
CELERY (qhana_plugin_runner.util.config.DebugConfig attribute)
(qhana_plugin_runner.util.config.ProductionConfig attribute)
clear_previous_step() (qhana_plugin_runner.db.models.tasks.ProcessingTask method)
cleared (qhana_plugin_runner.api.plugin_schemas.StepMetadata attribute)
(qhana_plugin_runner.db.models.tasks.Step attribute)
,
[1]
coerce() (qhana_plugin_runner.db.models.mutable_json.NestedMutable class method)
content_type (qhana_plugin_runner.api.plugin_schemas.DataMetadata attribute)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadata attribute)
conversion (qhana_plugin_runner.api.plugin_schemas.PluginType attribute)
convert_task_data() (qhana_plugin_runner.api.tasks_api.TaskView method)
create_app() (in module qhana_plugin_runner)
create_db_function() (in module qhana_plugin_runner.db.cli)
created_at (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
CSVList (class in qhana_plugin_runner.api.extra_fields)
current_step (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
D
data (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
(qhana_plugin_runner.registry_client.types.ApiResponse attribute)
data_input (qhana_plugin_runner.api.plugin_schemas.EntryPoint attribute)
data_output (qhana_plugin_runner.api.plugin_schemas.EntryPoint attribute)
data_type (qhana_plugin_runner.api.plugin_schemas.DataMetadata attribute)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadata attribute)
DataAdapter (class in qhana_plugin_runner.util.request_helpers)
DataBlob (class in qhana_plugin_runner.db.models.virtual_plugins)
dataloader (qhana_plugin_runner.api.plugin_schemas.PluginType attribute)
DataMetadata (class in qhana_plugin_runner.api.plugin_schemas)
DataMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
DataUrlValidator (class in qhana_plugin_runner.api.util)
DEBUG (qhana_plugin_runner.util.config.DebugConfig attribute)
(qhana_plugin_runner.util.config.ProductionConfig attribute)
DebugConfig (class in qhana_plugin_runner.util.config)
default_error_messages (qhana_plugin_runner.api.extra_fields.EnumField attribute)
DEFAULT_FILE_STORE (qhana_plugin_runner.util.config.ProductionConfig attribute)
DEFAULT_LOG_DATE_FORMAT (qhana_plugin_runner.util.config.ProductionConfig attribute)
DEFAULT_LOG_FORMAT (qhana_plugin_runner.util.config.ProductionConfig attribute)
DEFAULT_LOG_FORMAT_STYLE (qhana_plugin_runner.util.config.ProductionConfig attribute)
DEFAULT_LOG_SEVERITY (qhana_plugin_runner.util.config.DebugConfig attribute)
(qhana_plugin_runner.util.config.ProductionConfig attribute)
default_schemes (qhana_plugin_runner.api.util.DataUrlValidator attribute)
(qhana_plugin_runner.api.util.FileUrlValidator attribute)
default_serialize() (in module qhana_plugin_runner.plugin_utils.attributes)
DefaultDialect (class in qhana_plugin_runner.plugin_utils.entity_marshalling)
delete_by_href() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
delete_by_name_and_version() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
delete_value() (qhana_plugin_runner.db.models.virtual_plugins.DataBlob class method)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
delimiter (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
DemoUser (class in qhana_plugin_runner.api.jwt_helper)
description (qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.plugins_api.PluginData attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
(qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
(qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
deserialize() (qhana_plugin_runner.api.util.FileUrl method)
(qhana_plugin_runner.api.util.PluginUrl method)
dict_deserializer() (in module qhana_plugin_runner.plugin_utils.attributes)
dict_serializer() (in module qhana_plugin_runner.plugin_utils.attributes)
doc (qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
doublequote (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
drop_db_function() (in module qhana_plugin_runner.db.cli)
E
embedded (qhana_plugin_runner.registry_client.types.ApiResponse attribute)
ensure_array() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
ensure_dict() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
ensure_tuple() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
entity_attribute_sort_key() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
entity_attributes (qhana_plugin_runner.plugin_utils.entity_marshalling.EntityTupleMixin attribute)
EntityTupleMixin (class in qhana_plugin_runner.plugin_utils.entity_marshalling)
entry_point (qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
EntryPoint (class in qhana_plugin_runner.api.plugin_schemas)
EntryPointSchema (class in qhana_plugin_runner.api.plugin_schemas)
EnumField (class in qhana_plugin_runner.api.extra_fields)
ENV (qhana_plugin_runner.util.config.DebugConfig attribute)
(qhana_plugin_runner.util.config.ProductionConfig attribute)
escapechar (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
event (qhana_plugin_runner.api.plugin_schemas.WebhookParams attribute)
event_type (qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
exists() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
extra (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
F
fetch_by_api_link() (qhana_plugin_runner.registry_client.client.PluginRegistryClient method)
fetch_by_rel() (qhana_plugin_runner.registry_client.client.PluginRegistryClient method)
file_name (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
file_storage_data (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
FILE_STORE_ROOT_PATH (qhana_plugin_runner.util.config.ProductionConfig attribute)
file_type (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
FileAdapter (class in qhana_plugin_runner.util.request_helpers)
FileSecurityTagSchema (class in qhana_plugin_runner.api.files_api)
FileStore (class in qhana_plugin_runner.storage)
FileStoreInterface (class in qhana_plugin_runner.storage)
FileStoreRegistry (class in qhana_plugin_runner.storage)
FileUrl (class in qhana_plugin_runner.api.util)
FileUrlValidator (class in qhana_plugin_runner.api.util)
FileView (class in qhana_plugin_runner.api.files_api)
finished_at (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
flask command line option
--app
--debug
--env-file
--no-debug
--version
-A
-e
flask-db command line option
--x-arg
-x
flask-db-branches command line option
--directory
--verbose
-d
-v
flask-db-check command line option
--directory
-d
flask-db-current command line option
--directory
--verbose
-d
-v
flask-db-downgrade command line option
--directory
--sql
--tag
--x-arg
-d
-x
REVISION
flask-db-edit command line option
--directory
-d
REVISION
flask-db-heads command line option
--directory
--resolve-dependencies
--verbose
-d
-v
flask-db-history command line option
--directory
--indicate-current
--rev-range
--verbose
-d
-i
-r
-v
flask-db-init command line option
--directory
--multidb
--package
--template
-d
-t
flask-db-merge command line option
--branch-label
--directory
--message
--rev-id
-d
-m
REVISIONS
flask-db-migrate command line option
--branch-label
--directory
--head
--message
--rev-id
--splice
--sql
--version-path
--x-arg
-d
-m
-x
flask-db-revision command line option
--autogenerate
--branch-label
--directory
--head
--message
--rev-id
--splice
--sql
--version-path
-d
-m
flask-db-show command line option
--directory
-d
REVISION
flask-db-stamp command line option
--directory
--purge
--sql
--tag
-d
REVISION
flask-db-upgrade command line option
--directory
--sql
--tag
--x-arg
-d
-x
REVISION
flask-install command line option
--dry-run
--only-with-tests
--skip-runner-dependencies
-d
-s
flask-openapi-print command line option
--config-prefix
--format
-f
flask-openapi-write command line option
--config-prefix
--format
-f
OUTPUT_FILE
flask-routes command line option
--all-methods
--sort
-s
flask-run command line option
--cert
--debug
--debugger
--exclude-patterns
--extra-files
--host
--key
--no-debug
--no-debugger
--no-reload
--port
--reload
--with-threads
--without-threads
-h
-p
FlaskTask (class in qhana_plugin_runner.celery)
from_dict() (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata static method)
(qhana_plugin_runner.plugin_utils.entity_marshalling.EntityTupleMixin class method)
from_iter() (qhana_plugin_runner.plugin_utils.entity_marshalling.EntityTupleMixin class method)
frontend_debugger() (in module qhana_plugin_runner.util.debug_routes.root)
FrontendFormBaseSchema (class in qhana_plugin_runner.api.util)
FrontendFormBaseSchema.Meta (class in qhana_plugin_runner.api.util)
G
get() (qhana_plugin_runner.api.files_api.FileView method)
(qhana_plugin_runner.api.plugins_api.PluginsView method)
(qhana_plugin_runner.api.plugins_api.PluginView method)
(qhana_plugin_runner.api.RootView method)
(qhana_plugin_runner.api.tasks_api.TaskView method)
(qhana_plugin_runner.plugin_utils.entity_marshalling.EntityTupleMixin method)
get_all() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
get_all_by_name() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
get_all_items() (qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
get_all_items_like() (qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
get_api_blueprint() (qhana_plugin_runner.util.plugins.QHAnaPluginBase method)
get_by_href() (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin class method)
get_by_id() (qhana_plugin_runner.db.models.tasks.ProcessingTask class method)
(qhana_plugin_runner.db.models.tasks.TaskFile class method)
get_by_task_and_event() (qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription class method)
get_by_task_and_subscriber() (qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription class method)
get_datalist_from_schema() (in module qhana_plugin_runner.util.jinja_helpers)
get_entity_tuple_class() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
get_file_url() (qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
(qhana_plugin_runner.storage.LocalFileStore method)
(qhana_plugin_runner.storage.UrlFileStore method)
get_files_from_zip_url() (in module qhana_plugin_runner.plugin_utils.zip_utils)
get_item() (qhana_plugin_runner.db.models.virtual_plugins.DataBlob class method)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
get_links_by_rel() (qhana_plugin_runner.registry_client.types.ApiResponse method)
get_locale() (in module qhana_plugin_runner.babel)
get_logger() (in module qhana_plugin_runner.util.logging)
get_mimetype() (in module qhana_plugin_runner.requests)
get_plugins() (qhana_plugin_runner.util.plugins.QHAnaPluginBase static method)
get_requirements() (qhana_plugin_runner.util.plugins.QHAnaPluginBase method)
get_task_file_url() (qhana_plugin_runner.storage.FileStore method)
(qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
(qhana_plugin_runner.storage.LocalFileStore method)
get_task_result_files() (qhana_plugin_runner.db.models.tasks.TaskFile class method)
get_value() (qhana_plugin_runner.db.models.virtual_plugins.DataBlob class method)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
H
has_api (qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
has_uncleared_step (qhana_plugin_runner.db.models.tasks.ProcessingTask property)
href (qhana_plugin_runner.api.plugin_schemas.ApiLink attribute)
(qhana_plugin_runner.api.plugin_schemas.EntryPoint attribute)
(qhana_plugin_runner.api.plugin_schemas.StepMetadata attribute)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadata attribute)
(qhana_plugin_runner.api.tasks_api.TaskLink attribute)
(qhana_plugin_runner.db.models.tasks.Step attribute)
,
[1]
(qhana_plugin_runner.db.models.tasks.TaskLink attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
(qhana_plugin_runner.plugin_utils.entity_marshalling.ArrayEntity attribute)
(qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.ApiLinkBase attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
html_response() (qhana_plugin_runner.api.util.HtmlResponseMixin method)
HtmlResponseMixin (class in qhana_plugin_runner.api.util)
I
id (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
(qhana_plugin_runner.db.models.tasks.Step attribute)
,
[1]
(qhana_plugin_runner.db.models.tasks.TaskFile attribute)
(qhana_plugin_runner.db.models.tasks.TaskLink attribute)
(qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
ID (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
(qhana_plugin_runner.plugin_utils.entity_marshalling.ArrayEntity attribute)
identifier (qhana_plugin_runner.api.plugins_api.PluginData attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin property)
(qhana_plugin_runner.util.plugins.QHAnaPluginBase property)
ignore_result (qhana_plugin_runner.celery.FlaskTask attribute)
index() (in module qhana_plugin_runner.util.debug_routes.root)
init_app() (qhana_plugin_runner.registry_client.client.PluginRegistryClient method)
(qhana_plugin_runner.storage.FileStore method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
(qhana_plugin_runner.util.plugins.QHAnaPluginBase method)
inject_lang_from_header() (in module qhana_plugin_runner.babel)
InputDataMetadata (class in qhana_plugin_runner.api.plugin_schemas)
InputDataMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
instance (qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
interaction (qhana_plugin_runner.api.plugin_schemas.PluginType attribute)
is_collection_resource() (qhana_plugin_runner.registry_client.types.ApiResponse method)
is_finished (qhana_plugin_runner.db.models.tasks.ProcessingTask property)
is_ok (qhana_plugin_runner.db.models.tasks.ProcessingTask property)
iskeyword() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
iter_lines() (qhana_plugin_runner.plugin_utils.entity_marshalling.ResponseLike method)
J
json() (qhana_plugin_runner.plugin_utils.entity_marshalling.ResponseLike method)
JSON_SORT_KEYS (qhana_plugin_runner.util.config.ProductionConfig attribute)
JSONIFY_PRETTYPRINT_REGULAR (qhana_plugin_runner.util.config.ProductionConfig attribute)
JWT (in module qhana_plugin_runner.api.jwt_helper)
JWT_REFRESH_SCHEME (in module qhana_plugin_runner.api.jwt_helper)
JWT_SCHEME (in module qhana_plugin_runner.api.jwt_helper)
JWTMixin (class in qhana_plugin_runner.api.jwt_helper)
K
key (qhana_plugin_runner.db.models.virtual_plugins.DataBlob attribute)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState attribute)
,
[1]
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
keyed_links (qhana_plugin_runner.registry_client.types.ApiResponse attribute)
KeyedApiLink (class in qhana_plugin_runner.registry_client.types)
L
lineterminator (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
links (qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.tasks_api.TaskData attribute)
(qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
(qhana_plugin_runner.registry_client.types.ApiResponse attribute)
load() (qhana_plugin_runner.api.util.FrontendFormBaseSchema method)
load_entities() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
load_toml() (in module qhana_plugin_runner)
load_user_identity() (in module qhana_plugin_runner.api.jwt_helper)
loadUserObject() (in module qhana_plugin_runner.api.jwt_helper)
LocalFileStore (class in qhana_plugin_runner.storage)
log (qhana_plugin_runner.api.tasks_api.TaskData attribute)
LOG_CONFIG (qhana_plugin_runner.util.config.ProductionConfig attribute)
M
MaBaseSchema (class in qhana_plugin_runner.api.util)
make_api_link() (qhana_plugin_runner.api.plugin_schemas.ApiLinkSchema method)
make_entry_point() (qhana_plugin_runner.api.plugin_schemas.EntryPointSchema method)
make_plugin_metadata() (qhana_plugin_runner.api.plugin_schemas.PluginMetadataSchema method)
make_task_data() (qhana_plugin_runner.api.tasks_api.TaskStatusSchema method)
marshmallow_field_to_input_type() (in module qhana_plugin_runner.util.jinja_helpers)
marshmallow_field_to_step_attr() (in module qhana_plugin_runner.util.jinja_helpers)
marshmallow_validators_to_field_attrs() (in module qhana_plugin_runner.util.jinja_helpers)
match_api_link() (in module qhana_plugin_runner.registry_client.types)
matches_rel() (qhana_plugin_runner.registry_client.types.ApiResponse method)
methods (qhana_plugin_runner.api.files_api.FileView attribute)
(qhana_plugin_runner.api.plugins_api.PluginsView attribute)
(qhana_plugin_runner.api.plugins_api.PluginView attribute)
(qhana_plugin_runner.api.RootView attribute)
(qhana_plugin_runner.api.tasks_api.TaskView attribute)
mimetype (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
module
qhana_plugin_runner
qhana_plugin_runner.api
qhana_plugin_runner.api.extra_fields
qhana_plugin_runner.api.files_api
qhana_plugin_runner.api.jwt_helper
qhana_plugin_runner.api.plugin_schemas
qhana_plugin_runner.api.plugins_api
qhana_plugin_runner.api.tasks_api
qhana_plugin_runner.api.util
qhana_plugin_runner.babel
qhana_plugin_runner.celery
qhana_plugin_runner.celery_worker
qhana_plugin_runner.db
qhana_plugin_runner.db.cli
qhana_plugin_runner.db.db
qhana_plugin_runner.db.models
qhana_plugin_runner.db.models.mutable_json
qhana_plugin_runner.db.models.tasks
qhana_plugin_runner.db.models.virtual_plugins
qhana_plugin_runner.licenses
qhana_plugin_runner.markdown
qhana_plugin_runner.plugin_utils
qhana_plugin_runner.plugin_utils.attributes
qhana_plugin_runner.plugin_utils.entity_marshalling
qhana_plugin_runner.plugin_utils.zip_utils
qhana_plugin_runner.plugins_cli
qhana_plugin_runner.registry_client
qhana_plugin_runner.registry_client.client
qhana_plugin_runner.registry_client.types
qhana_plugin_runner.requests
qhana_plugin_runner.storage
qhana_plugin_runner.tasks
qhana_plugin_runner.util
qhana_plugin_runner.util.config
qhana_plugin_runner.util.config.celery_config
qhana_plugin_runner.util.config.smorest_config
qhana_plugin_runner.util.config.sqlalchemy_config
qhana_plugin_runner.util.debug_routes
qhana_plugin_runner.util.debug_routes.root
qhana_plugin_runner.util.debug_routes.routes
qhana_plugin_runner.util.jinja_helpers
qhana_plugin_runner.util.logging
qhana_plugin_runner.util.plugins
qhana_plugin_runner.util.request_helpers
qhana_plugin_runner.util.reverse_proxy_fix
multi_step (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
multiple (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
N
name (qhana_plugin_runner.api.plugin_schemas.OutputDataMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.plugins_api.PluginData attribute)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadata attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
(qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
(qhana_plugin_runner.storage.FileStore attribute)
(qhana_plugin_runner.storage.LocalFileStore attribute)
(qhana_plugin_runner.storage.UrlFileStore attribute)
(qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
NestedMutable (class in qhana_plugin_runner.db.models.mutable_json)
NISQ_ANALYZER_UI_URL (qhana_plugin_runner.util.config.ProductionConfig attribute)
number (qhana_plugin_runner.db.models.tasks.Step attribute)
O
on_bind_field() (qhana_plugin_runner.api.util.MaBaseSchema method)
on_expired_token() (in module qhana_plugin_runner.api.jwt_helper)
on_invalid_token() (in module qhana_plugin_runner.api.jwt_helper)
on_revoked_token() (in module qhana_plugin_runner.api.jwt_helper)
on_stale_token() (in module qhana_plugin_runner.api.jwt_helper)
on_unauthorized() (in module qhana_plugin_runner.api.jwt_helper)
on_user_load_error() (in module qhana_plugin_runner.api.jwt_helper)
OneOfEnum (class in qhana_plugin_runner.api.extra_fields)
open() (qhana_plugin_runner.storage.FileStore method)
(qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
(qhana_plugin_runner.storage.LocalFileStore method)
open_url() (in module qhana_plugin_runner.requests)
open_url_as_file_like() (in module qhana_plugin_runner.requests)
open_url_as_file_like_simple() (in module qhana_plugin_runner.requests)
OPENAPI_JSON_PATH (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_RAPIDOC_CONFIG (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_RAPIDOC_PATH (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_RAPIDOC_URL (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_REDOC_PATH (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_REDOC_URL (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_SWAGGER_UI_PATH (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_SWAGGER_UI_URL (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_URL_PREFIX (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
OPENAPI_VERSION (qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig attribute)
opts (qhana_plugin_runner.api.files_api.FileSecurityTagSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.ApiLinkSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.DataMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.EntryPointSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.InputDataMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.OutputDataMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.ProgressMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.StepMetadataSchema attribute)
(qhana_plugin_runner.api.plugin_schemas.WebhookParamsSchema attribute)
(qhana_plugin_runner.api.plugins_api.PluginCollectionSchema attribute)
(qhana_plugin_runner.api.plugins_api.PluginSchema attribute)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadataSchema attribute)
(qhana_plugin_runner.api.tasks_api.SubscriptionDataSchema attribute)
(qhana_plugin_runner.api.tasks_api.TaskLinkSchema attribute)
(qhana_plugin_runner.api.tasks_api.TaskStatusSchema attribute)
(qhana_plugin_runner.api.util.FrontendFormBaseSchema attribute)
(qhana_plugin_runner.api.util.MaBaseSchema attribute)
(qhana_plugin_runner.api.VersionsRootSchema attribute)
ordered (qhana_plugin_runner.api.util.FrontendFormBaseSchema.Meta attribute)
(qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
OUTPUT_FILE
flask-openapi-write command line option
OutputDataMetadata (class in qhana_plugin_runner.api.plugin_schemas)
(class in qhana_plugin_runner.api.tasks_api)
OutputDataMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
(class in qhana_plugin_runner.api.tasks_api)
outputs (qhana_plugin_runner.api.tasks_api.TaskData attribute)
(qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
P
parameter (qhana_plugin_runner.api.plugin_schemas.InputDataMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
parameters (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
parent_id (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
parse_attribute_metadata() (in module qhana_plugin_runner.plugin_utils.attributes)
parse_bool() (in module qhana_plugin_runner.plugin_utils.attributes)
parse_multi() (in module qhana_plugin_runner.plugin_utils.attributes)
parse_optional_value() (in module qhana_plugin_runner.plugin_utils.attributes)
parsed_version (qhana_plugin_runner.util.plugins.QHAnaPluginBase property)
persist_file() (qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
(qhana_plugin_runner.storage.LocalFileStore method)
(qhana_plugin_runner.storage.UrlFileStore method)
persist_raw_data() (qhana_plugin_runner.storage.LocalFileStore method)
persist_task_result() (qhana_plugin_runner.storage.FileStore method)
(qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
persist_task_temp_file() (qhana_plugin_runner.storage.FileStore method)
(qhana_plugin_runner.storage.FileStoreInterface method)
(qhana_plugin_runner.storage.FileStoreRegistry method)
plugin_dependencies (qhana_plugin_runner.api.plugin_schemas.EntryPoint attribute)
PLUGIN_FOLDERS (qhana_plugin_runner.util.config.DebugConfig attribute)
plugin_id (qhana_plugin_runner.db.models.virtual_plugins.DataBlob attribute)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState attribute)
,
[1]
plugin_identifier() (in module qhana_plugin_runner.util.plugins)
plugin_registry_url (qhana_plugin_runner.registry_client.client.PluginRegistryClient property)
PLUGIN_REGISTRY_URL (qhana_plugin_runner.util.config.ProductionConfig attribute)
PluginCollectionData (class in qhana_plugin_runner.api.plugins_api)
PluginCollectionSchema (class in qhana_plugin_runner.api.plugins_api)
PluginData (class in qhana_plugin_runner.api.plugins_api)
PluginDependencyMetadata (class in qhana_plugin_runner.api.plugin_schemas)
PluginDependencyMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
PluginMetadata (class in qhana_plugin_runner.api.plugin_schemas)
PluginMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
PluginRegistryClient (class in qhana_plugin_runner.registry_client.client)
plugins (qhana_plugin_runner.api.plugins_api.PluginCollectionData attribute)
PluginSchema (class in qhana_plugin_runner.api.plugins_api)
PluginState (class in qhana_plugin_runner.db.models.virtual_plugins)
PluginsView (class in qhana_plugin_runner.api.plugins_api)
PluginType (class in qhana_plugin_runner.api.plugin_schemas)
PluginUrl (class in qhana_plugin_runner.api.util)
PluginView (class in qhana_plugin_runner.api.plugins_api)
post() (qhana_plugin_runner.api.tasks_api.TaskView method)
prepare_path() (qhana_plugin_runner.storage.FileStore method)
priority (qhana_plugin_runner.celery.FlaskTask attribute)
processing (qhana_plugin_runner.api.plugin_schemas.PluginType attribute)
ProcessingTask (class in qhana_plugin_runner.db.models.tasks)
ProductionConfig (class in qhana_plugin_runner.util.config)
progress (qhana_plugin_runner.api.tasks_api.TaskData attribute)
progress_start (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
progress_target (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
progress_unit (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
progress_value (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
ProgressMetadata (class in qhana_plugin_runner.api.plugin_schemas)
ProgressMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
PROPAGATE_EXCEPTIONS (qhana_plugin_runner.util.config.smorest_config.SmorestDebugConfig attribute)
Q
qhana_plugin_runner
module
qhana_plugin_runner.api
module
qhana_plugin_runner.api.extra_fields
module
qhana_plugin_runner.api.files_api
module
qhana_plugin_runner.api.jwt_helper
module
qhana_plugin_runner.api.plugin_schemas
module
qhana_plugin_runner.api.plugins_api
module
qhana_plugin_runner.api.tasks_api
module
qhana_plugin_runner.api.util
module
qhana_plugin_runner.babel
module
qhana_plugin_runner.celery
module
qhana_plugin_runner.celery_worker
module
qhana_plugin_runner.db
module
qhana_plugin_runner.db.cli
module
qhana_plugin_runner.db.db
module
qhana_plugin_runner.db.models
module
qhana_plugin_runner.db.models.mutable_json
module
qhana_plugin_runner.db.models.tasks
module
qhana_plugin_runner.db.models.virtual_plugins
module
qhana_plugin_runner.licenses
module
qhana_plugin_runner.markdown
module
qhana_plugin_runner.plugin_utils
module
qhana_plugin_runner.plugin_utils.attributes
module
qhana_plugin_runner.plugin_utils.entity_marshalling
module
qhana_plugin_runner.plugin_utils.zip_utils
module
qhana_plugin_runner.plugins_cli
module
qhana_plugin_runner.registry_client
module
qhana_plugin_runner.registry_client.client
module
qhana_plugin_runner.registry_client.types
module
qhana_plugin_runner.requests
module
qhana_plugin_runner.storage
module
qhana_plugin_runner.tasks
module
qhana_plugin_runner.util
module
qhana_plugin_runner.util.config
module
qhana_plugin_runner.util.config.celery_config
module
qhana_plugin_runner.util.config.smorest_config
module
qhana_plugin_runner.util.config.sqlalchemy_config
module
qhana_plugin_runner.util.debug_routes
module
qhana_plugin_runner.util.debug_routes.root
module
qhana_plugin_runner.util.debug_routes.routes
module
qhana_plugin_runner.util.jinja_helpers
module
qhana_plugin_runner.util.logging
module
qhana_plugin_runner.util.plugins
module
qhana_plugin_runner.util.request_helpers
module
qhana_plugin_runner.util.reverse_proxy_fix
module
QHAnaPluginBase (class in qhana_plugin_runner.util.plugins)
queryKey (qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
quotechar (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
quoting (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
R
rate_limit (qhana_plugin_runner.celery.FlaskTask attribute)
ready (qhana_plugin_runner.registry_client.client.PluginRegistryClient property)
redact_log_data() (in module qhana_plugin_runner.util.logging)
ref_target (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
register_additional_schemas() (in module qhana_plugin_runner.util.request_helpers)
register_babel() (in module qhana_plugin_runner.babel)
register_celery() (in module qhana_plugin_runner.celery)
register_db() (in module qhana_plugin_runner.db)
register_db_cli_blueprint() (in module qhana_plugin_runner.db.cli)
register_debug_routes() (in module qhana_plugin_runner.util.debug_routes)
register_file_store() (in module qhana_plugin_runner.storage)
register_helpers() (in module qhana_plugin_runner.util.jinja_helpers)
register_jwt() (in module qhana_plugin_runner.api.jwt_helper)
register_licenses() (in module qhana_plugin_runner.licenses)
register_markdown_filter() (in module qhana_plugin_runner.markdown)
register_plugin_cli_blueprint() (in module qhana_plugin_runner.plugins_cli)
register_plugin_registry_client() (in module qhana_plugin_runner.registry_client)
register_plugins() (in module qhana_plugin_runner.util.plugins)
register_root_api() (in module qhana_plugin_runner.api)
reject_on_worker_lost (qhana_plugin_runner.celery.FlaskTask attribute)
rel (qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.ApiLinkBase attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
remove_empty_attributes() (qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadataSchema method)
(qhana_plugin_runner.api.tasks_api.OutputDataMetadataSchema method)
(qhana_plugin_runner.api.tasks_api.TaskStatusSchema method)
request_stack (qhana_plugin_runner.celery.FlaskTask attribute)
require_jwt() (qhana_plugin_runner.api.jwt_helper.JWTMixin method)
required (qhana_plugin_runner.api.plugin_schemas.DataMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
resourceKey (qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
resourceType (qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.ApiLinkBase attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
ResponseLike (class in qhana_plugin_runner.plugin_utils.entity_marshalling)
retrieve_attribute_metadata_url() (in module qhana_plugin_runner.requests)
retrieve_data_type() (in module qhana_plugin_runner.requests)
retrieve_filename() (in module qhana_plugin_runner.requests)
REVERSE_PROXY_COUNT (qhana_plugin_runner.util.config.ProductionConfig attribute)
REVISION
flask-db-downgrade command line option
flask-db-edit command line option
flask-db-show command line option
flask-db-stamp command line option
flask-db-upgrade command line option
REVISIONS
flask-db-merge command line option
RootView (class in qhana_plugin_runner.api)
routes() (in module qhana_plugin_runner.util.debug_routes.routes)
S
save() (qhana_plugin_runner.db.models.tasks.ProcessingTask method)
(qhana_plugin_runner.db.models.tasks.TaskFile method)
(qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription method)
save_entities() (in module qhana_plugin_runner.plugin_utils.entity_marshalling)
schema (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
(qhana_plugin_runner.registry_client.types.ApiLink attribute)
(qhana_plugin_runner.registry_client.types.KeyedApiLink attribute)
search_by_rel() (qhana_plugin_runner.registry_client.client.PluginRegistryClient method)
SECRET_KEY (qhana_plugin_runner.util.config.DebugConfig attribute)
(qhana_plugin_runner.util.config.ProductionConfig attribute)
security_tag (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
SecurityBlueprint (class in qhana_plugin_runner.api.util)
self (qhana_plugin_runner.registry_client.types.ApiObject attribute)
(qhana_plugin_runner.registry_client.types.ApiResponse property)
(qhana_plugin_runner.registry_client.types.BaseApiObject attribute)
send() (qhana_plugin_runner.util.request_helpers.DataAdapter method)
(qhana_plugin_runner.util.request_helpers.FileAdapter method)
separator (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
serialize_multi() (in module qhana_plugin_runner.plugin_utils.attributes)
serializer (qhana_plugin_runner.celery.FlaskTask attribute)
set_value() (qhana_plugin_runner.db.models.virtual_plugins.DataBlob class method)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState class method)
show_licenses() (in module qhana_plugin_runner.licenses)
skipinitialspace (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
SmorestDebugConfig (class in qhana_plugin_runner.util.config.smorest_config)
SmorestProductionConfig (class in qhana_plugin_runner.util.config.smorest_config)
source (qhana_plugin_runner.api.plugin_schemas.WebhookParams attribute)
space_delimited_list() (in module qhana_plugin_runner.util.jinja_helpers)
SQLAchemyDebugConfig (class in qhana_plugin_runner.util.config.sqlalchemy_config)
SQLAchemyProductionConfig (class in qhana_plugin_runner.util.config.sqlalchemy_config)
SQLALCHEMY_ECHO (qhana_plugin_runner.util.config.sqlalchemy_config.SQLAchemyDebugConfig attribute)
SQLALCHEMY_TRACK_MODIFICATIONS (qhana_plugin_runner.util.config.sqlalchemy_config.SQLAchemyProductionConfig attribute)
start (qhana_plugin_runner.api.plugin_schemas.ProgressMetadata attribute)
started_at (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
status (qhana_plugin_runner.api.tasks_api.TaskData attribute)
(qhana_plugin_runner.db.models.tasks.ProcessingTask property)
Step (class in qhana_plugin_runner.db.models.tasks)
step_id (qhana_plugin_runner.db.models.tasks.Step attribute)
,
[1]
stepId (qhana_plugin_runner.api.plugin_schemas.StepMetadata attribute)
StepMetadata (class in qhana_plugin_runner.api.plugin_schemas)
StepMetadataSchema (class in qhana_plugin_runner.api.plugin_schemas)
steps (qhana_plugin_runner.api.tasks_api.TaskData attribute)
(qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
storage_provider (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
store_errors_even_if_ignored (qhana_plugin_runner.celery.FlaskTask attribute)
strict (qhana_plugin_runner.plugin_utils.entity_marshalling.DefaultDialect attribute)
subscribe() (qhana_plugin_runner.api.tasks_api.TaskView method)
SubscriptionDataSchema (class in qhana_plugin_runner.api.tasks_api)
subscriptions (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
T
tag_list (qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin property)
tags (qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.plugins_api.PluginData attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
(qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
target (qhana_plugin_runner.api.plugin_schemas.ProgressMetadata attribute)
task (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
(qhana_plugin_runner.db.models.tasks.TaskLink attribute)
(qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
TASK_DETAILS_CHANGED (in module qhana_plugin_runner.tasks)
task_href (qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
(qhana_plugin_runner.db.models.tasks.WebhookRef attribute)
task_id (qhana_plugin_runner.db.models.tasks.TaskFile attribute)
(qhana_plugin_runner.db.models.tasks.TaskLink attribute)
(qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
task_log (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
task_name (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
task_status (qhana_plugin_runner.db.models.tasks.ProcessingTask attribute)
,
[1]
TASK_STATUS_CHANGED (in module qhana_plugin_runner.tasks)
TASK_STEPS_CHANGED (in module qhana_plugin_runner.tasks)
TaskData (class in qhana_plugin_runner.api.tasks_api)
TaskFile (class in qhana_plugin_runner.db.models.tasks)
TaskLink (class in qhana_plugin_runner.api.tasks_api)
(class in qhana_plugin_runner.db.models.tasks)
TaskLinkSchema (class in qhana_plugin_runner.api.tasks_api)
TaskStatusSchema (class in qhana_plugin_runner.api.tasks_api)
TaskUpdateSubscription (class in qhana_plugin_runner.db.models.tasks)
TaskView (class in qhana_plugin_runner.api.tasks_api)
TESTING (qhana_plugin_runner.util.config.ProductionConfig attribute)
title (qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata attribute)
to_dict() (qhana_plugin_runner.plugin_utils.attributes.AttributeMetadata method)
track_started (qhana_plugin_runner.celery.FlaskTask attribute)
tuple_deserializer() (in module qhana_plugin_runner.plugin_utils.attributes)
tuple_serializer() (in module qhana_plugin_runner.plugin_utils.attributes)
type (qhana_plugin_runner.api.plugin_schemas.ApiLink attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.tasks_api.TaskLink attribute)
(qhana_plugin_runner.db.models.tasks.TaskLink attribute)
typing (qhana_plugin_runner.celery.FlaskTask attribute)
U
ui_href (qhana_plugin_runner.api.plugin_schemas.EntryPoint attribute)
(qhana_plugin_runner.db.models.tasks.Step attribute)
,
[1]
uiHref (qhana_plugin_runner.api.plugin_schemas.StepMetadata attribute)
unit (qhana_plugin_runner.api.plugin_schemas.ProgressMetadata attribute)
unquote_url() (qhana_plugin_runner.api.plugin_schemas.EntryPointSchema method)
unsubscribe() (qhana_plugin_runner.api.tasks_api.TaskView method)
URL_REWRITE_RULES (qhana_plugin_runner.util.config.ProductionConfig attribute)
UrlFileStore (class in qhana_plugin_runner.storage)
username (qhana_plugin_runner.api.jwt_helper.DemoUser attribute)
V
value (qhana_plugin_runner.api.plugin_schemas.ProgressMetadata attribute)
(qhana_plugin_runner.db.models.virtual_plugins.DataBlob attribute)
(qhana_plugin_runner.db.models.virtual_plugins.PluginState attribute)
,
[1]
values (qhana_plugin_runner.plugin_utils.entity_marshalling.ArrayEntity attribute)
version (qhana_plugin_runner.api.plugin_schemas.PluginDependencyMetadata attribute)
(qhana_plugin_runner.api.plugin_schemas.PluginMetadata attribute)
(qhana_plugin_runner.api.plugins_api.PluginData attribute)
(qhana_plugin_runner.db.models.virtual_plugins.VirtualPlugin attribute)
,
[1]
(qhana_plugin_runner.util.plugins.QHAnaPluginBase attribute)
VersionsRootSchema (class in qhana_plugin_runner.api)
VirtualPlugin (class in qhana_plugin_runner.db.models.virtual_plugins)
visualization (qhana_plugin_runner.api.plugin_schemas.PluginType attribute)
W
webhook_href (qhana_plugin_runner.db.models.tasks.TaskUpdateSubscription attribute)
(qhana_plugin_runner.db.models.tasks.WebhookRef attribute)
WebhookParams (class in qhana_plugin_runner.api.plugin_schemas)
WebhookParamsSchema (class in qhana_plugin_runner.api.plugin_schemas)
WebhookRef (class in qhana_plugin_runner.db.models.tasks)