abacusai 1.4.8__tar.gz → 1.4.9__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.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.4.8/abacusai.egg-info → abacusai-1.4.9}/PKG-INFO +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/__init__.py +4 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/ai_agents.py +7 -3
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/enums.py +1 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_key.py +6 -4
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/client.py +4 -2
- abacusai-1.4.9/abacusai/news_search_result.py +49 -0
- abacusai-1.4.9/abacusai/public.pem +5 -0
- abacusai-1.4.9/abacusai/twitter_search_result.py +47 -0
- abacusai-1.4.9/abacusai/video_search_result.py +43 -0
- {abacusai-1.4.8 → abacusai-1.4.9/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai.egg-info/SOURCES.txt +3 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +2 -2
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +6 -6
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +30 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +38 -8
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/client/index.rst.txt +73 -14
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +18 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +6 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +18 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/index.rst.txt +164 -29
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project/index.rst.txt +3 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +6 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/ai_agents/index.html +4 -4
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +6 -6
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/enums/index.html +30 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/index.html +40 -10
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/client/index.html +78 -14
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/dataset/index.html +24 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment_conversation_event/index.html +7 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_retriever/index.html +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group/index.html +24 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/index.html +204 -34
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_client/index.html +1 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project/index.html +5 -2
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_feature_group/index.html +7 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/genindex.html +106 -10
- abacusai-1.4.9/docs/objects.inv +0 -0
- abacusai-1.4.9/docs/searchindex.js +1 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/setup.py +1 -1
- abacusai-1.4.8/abacusai/public.pem +0 -5
- abacusai-1.4.8/docs/objects.inv +0 -0
- abacusai-1.4.8/docs/searchindex.js +0 -1
- {abacusai-1.4.8 → abacusai-1.4.9}/.gitignore +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/LICENSE +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/README.md +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/address.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/agent.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/annotation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/code_source.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/dataset.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/document_data.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/external_application.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/feature_record.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/global_context.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_location.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/module.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/page_data.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project_config.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/python_function.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/return_class.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/schema.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/upload.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/use_case.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/user.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/webhook.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/.buildinfo +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/.nojekyll +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/basic.css +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/file.png +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/minus.png +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/plus.png +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/index.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/py-modindex.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/docs/search.html +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/examples/example_gen_ai_commands.ipynb +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/examples/fullscript.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/examples/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/featurestore.md +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/requirements.txt +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/setup.cfg +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/sphinx/build_docs +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/sphinx/conf.py +0 -0
- {abacusai-1.4.8 → abacusai-1.4.9}/sphinx/index.rst +0 -0
|
@@ -147,6 +147,7 @@ from .monitor_drift_and_distributions import MonitorDriftAndDistributions
|
|
|
147
147
|
from .natural_language_explanation import NaturalLanguageExplanation
|
|
148
148
|
from .nested_feature import NestedFeature
|
|
149
149
|
from .nested_feature_schema import NestedFeatureSchema
|
|
150
|
+
from .news_search_result import NewsSearchResult
|
|
150
151
|
from .notebook_completion import NotebookCompletion
|
|
151
152
|
from .notebook_template import NotebookTemplate
|
|
152
153
|
from .null_violation import NullViolation
|
|
@@ -198,16 +199,18 @@ from .streaming_sample_code import StreamingSampleCode
|
|
|
198
199
|
from .test_point_predictions import TestPointPredictions
|
|
199
200
|
from .tone_details import ToneDetails
|
|
200
201
|
from .training_config_options import TrainingConfigOptions
|
|
202
|
+
from .twitter_search_result import TwitterSearchResult
|
|
201
203
|
from .upload import Upload
|
|
202
204
|
from .upload_part import UploadPart
|
|
203
205
|
from .use_case import UseCase
|
|
204
206
|
from .use_case_requirements import UseCaseRequirements
|
|
205
207
|
from .user import User
|
|
206
208
|
from .user_exception import UserException
|
|
209
|
+
from .video_search_result import VideoSearchResult
|
|
207
210
|
from .web_search_response import WebSearchResponse
|
|
208
211
|
from .web_search_result import WebSearchResult
|
|
209
212
|
from .webhook import Webhook
|
|
210
213
|
from .workflow_node_template import WorkflowNodeTemplate
|
|
211
214
|
|
|
212
215
|
|
|
213
|
-
__version__ = "1.4.
|
|
216
|
+
__version__ = "1.4.9"
|
|
@@ -264,6 +264,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
264
264
|
arg_defaults = dict(zip(input_arguments, defaults))
|
|
265
265
|
|
|
266
266
|
is_shortform_input_mappings = False
|
|
267
|
+
if input_mappings is None:
|
|
268
|
+
input_mappings = []
|
|
267
269
|
if isinstance(input_mappings, List) and all(isinstance(input, WorkflowNodeInputMapping) for input in input_mappings):
|
|
268
270
|
self.input_mappings = input_mappings
|
|
269
271
|
input_mapping_args = [input.name for input in input_mappings]
|
|
@@ -283,6 +285,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
283
285
|
else:
|
|
284
286
|
raise ValueError('workflow_graph_node', 'Invalid input mappings. Must be a list of WorkflowNodeInputMapping or a dictionary of input mappings in the form {arg_name: node_name.outputs.prop_name}.')
|
|
285
287
|
|
|
288
|
+
if output_mappings is None:
|
|
289
|
+
output_mappings = []
|
|
286
290
|
if isinstance(output_mappings, List):
|
|
287
291
|
if all(isinstance(output, WorkflowNodeOutputMapping) for output in output_mappings):
|
|
288
292
|
self.output_mappings = output_mappings
|
|
@@ -378,13 +382,13 @@ class WorkflowGraphNode(ApiClass):
|
|
|
378
382
|
|
|
379
383
|
@classmethod
|
|
380
384
|
def from_dict(cls, node: dict):
|
|
381
|
-
validate_input_dict_param(node, friendly_class_name='workflow_graph_node', must_contain=['name', 'function_name', 'source_code'
|
|
385
|
+
validate_input_dict_param(node, friendly_class_name='workflow_graph_node', must_contain=['name', 'function_name', 'source_code'])
|
|
382
386
|
instance = cls(
|
|
383
387
|
name=node['name'],
|
|
384
388
|
function_name=node['function_name'],
|
|
385
389
|
source_code=node['source_code'],
|
|
386
|
-
input_mappings=[WorkflowNodeInputMapping.from_dict(mapping) for mapping in node
|
|
387
|
-
output_mappings=[WorkflowNodeOutputMapping.from_dict(mapping) for mapping in node
|
|
390
|
+
input_mappings=[WorkflowNodeInputMapping.from_dict(mapping) for mapping in node.get('input_mappings', [])],
|
|
391
|
+
output_mappings=[WorkflowNodeOutputMapping.from_dict(mapping) for mapping in node.get('output_mappings', [])],
|
|
388
392
|
input_schema=WorkflowNodeInputSchema.from_dict(node.get('input_schema', {})),
|
|
389
393
|
output_schema=WorkflowNodeOutputSchema.from_dict(node.get('output_schema', {})),
|
|
390
394
|
template_metadata=node.get('template_metadata')
|
|
@@ -436,6 +436,7 @@ class PythonFunctionOutputArgumentType(ApiEnum):
|
|
|
436
436
|
class VectorStoreTextEncoder(ApiEnum):
|
|
437
437
|
E5 = 'E5'
|
|
438
438
|
OPENAI = 'OPENAI'
|
|
439
|
+
OPENAI_COMPACT = 'OPENAI_COMPACT'
|
|
439
440
|
OPENAI_LARGE = 'OPENAI_LARGE'
|
|
440
441
|
SENTENCE_BERT = 'SENTENCE_BERT'
|
|
441
442
|
E5_SMALL = 'E5_SMALL'
|
|
@@ -9,16 +9,18 @@ class ApiKey(AbstractApiClass):
|
|
|
9
9
|
client (ApiClient): An authenticated API Client instance
|
|
10
10
|
apiKeyId (str): The unique ID for the API key
|
|
11
11
|
apiKey (str): The unique API key scoped to a specific organization. Value will be partially obscured.
|
|
12
|
+
apiKeySuffix (str): The last 4 characters of the API key.
|
|
12
13
|
tag (str): A user-friendly tag for the API key.
|
|
13
14
|
createdAt (str): The timestamp when the API key was created.
|
|
14
15
|
expiresAt (str): The timestamp when the API key will expire.
|
|
15
16
|
isExpired (bool): Whether the API key has expired.
|
|
16
17
|
"""
|
|
17
18
|
|
|
18
|
-
def __init__(self, client, apiKeyId=None, apiKey=None, tag=None, createdAt=None, expiresAt=None, isExpired=None):
|
|
19
|
+
def __init__(self, client, apiKeyId=None, apiKey=None, apiKeySuffix=None, tag=None, createdAt=None, expiresAt=None, isExpired=None):
|
|
19
20
|
super().__init__(client, apiKeyId)
|
|
20
21
|
self.api_key_id = apiKeyId
|
|
21
22
|
self.api_key = apiKey
|
|
23
|
+
self.api_key_suffix = apiKeySuffix
|
|
22
24
|
self.tag = tag
|
|
23
25
|
self.created_at = createdAt
|
|
24
26
|
self.expires_at = expiresAt
|
|
@@ -26,7 +28,7 @@ class ApiKey(AbstractApiClass):
|
|
|
26
28
|
self.deprecated_keys = {}
|
|
27
29
|
|
|
28
30
|
def __repr__(self):
|
|
29
|
-
repr_dict = {f'api_key_id': repr(self.api_key_id), f'api_key': repr(self.api_key), f'tag': repr(
|
|
31
|
+
repr_dict = {f'api_key_id': repr(self.api_key_id), f'api_key': repr(self.api_key), f'api_key_suffix': repr(self.api_key_suffix), f'tag': repr(
|
|
30
32
|
self.tag), f'created_at': repr(self.created_at), f'expires_at': repr(self.expires_at), f'is_expired': repr(self.is_expired)}
|
|
31
33
|
class_name = "ApiKey"
|
|
32
34
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
@@ -40,8 +42,8 @@ class ApiKey(AbstractApiClass):
|
|
|
40
42
|
Returns:
|
|
41
43
|
dict: The dict value representation of the class parameters
|
|
42
44
|
"""
|
|
43
|
-
resp = {'api_key_id': self.api_key_id, 'api_key': self.api_key, '
|
|
44
|
-
'created_at': self.created_at, 'expires_at': self.expires_at, 'is_expired': self.is_expired}
|
|
45
|
+
resp = {'api_key_id': self.api_key_id, 'api_key': self.api_key, 'api_key_suffix': self.api_key_suffix,
|
|
46
|
+
'tag': self.tag, 'created_at': self.created_at, 'expires_at': self.expires_at, 'is_expired': self.is_expired}
|
|
45
47
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
46
48
|
|
|
47
49
|
def delete(self):
|
|
@@ -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(
|
|
@@ -219,6 +219,8 @@ async def sse_asynchronous_generator(endpoint: str, headers: dict, body: dict):
|
|
|
219
219
|
resp = json.loads(resp)
|
|
220
220
|
resp = {snake_case(
|
|
221
221
|
key): value for key, value in resp.items()}
|
|
222
|
+
if 'ping' in resp:
|
|
223
|
+
continue
|
|
222
224
|
yield resp
|
|
223
225
|
|
|
224
226
|
|
|
@@ -606,7 +608,7 @@ class BaseApiClient:
|
|
|
606
608
|
client_options (ClientOptions): Optional API client configurations
|
|
607
609
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
608
610
|
"""
|
|
609
|
-
client_version = '1.4.
|
|
611
|
+
client_version = '1.4.9'
|
|
610
612
|
|
|
611
613
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
612
614
|
self.api_key = api_key
|
|
@@ -1488,7 +1490,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1488
1490
|
application_connector_id (str): Unique string identifier for the application connector."""
|
|
1489
1491
|
return self._call_api('listApplicationConnectorObjects', 'GET', query_params={'applicationConnectorId': application_connector_id})
|
|
1490
1492
|
|
|
1491
|
-
def get_connector_auth(self, service: Union[ApplicationConnectorType, str]
|
|
1493
|
+
def get_connector_auth(self, service: Union[ApplicationConnectorType, str]) -> ApplicationConnector:
|
|
1492
1494
|
"""Get the authentication details for a given connector.
|
|
1493
1495
|
|
|
1494
1496
|
Args:
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class NewsSearchResult(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A single news search result.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
title (str): The title of the news.
|
|
11
|
+
url (str): The URL of the news.
|
|
12
|
+
description (str): The description of the news.
|
|
13
|
+
thumbnailUrl (str): The URL of the image of the news.
|
|
14
|
+
thumbnailWidth (int): The width of the image of the news.
|
|
15
|
+
thumbnailHeight (int): The height of the image of the news.
|
|
16
|
+
faviconUrl (str): The URL of the favicon of the news.
|
|
17
|
+
datePublished (str): The date the news was published.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
def __init__(self, client, title=None, url=None, description=None, thumbnailUrl=None, thumbnailWidth=None, thumbnailHeight=None, faviconUrl=None, datePublished=None):
|
|
21
|
+
super().__init__(client, None)
|
|
22
|
+
self.title = title
|
|
23
|
+
self.url = url
|
|
24
|
+
self.description = description
|
|
25
|
+
self.thumbnail_url = thumbnailUrl
|
|
26
|
+
self.thumbnail_width = thumbnailWidth
|
|
27
|
+
self.thumbnail_height = thumbnailHeight
|
|
28
|
+
self.favicon_url = faviconUrl
|
|
29
|
+
self.date_published = datePublished
|
|
30
|
+
self.deprecated_keys = {}
|
|
31
|
+
|
|
32
|
+
def __repr__(self):
|
|
33
|
+
repr_dict = {f'title': repr(self.title), f'url': repr(self.url), f'description': repr(self.description), f'thumbnail_url': repr(self.thumbnail_url), f'thumbnail_width': repr(
|
|
34
|
+
self.thumbnail_width), f'thumbnail_height': repr(self.thumbnail_height), f'favicon_url': repr(self.favicon_url), f'date_published': repr(self.date_published)}
|
|
35
|
+
class_name = "NewsSearchResult"
|
|
36
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
37
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
38
|
+
return f"{class_name}({repr_str})"
|
|
39
|
+
|
|
40
|
+
def to_dict(self):
|
|
41
|
+
"""
|
|
42
|
+
Get a dict representation of the parameters in this class
|
|
43
|
+
|
|
44
|
+
Returns:
|
|
45
|
+
dict: The dict value representation of the class parameters
|
|
46
|
+
"""
|
|
47
|
+
resp = {'title': self.title, 'url': self.url, 'description': self.description, 'thumbnail_url': self.thumbnail_url, 'thumbnail_width':
|
|
48
|
+
self.thumbnail_width, 'thumbnail_height': self.thumbnail_height, 'favicon_url': self.favicon_url, 'date_published': self.date_published}
|
|
49
|
+
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 TwitterSearchResult(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A single twitter search result.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
title (str): The title of the tweet.
|
|
11
|
+
url (str): The URL of the tweet.
|
|
12
|
+
twitterName (str): The name of the twitter user.
|
|
13
|
+
twitterHandle (str): The handle of the twitter user.
|
|
14
|
+
thumbnailUrl (str): The URL of the thumbnail of the tweet.
|
|
15
|
+
thumbnailWidth (int): The width of the thumbnail of the tweet.
|
|
16
|
+
thumbnailHeight (int): The height of the thumbnail of the tweet.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
def __init__(self, client, title=None, url=None, twitterName=None, twitterHandle=None, thumbnailUrl=None, thumbnailWidth=None, thumbnailHeight=None):
|
|
20
|
+
super().__init__(client, None)
|
|
21
|
+
self.title = title
|
|
22
|
+
self.url = url
|
|
23
|
+
self.twitter_name = twitterName
|
|
24
|
+
self.twitter_handle = twitterHandle
|
|
25
|
+
self.thumbnail_url = thumbnailUrl
|
|
26
|
+
self.thumbnail_width = thumbnailWidth
|
|
27
|
+
self.thumbnail_height = thumbnailHeight
|
|
28
|
+
self.deprecated_keys = {}
|
|
29
|
+
|
|
30
|
+
def __repr__(self):
|
|
31
|
+
repr_dict = {f'title': repr(self.title), f'url': repr(self.url), f'twitter_name': repr(self.twitter_name), f'twitter_handle': repr(
|
|
32
|
+
self.twitter_handle), f'thumbnail_url': repr(self.thumbnail_url), f'thumbnail_width': repr(self.thumbnail_width), f'thumbnail_height': repr(self.thumbnail_height)}
|
|
33
|
+
class_name = "TwitterSearchResult"
|
|
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 = {'title': self.title, 'url': self.url, 'twitter_name': self.twitter_name, 'twitter_handle': self.twitter_handle,
|
|
46
|
+
'thumbnail_url': self.thumbnail_url, 'thumbnail_width': self.thumbnail_width, 'thumbnail_height': self.thumbnail_height}
|
|
47
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class VideoSearchResult(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A single video search result.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
title (str): The title of the video.
|
|
11
|
+
url (str): The URL of the video.
|
|
12
|
+
thumbnailUrl (str): The URL of the thumbnail of the video.
|
|
13
|
+
motionThumbnailUrl (str): The URL of the motion thumbnail of the video.
|
|
14
|
+
embedUrl (str): The URL of the embed of the video.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
def __init__(self, client, title=None, url=None, thumbnailUrl=None, motionThumbnailUrl=None, embedUrl=None):
|
|
18
|
+
super().__init__(client, None)
|
|
19
|
+
self.title = title
|
|
20
|
+
self.url = url
|
|
21
|
+
self.thumbnail_url = thumbnailUrl
|
|
22
|
+
self.motion_thumbnail_url = motionThumbnailUrl
|
|
23
|
+
self.embed_url = embedUrl
|
|
24
|
+
self.deprecated_keys = {}
|
|
25
|
+
|
|
26
|
+
def __repr__(self):
|
|
27
|
+
repr_dict = {f'title': repr(self.title), f'url': repr(self.url), f'thumbnail_url': repr(
|
|
28
|
+
self.thumbnail_url), f'motion_thumbnail_url': repr(self.motion_thumbnail_url), f'embed_url': repr(self.embed_url)}
|
|
29
|
+
class_name = "VideoSearchResult"
|
|
30
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
31
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
32
|
+
return f"{class_name}({repr_str})"
|
|
33
|
+
|
|
34
|
+
def to_dict(self):
|
|
35
|
+
"""
|
|
36
|
+
Get a dict representation of the parameters in this class
|
|
37
|
+
|
|
38
|
+
Returns:
|
|
39
|
+
dict: The dict value representation of the class parameters
|
|
40
|
+
"""
|
|
41
|
+
resp = {'title': self.title, 'url': self.url, 'thumbnail_url': self.thumbnail_url,
|
|
42
|
+
'motion_thumbnail_url': self.motion_thumbnail_url, 'embed_url': self.embed_url}
|
|
43
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -157,6 +157,7 @@ abacusai/monitor_drift_and_distributions.py
|
|
|
157
157
|
abacusai/natural_language_explanation.py
|
|
158
158
|
abacusai/nested_feature.py
|
|
159
159
|
abacusai/nested_feature_schema.py
|
|
160
|
+
abacusai/news_search_result.py
|
|
160
161
|
abacusai/notebook_completion.py
|
|
161
162
|
abacusai/notebook_template.py
|
|
162
163
|
abacusai/null_violation.py
|
|
@@ -212,12 +213,14 @@ abacusai/streaming_sample_code.py
|
|
|
212
213
|
abacusai/test_point_predictions.py
|
|
213
214
|
abacusai/tone_details.py
|
|
214
215
|
abacusai/training_config_options.py
|
|
216
|
+
abacusai/twitter_search_result.py
|
|
215
217
|
abacusai/upload.py
|
|
216
218
|
abacusai/upload_part.py
|
|
217
219
|
abacusai/use_case.py
|
|
218
220
|
abacusai/use_case_requirements.py
|
|
219
221
|
abacusai/user.py
|
|
220
222
|
abacusai/user_exception.py
|
|
223
|
+
abacusai/video_search_result.py
|
|
221
224
|
abacusai/web_search_response.py
|
|
222
225
|
abacusai/web_search_result.py
|
|
223
226
|
abacusai/webhook.py
|
{abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt
RENAMED
|
@@ -238,7 +238,7 @@ Module Contents
|
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
|
|
241
|
-
.. py:class:: WorkflowGraphNode(name, input_mappings = None, output_mappings = None, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None,
|
|
241
|
+
.. py:class:: WorkflowGraphNode(name, input_mappings = None, output_mappings = None, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None, template_metadata = None)
|
|
242
242
|
|
|
243
243
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
244
244
|
|
|
@@ -261,7 +261,7 @@ Module Contents
|
|
|
261
261
|
:raises ValueError: If neither `function` nor `function_name` and `source_code` are provided or the inputs are invalid.
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
.. py:attribute::
|
|
264
|
+
.. py:attribute:: template_metadata
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
.. py:method:: from_template(template_name, name, configs = None, input_mappings = None, input_schema = None, output_schema = None)
|
|
@@ -59,10 +59,10 @@ Module Contents
|
|
|
59
59
|
Dataset config for Confluence Application Connector
|
|
60
60
|
:param location: The location of the pages to fetch
|
|
61
61
|
:type location: str
|
|
62
|
+
:param space_key: The space key of the space from which we fetch pages
|
|
63
|
+
:type space_key: str
|
|
62
64
|
:param pull_attachments: Whether to pull attachments for each page
|
|
63
65
|
:type pull_attachments: bool
|
|
64
|
-
:param space_key: The space key to fetch pages from
|
|
65
|
-
:type space_key: str
|
|
66
66
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
|
67
67
|
:type extract_bounding_boxes: bool
|
|
68
68
|
|
|
@@ -71,14 +71,14 @@ Module Contents
|
|
|
71
71
|
:type: str
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
.. py:attribute:: pull_attachments
|
|
75
|
-
:type: bool
|
|
76
|
-
|
|
77
|
-
|
|
78
74
|
.. py:attribute:: space_key
|
|
79
75
|
:type: str
|
|
80
76
|
|
|
81
77
|
|
|
78
|
+
.. py:attribute:: pull_attachments
|
|
79
|
+
:type: bool
|
|
80
|
+
|
|
81
|
+
|
|
82
82
|
.. py:attribute:: extract_bounding_boxes
|
|
83
83
|
:type: bool
|
|
84
84
|
|
{abacusai-1.4.8 → abacusai-1.4.9}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt
RENAMED
|
@@ -921,6 +921,36 @@ Module Contents
|
|
|
921
921
|
|
|
922
922
|
|
|
923
923
|
|
|
924
|
+
.. py:attribute:: FLV
|
|
925
|
+
:value: 'flv'
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
.. py:attribute:: MOV
|
|
930
|
+
:value: 'mov'
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
.. py:attribute:: MPG
|
|
935
|
+
:value: 'mpg'
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
.. py:attribute:: MPEG
|
|
940
|
+
:value: 'mpeg'
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
.. py:attribute:: WEBM
|
|
945
|
+
:value: 'webm'
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
.. py:attribute:: WMV
|
|
950
|
+
:value: 'wmv'
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
924
954
|
.. py:class:: ExperimentationMode
|
|
925
955
|
|
|
926
956
|
Bases: :py:obj:`ApiEnum`
|
|
@@ -568,7 +568,7 @@ Package Contents
|
|
|
568
568
|
|
|
569
569
|
|
|
570
570
|
|
|
571
|
-
.. py:class:: WorkflowGraphNode(name, input_mappings = None, output_mappings = None, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None,
|
|
571
|
+
.. py:class:: WorkflowGraphNode(name, input_mappings = None, output_mappings = None, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None, template_metadata = None)
|
|
572
572
|
|
|
573
573
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
574
574
|
|
|
@@ -591,7 +591,7 @@ Package Contents
|
|
|
591
591
|
:raises ValueError: If neither `function` nor `function_name` and `source_code` are provided or the inputs are invalid.
|
|
592
592
|
|
|
593
593
|
|
|
594
|
-
.. py:attribute::
|
|
594
|
+
.. py:attribute:: template_metadata
|
|
595
595
|
|
|
596
596
|
|
|
597
597
|
.. py:method:: from_template(template_name, name, configs = None, input_mappings = None, input_schema = None, output_schema = None)
|
|
@@ -2002,10 +2002,10 @@ Package Contents
|
|
|
2002
2002
|
Dataset config for Confluence Application Connector
|
|
2003
2003
|
:param location: The location of the pages to fetch
|
|
2004
2004
|
:type location: str
|
|
2005
|
+
:param space_key: The space key of the space from which we fetch pages
|
|
2006
|
+
:type space_key: str
|
|
2005
2007
|
:param pull_attachments: Whether to pull attachments for each page
|
|
2006
2008
|
:type pull_attachments: bool
|
|
2007
|
-
:param space_key: The space key to fetch pages from
|
|
2008
|
-
:type space_key: str
|
|
2009
2009
|
:param extract_bounding_boxes: Whether to extract bounding boxes from the documents
|
|
2010
2010
|
:type extract_bounding_boxes: bool
|
|
2011
2011
|
|
|
@@ -2014,14 +2014,14 @@ Package Contents
|
|
|
2014
2014
|
:type: str
|
|
2015
2015
|
|
|
2016
2016
|
|
|
2017
|
-
.. py:attribute:: pull_attachments
|
|
2018
|
-
:type: bool
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
2017
|
.. py:attribute:: space_key
|
|
2022
2018
|
:type: str
|
|
2023
2019
|
|
|
2024
2020
|
|
|
2021
|
+
.. py:attribute:: pull_attachments
|
|
2022
|
+
:type: bool
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
2025
|
.. py:attribute:: extract_bounding_boxes
|
|
2026
2026
|
:type: bool
|
|
2027
2027
|
|
|
@@ -3675,6 +3675,36 @@ Package Contents
|
|
|
3675
3675
|
|
|
3676
3676
|
|
|
3677
3677
|
|
|
3678
|
+
.. py:attribute:: FLV
|
|
3679
|
+
:value: 'flv'
|
|
3680
|
+
|
|
3681
|
+
|
|
3682
|
+
|
|
3683
|
+
.. py:attribute:: MOV
|
|
3684
|
+
:value: 'mov'
|
|
3685
|
+
|
|
3686
|
+
|
|
3687
|
+
|
|
3688
|
+
.. py:attribute:: MPG
|
|
3689
|
+
:value: 'mpg'
|
|
3690
|
+
|
|
3691
|
+
|
|
3692
|
+
|
|
3693
|
+
.. py:attribute:: MPEG
|
|
3694
|
+
:value: 'mpeg'
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
.. py:attribute:: WEBM
|
|
3699
|
+
:value: 'webm'
|
|
3700
|
+
|
|
3701
|
+
|
|
3702
|
+
|
|
3703
|
+
.. py:attribute:: WMV
|
|
3704
|
+
:value: 'wmv'
|
|
3705
|
+
|
|
3706
|
+
|
|
3707
|
+
|
|
3678
3708
|
.. py:class:: ExperimentationMode
|
|
3679
3709
|
|
|
3680
3710
|
Bases: :py:obj:`ApiEnum`
|