abacusai 1.4.49__tar.gz → 1.4.50__tar.gz
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.
- {abacusai-1.4.49/abacusai.egg-info → abacusai-1.4.50}/PKG-INFO +1 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/__init__.py +4 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/enums.py +9 -2
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/batch_prediction_version.py +1 -1
- abacusai-1.4.50/abacusai/chatllm_memory.py +39 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chatllm_task.py +6 -4
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/client.py +14 -4
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/database_connector.py +12 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_client.py +1 -1
- abacusai-1.4.50/abacusai/presentation_export_result.py +33 -0
- abacusai-1.4.50/abacusai/unified_connector.py +47 -0
- {abacusai-1.4.49 → abacusai-1.4.50/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai.egg-info/SOURCES.txt +3 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +5 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +8 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +13 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/client/index.rst.txt +1 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt +8 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/index.rst.txt +22 -2
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/ai_agents/index.html +10 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +7 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/index.html +17 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/client/index.html +1 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/edit_image_models/index.html +7 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/index.html +28 -2
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/genindex.html +18 -0
- abacusai-1.4.50/docs/objects.inv +0 -0
- abacusai-1.4.50/docs/searchindex.js +1 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/setup.py +1 -1
- abacusai-1.4.49/docs/objects.inv +0 -0
- abacusai-1.4.49/docs/searchindex.js +0 -1
- {abacusai-1.4.49 → abacusai-1.4.50}/.gitignore +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/LICENSE +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/README.md +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/address.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/annotation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/api_key.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/audio_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chatllm_computer_status.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chatllm_project.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_agent_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_autocomplete_edit_prediction_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_embeddings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_llm_changed_files.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_source.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_suggestion_validation_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/code_summary_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/codellm_embedding_constants.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/constants_autocomplete_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_domain.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/dataset.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/default_llm.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/document_data.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/edit_image_models.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/external_application.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/fs_entry.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/global_context.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_app.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_app_container.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_app_file_read.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_artifact.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_database.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_database_snapshot.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/hume_voice.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/image_gen_model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/image_gen_model_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/image_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/lip_sync_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_artifact.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/mcp_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/mcp_server.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_location.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/module.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/page_data.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project_config.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/python_function.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/return_class.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/schema.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/sftp_key.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/stt_gen_model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/stt_gen_model_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/stt_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/tts_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/upload.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/use_case.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/user.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/video_gen_model.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/video_gen_model_options.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/voice_gen_details.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/web_app_domain.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/webhook.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/.buildinfo +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/.buildinfo.bak +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/.nojekyll +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/audio_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chatllm_computer_status/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chatllm_project/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/chatllm_task/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_agent_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_embeddings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_llm_changed_files/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_suggestion_validation_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/code_summary_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/codellm_embedding_constants/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/constants_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_domain/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/default_llm/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/fs_entry/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_app/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_app_container/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_app_file_read/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_artifact/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_database/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_database_snapshot/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/hume_voice/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/image_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/image_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/lip_sync_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_artifact/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/mcp_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/mcp_server/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/sftp_key/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/stt_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/stt_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/stt_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/tts_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/video_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/video_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/voice_gen_details/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/web_app_domain/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/basic.css +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/file.png +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/minus.png +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/plus.png +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/audio_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chatllm_computer_status/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chatllm_project/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/chatllm_task/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_agent_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_bot/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_edit/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_edits/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_embeddings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_llm_changed_files/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_suggestion_validation_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/code_summary_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/codellm_embedding_constants/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/constants_autocomplete_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_domain/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/default_llm/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/fs_entry/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_app/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_app_container/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_app_file_read/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_artifact/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_database/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_database_snapshot/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/hume_voice/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/image_gen_model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/image_gen_model_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/lip_sync_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_artifact/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/mcp_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/mcp_server/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/playground_text/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/sftp_key/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/stt_gen_model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/stt_gen_model_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/stt_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/tts_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/video_gen_model/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/video_gen_model_options/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/voice_gen_details/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/web_app_domain/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/index.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/py-modindex.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/docs/search.html +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/CheatSheet.md +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/basics/basics.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/basics/code_execution.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/language/0.calling_large_language_models.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/language/1.extracting_text.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/language/2.document_retriever.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/language/helpers/metadata_extractor.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/examples/language/helpers/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/featurestore.md +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/requirements.txt +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/setup.cfg +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/sphinx/build_docs +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/sphinx/conf.py +0 -0
- {abacusai-1.4.49 → abacusai-1.4.50}/sphinx/index.rst +0 -0
@@ -29,6 +29,7 @@ from .chat_message import ChatMessage
|
|
29
29
|
from .chat_session import ChatSession
|
30
30
|
from .chatllm_computer import ChatllmComputer
|
31
31
|
from .chatllm_computer_status import ChatllmComputerStatus
|
32
|
+
from .chatllm_memory import ChatllmMemory
|
32
33
|
from .chatllm_project import ChatllmProject
|
33
34
|
from .chatllm_referral_invite import ChatllmReferralInvite
|
34
35
|
from .chatllm_task import ChatllmTask
|
@@ -214,6 +215,7 @@ from .prediction_input import PredictionInput
|
|
214
215
|
from .prediction_log_record import PredictionLogRecord
|
215
216
|
from .prediction_operator import PredictionOperator
|
216
217
|
from .prediction_operator_version import PredictionOperatorVersion
|
218
|
+
from .presentation_export_result import PresentationExportResult
|
217
219
|
from .problem_type import ProblemType
|
218
220
|
from .project import Project
|
219
221
|
from .project_config import ProjectConfig
|
@@ -247,6 +249,7 @@ from .tone_details import ToneDetails
|
|
247
249
|
from .training_config_options import TrainingConfigOptions
|
248
250
|
from .tts_gen_settings import TtsGenSettings
|
249
251
|
from .twitter_search_result import TwitterSearchResult
|
252
|
+
from .unified_connector import UnifiedConnector
|
250
253
|
from .upload import Upload
|
251
254
|
from .upload_part import UploadPart
|
252
255
|
from .use_case import UseCase
|
@@ -267,4 +270,4 @@ from .workflow_graph_node_details import WorkflowGraphNodeDetails
|
|
267
270
|
from .workflow_node_template import WorkflowNodeTemplate
|
268
271
|
|
269
272
|
|
270
|
-
__version__ = "1.4.
|
273
|
+
__version__ = "1.4.50"
|
@@ -483,8 +483,11 @@ class VectorStoreTextEncoder(ApiEnum):
|
|
483
483
|
|
484
484
|
@deprecated_enums('OPENAI_GPT4_32K', 'OPENAI_GPT3_5', 'OPENAI_GPT3_5_TEXT',
|
485
485
|
'OPENAI_GPT4', 'OPENAI_GPT4_128K', 'OPENAI_GPT4_128K_LATEST',
|
486
|
-
'
|
487
|
-
'
|
486
|
+
'OPENAI_O1_MINI',
|
487
|
+
'GEMINI_1_5_PRO', 'GEMINI_2_PRO', 'GEMINI_2_FLASH_THINKING',
|
488
|
+
'XAI_GROK',
|
489
|
+
'CLAUDE_V3_OPUS', 'CLAUDE_V3_SONNET', 'CLAUDE_V3_HAIKU',
|
490
|
+
'LLAMA3_LARGE_CHAT', 'QWEN_2_5_32B_BASE')
|
488
491
|
class LLMName(ApiEnum):
|
489
492
|
OPENAI_GPT4 = 'OPENAI_GPT4'
|
490
493
|
OPENAI_GPT4_32K = 'OPENAI_GPT4_32K'
|
@@ -497,6 +500,8 @@ class LLMName(ApiEnum):
|
|
497
500
|
OPENAI_GPT4_1_MINI = 'OPENAI_GPT4_1_MINI'
|
498
501
|
OPENAI_GPT3_5 = 'OPENAI_GPT3_5'
|
499
502
|
OPENAI_GPT3_5_TEXT = 'OPENAI_GPT3_5_TEXT'
|
503
|
+
OPENAI_O3 = 'OPENAI_O3'
|
504
|
+
OPENAI_O4_MINI = 'OPENAI_O4_MINI'
|
500
505
|
LLAMA3_1_405B = 'LLAMA3_1_405B'
|
501
506
|
LLAMA3_1_70B = 'LLAMA3_1_70B'
|
502
507
|
LLAMA3_1_8B = 'LLAMA3_1_8B'
|
@@ -512,6 +517,8 @@ class LLMName(ApiEnum):
|
|
512
517
|
CLAUDE_V3_5_HAIKU = 'CLAUDE_V3_5_HAIKU'
|
513
518
|
GEMINI_1_5_PRO = 'GEMINI_1_5_PRO'
|
514
519
|
GEMINI_2_FLASH = 'GEMINI_2_FLASH'
|
520
|
+
GEMINI_2_5_PRO = 'GEMINI_2_5_PRO'
|
521
|
+
GEMINI_2_5_FLASH = 'GEMINI_2_5_FLASH'
|
515
522
|
GEMINI_2_FLASH_THINKING = 'GEMINI_2_FLASH_THINKING'
|
516
523
|
GEMINI_2_PRO = 'GEMINI_2_PRO'
|
517
524
|
ABACUS_SMAUG3 = 'ABACUS_SMAUG3'
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
87
|
-
self.deprecated_keys = {'
|
87
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
88
88
|
|
89
89
|
def __repr__(self):
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
103
|
-
self.deprecated_keys = {'
|
103
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
104
104
|
|
105
105
|
def __repr__(self):
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
@@ -0,0 +1,39 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class ChatllmMemory(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
An LLM created memory in ChatLLM
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
chatllmMemoryId (str): The ID of the chatllm memory.
|
11
|
+
memory (str): The text of the ChatLLM memory.
|
12
|
+
sourceDeploymentConversationId (str): The deployment conversation where this memory was created.
|
13
|
+
"""
|
14
|
+
|
15
|
+
def __init__(self, client, chatllmMemoryId=None, memory=None, sourceDeploymentConversationId=None):
|
16
|
+
super().__init__(client, chatllmMemoryId)
|
17
|
+
self.chatllm_memory_id = chatllmMemoryId
|
18
|
+
self.memory = memory
|
19
|
+
self.source_deployment_conversation_id = sourceDeploymentConversationId
|
20
|
+
self.deprecated_keys = {}
|
21
|
+
|
22
|
+
def __repr__(self):
|
23
|
+
repr_dict = {f'chatllm_memory_id': repr(self.chatllm_memory_id), f'memory': repr(
|
24
|
+
self.memory), f'source_deployment_conversation_id': repr(self.source_deployment_conversation_id)}
|
25
|
+
class_name = "ChatllmMemory"
|
26
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
27
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
28
|
+
return f"{class_name}({repr_str})"
|
29
|
+
|
30
|
+
def to_dict(self):
|
31
|
+
"""
|
32
|
+
Get a dict representation of the parameters in this class
|
33
|
+
|
34
|
+
Returns:
|
35
|
+
dict: The dict value representation of the class parameters
|
36
|
+
"""
|
37
|
+
resp = {'chatllm_memory_id': self.chatllm_memory_id, 'memory': self.memory,
|
38
|
+
'source_deployment_conversation_id': self.source_deployment_conversation_id}
|
39
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -21,9 +21,10 @@ class ChatllmTask(AbstractApiClass):
|
|
21
21
|
email (str): The email to send alerts to.
|
22
22
|
numUnreadTaskInstances (int): The number of unread task instances for the chatllm task.
|
23
23
|
computePointsUsed (int): The compute points used for the chatllm task.
|
24
|
+
displayMarkdown (str): The display markdown for the chatllm task.
|
24
25
|
"""
|
25
26
|
|
26
|
-
def __init__(self, client, chatllmTaskId=None, daemonTaskId=None, taskType=None, name=None, instructions=None, lifecycle=None, scheduleInfo=None, externalApplicationId=None, deploymentConversationId=None, sourceDeploymentConversationId=None, enableEmailAlerts=None, email=None, numUnreadTaskInstances=None, computePointsUsed=None):
|
27
|
+
def __init__(self, client, chatllmTaskId=None, daemonTaskId=None, taskType=None, name=None, instructions=None, lifecycle=None, scheduleInfo=None, externalApplicationId=None, deploymentConversationId=None, sourceDeploymentConversationId=None, enableEmailAlerts=None, email=None, numUnreadTaskInstances=None, computePointsUsed=None, displayMarkdown=None):
|
27
28
|
super().__init__(client, chatllmTaskId)
|
28
29
|
self.chatllm_task_id = chatllmTaskId
|
29
30
|
self.daemon_task_id = daemonTaskId
|
@@ -39,11 +40,12 @@ class ChatllmTask(AbstractApiClass):
|
|
39
40
|
self.email = email
|
40
41
|
self.num_unread_task_instances = numUnreadTaskInstances
|
41
42
|
self.compute_points_used = computePointsUsed
|
43
|
+
self.display_markdown = displayMarkdown
|
42
44
|
self.deprecated_keys = {}
|
43
45
|
|
44
46
|
def __repr__(self):
|
45
47
|
repr_dict = {f'chatllm_task_id': repr(self.chatllm_task_id), f'daemon_task_id': repr(self.daemon_task_id), f'task_type': repr(self.task_type), f'name': repr(self.name), f'instructions': repr(self.instructions), f'lifecycle': repr(self.lifecycle), f'schedule_info': repr(self.schedule_info), f'external_application_id': repr(self.external_application_id), f'deployment_conversation_id': repr(
|
46
|
-
self.deployment_conversation_id), f'source_deployment_conversation_id': repr(self.source_deployment_conversation_id), f'enable_email_alerts': repr(self.enable_email_alerts), f'email': repr(self.email), f'num_unread_task_instances': repr(self.num_unread_task_instances), f'compute_points_used': repr(self.compute_points_used)}
|
48
|
+
self.deployment_conversation_id), f'source_deployment_conversation_id': repr(self.source_deployment_conversation_id), f'enable_email_alerts': repr(self.enable_email_alerts), f'email': repr(self.email), f'num_unread_task_instances': repr(self.num_unread_task_instances), f'compute_points_used': repr(self.compute_points_used), f'display_markdown': repr(self.display_markdown)}
|
47
49
|
class_name = "ChatllmTask"
|
48
50
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
49
51
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -56,6 +58,6 @@ class ChatllmTask(AbstractApiClass):
|
|
56
58
|
Returns:
|
57
59
|
dict: The dict value representation of the class parameters
|
58
60
|
"""
|
59
|
-
resp = {'chatllm_task_id': self.chatllm_task_id, 'daemon_task_id': self.daemon_task_id, 'task_type': self.task_type, 'name': self.name, 'instructions': self.instructions, 'lifecycle': self.lifecycle, 'schedule_info': self.schedule_info, 'external_application_id': self.external_application_id,
|
60
|
-
|
61
|
+
resp = {'chatllm_task_id': self.chatllm_task_id, 'daemon_task_id': self.daemon_task_id, 'task_type': self.task_type, 'name': self.name, 'instructions': self.instructions, 'lifecycle': self.lifecycle, 'schedule_info': self.schedule_info, 'external_application_id': self.external_application_id, 'deployment_conversation_id':
|
62
|
+
self.deployment_conversation_id, 'source_deployment_conversation_id': self.source_deployment_conversation_id, 'enable_email_alerts': self.enable_email_alerts, 'email': self.email, 'num_unread_task_instances': self.num_unread_task_instances, 'compute_points_used': self.compute_points_used, 'display_markdown': self.display_markdown}
|
61
63
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -661,7 +661,7 @@ class BaseApiClient:
|
|
661
661
|
client_options (ClientOptions): Optional API client configurations
|
662
662
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
663
663
|
"""
|
664
|
-
client_version = '1.4.
|
664
|
+
client_version = '1.4.50'
|
665
665
|
|
666
666
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
667
667
|
self.api_key = api_key
|
@@ -1563,6 +1563,16 @@ class ReadOnlyClient(BaseApiClient):
|
|
1563
1563
|
query (str): The query to be run in the database connector."""
|
1564
1564
|
return self._call_api('queryDatabaseConnector', 'GET', query_params={'databaseConnectorId': database_connector_id, 'query': query})
|
1565
1565
|
|
1566
|
+
def get_database_connector_auth(self, database_connector_id: str) -> DatabaseConnector:
|
1567
|
+
"""Get the authentication details for a given database connector.
|
1568
|
+
|
1569
|
+
Args:
|
1570
|
+
database_connector_id (str): The unique ID associated with the database connector.
|
1571
|
+
|
1572
|
+
Returns:
|
1573
|
+
DatabaseConnector: The database connector with the authentication details."""
|
1574
|
+
return self._call_api('getDatabaseConnectorAuth', 'GET', query_params={'databaseConnectorId': database_connector_id}, parse_type=DatabaseConnector)
|
1575
|
+
|
1566
1576
|
def list_application_connectors(self) -> List[ApplicationConnector]:
|
1567
1577
|
"""Retrieves a list of all application connectors along with their associated attributes.
|
1568
1578
|
|
@@ -3011,7 +3021,7 @@ class ApiClient(ReadOnlyClient):
|
|
3011
3021
|
optimality_gap_limit (float): Optimality gap we want to come within, after which we accept the solution as valid. (0 means we only want an optimal solution). it is abs(best_solution_found - best_bound) / abs(best_solution_found)
|
3012
3022
|
|
3013
3023
|
Returns:
|
3014
|
-
|
3024
|
+
Dict: The assignments for a given query.
|
3015
3025
|
"""
|
3016
3026
|
|
3017
3027
|
def _serialize_df_with_dtypes(df):
|
@@ -3060,7 +3070,7 @@ class ApiClient(ReadOnlyClient):
|
|
3060
3070
|
query_data (dict): a dictionary with various key: value pairs corresponding to various updated FGs in the FG tree, which we want to update to compute new top level FGs for online solve. values are dataframes and keys are their names. Names should be same as the ones used during training.
|
3061
3071
|
|
3062
3072
|
Returns:
|
3063
|
-
|
3073
|
+
Dict: The output dataframes for a given query. These will be in serialized form. So, effectively we would have a dict of keys, and serialized dataframes.
|
3064
3074
|
"""
|
3065
3075
|
def _serialize_df_with_dtypes(df):
|
3066
3076
|
# Get dtypes dictionary
|
@@ -7683,7 +7693,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
7683
7693
|
Args:
|
7684
7694
|
deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it can be safely embedded in an application or website.
|
7685
7695
|
deployment_id (str): The unique identifier of a deployment created under the project.
|
7686
|
-
query_data (dict): a dictionary with assignment, constraint and constraint_equations_df
|
7696
|
+
query_data (dict): a dictionary with assignment, constraint and constraint_equations_df (under these specific keys)
|
7687
7697
|
solve_time_limit_seconds (float): Maximum time in seconds to spend solving the query.
|
7688
7698
|
optimality_gap_limit (float): Optimality gap we want to come within, after which we accept the solution as valid. (0 means we only want an optimal solution). it is abs(best_solution_found - best_bound) / abs(best_solution_found)"""
|
7689
7699
|
prediction_url = self._get_prediction_endpoint(
|
@@ -101,3 +101,15 @@ class DatabaseConnector(AbstractApiClass):
|
|
101
101
|
query (str): The query to be run in the database connector.
|
102
102
|
"""
|
103
103
|
return self.client.query_database_connector(self.database_connector_id, query)
|
104
|
+
|
105
|
+
def get_auth(self):
|
106
|
+
"""
|
107
|
+
Get the authentication details for a given database connector.
|
108
|
+
|
109
|
+
Args:
|
110
|
+
database_connector_id (str): The unique ID associated with the database connector.
|
111
|
+
|
112
|
+
Returns:
|
113
|
+
DatabaseConnector: The database connector with the authentication details.
|
114
|
+
"""
|
115
|
+
return self.client.get_database_connector_auth(self.database_connector_id)
|
@@ -535,7 +535,7 @@ class PredictionClient(BaseApiClient):
|
|
535
535
|
Args:
|
536
536
|
deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it can be safely embedded in an application or website.
|
537
537
|
deployment_id (str): The unique identifier of a deployment created under the project.
|
538
|
-
query_data (dict): a dictionary with assignment, constraint and constraint_equations_df
|
538
|
+
query_data (dict): a dictionary with assignment, constraint and constraint_equations_df (under these specific keys)
|
539
539
|
solve_time_limit_seconds (float): Maximum time in seconds to spend solving the query.
|
540
540
|
optimality_gap_limit (float): Optimality gap we want to come within, after which we accept the solution as valid. (0 means we only want an optimal solution). it is abs(best_solution_found - best_bound) / abs(best_solution_found)"""
|
541
541
|
prediction_url = self._get_prediction_endpoint(
|
@@ -0,0 +1,33 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class PresentationExportResult(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Export Presentation
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
filePath (str): The path to the exported presentation
|
11
|
+
"""
|
12
|
+
|
13
|
+
def __init__(self, client, filePath=None):
|
14
|
+
super().__init__(client, None)
|
15
|
+
self.file_path = filePath
|
16
|
+
self.deprecated_keys = {}
|
17
|
+
|
18
|
+
def __repr__(self):
|
19
|
+
repr_dict = {f'file_path': repr(self.file_path)}
|
20
|
+
class_name = "PresentationExportResult"
|
21
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
22
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
23
|
+
return f"{class_name}({repr_str})"
|
24
|
+
|
25
|
+
def to_dict(self):
|
26
|
+
"""
|
27
|
+
Get a dict representation of the parameters in this class
|
28
|
+
|
29
|
+
Returns:
|
30
|
+
dict: The dict value representation of the class parameters
|
31
|
+
"""
|
32
|
+
resp = {'file_path': self.file_path}
|
33
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class UnifiedConnector(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
A unified connector that can handle both application and database connectors.
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
applicationConnectorId (str): The unique ID for the connection.
|
11
|
+
databaseConnectorId (str): The unique ID for the connection.
|
12
|
+
service (str): The service this connection connects to
|
13
|
+
name (str): A user-friendly name for the service
|
14
|
+
createdAt (str): When the API key was created
|
15
|
+
status (str): The status of the Application Connector
|
16
|
+
auth (dict): Non-secret connection information for this connector
|
17
|
+
"""
|
18
|
+
|
19
|
+
def __init__(self, client, applicationConnectorId=None, databaseConnectorId=None, service=None, name=None, createdAt=None, status=None, auth=None):
|
20
|
+
super().__init__(client, None)
|
21
|
+
self.application_connector_id = applicationConnectorId
|
22
|
+
self.database_connector_id = databaseConnectorId
|
23
|
+
self.service = service
|
24
|
+
self.name = name
|
25
|
+
self.created_at = createdAt
|
26
|
+
self.status = status
|
27
|
+
self.auth = auth
|
28
|
+
self.deprecated_keys = {}
|
29
|
+
|
30
|
+
def __repr__(self):
|
31
|
+
repr_dict = {f'application_connector_id': repr(self.application_connector_id), f'database_connector_id': repr(self.database_connector_id), f'service': repr(
|
32
|
+
self.service), f'name': repr(self.name), f'created_at': repr(self.created_at), f'status': repr(self.status), f'auth': repr(self.auth)}
|
33
|
+
class_name = "UnifiedConnector"
|
34
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
35
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
36
|
+
return f"{class_name}({repr_str})"
|
37
|
+
|
38
|
+
def to_dict(self):
|
39
|
+
"""
|
40
|
+
Get a dict representation of the parameters in this class
|
41
|
+
|
42
|
+
Returns:
|
43
|
+
dict: The dict value representation of the class parameters
|
44
|
+
"""
|
45
|
+
resp = {'application_connector_id': self.application_connector_id, 'database_connector_id': self.database_connector_id,
|
46
|
+
'service': self.service, 'name': self.name, 'created_at': self.created_at, 'status': self.status, 'auth': self.auth}
|
47
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -37,6 +37,7 @@ abacusai/chat_message.py
|
|
37
37
|
abacusai/chat_session.py
|
38
38
|
abacusai/chatllm_computer.py
|
39
39
|
abacusai/chatllm_computer_status.py
|
40
|
+
abacusai/chatllm_memory.py
|
40
41
|
abacusai/chatllm_project.py
|
41
42
|
abacusai/chatllm_referral_invite.py
|
42
43
|
abacusai/chatllm_task.py
|
@@ -224,6 +225,7 @@ abacusai/prediction_input.py
|
|
224
225
|
abacusai/prediction_log_record.py
|
225
226
|
abacusai/prediction_operator.py
|
226
227
|
abacusai/prediction_operator_version.py
|
228
|
+
abacusai/presentation_export_result.py
|
227
229
|
abacusai/problem_type.py
|
228
230
|
abacusai/project.py
|
229
231
|
abacusai/project_config.py
|
@@ -260,6 +262,7 @@ abacusai/tone_details.py
|
|
260
262
|
abacusai/training_config_options.py
|
261
263
|
abacusai/tts_gen_settings.py
|
262
264
|
abacusai/twitter_search_result.py
|
265
|
+
abacusai/unified_connector.py
|
263
266
|
abacusai/upload.py
|
264
267
|
abacusai/upload_part.py
|
265
268
|
abacusai/use_case.py
|
@@ -74,6 +74,8 @@ Module Contents
|
|
74
74
|
Dataset config for Confluence Application Connector
|
75
75
|
:param location: The location of the pages to fetch
|
76
76
|
:type location: str
|
77
|
+
:param space_key: The space key of the space from which we fetch pages
|
78
|
+
:type space_key: str
|
77
79
|
:param pull_attachments: Whether to pull attachments for each page
|
78
80
|
:type pull_attachments: bool
|
79
81
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
@@ -88,6 +90,12 @@ Module Contents
|
|
88
90
|
|
89
91
|
|
90
92
|
|
93
|
+
.. py:attribute:: space_key
|
94
|
+
:type: str
|
95
|
+
:value: None
|
96
|
+
|
97
|
+
|
98
|
+
|
91
99
|
.. py:attribute:: pull_attachments
|
92
100
|
:type: bool
|
93
101
|
:value: False
|
@@ -916,6 +916,11 @@ Package Contents
|
|
916
916
|
.. py:method:: to_nx_edge()
|
917
917
|
|
918
918
|
|
919
|
+
.. py:method:: from_dict(input_dict)
|
920
|
+
:classmethod:
|
921
|
+
|
922
|
+
|
923
|
+
|
919
924
|
.. py:class:: WorkflowGraph
|
920
925
|
|
921
926
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
@@ -2579,6 +2584,8 @@ Package Contents
|
|
2579
2584
|
Dataset config for Confluence Application Connector
|
2580
2585
|
:param location: The location of the pages to fetch
|
2581
2586
|
:type location: str
|
2587
|
+
:param space_key: The space key of the space from which we fetch pages
|
2588
|
+
:type space_key: str
|
2582
2589
|
:param pull_attachments: Whether to pull attachments for each page
|
2583
2590
|
:type pull_attachments: bool
|
2584
2591
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
@@ -2593,6 +2600,12 @@ Package Contents
|
|
2593
2600
|
|
2594
2601
|
|
2595
2602
|
|
2603
|
+
.. py:attribute:: space_key
|
2604
|
+
:type: str
|
2605
|
+
:value: None
|
2606
|
+
|
2607
|
+
|
2608
|
+
|
2596
2609
|
.. py:attribute:: pull_attachments
|
2597
2610
|
:type: bool
|
2598
2611
|
:value: False
|
{abacusai-1.4.49 → abacusai-1.4.50}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt
RENAMED
@@ -15,7 +15,7 @@ Classes
|
|
15
15
|
Module Contents
|
16
16
|
---------------
|
17
17
|
|
18
|
-
.. py:class:: EditImageModels(client, models=None)
|
18
|
+
.. py:class:: EditImageModels(client, models=None, default=None)
|
19
19
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
21
21
|
|
@@ -26,6 +26,8 @@ Module Contents
|
|
26
26
|
:type client: ApiClient
|
27
27
|
:param models: The models available for edit image.
|
28
28
|
:type models: list
|
29
|
+
:param default: The default model for edit image.
|
30
|
+
:type default: str
|
29
31
|
|
30
32
|
|
31
33
|
.. py:attribute:: models
|
@@ -33,6 +35,11 @@ Module Contents
|
|
33
35
|
|
34
36
|
|
35
37
|
|
38
|
+
.. py:attribute:: default
|
39
|
+
:value: None
|
40
|
+
|
41
|
+
|
42
|
+
|
36
43
|
.. py:attribute:: deprecated_keys
|
37
44
|
|
38
45
|
|
@@ -2645,6 +2645,11 @@ Package Contents
|
|
2645
2645
|
.. py:method:: to_nx_edge()
|
2646
2646
|
|
2647
2647
|
|
2648
|
+
.. py:method:: from_dict(input_dict)
|
2649
|
+
:classmethod:
|
2650
|
+
|
2651
|
+
|
2652
|
+
|
2648
2653
|
.. py:class:: WorkflowGraph
|
2649
2654
|
|
2650
2655
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
@@ -3939,6 +3944,8 @@ Package Contents
|
|
3939
3944
|
Dataset config for Confluence Application Connector
|
3940
3945
|
:param location: The location of the pages to fetch
|
3941
3946
|
:type location: str
|
3947
|
+
:param space_key: The space key of the space from which we fetch pages
|
3948
|
+
:type space_key: str
|
3942
3949
|
:param pull_attachments: Whether to pull attachments for each page
|
3943
3950
|
:type pull_attachments: bool
|
3944
3951
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
@@ -3953,6 +3960,12 @@ Package Contents
|
|
3953
3960
|
|
3954
3961
|
|
3955
3962
|
|
3963
|
+
.. py:attribute:: space_key
|
3964
|
+
:type: str
|
3965
|
+
:value: None
|
3966
|
+
|
3967
|
+
|
3968
|
+
|
3956
3969
|
.. py:attribute:: pull_attachments
|
3957
3970
|
:type: bool
|
3958
3971
|
:value: False
|
@@ -29772,7 +29785,7 @@ Package Contents
|
|
29772
29785
|
|
29773
29786
|
|
29774
29787
|
|
29775
|
-
.. py:class:: EditImageModels(client, models=None)
|
29788
|
+
.. py:class:: EditImageModels(client, models=None, default=None)
|
29776
29789
|
|
29777
29790
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
29778
29791
|
|
@@ -29783,6 +29796,8 @@ Package Contents
|
|
29783
29796
|
:type client: ApiClient
|
29784
29797
|
:param models: The models available for edit image.
|
29785
29798
|
:type models: list
|
29799
|
+
:param default: The default model for edit image.
|
29800
|
+
:type default: str
|
29786
29801
|
|
29787
29802
|
|
29788
29803
|
.. py:attribute:: models
|
@@ -29790,6 +29805,11 @@ Package Contents
|
|
29790
29805
|
|
29791
29806
|
|
29792
29807
|
|
29808
|
+
.. py:attribute:: default
|
29809
|
+
:value: None
|
29810
|
+
|
29811
|
+
|
29812
|
+
|
29793
29813
|
.. py:attribute:: deprecated_keys
|
29794
29814
|
|
29795
29815
|
|
@@ -48083,6 +48103,6 @@ Package Contents
|
|
48083
48103
|
|
48084
48104
|
|
48085
48105
|
.. py:data:: __version__
|
48086
|
-
:value: '1.4.
|
48106
|
+
:value: '1.4.49'
|
48087
48107
|
|
48088
48108
|
|
@@ -1091,6 +1091,16 @@ The condition should be a Pythonic expression string that evaluates to a boolean
|
|
1091
1091
|
<span class="sig-name descname"><span class="pre">to_nx_edge</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.api_class.ai_agents.WorkflowGraphEdge.to_nx_edge" title="Link to this definition"></a></dt>
|
1092
1092
|
<dd></dd></dl>
|
1093
1093
|
|
1094
|
+
<dl class="py method">
|
1095
|
+
<dt class="sig sig-object py" id="abacusai.api_class.ai_agents.WorkflowGraphEdge.from_dict">
|
1096
|
+
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">from_dict</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">input_dict</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.api_class.ai_agents.WorkflowGraphEdge.from_dict" title="Link to this definition"></a></dt>
|
1097
|
+
<dd><dl class="field-list simple">
|
1098
|
+
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
1099
|
+
<dd class="field-odd"><p><strong>input_dict</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a>)</p>
|
1100
|
+
</dd>
|
1101
|
+
</dl>
|
1102
|
+
</dd></dl>
|
1103
|
+
|
1094
1104
|
</dd></dl>
|
1095
1105
|
|
1096
1106
|
<dl class="py class">
|
@@ -456,6 +456,8 @@
|
|
456
456
|
<p>Dataset config for Confluence Application Connector
|
457
457
|
:param location: The location of the pages to fetch
|
458
458
|
:type location: str
|
459
|
+
:param space_key: The space key of the space from which we fetch pages
|
460
|
+
:type space_key: str
|
459
461
|
:param pull_attachments: Whether to pull attachments for each page
|
460
462
|
:type pull_attachments: bool
|
461
463
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
@@ -467,6 +469,11 @@
|
|
467
469
|
<span class="sig-name descname"><span class="pre">location</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.api_class.dataset_application_connector.ConfluenceDatasetConfig.location" title="Link to this definition"></a></dt>
|
468
470
|
<dd></dd></dl>
|
469
471
|
|
472
|
+
<dl class="py attribute">
|
473
|
+
<dt class="sig sig-object py" id="abacusai.api_class.dataset_application_connector.ConfluenceDatasetConfig.space_key">
|
474
|
+
<span class="sig-name descname"><span class="pre">space_key</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.api_class.dataset_application_connector.ConfluenceDatasetConfig.space_key" title="Link to this definition"></a></dt>
|
475
|
+
<dd></dd></dl>
|
476
|
+
|
470
477
|
<dl class="py attribute">
|
471
478
|
<dt class="sig sig-object py" id="abacusai.api_class.dataset_application_connector.ConfluenceDatasetConfig.pull_attachments">
|
472
479
|
<span class="sig-name descname"><span class="pre">pull_attachments</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><span class="pre">bool</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">False</span></em><a class="headerlink" href="#abacusai.api_class.dataset_application_connector.ConfluenceDatasetConfig.pull_attachments" title="Link to this definition"></a></dt>
|
@@ -1961,6 +1961,16 @@ The condition should be a Pythonic expression string that evaluates to a boolean
|
|
1961
1961
|
<span class="sig-name descname"><span class="pre">to_nx_edge</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.api_class.WorkflowGraphEdge.to_nx_edge" title="Link to this definition"></a></dt>
|
1962
1962
|
<dd></dd></dl>
|
1963
1963
|
|
1964
|
+
<dl class="py method">
|
1965
|
+
<dt class="sig sig-object py" id="abacusai.api_class.WorkflowGraphEdge.from_dict">
|
1966
|
+
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">from_dict</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">input_dict</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.api_class.WorkflowGraphEdge.from_dict" title="Link to this definition"></a></dt>
|
1967
|
+
<dd><dl class="field-list simple">
|
1968
|
+
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
1969
|
+
<dd class="field-odd"><p><strong>input_dict</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a>)</p>
|
1970
|
+
</dd>
|
1971
|
+
</dl>
|
1972
|
+
</dd></dl>
|
1973
|
+
|
1964
1974
|
</dd></dl>
|
1965
1975
|
|
1966
1976
|
<dl class="py class">
|
@@ -3861,6 +3871,8 @@ inheritance.</p>
|
|
3861
3871
|
<p>Dataset config for Confluence Application Connector
|
3862
3872
|
:param location: The location of the pages to fetch
|
3863
3873
|
:type location: str
|
3874
|
+
:param space_key: The space key of the space from which we fetch pages
|
3875
|
+
:type space_key: str
|
3864
3876
|
:param pull_attachments: Whether to pull attachments for each page
|
3865
3877
|
:type pull_attachments: bool
|
3866
3878
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
@@ -3872,6 +3884,11 @@ inheritance.</p>
|
|
3872
3884
|
<span class="sig-name descname"><span class="pre">location</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.api_class.ConfluenceDatasetConfig.location" title="Link to this definition"></a></dt>
|
3873
3885
|
<dd></dd></dl>
|
3874
3886
|
|
3887
|
+
<dl class="py attribute">
|
3888
|
+
<dt class="sig sig-object py" id="abacusai.api_class.ConfluenceDatasetConfig.space_key">
|
3889
|
+
<span class="sig-name descname"><span class="pre">space_key</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.api_class.ConfluenceDatasetConfig.space_key" title="Link to this definition"></a></dt>
|
3890
|
+
<dd></dd></dl>
|
3891
|
+
|
3875
3892
|
<dl class="py attribute">
|
3876
3893
|
<dt class="sig sig-object py" id="abacusai.api_class.ConfluenceDatasetConfig.pull_attachments">
|
3877
3894
|
<span class="sig-name descname"><span class="pre">pull_attachments</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><span class="pre">bool</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">False</span></em><a class="headerlink" href="#abacusai.api_class.ConfluenceDatasetConfig.pull_attachments" title="Link to this definition"></a></dt>
|