seeq 66.54.1.20250922__py3-none-any.whl → 66.90.0.20251219__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- seeq/sdk/__init__.py +77 -3
- seeq/sdk/api/__init__.py +7 -3
- seeq/sdk/api/access_keys_api.py +8 -4
- seeq/sdk/api/add_ons_api.py +1 -1
- seeq/sdk/api/agents_api.py +1 -1
- seeq/sdk/api/annotations_api.py +1 -1
- seeq/sdk/api/assets_api.py +1 -1
- seeq/sdk/api/audit_api.py +7 -2
- seeq/sdk/api/auth_api.py +1 -1
- seeq/sdk/api/cache_api.py +184 -0
- seeq/sdk/api/condition_monitors_api.py +1 -1
- seeq/sdk/api/conditions_api.py +115 -1
- seeq/sdk/api/content_api.py +6 -2
- seeq/sdk/api/context_api.py +1531 -57
- seeq/sdk/api/datafiles_api.py +1 -1
- seeq/sdk/api/datasources_api.py +1 -1
- seeq/sdk/api/display_templates_api.py +1 -1
- seeq/sdk/api/displays_api.py +1 -1
- seeq/sdk/api/export_api.py +1 -1
- seeq/sdk/api/folders_api.py +359 -5
- seeq/sdk/api/formulas_api.py +136 -18
- seeq/sdk/api/graph_ql_api.py +1 -1
- seeq/sdk/api/hierarchies_api.py +157 -13
- seeq/sdk/api/items_api.py +230 -1
- seeq/sdk/api/jobs_api.py +1 -1
- seeq/sdk/api/logs_api.py +120 -1
- seeq/sdk/api/markdown_items_api.py +1 -1
- seeq/sdk/api/markdown_links_api.py +374 -0
- seeq/sdk/api/materialized_tables_api.py +283 -0
- seeq/sdk/api/metrics_api.py +1 -1
- seeq/sdk/api/models_api.py +638 -1
- seeq/sdk/api/monitors_api.py +1 -1
- seeq/sdk/api/networks_api.py +1 -1
- seeq/sdk/api/notification_configurations_api.py +1 -1
- seeq/sdk/api/notifier_api.py +1 -1
- seeq/sdk/api/plugins_api.py +1 -1
- seeq/sdk/api/projects_api.py +1 -1
- seeq/sdk/api/report_templates_api.py +1 -1
- seeq/sdk/api/reports_api.py +1 -1
- seeq/sdk/api/requests_api.py +1 -1
- seeq/sdk/api/scalars_api.py +1 -1
- seeq/sdk/api/scim_api.py +1 -1
- seeq/sdk/api/{unstable_api.py → sharing_api.py} +84 -107
- seeq/sdk/api/signal_monitors_api.py +1 -1
- seeq/sdk/api/signals_api.py +1 -1
- seeq/sdk/api/stored_tables_api.py +871 -0
- seeq/sdk/api/subscriptions_api.py +1 -1
- seeq/sdk/api/system_api.py +1 -1
- seeq/sdk/api/table_definitions_api.py +194 -39
- seeq/sdk/api/trees_api.py +3 -3
- seeq/sdk/api/usage_api.py +1 -1
- seeq/sdk/api/user_groups_api.py +1 -1
- seeq/sdk/api/users_api.py +370 -3
- seeq/sdk/api/workbooks_api.py +239 -1
- seeq/sdk/api_client.py +2 -2
- seeq/sdk/configuration.py +3 -3
- seeq/sdk/models/__init__.py +72 -2
- seeq/sdk/models/access_key_input_v1.py +32 -4
- seeq/sdk/models/access_key_output_list_v1.py +1 -1
- seeq/sdk/models/access_key_output_v1.py +30 -2
- seeq/sdk/models/ace_input_v1.py +1 -1
- seeq/sdk/models/ace_output_v1.py +1 -1
- seeq/sdk/models/acl_input_v1.py +1 -1
- seeq/sdk/models/acl_output_v1.py +1 -1
- seeq/sdk/models/activity_graph_output_v1.py +1 -1
- seeq/sdk/models/activity_output_v1.py +1 -1
- seeq/sdk/models/add_on_input_v1.py +1 -1
- seeq/sdk/models/add_on_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_output_v1.py +1 -1
- seeq/sdk/models/add_on_preview_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_preview_v1.py +1 -1
- seeq/sdk/models/add_on_tool_input_v1.py +1 -1
- seeq/sdk/models/add_on_tool_output_v1.py +1 -1
- seeq/sdk/models/administrator_contact_information_v1.py +1 -1
- seeq/sdk/models/agent_input_v1.py +1 -1
- seeq/sdk/models/agent_key_output_v1.py +1 -1
- seeq/sdk/models/agent_orchestrator_output_v1.py +1 -7
- seeq/sdk/models/agent_output_v1.py +1 -1
- seeq/sdk/models/agent_status_output_v1.py +1 -1
- seeq/sdk/models/agent_status_v1.py +30 -2
- seeq/sdk/models/all_context_output_v1.py +216 -0
- seeq/sdk/models/annotation_image_link_output_v1.py +1 -1
- seeq/sdk/models/annotation_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_output_v1.py +1 -1
- seeq/sdk/models/annotation_list_output_v1.py +1 -1
- seeq/sdk/models/annotation_output_v1.py +1 -1
- seeq/sdk/models/archive_output_v1.py +1 -1
- seeq/sdk/models/asset_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_error.py +1 -1
- seeq/sdk/models/asset_group_asset_input_v1.py +1 -1
- seeq/sdk/models/asset_group_input_v1.py +1 -1
- seeq/sdk/models/asset_group_output_v1.py +1 -1
- seeq/sdk/models/asset_group_root_input_v1.py +1 -1
- seeq/sdk/models/asset_group_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_input_v1.py +1 -1
- seeq/sdk/models/asset_output_v1.py +1 -1
- seeq/sdk/models/asset_selection_input_v1.py +1 -1
- seeq/sdk/models/asset_selection_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_single_input_v1.py +1 -1
- seeq/sdk/models/attachment_input_v1.py +1 -1
- seeq/sdk/models/audit_output_list_v1.py +1 -1
- seeq/sdk/models/audit_output_v1.py +1 -7
- seeq/sdk/models/auth_input_v1.py +1 -1
- seeq/sdk/models/auth_providers_output_v1.py +1 -1
- seeq/sdk/models/authoritative_region_output_v1.py +1 -1
- seeq/sdk/models/base_output.py +1 -1
- seeq/sdk/models/boolean_config_field_v1.py +1 -1
- seeq/sdk/models/cache_block.py +56 -4
- seeq/sdk/models/cache_info_v1.py +1 -1
- seeq/sdk/models/calculated_item_output_v1.py +1 -1
- seeq/sdk/models/capability_inheritance_output_v1.py +1 -7
- seeq/sdk/models/capsule_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_output_v1.py +1 -1
- seeq/sdk/models/capsule_v1.py +1 -1
- seeq/sdk/models/capsules_input_v1.py +1 -1
- seeq/sdk/models/capsules_output_v1.py +1 -1
- seeq/sdk/models/capsules_overwrite_input_v1.py +1 -1
- seeq/sdk/models/category_label_pair_input_v1.py +152 -0
- seeq/sdk/models/channel_output_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_v1.py +1 -7
- seeq/sdk/models/column_definition_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_input_v1.py +1 -7
- seeq/sdk/models/column_definition_order_input_v1.py +1 -1
- seeq/sdk/models/column_definition_output_v1.py +1 -7
- seeq/sdk/models/column_header_output_v1.py +152 -0
- seeq/sdk/models/column_model_input_v1.py +1 -1
- seeq/sdk/models/column_model_output.py +1 -1
- seeq/sdk/models/column_override_input_list_v1.py +1 -1
- seeq/sdk/models/column_override_input_v1.py +1 -1
- seeq/sdk/models/column_rule_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_asset_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_concat_input_v1.py +1 -1
- seeq/sdk/models/column_rule_constant_input_v1.py +1 -1
- seeq/sdk/models/column_rule_context_condition_input_v1.py +1 -1
- seeq/sdk/models/column_rule_datasource_input_v1.py +1 -1
- seeq/sdk/models/column_rule_descendant_input_v1.py +1 -7
- seeq/sdk/models/column_rule_descendant_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_asset_creator_input_v1.py +4 -32
- seeq/sdk/models/column_rule_event_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_find_descendant_input_v1.py +58 -2
- seeq/sdk/models/column_rule_find_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_formula_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_get_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_type_input_v1.py +1 -1
- seeq/sdk/models/column_rule_manager_input_v1.py +1 -1
- seeq/sdk/models/column_rule_output_v1.py +1 -1
- seeq/sdk/models/column_rule_path_input_v1.py +1 -1
- seeq/sdk/models/column_rule_path_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_preserve_existing_input_v1.py +1 -1
- seeq/sdk/models/column_rule_scalar_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_search_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_set_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_extractor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_replacement_input_v1.py +1 -1
- seeq/sdk/models/column_rule_tree_path_creator_input_v1.py +1 -1
- seeq/sdk/models/comment_category_input_v1.py +208 -0
- seeq/sdk/models/comment_category_output_list_v1.py +124 -0
- seeq/sdk/models/comment_category_output_v1.py +320 -0
- seeq/sdk/models/complex_object_config_field_v1.py +96 -0
- seeq/sdk/models/composite_filter.py +176 -0
- seeq/sdk/models/condition_batch_input_v1.py +1 -1
- seeq/sdk/models/condition_input_v1.py +1 -1
- seeq/sdk/models/condition_monitor_input_v1.py +5 -12
- seeq/sdk/models/condition_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/condition_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/condition_monitor_notification_configuration_input_v1.py +1 -7
- seeq/sdk/models/condition_monitor_output_v1.py +1 -8
- seeq/sdk/models/condition_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/condition_output_v1.py +1 -7
- seeq/sdk/models/condition_source_v1.py +148 -0
- seeq/sdk/models/condition_table_input_v1.py +292 -0
- seeq/sdk/models/condition_table_stat_input_for_direct_items_v1.py +156 -0
- seeq/sdk/models/condition_table_stat_input_for_table_v1.py +182 -0
- seeq/sdk/models/condition_update_input_v1.py +1 -1
- seeq/sdk/models/config_field_v1.py +32 -8
- seeq/sdk/models/configuration_input_v1.py +6 -2
- seeq/sdk/models/configuration_option_input_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_simple_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_v1.py +38 -2
- seeq/sdk/models/configuration_output_v1.py +1 -1
- seeq/sdk/models/configured_directives_output_v1.py +1 -1
- seeq/sdk/models/connection_input_v1.py +1 -1
- seeq/sdk/models/connection_output_v1.py +3 -3
- seeq/sdk/models/connection_status_output_v1.py +1 -7
- seeq/sdk/models/connection_status_v1.py +1 -1
- seeq/sdk/models/connections_output_v1.py +1 -1
- seeq/sdk/models/connector_input_v1.py +1 -1
- seeq/sdk/models/connector_output_v1.py +1 -1
- seeq/sdk/models/connectors_output_v1.py +1 -1
- seeq/sdk/models/content_input_v1.py +30 -8
- seeq/sdk/models/content_output_v1.py +30 -8
- seeq/sdk/models/content_with_metadata_list_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_output_v1.py +30 -8
- seeq/sdk/models/context_comment_input_v1.py +84 -2
- seeq/sdk/models/context_comment_list_output_v1.py +126 -0
- seeq/sdk/models/context_comment_output_v1.py +110 -2
- seeq/sdk/models/context_condition_output_list_v1.py +124 -0
- seeq/sdk/models/context_condition_output_v1.py +156 -0
- seeq/sdk/models/context_id_input_v1.py +154 -0
- seeq/sdk/models/context_item.py +208 -0
- seeq/sdk/models/context_label_input_v1.py +1 -1
- seeq/sdk/models/context_label_list_output_v1.py +126 -0
- seeq/sdk/models/context_label_output_v1.py +84 -2
- seeq/sdk/models/context_label_with_id_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_list_output_v1.py +126 -0
- seeq/sdk/models/context_numeric_output_v1.py +56 -2
- seeq/sdk/models/context_opaque_input_v1.py +1 -1
- seeq/sdk/models/context_opaque_list_output_v1.py +126 -0
- seeq/sdk/models/context_opaque_output_v1.py +56 -2
- seeq/sdk/models/context_user.py +152 -0
- seeq/sdk/models/csv_datafile_output_v1.py +1 -1
- seeq/sdk/models/datafile_input_v1.py +1 -25
- seeq/sdk/models/datafile_output_v1.py +1 -25
- seeq/sdk/models/datafiles_csv_body.py +1 -1
- seeq/sdk/models/datasource_access_stats_v1.py +216 -0
- seeq/sdk/models/datasource_cache_clear_output_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_input_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_output_v1.py +1 -1
- seeq/sdk/models/datasource_input_v1.py +1 -13
- seeq/sdk/models/datasource_output_list_v1.py +1 -1
- seeq/sdk/models/datasource_output_v1.py +1 -13
- seeq/sdk/models/datasource_pair_output_v1.py +1 -1
- seeq/sdk/models/datasource_pairs_output_v1.py +1 -1
- seeq/sdk/models/datasource_preview_v1.py +1 -1
- seeq/sdk/models/datasource_statistics_v1.py +1 -1
- seeq/sdk/models/datasource_status_output_v1.py +1 -1
- seeq/sdk/models/datasource_status_v1.py +1 -1
- seeq/sdk/models/datasource_summary_status_output_v1.py +1 -7
- seeq/sdk/models/datasources_status_output_v1.py +1 -1
- seeq/sdk/models/date_range_input_v1.py +1 -1
- seeq/sdk/models/date_range_output_v1.py +1 -1
- seeq/sdk/models/debug_cache_block_output_v1.py +1 -7
- seeq/sdk/models/delete_column_error_output_v1.py +1 -7
- seeq/sdk/models/delete_rows_input_v1.py +126 -0
- seeq/sdk/models/delete_rows_output_v1.py +124 -0
- seeq/sdk/models/derived_feature_v1.py +1 -7
- seeq/sdk/models/detailed_meter_output_v1.py +1 -1
- seeq/sdk/models/detailed_timer_output_v1.py +1 -1
- seeq/sdk/models/direct_item_ids_source_v1.py +154 -0
- seeq/sdk/models/directive_input_v1.py +1 -1
- seeq/sdk/models/display_input_v1.py +1 -1
- seeq/sdk/models/display_output_list_v1.py +1 -1
- seeq/sdk/models/display_output_v1.py +1 -1
- seeq/sdk/models/display_template_input_v1.py +1 -1
- seeq/sdk/models/display_template_output_list_v1.py +1 -1
- seeq/sdk/models/display_template_output_v1.py +1 -1
- seeq/sdk/models/document_backup_output_v1.py +1 -1
- seeq/sdk/models/double_config_field_v1.py +1 -1
- seeq/sdk/models/duration_config_field_v1.py +1 -1
- seeq/sdk/models/email_notification_recipient_output_v1.py +9 -1
- seeq/sdk/models/emailer_configuration_output_v1.py +1 -1
- seeq/sdk/models/enum_config_field_v1.py +1 -1
- seeq/sdk/models/export_item_v1.py +1 -1
- seeq/sdk/models/export_items_output_v1.py +1 -1
- seeq/sdk/models/export_items_v1.py +1 -1
- seeq/sdk/models/export_preview_list_v1.py +1 -1
- seeq/sdk/models/export_preview_v1.py +1 -1
- seeq/sdk/models/feature_argument_output_v1.py +1 -7
- seeq/sdk/models/feature_output_v1.py +1 -7
- seeq/sdk/models/feature_rule_v1.py +28 -2
- seeq/sdk/models/feature_value_output_v1.py +1 -1
- seeq/sdk/models/filter.py +174 -0
- seeq/sdk/models/fixed_list_search_v1.py +30 -8
- seeq/sdk/models/folded_stack_node_v1.py +1 -1
- seeq/sdk/models/folder_input_v1.py +1 -1
- seeq/sdk/models/folder_navigation_output_v1.py +1 -1
- seeq/sdk/models/folder_output_v1.py +1 -1
- seeq/sdk/models/folder_search_results_v1.py +274 -0
- seeq/sdk/models/formula_compile_input_v1.py +1 -1
- seeq/sdk/models/formula_compile_output_v1.py +1 -1
- seeq/sdk/models/formula_compiler_error_output_v1.py +1 -1
- seeq/sdk/models/formula_dependency_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_keyword_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_output_v1.py +30 -2
- seeq/sdk/models/formula_doc_summaries_output_v1.py +1 -1
- seeq/sdk/models/formula_doc_summary_output_v1.py +1 -1
- seeq/sdk/models/formula_error_output_v1.py +1 -13
- seeq/sdk/models/formula_example_output_v1.py +1 -1
- seeq/sdk/models/formula_generic_output_v1.py +1 -1
- seeq/sdk/models/formula_item_input_v1.py +1 -1
- seeq/sdk/models/formula_item_output_v1.py +1 -1
- seeq/sdk/models/formula_log_entry.py +1 -1
- seeq/sdk/models/formula_log_entry_details.py +1 -1
- seeq/sdk/models/formula_log_v1.py +1 -1
- seeq/sdk/models/formula_package_import_input_v1.py +1 -1
- seeq/sdk/models/formula_package_import_output_v1.py +1 -1
- seeq/sdk/models/formula_package_input_v1.py +1 -1
- seeq/sdk/models/formula_package_output_v1.py +1 -1
- seeq/sdk/models/formula_parameter_input_v1.py +1 -1
- seeq/sdk/models/formula_parameter_output_v1.py +1 -1
- seeq/sdk/models/formula_run_input_v1.py +1 -7
- seeq/sdk/models/formula_run_output_v1.py +1 -1
- seeq/sdk/models/formula_token.py +1 -1
- seeq/sdk/models/formula_update_input_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_change_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_output_v1.py +1 -1
- seeq/sdk/models/function_input_v1.py +1 -1
- seeq/sdk/models/function_parameter_output_v1.py +1 -1
- seeq/sdk/models/function_variant_output_v1.py +1 -1
- seeq/sdk/models/gauge_datum_v1.py +1 -1
- seeq/sdk/models/generic_table_output_v1.py +1 -1
- seeq/sdk/models/get_add_on_tools_output_v1.py +1 -1
- seeq/sdk/models/get_all_context_input_v1.py +230 -0
- seeq/sdk/models/get_channels_output_v1.py +1 -1
- seeq/sdk/models/get_condition_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_content_items_output_v1.py +1 -1
- seeq/sdk/models/get_context_condition_input_v1.py +126 -0
- seeq/sdk/models/get_context_input_v1.py +152 -0
- seeq/sdk/models/get_date_ranges_output_v1.py +1 -1
- seeq/sdk/models/get_jobs_output_v1.py +1 -1
- seeq/sdk/models/get_metrics_output_v1.py +1 -1
- seeq/sdk/models/get_organizations_output_v1.py +294 -0
- seeq/sdk/models/get_projects_output_v1.py +1 -1
- seeq/sdk/models/get_request_output_v1.py +1 -1
- seeq/sdk/models/get_requests_output_v1.py +3 -1
- seeq/sdk/models/get_sample_output_v1.py +1 -1
- seeq/sdk/models/get_samples_output_v1.py +1 -1
- seeq/sdk/models/get_signal_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_signals_output_v1.py +1 -1
- seeq/sdk/models/graph_ql_input_v1.py +1 -1
- seeq/sdk/models/graph_ql_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_input_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_with_path_output_v1.py +214 -0
- seeq/sdk/models/hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_output_v1.py +20 -20
- seeq/sdk/models/hierarchy_search_v1.py +30 -8
- seeq/sdk/models/hierarchy_validation_output_v1.py +1 -1
- seeq/sdk/models/id_images_body.py +1 -1
- seeq/sdk/models/identity_mapping_list_v1.py +1 -1
- seeq/sdk/models/identity_mapping_v1.py +1 -1
- seeq/sdk/models/identity_preview_list_v1.py +1 -1
- seeq/sdk/models/identity_preview_v1.py +1 -1
- seeq/sdk/models/import_table_csv_output_v1.py +5 -1
- seeq/sdk/models/indexing_parameters_input_v1.py +1 -1
- seeq/sdk/models/input_feature_v1.py +1 -7
- seeq/sdk/models/installer_output_v1.py +1 -1
- seeq/sdk/models/instance_output_mapping_v1.py +58 -4
- seeq/sdk/models/instance_output_paginated_list_v1.py +1 -1
- seeq/sdk/models/instance_output_v1.py +116 -4
- seeq/sdk/models/instance_retired_output_v1.py +152 -0
- seeq/sdk/models/interval_v1.py +1 -1
- seeq/sdk/models/invalid_swap_out_v1.py +1 -1
- seeq/sdk/models/issue_summary_output_v1.py +1 -7
- seeq/sdk/models/item_batch_output_v1.py +1 -1
- seeq/sdk/models/item_dependency_output_v1.py +1 -1
- seeq/sdk/models/item_finder_input_v1.py +30 -2
- seeq/sdk/models/item_finder_output_list_v1.py +1 -1
- seeq/sdk/models/item_finder_output_v1.py +1 -1
- seeq/sdk/models/item_finder_searches_input_v1.py +32 -4
- seeq/sdk/models/item_finder_searches_output_v1.py +1 -1
- seeq/sdk/models/item_id_list_input_v1.py +1 -1
- seeq/sdk/models/item_metadata.py +1 -1
- seeq/sdk/models/item_output_v1.py +1 -1
- seeq/sdk/models/item_parameter_of_output_v1.py +1 -1
- seeq/sdk/models/item_preview_list_v1.py +1 -1
- seeq/sdk/models/item_preview_v1.py +1 -1
- seeq/sdk/models/item_preview_with_assets_v1.py +1 -1
- seeq/sdk/models/item_search_input_v1.py +320 -0
- seeq/sdk/models/item_search_preview_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_paginated_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_v1.py +3 -1
- seeq/sdk/models/item_swap_result_output_v1.py +1 -1
- seeq/sdk/models/item_update_output_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_input_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_output_v1.py +1 -1
- seeq/sdk/models/item_with_swap_pairs_v1.py +1 -1
- seeq/sdk/models/jira_attachment.py +1 -1
- seeq/sdk/models/jira_attachment_media_type.py +1 -1
- seeq/sdk/models/job_accepted_output_v1.py +1 -7
- seeq/sdk/models/job_output_v1.py +1 -7
- seeq/sdk/models/json_backup_output_v1.py +1 -1
- seeq/sdk/models/label_category_input_v1.py +5 -1
- seeq/sdk/models/label_category_output_list_v1.py +3 -1
- seeq/sdk/models/label_category_output_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_input_v1.py +208 -0
- seeq/sdk/models/label_hierarchy_output_list_v1.py +126 -0
- seeq/sdk/models/label_hierarchy_output_v1.py +246 -0
- seeq/sdk/models/label_input_v1.py +1 -1
- seeq/sdk/models/label_output_list_v1.py +3 -1
- seeq/sdk/models/label_output_v1.py +1 -1
- seeq/sdk/models/last_run_state_output_v1.py +19 -1
- seeq/sdk/models/license_importer_output_v1.py +1 -1
- seeq/sdk/models/license_status_output_v1.py +1 -7
- seeq/sdk/models/licensed_feature_status_output_v1.py +1 -7
- seeq/sdk/models/list_config_field_v1.py +28 -8
- seeq/sdk/models/lock_error_output_v1.py +1 -1
- seeq/sdk/models/lock_error_path_output_v1.py +1 -7
- seeq/sdk/models/lock_errors_output_v1.py +1 -1
- seeq/sdk/models/lock_item_output_v1.py +1 -1
- seeq/sdk/models/locked_item_list_output_v1.py +1 -1
- seeq/sdk/models/log_message.py +155 -5
- seeq/sdk/models/log_message_input_v1.py +272 -0
- seeq/sdk/models/log_message_output_v1.py +300 -0
- seeq/sdk/models/long_config_field_v1.py +1 -1
- seeq/sdk/models/manual_run_input_v1.py +1 -7
- seeq/sdk/models/markdown_item_input_v1.py +1 -1
- seeq/sdk/models/markdown_item_list_v1.py +1 -1
- seeq/sdk/models/markdown_item_output_v1.py +1 -1
- seeq/sdk/models/markdown_link_upload_output_v1.py +152 -0
- seeq/sdk/models/markdown_links_body.py +126 -0
- seeq/sdk/models/materialized_table_header_v1.py +1 -1
- seeq/sdk/models/materialized_table_source_v1.py +212 -0
- seeq/sdk/models/materialized_table_v1.py +1 -1
- seeq/sdk/models/mention_input_v1.py +272 -0
- seeq/sdk/models/meter_datum_v1.py +1 -1
- seeq/sdk/models/migrate_editor_input_v1.py +1 -1
- seeq/sdk/models/model_application_error_output_v1.py +264 -0
- seeq/sdk/models/model_application_input_v1.py +1 -1
- seeq/sdk/models/model_application_mapping_v1.py +30 -2
- seeq/sdk/models/model_boolean_constant_rule_v1.py +124 -0
- seeq/sdk/models/model_derived_column_names_input_v1.py +9 -1
- seeq/sdk/models/model_formula_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_from_ids_input_v1.py +1 -1
- seeq/sdk/models/model_output_list_v1.py +1 -1
- seeq/sdk/models/model_output_v1.py +32 -4
- seeq/sdk/models/model_rule_input_v1_list_string.py +1 -7
- seeq/sdk/models/model_rule_input_v1_object.py +1 -7
- seeq/sdk/models/model_rule_input_v1_string.py +1 -7
- seeq/sdk/models/model_rule_input_v1_uuid.py +1 -7
- seeq/sdk/models/model_scalar_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_table_application_output_v1.py +1 -1
- seeq/sdk/models/model_table_applications_output_list_v1.py +124 -0
- seeq/sdk/models/model_table_applications_output_v1.py +208 -0
- seeq/sdk/models/model_v1.py +1 -1
- seeq/sdk/models/monitor_definition_output_v1.py +1 -1
- seeq/sdk/models/monitor_definitions_output_v1.py +1 -1
- seeq/sdk/models/monitor_input_v1.py +1 -1
- seeq/sdk/models/monitor_output_v1.py +1 -1
- seeq/sdk/models/monitor_values.py +1 -1
- seeq/sdk/models/monitored_condition_output_list_v1.py +9 -1
- seeq/sdk/models/monitored_condition_output_v1.py +13 -1
- seeq/sdk/models/monitored_signal_last_run_state_output_v1.py +15 -1
- seeq/sdk/models/monitored_signal_output_list_v1.py +1 -1
- seeq/sdk/models/monitored_signal_output_v1.py +7 -1
- seeq/sdk/models/monitors_output_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_list_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_v1.py +1 -1
- seeq/sdk/models/notification_configuration_output_v1.py +1 -13
- seeq/sdk/models/numeric_description_input_v1.py +1 -1
- seeq/sdk/models/numeric_description_output_list_v1.py +3 -1
- seeq/sdk/models/numeric_description_output_v1.py +1 -1
- seeq/sdk/models/one_off_model_application_input_v1.py +1 -1
- seeq/sdk/models/optional_report_input_v1.py +1 -1
- seeq/sdk/models/organization_input_v1.py +182 -0
- seeq/sdk/models/organization_output_v1.py +544 -0
- seeq/sdk/models/parameter_doc_output_v1.py +1 -1
- seeq/sdk/models/password_reset_input.py +1 -1
- seeq/sdk/models/permissions_v1.py +1 -1
- seeq/sdk/models/plugin_output_list_v1.py +1 -1
- seeq/sdk/models/plugin_output_v1.py +1 -1
- seeq/sdk/models/plugins_body.py +1 -1
- seeq/sdk/models/pre_cached_condition_capsule_property_info_v1.py +1 -1
- seeq/sdk/models/pre_provision_input_v1.py +1 -1
- seeq/sdk/models/pre_provision_output_v1.py +1 -1
- seeq/sdk/models/precached_item_output_v1.py +58 -2
- seeq/sdk/models/precached_items_output_v1.py +1 -1
- seeq/sdk/models/priority_v1.py +1 -1
- seeq/sdk/models/progress_information_output_v1.py +1 -1
- seeq/sdk/models/project_input_v1.py +1 -13
- seeq/sdk/models/project_output_v1.py +1 -13
- seeq/sdk/models/properties_for_item_uuid_column_input_v1.py +156 -0
- seeq/sdk/models/property_filter_input_v1.py +1 -7
- seeq/sdk/models/property_href_output_v1.py +1 -1
- seeq/sdk/models/property_input_v1.py +1 -1
- seeq/sdk/models/property_output_v1.py +1 -1
- seeq/sdk/models/property_search_v1.py +30 -8
- seeq/sdk/models/provision_input_v1.py +1 -1
- seeq/sdk/models/put_asset_input_v1.py +1 -1
- seeq/sdk/models/put_scalar_input_v1.py +1 -1
- seeq/sdk/models/put_scalars_input_v1.py +1 -1
- seeq/sdk/models/put_signals_input_v1.py +1 -1
- seeq/sdk/models/put_user_groups_input_v1.py +1 -1
- seeq/sdk/models/recompute_table_input_v1.py +124 -0
- seeq/sdk/models/recompute_table_output_v1.py +124 -0
- seeq/sdk/models/referenced_input_item_v1.py +1 -1
- seeq/sdk/models/referenced_items_output_v1.py +1 -1
- seeq/sdk/models/referenced_output_item_v1.py +1 -1
- seeq/sdk/models/regex_config_field_v1.py +1 -1
- seeq/sdk/models/regression_output_v1.py +1 -1
- seeq/sdk/models/release_notes_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_directives_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_status_input_v1.py +1 -7
- seeq/sdk/models/remote_agent_status_output_v1.py +1 -7
- seeq/sdk/models/report_input_item_v1.py +1 -1
- seeq/sdk/models/report_input_v1.py +1 -1
- seeq/sdk/models/report_notification_configuration_input_v1.py +1 -7
- seeq/sdk/models/report_template_input_v1.py +1 -1
- seeq/sdk/models/report_template_output_v1.py +1 -1
- seeq/sdk/models/request_output_v1.py +1 -1
- seeq/sdk/models/request_password_reset_input.py +1 -1
- seeq/sdk/models/row_id.py +1 -1
- seeq/sdk/models/row_id_input_list_v1.py +126 -0
- seeq/sdk/models/row_id_input_v1.py +154 -0
- seeq/sdk/models/row_rules_result_v1.py +1 -1
- seeq/sdk/models/rules_result_message_v1.py +1 -1
- seeq/sdk/models/rules_result_v1.py +1 -1
- seeq/sdk/models/run_condition_monitor_job_input_v1.py +1 -1
- seeq/sdk/models/sample_input_v1.py +1 -1
- seeq/sdk/models/sample_output_v1.py +1 -1
- seeq/sdk/models/samples_input_v1.py +1 -1
- seeq/sdk/models/samples_output_v1.py +1 -1
- seeq/sdk/models/samples_overwrite_input_v1.py +1 -1
- seeq/sdk/models/scalar_evaluate_output_v1.py +1 -1
- seeq/sdk/models/scalar_input_v1.py +1 -1
- seeq/sdk/models/scalar_property_v1.py +1 -1
- seeq/sdk/models/scalar_value_output_v1.py +1 -1
- seeq/sdk/models/scale_across_tree_output_v1.py +1 -1
- seeq/sdk/models/scaling_table_uuid_column_search_v1.py +30 -8
- seeq/sdk/models/schedulable_admin_list_output_v1.py +1 -1
- seeq/sdk/models/schedulable_admin_output_v1.py +1 -7
- seeq/sdk/models/schedulable_summary_day_output_v1.py +1 -7
- seeq/sdk/models/schedulable_summary_week_output_v1.py +1 -1
- seeq/sdk/models/schedulable_workbook_output_v1.py +13 -1
- seeq/sdk/models/schedule_input_v1.py +1 -1
- seeq/sdk/models/schedule_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_input_v1.py +22 -2
- seeq/sdk/models/scheduled_notebook_list_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_result_input_v1.py +1 -1
- seeq/sdk/models/scim_token_input_v1.py +1 -1
- seeq/sdk/models/scim_token_output_v1.py +1 -1
- seeq/sdk/models/screenshot_output_v1.py +1 -1
- seeq/sdk/models/secret_config_field_v1.py +1 -1
- seeq/sdk/models/secret_status.py +1 -1
- seeq/sdk/models/see_also_doc_output_v1.py +1 -1
- seeq/sdk/models/send_email_attachment_v1.py +1 -1
- seeq/sdk/models/send_email_contact_v1.py +1 -1
- seeq/sdk/models/send_email_input_v1.py +1 -1
- seeq/sdk/models/sent_email_attachment_output_v1.py +1 -1
- seeq/sdk/models/sent_email_output_v1.py +1 -1
- seeq/sdk/models/sent_emails_list_output_v1.py +1 -1
- seeq/sdk/models/server_build_info_output_v1.py +1 -1
- seeq/sdk/models/server_load_output_v1.py +1 -1
- seeq/sdk/models/server_spec_output_v1.py +1 -1
- seeq/sdk/models/server_status_output_v1.py +1 -1
- seeq/sdk/models/set_trust_input_v1.py +124 -0
- seeq/sdk/models/shared_item_information.py +180 -0
- seeq/sdk/models/signal_input_v1.py +1 -1
- seeq/sdk/models/signal_monitor_input_v1.py +3 -14
- seeq/sdk/models/signal_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/signal_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/signal_monitor_output_v1.py +1 -14
- seeq/sdk/models/signal_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/signal_output_v1.py +1 -7
- seeq/sdk/models/signal_with_id_input_v1.py +1 -1
- seeq/sdk/models/simple_filter.py +152 -0
- seeq/sdk/models/status_message.py +3 -1
- seeq/sdk/models/status_message_base.py +1 -1
- seeq/sdk/models/store_secret_input_v1.py +1 -1
- seeq/sdk/models/stored_table_column_input_v1.py +320 -0
- seeq/sdk/models/stored_table_column_output_v1.py +388 -0
- seeq/sdk/models/stored_table_csv_input_v1.py +330 -0
- seeq/sdk/models/stored_table_delete_rows_input_v1.py +126 -0
- seeq/sdk/models/stored_table_output_v1.py +522 -0
- seeq/sdk/models/stored_table_search_v1.py +274 -0
- seeq/sdk/models/storedtables_csv_body.py +126 -0
- seeq/sdk/models/string_config_field_v1.py +1 -1
- seeq/sdk/models/subscription_input_v1.py +1 -1
- seeq/sdk/models/subscription_output_v1.py +1 -1
- seeq/sdk/models/subscription_update_input_v1.py +1 -1
- seeq/sdk/models/support_request_input_v1.py +1 -13
- seeq/sdk/models/support_request_output_v1.py +1 -1
- seeq/sdk/models/supported_units_output_v1.py +1 -1
- seeq/sdk/models/suppress_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_output_v1.py +1 -1
- seeq/sdk/models/swap_across_assets_search_v1.py +30 -8
- seeq/sdk/models/swap_input_v1.py +1 -1
- seeq/sdk/models/swap_option_list_v1.py +1 -1
- seeq/sdk/models/swap_option_v1.py +1 -1
- seeq/sdk/models/swap_output_v1.py +1 -1
- seeq/sdk/models/sync_progress.py +1 -1
- seeq/sdk/models/sync_progress_output_v1.py +1 -1
- seeq/sdk/models/system_license_body.py +1 -1
- seeq/sdk/models/table_application_retired_output_v1.py +152 -0
- seeq/sdk/models/table_column_output_v1.py +1 -1
- seeq/sdk/models/table_compute_output_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_input_v1.py +5 -19
- seeq/sdk/models/table_definition_csv_publish_rows_input_v1.py +1 -7
- seeq/sdk/models/table_definition_csv_publish_rows_output_v1.py +9 -1
- seeq/sdk/models/table_definition_csv_update_input_v1.py +5 -7
- seeq/sdk/models/table_definition_input_v1.py +1 -13
- seeq/sdk/models/table_definition_output_list_v1.py +1 -1
- seeq/sdk/models/table_definition_output_v1.py +30 -14
- seeq/sdk/models/table_definition_preview_input_v1.py +30 -2
- seeq/sdk/models/table_definition_preview_output_v1.py +1 -1
- seeq/sdk/models/table_definition_update_input_v1.py +30 -8
- seeq/sdk/models/table_model_application_input_v1.py +7 -1
- seeq/sdk/models/table_property_filter_input_v1.py +212 -0
- seeq/sdk/models/table_result_output_v1.py +208 -0
- seeq/sdk/models/tabledefinitions_csv_body.py +1 -1
- seeq/sdk/models/threshold_metric_input_v1.py +1 -1
- seeq/sdk/models/threshold_metric_output_v1.py +1 -7
- seeq/sdk/models/threshold_output_v1.py +1 -1
- seeq/sdk/models/time_interval.py +1 -1
- seeq/sdk/models/timer_datum_v1.py +1 -1
- seeq/sdk/models/topic_sandbox_input_v1.py +154 -0
- seeq/sdk/models/tree_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_output_v1.py +1 -1
- seeq/sdk/models/units_of_measure_batch_input_v1.py +1 -1
- seeq/sdk/models/units_of_measure_item_v1.py +1 -1
- seeq/sdk/models/units_of_measure_output_v1.py +1 -1
- seeq/sdk/models/unsubscribe_output_v1.py +1 -1
- seeq/sdk/models/usage_output_list_v1.py +1 -1
- seeq/sdk/models/usage_output_v1.py +1 -1
- seeq/sdk/models/usage_types_v1.py +1 -1
- seeq/sdk/models/user_group_input_v1.py +1 -1
- seeq/sdk/models/user_group_output_v1.py +1 -1
- seeq/sdk/models/user_group_with_id_input_v1.py +1 -1
- seeq/sdk/models/user_input_v1.py +1 -1
- seeq/sdk/models/user_output_list_v1.py +1 -1
- seeq/sdk/models/user_output_v1.py +28 -15
- seeq/sdk/models/user_password_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_output_v1.py +1 -1
- seeq/sdk/models/validate_cron_output_v1.py +1 -1
- seeq/sdk/models/value.py +122 -0
- seeq/sdk/models/value_filter.py +178 -0
- seeq/sdk/models/version_history_output_list_v1.py +1 -1
- seeq/sdk/models/version_history_output_v1.py +1 -1
- seeq/sdk/models/version_input_v1.py +1 -1
- seeq/sdk/models/version_output_v1.py +1 -1
- seeq/sdk/models/version_source_output_v1.py +1 -1
- seeq/sdk/models/view_column_filter_input_v1.py +1 -7
- seeq/sdk/models/view_column_filter_output_v1.py +1 -7
- seeq/sdk/models/view_column_input_v1.py +1 -1
- seeq/sdk/models/view_column_output_v1.py +1 -1
- seeq/sdk/models/workbench_item_output_list_v1.py +1 -1
- seeq/sdk/models/workbench_search_result_preview_v1.py +30 -2
- seeq/sdk/models/workbook_input_v1.py +1 -1
- seeq/sdk/models/workbook_output_list_v1.py +1 -1
- seeq/sdk/models/workbook_output_v1.py +1 -1
- seeq/sdk/models/workbook_owner_output_v1.py +5 -1
- seeq/sdk/models/worksheet_input_v1.py +1 -1
- seeq/sdk/models/worksheet_output_list_v1.py +1 -1
- seeq/sdk/models/worksheet_output_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_entry_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_output_v1.py +1 -7
- seeq/sdk/models/workstep_input_v1.py +1 -1
- seeq/sdk/models/workstep_output_v1.py +1 -1
- seeq/sdk/rest.py +2 -2
- seeq-66.90.0.20251219.dist-info/METADATA +520 -0
- seeq-66.90.0.20251219.dist-info/RECORD +659 -0
- {seeq-66.54.1.20250922.dist-info → seeq-66.90.0.20251219.dist-info}/WHEEL +1 -1
- seeq-66.54.1.20250922.dist-info/LICENSE +0 -415
- seeq-66.54.1.20250922.dist-info/METADATA +0 -105
- seeq-66.54.1.20250922.dist-info/RECORD +0 -586
- {seeq-66.54.1.20250922.dist-info → seeq-66.90.0.20251219.dist-info}/top_level.txt +0 -0
seeq/sdk/api/models_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.90.0-v202512190926-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -40,6 +40,7 @@ class ModelsApi(object):
|
|
|
40
40
|
config.api_client = ApiClient()
|
|
41
41
|
self.api_client = config.api_client
|
|
42
42
|
|
|
43
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
43
44
|
def apply_model(self, **kwargs):
|
|
44
45
|
"""
|
|
45
46
|
Apply a model once by providing inputs to the model's features. This endpoint is experimental and may change in future releases.
|
|
@@ -67,6 +68,7 @@ class ModelsApi(object):
|
|
|
67
68
|
(data) = self.apply_model_with_http_info(**kwargs)
|
|
68
69
|
return data
|
|
69
70
|
|
|
71
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
70
72
|
def apply_model_with_http_info(self, **kwargs):
|
|
71
73
|
"""
|
|
72
74
|
Apply a model once by providing inputs to the model's features. This endpoint is experimental and may change in future releases.
|
|
@@ -159,6 +161,7 @@ class ModelsApi(object):
|
|
|
159
161
|
_request_timeout=params.get('_request_timeout'),
|
|
160
162
|
collection_formats=collection_formats)
|
|
161
163
|
|
|
164
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
162
165
|
def apply_model_to_table(self, **kwargs):
|
|
163
166
|
"""
|
|
164
167
|
Apply a model to a table definition. This endpoint is experimental and may change in future releases.
|
|
@@ -187,6 +190,7 @@ class ModelsApi(object):
|
|
|
187
190
|
(data) = self.apply_model_to_table_with_http_info(**kwargs)
|
|
188
191
|
return data
|
|
189
192
|
|
|
193
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
190
194
|
def apply_model_to_table_with_http_info(self, **kwargs):
|
|
191
195
|
"""
|
|
192
196
|
Apply a model to a table definition. This endpoint is experimental and may change in future releases.
|
|
@@ -285,6 +289,7 @@ class ModelsApi(object):
|
|
|
285
289
|
_request_timeout=params.get('_request_timeout'),
|
|
286
290
|
collection_formats=collection_formats)
|
|
287
291
|
|
|
292
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
288
293
|
def archive_model(self, **kwargs):
|
|
289
294
|
"""
|
|
290
295
|
Archive a model by its ID. This endpoint is experimental and may change in future releases.
|
|
@@ -311,6 +316,7 @@ class ModelsApi(object):
|
|
|
311
316
|
(data) = self.archive_model_with_http_info(**kwargs)
|
|
312
317
|
return data
|
|
313
318
|
|
|
319
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
314
320
|
def archive_model_with_http_info(self, **kwargs):
|
|
315
321
|
"""
|
|
316
322
|
Archive a model by its ID. This endpoint is experimental and may change in future releases.
|
|
@@ -397,6 +403,7 @@ class ModelsApi(object):
|
|
|
397
403
|
_request_timeout=params.get('_request_timeout'),
|
|
398
404
|
collection_formats=collection_formats)
|
|
399
405
|
|
|
406
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
400
407
|
def create_model(self, **kwargs):
|
|
401
408
|
"""
|
|
402
409
|
Create a new model. This endpoint is experimental and may change in future releases.
|
|
@@ -423,6 +430,7 @@ class ModelsApi(object):
|
|
|
423
430
|
(data) = self.create_model_with_http_info(**kwargs)
|
|
424
431
|
return data
|
|
425
432
|
|
|
433
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
426
434
|
def create_model_with_http_info(self, **kwargs):
|
|
427
435
|
"""
|
|
428
436
|
Create a new model. This endpoint is experimental and may change in future releases.
|
|
@@ -509,6 +517,7 @@ class ModelsApi(object):
|
|
|
509
517
|
_request_timeout=params.get('_request_timeout'),
|
|
510
518
|
collection_formats=collection_formats)
|
|
511
519
|
|
|
520
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
512
521
|
def create_model_from_items(self, **kwargs):
|
|
513
522
|
"""
|
|
514
523
|
Create a new model from reference items. This endpoint is experimental and may change in future releases.
|
|
@@ -535,6 +544,7 @@ class ModelsApi(object):
|
|
|
535
544
|
(data) = self.create_model_from_items_with_http_info(**kwargs)
|
|
536
545
|
return data
|
|
537
546
|
|
|
547
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
538
548
|
def create_model_from_items_with_http_info(self, **kwargs):
|
|
539
549
|
"""
|
|
540
550
|
Create a new model from reference items. This endpoint is experimental and may change in future releases.
|
|
@@ -621,6 +631,7 @@ class ModelsApi(object):
|
|
|
621
631
|
_request_timeout=params.get('_request_timeout'),
|
|
622
632
|
collection_formats=collection_formats)
|
|
623
633
|
|
|
634
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
624
635
|
def create_model_from_table_column_definitions(self, **kwargs):
|
|
625
636
|
"""
|
|
626
637
|
Create a new model from reference column definitions. This endpoint is experimental and may change in future releases.
|
|
@@ -647,6 +658,7 @@ class ModelsApi(object):
|
|
|
647
658
|
(data) = self.create_model_from_table_column_definitions_with_http_info(**kwargs)
|
|
648
659
|
return data
|
|
649
660
|
|
|
661
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
650
662
|
def create_model_from_table_column_definitions_with_http_info(self, **kwargs):
|
|
651
663
|
"""
|
|
652
664
|
Create a new model from reference column definitions. This endpoint is experimental and may change in future releases.
|
|
@@ -733,6 +745,7 @@ class ModelsApi(object):
|
|
|
733
745
|
_request_timeout=params.get('_request_timeout'),
|
|
734
746
|
collection_formats=collection_formats)
|
|
735
747
|
|
|
748
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
736
749
|
def edit_model(self, **kwargs):
|
|
737
750
|
"""
|
|
738
751
|
Edit a model by ID. The full model must be provided. This endpoint is experimental and may change in future releases.
|
|
@@ -760,6 +773,7 @@ class ModelsApi(object):
|
|
|
760
773
|
(data) = self.edit_model_with_http_info(**kwargs)
|
|
761
774
|
return data
|
|
762
775
|
|
|
776
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
763
777
|
def edit_model_with_http_info(self, **kwargs):
|
|
764
778
|
"""
|
|
765
779
|
Edit a model by ID. The full model must be provided. This endpoint is experimental and may change in future releases.
|
|
@@ -852,6 +866,7 @@ class ModelsApi(object):
|
|
|
852
866
|
_request_timeout=params.get('_request_timeout'),
|
|
853
867
|
collection_formats=collection_formats)
|
|
854
868
|
|
|
869
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
855
870
|
def generate_column_model(self, **kwargs):
|
|
856
871
|
"""
|
|
857
872
|
Generates a list of independent and dependent column definitions from a list of items. The independent column definitions do not rely on other columns, while the dependent column definitions do. This can be used to create a model table from calculations. This endpoint is experimental and may change in future releases.
|
|
@@ -879,6 +894,7 @@ class ModelsApi(object):
|
|
|
879
894
|
(data) = self.generate_column_model_with_http_info(**kwargs)
|
|
880
895
|
return data
|
|
881
896
|
|
|
897
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
882
898
|
def generate_column_model_with_http_info(self, **kwargs):
|
|
883
899
|
"""
|
|
884
900
|
Generates a list of independent and dependent column definitions from a list of items. The independent column definitions do not rely on other columns, while the dependent column definitions do. This can be used to create a model table from calculations. This endpoint is experimental and may change in future releases.
|
|
@@ -971,6 +987,7 @@ class ModelsApi(object):
|
|
|
971
987
|
_request_timeout=params.get('_request_timeout'),
|
|
972
988
|
collection_formats=collection_formats)
|
|
973
989
|
|
|
990
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
974
991
|
def get_instance(self, **kwargs):
|
|
975
992
|
"""
|
|
976
993
|
Fetch model instance by ID
|
|
@@ -997,6 +1014,7 @@ class ModelsApi(object):
|
|
|
997
1014
|
(data) = self.get_instance_with_http_info(**kwargs)
|
|
998
1015
|
return data
|
|
999
1016
|
|
|
1017
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1000
1018
|
def get_instance_with_http_info(self, **kwargs):
|
|
1001
1019
|
"""
|
|
1002
1020
|
Fetch model instance by ID
|
|
@@ -1083,6 +1101,7 @@ class ModelsApi(object):
|
|
|
1083
1101
|
_request_timeout=params.get('_request_timeout'),
|
|
1084
1102
|
collection_formats=collection_formats)
|
|
1085
1103
|
|
|
1104
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1086
1105
|
def get_instances_for_model(self, **kwargs):
|
|
1087
1106
|
"""
|
|
1088
1107
|
Fetch model instances for model ID
|
|
@@ -1111,6 +1130,7 @@ class ModelsApi(object):
|
|
|
1111
1130
|
(data) = self.get_instances_for_model_with_http_info(**kwargs)
|
|
1112
1131
|
return data
|
|
1113
1132
|
|
|
1133
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1114
1134
|
def get_instances_for_model_with_http_info(self, **kwargs):
|
|
1115
1135
|
"""
|
|
1116
1136
|
Fetch model instances for model ID
|
|
@@ -1203,6 +1223,129 @@ class ModelsApi(object):
|
|
|
1203
1223
|
_request_timeout=params.get('_request_timeout'),
|
|
1204
1224
|
collection_formats=collection_formats)
|
|
1205
1225
|
|
|
1226
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1227
|
+
def get_instances_for_table(self, **kwargs):
|
|
1228
|
+
"""
|
|
1229
|
+
Fetch model instances for table definition ID
|
|
1230
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1231
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1232
|
+
to be invoked when receiving the response.
|
|
1233
|
+
>>> def callback_function(response):
|
|
1234
|
+
>>> pprint(response)
|
|
1235
|
+
>>>
|
|
1236
|
+
>>> thread = api.get_instances_for_table(table_definition_id=table_definition_id_value, callback=callback_function)
|
|
1237
|
+
|
|
1238
|
+
:param callback function: The callback function
|
|
1239
|
+
for asynchronous request. (optional)
|
|
1240
|
+
:param str table_definition_id: (required)
|
|
1241
|
+
:param int offset: The pagination offset, the index of the first model instance that will be returned in this page of results
|
|
1242
|
+
:param int limit: The pagination limit, the total number of model instances that will be returned in this page of results
|
|
1243
|
+
:return: InstanceOutputPaginatedListV1
|
|
1244
|
+
If the method is called asynchronously,
|
|
1245
|
+
returns the request thread.
|
|
1246
|
+
:rtype: InstanceOutputPaginatedListV1
|
|
1247
|
+
"""
|
|
1248
|
+
kwargs['_return_http_data_only'] = True
|
|
1249
|
+
if kwargs.get('callback'):
|
|
1250
|
+
return self.get_instances_for_table_with_http_info(**kwargs)
|
|
1251
|
+
else:
|
|
1252
|
+
(data) = self.get_instances_for_table_with_http_info(**kwargs)
|
|
1253
|
+
return data
|
|
1254
|
+
|
|
1255
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1256
|
+
def get_instances_for_table_with_http_info(self, **kwargs):
|
|
1257
|
+
"""
|
|
1258
|
+
Fetch model instances for table definition ID
|
|
1259
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1260
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1261
|
+
to be invoked when receiving the response.
|
|
1262
|
+
>>> def callback_function(response):
|
|
1263
|
+
>>> pprint(response)
|
|
1264
|
+
>>>
|
|
1265
|
+
>>> thread = api.get_instances_for_table_with_http_info(table_definition_id=table_definition_id_value, callback=callback_function)
|
|
1266
|
+
|
|
1267
|
+
:param callback function: The callback function
|
|
1268
|
+
for asynchronous request. (optional)
|
|
1269
|
+
:param str table_definition_id: (required)
|
|
1270
|
+
:param int offset: The pagination offset, the index of the first model instance that will be returned in this page of results
|
|
1271
|
+
:param int limit: The pagination limit, the total number of model instances that will be returned in this page of results
|
|
1272
|
+
:return: InstanceOutputPaginatedListV1
|
|
1273
|
+
If the method is called asynchronously,
|
|
1274
|
+
returns the request thread.
|
|
1275
|
+
:rtype: InstanceOutputPaginatedListV1
|
|
1276
|
+
"""
|
|
1277
|
+
|
|
1278
|
+
all_params = ['table_definition_id', 'offset', 'limit']
|
|
1279
|
+
all_params.append('callback')
|
|
1280
|
+
all_params.append('_return_http_data_only')
|
|
1281
|
+
all_params.append('_preload_content')
|
|
1282
|
+
all_params.append('_request_timeout')
|
|
1283
|
+
all_params.append('_response_type')
|
|
1284
|
+
all_params.append('_custom_headers')
|
|
1285
|
+
|
|
1286
|
+
params = locals()
|
|
1287
|
+
for key, val in iteritems(params['kwargs']):
|
|
1288
|
+
if key not in all_params:
|
|
1289
|
+
raise TypeError(
|
|
1290
|
+
"Got an unexpected keyword argument '%s'"
|
|
1291
|
+
" to method get_instances_for_table" % key
|
|
1292
|
+
)
|
|
1293
|
+
params[key] = val
|
|
1294
|
+
del params['kwargs']
|
|
1295
|
+
# verify the required parameter 'table_definition_id' is set
|
|
1296
|
+
if ('table_definition_id' not in params) or (params['table_definition_id'] is None):
|
|
1297
|
+
raise ValueError("Missing the required parameter `table_definition_id` when calling `get_instances_for_table`")
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
collection_formats = {}
|
|
1301
|
+
|
|
1302
|
+
path_params = {}
|
|
1303
|
+
if 'table_definition_id' in params:
|
|
1304
|
+
path_params['tableDefinitionId'] = params['table_definition_id']
|
|
1305
|
+
|
|
1306
|
+
query_params = []
|
|
1307
|
+
if 'offset' in params:
|
|
1308
|
+
query_params.append(('offset', params['offset']))
|
|
1309
|
+
if 'limit' in params:
|
|
1310
|
+
query_params.append(('limit', params['limit']))
|
|
1311
|
+
|
|
1312
|
+
header_params = {}
|
|
1313
|
+
|
|
1314
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1315
|
+
header_params[key] = value
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
form_params = []
|
|
1319
|
+
local_var_files = {}
|
|
1320
|
+
|
|
1321
|
+
body_params = None
|
|
1322
|
+
# HTTP header `Accept`
|
|
1323
|
+
header_params['Accept'] = self.api_client.\
|
|
1324
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1325
|
+
|
|
1326
|
+
# HTTP header `Content-Type`
|
|
1327
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1328
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1329
|
+
|
|
1330
|
+
# Authentication setting
|
|
1331
|
+
auth_settings = ['api_key']
|
|
1332
|
+
|
|
1333
|
+
return self.api_client.call_api('/models/instances/table/{tableDefinitionId}', 'GET',
|
|
1334
|
+
path_params,
|
|
1335
|
+
query_params,
|
|
1336
|
+
header_params,
|
|
1337
|
+
body=body_params,
|
|
1338
|
+
post_params=form_params,
|
|
1339
|
+
files=local_var_files,
|
|
1340
|
+
response_type=params.get('_response_type', 'InstanceOutputPaginatedListV1'),
|
|
1341
|
+
auth_settings=auth_settings,
|
|
1342
|
+
callback=params.get('callback'),
|
|
1343
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1344
|
+
_preload_content=params.get('_preload_content', True),
|
|
1345
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1346
|
+
collection_formats=collection_formats)
|
|
1347
|
+
|
|
1348
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1206
1349
|
def get_model(self, **kwargs):
|
|
1207
1350
|
"""
|
|
1208
1351
|
Fetch a model by ID. This endpoint is experimental and may change in future releases.
|
|
@@ -1229,6 +1372,7 @@ class ModelsApi(object):
|
|
|
1229
1372
|
(data) = self.get_model_with_http_info(**kwargs)
|
|
1230
1373
|
return data
|
|
1231
1374
|
|
|
1375
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1232
1376
|
def get_model_with_http_info(self, **kwargs):
|
|
1233
1377
|
"""
|
|
1234
1378
|
Fetch a model by ID. This endpoint is experimental and may change in future releases.
|
|
@@ -1315,6 +1459,7 @@ class ModelsApi(object):
|
|
|
1315
1459
|
_request_timeout=params.get('_request_timeout'),
|
|
1316
1460
|
collection_formats=collection_formats)
|
|
1317
1461
|
|
|
1462
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1318
1463
|
def get_models(self, **kwargs):
|
|
1319
1464
|
"""
|
|
1320
1465
|
Get a list of models. This endpoint is experimental and may change in future releases.
|
|
@@ -1342,6 +1487,7 @@ class ModelsApi(object):
|
|
|
1342
1487
|
(data) = self.get_models_with_http_info(**kwargs)
|
|
1343
1488
|
return data
|
|
1344
1489
|
|
|
1490
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1345
1491
|
def get_models_with_http_info(self, **kwargs):
|
|
1346
1492
|
"""
|
|
1347
1493
|
Get a list of models. This endpoint is experimental and may change in future releases.
|
|
@@ -1427,3 +1573,494 @@ class ModelsApi(object):
|
|
|
1427
1573
|
_preload_content=params.get('_preload_content', True),
|
|
1428
1574
|
_request_timeout=params.get('_request_timeout'),
|
|
1429
1575
|
collection_formats=collection_formats)
|
|
1576
|
+
|
|
1577
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1578
|
+
def reapply_model(self, **kwargs):
|
|
1579
|
+
"""
|
|
1580
|
+
Reapply a model once by providing inputs to the model's features. This endpoint is experimental and may change in future releases.
|
|
1581
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1582
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1583
|
+
to be invoked when receiving the response.
|
|
1584
|
+
>>> def callback_function(response):
|
|
1585
|
+
>>> pprint(response)
|
|
1586
|
+
>>>
|
|
1587
|
+
>>> thread = api.reapply_model(body=body_value, model_id=model_id_value, instance_id=instance_id_value, callback=callback_function)
|
|
1588
|
+
|
|
1589
|
+
:param callback function: The callback function
|
|
1590
|
+
for asynchronous request. (optional)
|
|
1591
|
+
:param OneOffModelApplicationInputV1 body: (required)
|
|
1592
|
+
:param str model_id: (required)
|
|
1593
|
+
:param str instance_id: (required)
|
|
1594
|
+
:return: InstanceOutputV1
|
|
1595
|
+
If the method is called asynchronously,
|
|
1596
|
+
returns the request thread.
|
|
1597
|
+
:rtype: InstanceOutputV1
|
|
1598
|
+
"""
|
|
1599
|
+
kwargs['_return_http_data_only'] = True
|
|
1600
|
+
if kwargs.get('callback'):
|
|
1601
|
+
return self.reapply_model_with_http_info(**kwargs)
|
|
1602
|
+
else:
|
|
1603
|
+
(data) = self.reapply_model_with_http_info(**kwargs)
|
|
1604
|
+
return data
|
|
1605
|
+
|
|
1606
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1607
|
+
def reapply_model_with_http_info(self, **kwargs):
|
|
1608
|
+
"""
|
|
1609
|
+
Reapply a model once by providing inputs to the model's features. This endpoint is experimental and may change in future releases.
|
|
1610
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1611
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1612
|
+
to be invoked when receiving the response.
|
|
1613
|
+
>>> def callback_function(response):
|
|
1614
|
+
>>> pprint(response)
|
|
1615
|
+
>>>
|
|
1616
|
+
>>> thread = api.reapply_model_with_http_info(body=body_value, model_id=model_id_value, instance_id=instance_id_value, callback=callback_function)
|
|
1617
|
+
|
|
1618
|
+
:param callback function: The callback function
|
|
1619
|
+
for asynchronous request. (optional)
|
|
1620
|
+
:param OneOffModelApplicationInputV1 body: (required)
|
|
1621
|
+
:param str model_id: (required)
|
|
1622
|
+
:param str instance_id: (required)
|
|
1623
|
+
:return: InstanceOutputV1
|
|
1624
|
+
If the method is called asynchronously,
|
|
1625
|
+
returns the request thread.
|
|
1626
|
+
:rtype: InstanceOutputV1
|
|
1627
|
+
"""
|
|
1628
|
+
|
|
1629
|
+
all_params = ['body', 'model_id', 'instance_id']
|
|
1630
|
+
all_params.append('callback')
|
|
1631
|
+
all_params.append('_return_http_data_only')
|
|
1632
|
+
all_params.append('_preload_content')
|
|
1633
|
+
all_params.append('_request_timeout')
|
|
1634
|
+
all_params.append('_response_type')
|
|
1635
|
+
all_params.append('_custom_headers')
|
|
1636
|
+
|
|
1637
|
+
params = locals()
|
|
1638
|
+
for key, val in iteritems(params['kwargs']):
|
|
1639
|
+
if key not in all_params:
|
|
1640
|
+
raise TypeError(
|
|
1641
|
+
"Got an unexpected keyword argument '%s'"
|
|
1642
|
+
" to method reapply_model" % key
|
|
1643
|
+
)
|
|
1644
|
+
params[key] = val
|
|
1645
|
+
del params['kwargs']
|
|
1646
|
+
# verify the required parameter 'body' is set
|
|
1647
|
+
if ('body' not in params) or (params['body'] is None):
|
|
1648
|
+
raise ValueError("Missing the required parameter `body` when calling `reapply_model`")
|
|
1649
|
+
# verify the required parameter 'model_id' is set
|
|
1650
|
+
if ('model_id' not in params) or (params['model_id'] is None):
|
|
1651
|
+
raise ValueError("Missing the required parameter `model_id` when calling `reapply_model`")
|
|
1652
|
+
# verify the required parameter 'instance_id' is set
|
|
1653
|
+
if ('instance_id' not in params) or (params['instance_id'] is None):
|
|
1654
|
+
raise ValueError("Missing the required parameter `instance_id` when calling `reapply_model`")
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
collection_formats = {}
|
|
1658
|
+
|
|
1659
|
+
path_params = {}
|
|
1660
|
+
if 'model_id' in params:
|
|
1661
|
+
path_params['modelId'] = params['model_id']
|
|
1662
|
+
if 'instance_id' in params:
|
|
1663
|
+
path_params['instanceId'] = params['instance_id']
|
|
1664
|
+
|
|
1665
|
+
query_params = []
|
|
1666
|
+
|
|
1667
|
+
header_params = {}
|
|
1668
|
+
|
|
1669
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1670
|
+
header_params[key] = value
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
form_params = []
|
|
1674
|
+
local_var_files = {}
|
|
1675
|
+
|
|
1676
|
+
body_params = None
|
|
1677
|
+
if 'body' in params:
|
|
1678
|
+
body_params = params['body']
|
|
1679
|
+
# HTTP header `Accept`
|
|
1680
|
+
header_params['Accept'] = self.api_client.\
|
|
1681
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1682
|
+
|
|
1683
|
+
# HTTP header `Content-Type`
|
|
1684
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1685
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1686
|
+
|
|
1687
|
+
# Authentication setting
|
|
1688
|
+
auth_settings = ['api_key']
|
|
1689
|
+
|
|
1690
|
+
return self.api_client.call_api('/models/{modelId}/instances/{instanceId}', 'PUT',
|
|
1691
|
+
path_params,
|
|
1692
|
+
query_params,
|
|
1693
|
+
header_params,
|
|
1694
|
+
body=body_params,
|
|
1695
|
+
post_params=form_params,
|
|
1696
|
+
files=local_var_files,
|
|
1697
|
+
response_type=params.get('_response_type', 'InstanceOutputV1'),
|
|
1698
|
+
auth_settings=auth_settings,
|
|
1699
|
+
callback=params.get('callback'),
|
|
1700
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1701
|
+
_preload_content=params.get('_preload_content', True),
|
|
1702
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1703
|
+
collection_formats=collection_formats)
|
|
1704
|
+
|
|
1705
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1706
|
+
def reapply_model_to_table(self, **kwargs):
|
|
1707
|
+
"""
|
|
1708
|
+
Reapply a model to a table definition. This endpoint is experimental and may change in future releases.
|
|
1709
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1710
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1711
|
+
to be invoked when receiving the response.
|
|
1712
|
+
>>> def callback_function(response):
|
|
1713
|
+
>>> pprint(response)
|
|
1714
|
+
>>>
|
|
1715
|
+
>>> thread = api.reapply_model_to_table(body=body_value, model_id=model_id_value, table_definition_id=table_definition_id_value, application_id=application_id_value, callback=callback_function)
|
|
1716
|
+
|
|
1717
|
+
:param callback function: The callback function
|
|
1718
|
+
for asynchronous request. (optional)
|
|
1719
|
+
:param TableModelApplicationInputV1 body: (required)
|
|
1720
|
+
:param str model_id: (required)
|
|
1721
|
+
:param str table_definition_id: (required)
|
|
1722
|
+
:param str application_id: (required)
|
|
1723
|
+
:return: ModelTableApplicationOutputV1
|
|
1724
|
+
If the method is called asynchronously,
|
|
1725
|
+
returns the request thread.
|
|
1726
|
+
:rtype: ModelTableApplicationOutputV1
|
|
1727
|
+
"""
|
|
1728
|
+
kwargs['_return_http_data_only'] = True
|
|
1729
|
+
if kwargs.get('callback'):
|
|
1730
|
+
return self.reapply_model_to_table_with_http_info(**kwargs)
|
|
1731
|
+
else:
|
|
1732
|
+
(data) = self.reapply_model_to_table_with_http_info(**kwargs)
|
|
1733
|
+
return data
|
|
1734
|
+
|
|
1735
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1736
|
+
def reapply_model_to_table_with_http_info(self, **kwargs):
|
|
1737
|
+
"""
|
|
1738
|
+
Reapply a model to a table definition. This endpoint is experimental and may change in future releases.
|
|
1739
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1740
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1741
|
+
to be invoked when receiving the response.
|
|
1742
|
+
>>> def callback_function(response):
|
|
1743
|
+
>>> pprint(response)
|
|
1744
|
+
>>>
|
|
1745
|
+
>>> thread = api.reapply_model_to_table_with_http_info(body=body_value, model_id=model_id_value, table_definition_id=table_definition_id_value, application_id=application_id_value, callback=callback_function)
|
|
1746
|
+
|
|
1747
|
+
:param callback function: The callback function
|
|
1748
|
+
for asynchronous request. (optional)
|
|
1749
|
+
:param TableModelApplicationInputV1 body: (required)
|
|
1750
|
+
:param str model_id: (required)
|
|
1751
|
+
:param str table_definition_id: (required)
|
|
1752
|
+
:param str application_id: (required)
|
|
1753
|
+
:return: ModelTableApplicationOutputV1
|
|
1754
|
+
If the method is called asynchronously,
|
|
1755
|
+
returns the request thread.
|
|
1756
|
+
:rtype: ModelTableApplicationOutputV1
|
|
1757
|
+
"""
|
|
1758
|
+
|
|
1759
|
+
all_params = ['body', 'model_id', 'table_definition_id', 'application_id']
|
|
1760
|
+
all_params.append('callback')
|
|
1761
|
+
all_params.append('_return_http_data_only')
|
|
1762
|
+
all_params.append('_preload_content')
|
|
1763
|
+
all_params.append('_request_timeout')
|
|
1764
|
+
all_params.append('_response_type')
|
|
1765
|
+
all_params.append('_custom_headers')
|
|
1766
|
+
|
|
1767
|
+
params = locals()
|
|
1768
|
+
for key, val in iteritems(params['kwargs']):
|
|
1769
|
+
if key not in all_params:
|
|
1770
|
+
raise TypeError(
|
|
1771
|
+
"Got an unexpected keyword argument '%s'"
|
|
1772
|
+
" to method reapply_model_to_table" % key
|
|
1773
|
+
)
|
|
1774
|
+
params[key] = val
|
|
1775
|
+
del params['kwargs']
|
|
1776
|
+
# verify the required parameter 'body' is set
|
|
1777
|
+
if ('body' not in params) or (params['body'] is None):
|
|
1778
|
+
raise ValueError("Missing the required parameter `body` when calling `reapply_model_to_table`")
|
|
1779
|
+
# verify the required parameter 'model_id' is set
|
|
1780
|
+
if ('model_id' not in params) or (params['model_id'] is None):
|
|
1781
|
+
raise ValueError("Missing the required parameter `model_id` when calling `reapply_model_to_table`")
|
|
1782
|
+
# verify the required parameter 'table_definition_id' is set
|
|
1783
|
+
if ('table_definition_id' not in params) or (params['table_definition_id'] is None):
|
|
1784
|
+
raise ValueError("Missing the required parameter `table_definition_id` when calling `reapply_model_to_table`")
|
|
1785
|
+
# verify the required parameter 'application_id' is set
|
|
1786
|
+
if ('application_id' not in params) or (params['application_id'] is None):
|
|
1787
|
+
raise ValueError("Missing the required parameter `application_id` when calling `reapply_model_to_table`")
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
collection_formats = {}
|
|
1791
|
+
|
|
1792
|
+
path_params = {}
|
|
1793
|
+
if 'model_id' in params:
|
|
1794
|
+
path_params['modelId'] = params['model_id']
|
|
1795
|
+
if 'table_definition_id' in params:
|
|
1796
|
+
path_params['tableDefinitionId'] = params['table_definition_id']
|
|
1797
|
+
if 'application_id' in params:
|
|
1798
|
+
path_params['applicationId'] = params['application_id']
|
|
1799
|
+
|
|
1800
|
+
query_params = []
|
|
1801
|
+
|
|
1802
|
+
header_params = {}
|
|
1803
|
+
|
|
1804
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1805
|
+
header_params[key] = value
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
form_params = []
|
|
1809
|
+
local_var_files = {}
|
|
1810
|
+
|
|
1811
|
+
body_params = None
|
|
1812
|
+
if 'body' in params:
|
|
1813
|
+
body_params = params['body']
|
|
1814
|
+
# HTTP header `Accept`
|
|
1815
|
+
header_params['Accept'] = self.api_client.\
|
|
1816
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1817
|
+
|
|
1818
|
+
# HTTP header `Content-Type`
|
|
1819
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1820
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1821
|
+
|
|
1822
|
+
# Authentication setting
|
|
1823
|
+
auth_settings = ['api_key']
|
|
1824
|
+
|
|
1825
|
+
return self.api_client.call_api('/models/{modelId}/table-application/{tableDefinitionId}/{applicationId}', 'PUT',
|
|
1826
|
+
path_params,
|
|
1827
|
+
query_params,
|
|
1828
|
+
header_params,
|
|
1829
|
+
body=body_params,
|
|
1830
|
+
post_params=form_params,
|
|
1831
|
+
files=local_var_files,
|
|
1832
|
+
response_type=params.get('_response_type', 'ModelTableApplicationOutputV1'),
|
|
1833
|
+
auth_settings=auth_settings,
|
|
1834
|
+
callback=params.get('callback'),
|
|
1835
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1836
|
+
_preload_content=params.get('_preload_content', True),
|
|
1837
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1838
|
+
collection_formats=collection_formats)
|
|
1839
|
+
|
|
1840
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1841
|
+
def retire_application(self, **kwargs):
|
|
1842
|
+
"""
|
|
1843
|
+
Retire a model table application by ID
|
|
1844
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1845
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1846
|
+
to be invoked when receiving the response.
|
|
1847
|
+
>>> def callback_function(response):
|
|
1848
|
+
>>> pprint(response)
|
|
1849
|
+
>>>
|
|
1850
|
+
>>> thread = api.retire_application(application_id=application_id_value, callback=callback_function)
|
|
1851
|
+
|
|
1852
|
+
:param callback function: The callback function
|
|
1853
|
+
for asynchronous request. (optional)
|
|
1854
|
+
:param str application_id: (required)
|
|
1855
|
+
:return: TableApplicationRetiredOutputV1
|
|
1856
|
+
If the method is called asynchronously,
|
|
1857
|
+
returns the request thread.
|
|
1858
|
+
:rtype: TableApplicationRetiredOutputV1
|
|
1859
|
+
"""
|
|
1860
|
+
kwargs['_return_http_data_only'] = True
|
|
1861
|
+
if kwargs.get('callback'):
|
|
1862
|
+
return self.retire_application_with_http_info(**kwargs)
|
|
1863
|
+
else:
|
|
1864
|
+
(data) = self.retire_application_with_http_info(**kwargs)
|
|
1865
|
+
return data
|
|
1866
|
+
|
|
1867
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1868
|
+
def retire_application_with_http_info(self, **kwargs):
|
|
1869
|
+
"""
|
|
1870
|
+
Retire a model table application by ID
|
|
1871
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1872
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1873
|
+
to be invoked when receiving the response.
|
|
1874
|
+
>>> def callback_function(response):
|
|
1875
|
+
>>> pprint(response)
|
|
1876
|
+
>>>
|
|
1877
|
+
>>> thread = api.retire_application_with_http_info(application_id=application_id_value, callback=callback_function)
|
|
1878
|
+
|
|
1879
|
+
:param callback function: The callback function
|
|
1880
|
+
for asynchronous request. (optional)
|
|
1881
|
+
:param str application_id: (required)
|
|
1882
|
+
:return: TableApplicationRetiredOutputV1
|
|
1883
|
+
If the method is called asynchronously,
|
|
1884
|
+
returns the request thread.
|
|
1885
|
+
:rtype: TableApplicationRetiredOutputV1
|
|
1886
|
+
"""
|
|
1887
|
+
|
|
1888
|
+
all_params = ['application_id']
|
|
1889
|
+
all_params.append('callback')
|
|
1890
|
+
all_params.append('_return_http_data_only')
|
|
1891
|
+
all_params.append('_preload_content')
|
|
1892
|
+
all_params.append('_request_timeout')
|
|
1893
|
+
all_params.append('_response_type')
|
|
1894
|
+
all_params.append('_custom_headers')
|
|
1895
|
+
|
|
1896
|
+
params = locals()
|
|
1897
|
+
for key, val in iteritems(params['kwargs']):
|
|
1898
|
+
if key not in all_params:
|
|
1899
|
+
raise TypeError(
|
|
1900
|
+
"Got an unexpected keyword argument '%s'"
|
|
1901
|
+
" to method retire_application" % key
|
|
1902
|
+
)
|
|
1903
|
+
params[key] = val
|
|
1904
|
+
del params['kwargs']
|
|
1905
|
+
# verify the required parameter 'application_id' is set
|
|
1906
|
+
if ('application_id' not in params) or (params['application_id'] is None):
|
|
1907
|
+
raise ValueError("Missing the required parameter `application_id` when calling `retire_application`")
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
collection_formats = {}
|
|
1911
|
+
|
|
1912
|
+
path_params = {}
|
|
1913
|
+
if 'application_id' in params:
|
|
1914
|
+
path_params['applicationId'] = params['application_id']
|
|
1915
|
+
|
|
1916
|
+
query_params = []
|
|
1917
|
+
|
|
1918
|
+
header_params = {}
|
|
1919
|
+
|
|
1920
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1921
|
+
header_params[key] = value
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
form_params = []
|
|
1925
|
+
local_var_files = {}
|
|
1926
|
+
|
|
1927
|
+
body_params = None
|
|
1928
|
+
# HTTP header `Accept`
|
|
1929
|
+
header_params['Accept'] = self.api_client.\
|
|
1930
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1931
|
+
|
|
1932
|
+
# HTTP header `Content-Type`
|
|
1933
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1934
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1935
|
+
|
|
1936
|
+
# Authentication setting
|
|
1937
|
+
auth_settings = ['api_key']
|
|
1938
|
+
|
|
1939
|
+
return self.api_client.call_api('/models/applications/{applicationId}', 'DELETE',
|
|
1940
|
+
path_params,
|
|
1941
|
+
query_params,
|
|
1942
|
+
header_params,
|
|
1943
|
+
body=body_params,
|
|
1944
|
+
post_params=form_params,
|
|
1945
|
+
files=local_var_files,
|
|
1946
|
+
response_type=params.get('_response_type', 'TableApplicationRetiredOutputV1'),
|
|
1947
|
+
auth_settings=auth_settings,
|
|
1948
|
+
callback=params.get('callback'),
|
|
1949
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1950
|
+
_preload_content=params.get('_preload_content', True),
|
|
1951
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1952
|
+
collection_formats=collection_formats)
|
|
1953
|
+
|
|
1954
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1955
|
+
def retire_instance(self, **kwargs):
|
|
1956
|
+
"""
|
|
1957
|
+
Retire a model instance by ID
|
|
1958
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1959
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1960
|
+
to be invoked when receiving the response.
|
|
1961
|
+
>>> def callback_function(response):
|
|
1962
|
+
>>> pprint(response)
|
|
1963
|
+
>>>
|
|
1964
|
+
>>> thread = api.retire_instance(instance_id=instance_id_value, callback=callback_function)
|
|
1965
|
+
|
|
1966
|
+
:param callback function: The callback function
|
|
1967
|
+
for asynchronous request. (optional)
|
|
1968
|
+
:param str instance_id: (required)
|
|
1969
|
+
:return: InstanceRetiredOutputV1
|
|
1970
|
+
If the method is called asynchronously,
|
|
1971
|
+
returns the request thread.
|
|
1972
|
+
:rtype: InstanceRetiredOutputV1
|
|
1973
|
+
"""
|
|
1974
|
+
kwargs['_return_http_data_only'] = True
|
|
1975
|
+
if kwargs.get('callback'):
|
|
1976
|
+
return self.retire_instance_with_http_info(**kwargs)
|
|
1977
|
+
else:
|
|
1978
|
+
(data) = self.retire_instance_with_http_info(**kwargs)
|
|
1979
|
+
return data
|
|
1980
|
+
|
|
1981
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1982
|
+
def retire_instance_with_http_info(self, **kwargs):
|
|
1983
|
+
"""
|
|
1984
|
+
Retire a model instance by ID
|
|
1985
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1986
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1987
|
+
to be invoked when receiving the response.
|
|
1988
|
+
>>> def callback_function(response):
|
|
1989
|
+
>>> pprint(response)
|
|
1990
|
+
>>>
|
|
1991
|
+
>>> thread = api.retire_instance_with_http_info(instance_id=instance_id_value, callback=callback_function)
|
|
1992
|
+
|
|
1993
|
+
:param callback function: The callback function
|
|
1994
|
+
for asynchronous request. (optional)
|
|
1995
|
+
:param str instance_id: (required)
|
|
1996
|
+
:return: InstanceRetiredOutputV1
|
|
1997
|
+
If the method is called asynchronously,
|
|
1998
|
+
returns the request thread.
|
|
1999
|
+
:rtype: InstanceRetiredOutputV1
|
|
2000
|
+
"""
|
|
2001
|
+
|
|
2002
|
+
all_params = ['instance_id']
|
|
2003
|
+
all_params.append('callback')
|
|
2004
|
+
all_params.append('_return_http_data_only')
|
|
2005
|
+
all_params.append('_preload_content')
|
|
2006
|
+
all_params.append('_request_timeout')
|
|
2007
|
+
all_params.append('_response_type')
|
|
2008
|
+
all_params.append('_custom_headers')
|
|
2009
|
+
|
|
2010
|
+
params = locals()
|
|
2011
|
+
for key, val in iteritems(params['kwargs']):
|
|
2012
|
+
if key not in all_params:
|
|
2013
|
+
raise TypeError(
|
|
2014
|
+
"Got an unexpected keyword argument '%s'"
|
|
2015
|
+
" to method retire_instance" % key
|
|
2016
|
+
)
|
|
2017
|
+
params[key] = val
|
|
2018
|
+
del params['kwargs']
|
|
2019
|
+
# verify the required parameter 'instance_id' is set
|
|
2020
|
+
if ('instance_id' not in params) or (params['instance_id'] is None):
|
|
2021
|
+
raise ValueError("Missing the required parameter `instance_id` when calling `retire_instance`")
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
collection_formats = {}
|
|
2025
|
+
|
|
2026
|
+
path_params = {}
|
|
2027
|
+
if 'instance_id' in params:
|
|
2028
|
+
path_params['instanceId'] = params['instance_id']
|
|
2029
|
+
|
|
2030
|
+
query_params = []
|
|
2031
|
+
|
|
2032
|
+
header_params = {}
|
|
2033
|
+
|
|
2034
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2035
|
+
header_params[key] = value
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
form_params = []
|
|
2039
|
+
local_var_files = {}
|
|
2040
|
+
|
|
2041
|
+
body_params = None
|
|
2042
|
+
# HTTP header `Accept`
|
|
2043
|
+
header_params['Accept'] = self.api_client.\
|
|
2044
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2045
|
+
|
|
2046
|
+
# HTTP header `Content-Type`
|
|
2047
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2048
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2049
|
+
|
|
2050
|
+
# Authentication setting
|
|
2051
|
+
auth_settings = ['api_key']
|
|
2052
|
+
|
|
2053
|
+
return self.api_client.call_api('/models/instances/{instanceId}', 'DELETE',
|
|
2054
|
+
path_params,
|
|
2055
|
+
query_params,
|
|
2056
|
+
header_params,
|
|
2057
|
+
body=body_params,
|
|
2058
|
+
post_params=form_params,
|
|
2059
|
+
files=local_var_files,
|
|
2060
|
+
response_type=params.get('_response_type', 'InstanceRetiredOutputV1'),
|
|
2061
|
+
auth_settings=auth_settings,
|
|
2062
|
+
callback=params.get('callback'),
|
|
2063
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2064
|
+
_preload_content=params.get('_preload_content', True),
|
|
2065
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2066
|
+
collection_formats=collection_formats)
|