abacusai 1.4.13__tar.gz → 1.4.14__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.13/abacusai.egg-info → abacusai-1.4.14}/PKG-INFO +1 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/__init__.py +2 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/ai_agents.py +7 -2
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/dataset_application_connector.py +2 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/enums.py +2 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/client.py +5 -5
- abacusai-1.4.14/abacusai/compute_point_info.py +45 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model.py +3 -3
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/module.py +5 -3
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project.py +3 -3
- abacusai-1.4.14/abacusai/routing_action.py +49 -0
- abacusai-1.4.14/abacusai/video_gen_settings.py +53 -0
- {abacusai-1.4.13 → abacusai-1.4.14/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +116 -62
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +4 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +4 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +14 -4
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +4 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +188 -67
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +5 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +13 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +4 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +14 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +10 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/client/index.rst.txt +17 -11
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +3 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +11 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +1 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/index.rst.txt +233 -84
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +2 -2
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +11 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/ai_agents/index.html +136 -101
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +3 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/connectors/index.html +3 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +13 -5
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/deployment/index.html +3 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/index.html +194 -120
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/model/index.html +4 -2
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +10 -3
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/project/index.html +3 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/refresh/index.html +11 -3
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/segments/index.html +8 -2
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/client/index.html +19 -14
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/dataset/index.html +2 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group/index.html +13 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +2 -2
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/index.html +274 -164
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_client/index.html +4 -4
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_feature_group/index.html +13 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/genindex.html +49 -13
- abacusai-1.4.14/docs/objects.inv +0 -0
- abacusai-1.4.14/docs/searchindex.js +1 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/setup.py +1 -1
- abacusai-1.4.13/abacusai/routing_action.py +0 -39
- abacusai-1.4.13/abacusai/video_gen_settings.py +0 -45
- abacusai-1.4.13/docs/objects.inv +0 -0
- abacusai-1.4.13/docs/searchindex.js +0 -1
- {abacusai-1.4.13 → abacusai-1.4.14}/.gitignore +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/LICENSE +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/README.md +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/address.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/annotation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/api_key.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/code_source.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/dataset.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/document_data.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/external_application.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/feature_record.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/global_context.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_location.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/page_data.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project_config.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/python_function.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/return_class.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/schema.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/upload.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/use_case.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/user.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/webhook.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/.buildinfo +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/.nojekyll +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/basic.css +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/file.png +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/minus.png +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/plus.png +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/index.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/py-modindex.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/docs/search.html +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/examples/example_gen_ai_commands.ipynb +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/examples/fullscript.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/examples/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/featurestore.md +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/requirements.txt +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/setup.cfg +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/sphinx/build_docs +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/sphinx/conf.py +0 -0
- {abacusai-1.4.13 → abacusai-1.4.14}/sphinx/index.rst +0 -0
|
@@ -28,6 +28,7 @@ from .chat_session import ChatSession
|
|
|
28
28
|
from .chatllm_referral_invite import ChatllmReferralInvite
|
|
29
29
|
from .client import AgentResponse, ApiClient, ApiException, ClientOptions, ReadOnlyClient, _request_context
|
|
30
30
|
from .code_source import CodeSource
|
|
31
|
+
from .compute_point_info import ComputePointInfo
|
|
31
32
|
from .concatenation_config import ConcatenationConfig
|
|
32
33
|
from .cpu_gpu_memory_specs import CpuGpuMemorySpecs
|
|
33
34
|
from .custom_chat_instructions import CustomChatInstructions
|
|
@@ -217,4 +218,4 @@ from .webhook import Webhook
|
|
|
217
218
|
from .workflow_node_template import WorkflowNodeTemplate
|
|
218
219
|
|
|
219
220
|
|
|
220
|
-
__version__ = "1.4.
|
|
221
|
+
__version__ = "1.4.14"
|
|
@@ -165,10 +165,14 @@ class WorkflowNodeOutputMapping(ApiClass):
|
|
|
165
165
|
|
|
166
166
|
Args:
|
|
167
167
|
name (str): The name of the output.
|
|
168
|
-
variable_type (WorkflowNodeOutputType): The type of the output.
|
|
168
|
+
variable_type (Union[WorkflowNodeOutputType, str]): The type of the output in the form of an enum or a string.
|
|
169
169
|
"""
|
|
170
170
|
name: str
|
|
171
|
-
variable_type: enums.WorkflowNodeOutputType = dataclasses.field(default=enums.WorkflowNodeOutputType.ANY)
|
|
171
|
+
variable_type: Union[enums.WorkflowNodeOutputType, str] = dataclasses.field(default=enums.WorkflowNodeOutputType.ANY)
|
|
172
|
+
|
|
173
|
+
def __post_init__(self):
|
|
174
|
+
if isinstance(self.variable_type, str):
|
|
175
|
+
self.variable_type = enums.WorkflowNodeOutputType(self.variable_type)
|
|
172
176
|
|
|
173
177
|
def to_dict(self):
|
|
174
178
|
return {
|
|
@@ -243,6 +247,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
243
247
|
else:
|
|
244
248
|
self._user_args = locals()
|
|
245
249
|
if function:
|
|
250
|
+
self.function = function
|
|
246
251
|
self.function_name = function.__name__
|
|
247
252
|
self.source_code = get_clean_function_source_code_for_agent(function)
|
|
248
253
|
elif function_name and source_code:
|
|
@@ -12,9 +12,11 @@ class ApplicationConnectorDatasetConfig(DatasetConfig):
|
|
|
12
12
|
|
|
13
13
|
Args:
|
|
14
14
|
application_connector_type (enums.ApplicationConnectorType): The type of application connector
|
|
15
|
+
application_connector_id (str): The ID of the application connector
|
|
15
16
|
document_processing_config (DatasetDocumentProcessingConfig): The document processing configuration. Only valid if is_documentset is True for the dataset.
|
|
16
17
|
"""
|
|
17
18
|
application_connector_type: enums.ApplicationConnectorType = dataclasses.field(default=None, repr=False, init=False)
|
|
19
|
+
application_connector_id: str = dataclasses.field(default=None)
|
|
18
20
|
document_processing_config: DatasetDocumentProcessingConfig = dataclasses.field(default=None)
|
|
19
21
|
|
|
20
22
|
@classmethod
|
|
@@ -608,7 +608,7 @@ class BaseApiClient:
|
|
|
608
608
|
client_options (ClientOptions): Optional API client configurations
|
|
609
609
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
610
610
|
"""
|
|
611
|
-
client_version = '1.4.
|
|
611
|
+
client_version = '1.4.14'
|
|
612
612
|
|
|
613
613
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
614
614
|
self.api_key = api_key
|
|
@@ -8502,7 +8502,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8502
8502
|
external_application_id (str): The ID of the External Application."""
|
|
8503
8503
|
return self._call_api('deleteExternalApplication', 'DELETE', query_params={'externalApplicationId': external_application_id})
|
|
8504
8504
|
|
|
8505
|
-
def create_agent(self, project_id: str, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = AgentInterface.DEFAULT, included_modules: List = None, agent_connectors:
|
|
8505
|
+
def create_agent(self, project_id: str, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = AgentInterface.DEFAULT, included_modules: List = None, agent_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None) -> Agent:
|
|
8506
8506
|
"""Creates a new AI agent using the given agent workflow graph definition.
|
|
8507
8507
|
|
|
8508
8508
|
Args:
|
|
@@ -8515,7 +8515,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8515
8515
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
8516
8516
|
agent_interface (AgentInterface): The interface that the agent will be deployed with.
|
|
8517
8517
|
included_modules (List): A list of user created custom modules to include in the agent's environment.
|
|
8518
|
-
agent_connectors (
|
|
8518
|
+
agent_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific application connector, while the value is a list of scopes that define the permissions granted to the application.
|
|
8519
8519
|
initialize_function_name (str): The name of the function to be used for initialization.
|
|
8520
8520
|
initialize_function_code (str): The function code to be used for initialization.
|
|
8521
8521
|
|
|
@@ -8523,7 +8523,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8523
8523
|
Agent: The new agent."""
|
|
8524
8524
|
return self._call_api('createAgent', 'POST', query_params={}, body={'projectId': project_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'name': name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input, 'evaluationFeatureGroupId': evaluation_feature_group_id, 'agentInputSchema': agent_input_schema, 'agentOutputSchema': agent_output_schema, 'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'includedModules': included_modules, 'agentConnectors': agent_connectors, 'initializeFunctionName': initialize_function_name, 'initializeFunctionCode': initialize_function_code}, parse_type=Agent)
|
|
8525
8525
|
|
|
8526
|
-
def update_agent(self, model_id: str, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = None, included_modules: List = None, agent_connectors:
|
|
8526
|
+
def update_agent(self, model_id: str, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = None, included_modules: List = None, agent_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None) -> Agent:
|
|
8527
8527
|
"""Updates an existing AI Agent. A new version of the agent will be created and published.
|
|
8528
8528
|
|
|
8529
8529
|
Args:
|
|
@@ -8534,7 +8534,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8534
8534
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
8535
8535
|
agent_interface (AgentInterface): The interface that the agent will be deployed with.
|
|
8536
8536
|
included_modules (List): A list of user created custom modules to include in the agent's environment.
|
|
8537
|
-
agent_connectors (
|
|
8537
|
+
agent_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific application connector, while the value is a list of scopes that define the permissions granted to the application.
|
|
8538
8538
|
initialize_function_name (str): The name of the function to be used for initialization.
|
|
8539
8539
|
initialize_function_code (str): The function code to be used for initialization.
|
|
8540
8540
|
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ComputePointInfo(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
The compute point info of the organization
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
updatedAt (str): The last time the compute point info was updated
|
|
11
|
+
last24HoursUsage (int): The 24 hours usage of the organization
|
|
12
|
+
last7DaysUsage (int): The 7 days usage of the organization
|
|
13
|
+
currMonthAvailPoints (int): The current month's available compute points
|
|
14
|
+
currMonthUsage (int): The current month's usage compute points
|
|
15
|
+
lastThrottlePopUp (str): The last time the organization was throttled
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
def __init__(self, client, updatedAt=None, last24HoursUsage=None, last7DaysUsage=None, currMonthAvailPoints=None, currMonthUsage=None, lastThrottlePopUp=None):
|
|
19
|
+
super().__init__(client, None)
|
|
20
|
+
self.updated_at = updatedAt
|
|
21
|
+
self.last_24_hours_usage = last24HoursUsage
|
|
22
|
+
self.last_7_days_usage = last7DaysUsage
|
|
23
|
+
self.curr_month_avail_points = currMonthAvailPoints
|
|
24
|
+
self.curr_month_usage = currMonthUsage
|
|
25
|
+
self.last_throttle_pop_up = lastThrottlePopUp
|
|
26
|
+
self.deprecated_keys = {}
|
|
27
|
+
|
|
28
|
+
def __repr__(self):
|
|
29
|
+
repr_dict = {f'updated_at': repr(self.updated_at), f'last_24_hours_usage': repr(self.last_24_hours_usage), f'last_7_days_usage': repr(self.last_7_days_usage), f'curr_month_avail_points': repr(
|
|
30
|
+
self.curr_month_avail_points), f'curr_month_usage': repr(self.curr_month_usage), f'last_throttle_pop_up': repr(self.last_throttle_pop_up)}
|
|
31
|
+
class_name = "ComputePointInfo"
|
|
32
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
33
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
34
|
+
return f"{class_name}({repr_str})"
|
|
35
|
+
|
|
36
|
+
def to_dict(self):
|
|
37
|
+
"""
|
|
38
|
+
Get a dict representation of the parameters in this class
|
|
39
|
+
|
|
40
|
+
Returns:
|
|
41
|
+
dict: The dict value representation of the class parameters
|
|
42
|
+
"""
|
|
43
|
+
resp = {'updated_at': self.updated_at, 'last_24_hours_usage': self.last_24_hours_usage, 'last_7_days_usage': self.last_7_days_usage,
|
|
44
|
+
'curr_month_avail_points': self.curr_month_avail_points, 'curr_month_usage': self.curr_month_usage, 'last_throttle_pop_up': self.last_throttle_pop_up}
|
|
45
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List, Union
|
|
1
|
+
from typing import Dict, List, Union
|
|
2
2
|
|
|
3
3
|
from . import api_class
|
|
4
4
|
from .api_class import AgentInterface, TrainingConfig, WorkflowGraph
|
|
@@ -355,7 +355,7 @@ class Model(AbstractApiClass):
|
|
|
355
355
|
"""
|
|
356
356
|
return self.client.get_model_training_types_for_deployment(self.model_id, model_version, algorithm)
|
|
357
357
|
|
|
358
|
-
def update_agent(self, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = None, included_modules: List = None, agent_connectors:
|
|
358
|
+
def update_agent(self, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = None, included_modules: List = None, agent_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None):
|
|
359
359
|
"""
|
|
360
360
|
Updates an existing AI Agent. A new version of the agent will be created and published.
|
|
361
361
|
|
|
@@ -366,7 +366,7 @@ class Model(AbstractApiClass):
|
|
|
366
366
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
367
367
|
agent_interface (AgentInterface): The interface that the agent will be deployed with.
|
|
368
368
|
included_modules (List): A list of user created custom modules to include in the agent's environment.
|
|
369
|
-
agent_connectors (
|
|
369
|
+
agent_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific application connector, while the value is a list of scopes that define the permissions granted to the application.
|
|
370
370
|
initialize_function_name (str): The name of the function to be used for initialization.
|
|
371
371
|
initialize_function_code (str): The function code to be used for initialization.
|
|
372
372
|
|
|
@@ -11,20 +11,22 @@ class Module(AbstractApiClass):
|
|
|
11
11
|
name (str): The name to identify the algorithm. Only uppercase letters, numbers, and underscores are allowed.
|
|
12
12
|
createdAt (str): The date and time when the Python function was created, in ISO-8601 format.
|
|
13
13
|
notebookId (str): The unique string identifier of the notebook used to create or edit the module.
|
|
14
|
+
hideModuleCode (bool): Whether the module code is hidden from external users
|
|
14
15
|
codeSource (CodeSource): Information about the source code of the Python function.
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
|
-
def __init__(self, client, name=None, createdAt=None, notebookId=None, codeSource={}):
|
|
18
|
+
def __init__(self, client, name=None, createdAt=None, notebookId=None, hideModuleCode=None, codeSource={}):
|
|
18
19
|
super().__init__(client, None)
|
|
19
20
|
self.name = name
|
|
20
21
|
self.created_at = createdAt
|
|
21
22
|
self.notebook_id = notebookId
|
|
23
|
+
self.hide_module_code = hideModuleCode
|
|
22
24
|
self.code_source = client._build_class(CodeSource, codeSource)
|
|
23
25
|
self.deprecated_keys = {}
|
|
24
26
|
|
|
25
27
|
def __repr__(self):
|
|
26
28
|
repr_dict = {f'name': repr(self.name), f'created_at': repr(self.created_at), f'notebook_id': repr(
|
|
27
|
-
self.notebook_id), f'code_source': repr(self.code_source)}
|
|
29
|
+
self.notebook_id), f'hide_module_code': repr(self.hide_module_code), f'code_source': repr(self.code_source)}
|
|
28
30
|
class_name = "Module"
|
|
29
31
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
30
32
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -38,5 +40,5 @@ class Module(AbstractApiClass):
|
|
|
38
40
|
dict: The dict value representation of the class parameters
|
|
39
41
|
"""
|
|
40
42
|
resp = {'name': self.name, 'created_at': self.created_at, 'notebook_id': self.notebook_id,
|
|
41
|
-
'code_source': self._get_attribute_as_dict(self.code_source)}
|
|
43
|
+
'hide_module_code': self.hide_module_code, 'code_source': self._get_attribute_as_dict(self.code_source)}
|
|
42
44
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List, Union
|
|
1
|
+
from typing import Dict, List, Union
|
|
2
2
|
|
|
3
3
|
from .api_class import (
|
|
4
4
|
AgentInterface, AlertActionConfig, AlertConditionConfig,
|
|
@@ -609,7 +609,7 @@ class Project(AbstractApiClass):
|
|
|
609
609
|
"""
|
|
610
610
|
return self.client.create_chat_session(self.project_id, name)
|
|
611
611
|
|
|
612
|
-
def create_agent(self, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = AgentInterface.DEFAULT, included_modules: List = None, agent_connectors:
|
|
612
|
+
def create_agent(self, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = AgentInterface.DEFAULT, included_modules: List = None, agent_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None):
|
|
613
613
|
"""
|
|
614
614
|
Creates a new AI agent using the given agent workflow graph definition.
|
|
615
615
|
|
|
@@ -622,7 +622,7 @@ class Project(AbstractApiClass):
|
|
|
622
622
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
623
623
|
agent_interface (AgentInterface): The interface that the agent will be deployed with.
|
|
624
624
|
included_modules (List): A list of user created custom modules to include in the agent's environment.
|
|
625
|
-
agent_connectors (
|
|
625
|
+
agent_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific application connector, while the value is a list of scopes that define the permissions granted to the application.
|
|
626
626
|
initialize_function_name (str): The name of the function to be used for initialization.
|
|
627
627
|
initialize_function_code (str): The function code to be used for initialization.
|
|
628
628
|
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RoutingAction(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
Routing action
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
id (str): The id of the routing action.
|
|
11
|
+
title (str): The title of the routing action.
|
|
12
|
+
prompt (str): The prompt of the routing action.
|
|
13
|
+
placeholder (str): The placeholder of the routing action.
|
|
14
|
+
value (str): The value of the routing action.
|
|
15
|
+
displayName (str): The display name of the routing action.
|
|
16
|
+
isLarge (bool): UI placement
|
|
17
|
+
isMedium (bool): UI placement
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
def __init__(self, client, id=None, title=None, prompt=None, placeholder=None, value=None, displayName=None, isLarge=None, isMedium=None):
|
|
21
|
+
super().__init__(client, None)
|
|
22
|
+
self.id = id
|
|
23
|
+
self.title = title
|
|
24
|
+
self.prompt = prompt
|
|
25
|
+
self.placeholder = placeholder
|
|
26
|
+
self.value = value
|
|
27
|
+
self.display_name = displayName
|
|
28
|
+
self.is_large = isLarge
|
|
29
|
+
self.is_medium = isMedium
|
|
30
|
+
self.deprecated_keys = {}
|
|
31
|
+
|
|
32
|
+
def __repr__(self):
|
|
33
|
+
repr_dict = {f'id': repr(self.id), f'title': repr(self.title), f'prompt': repr(self.prompt), f'placeholder': repr(self.placeholder), f'value': repr(
|
|
34
|
+
self.value), f'display_name': repr(self.display_name), f'is_large': repr(self.is_large), f'is_medium': repr(self.is_medium)}
|
|
35
|
+
class_name = "RoutingAction"
|
|
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 = {'id': self.id, 'title': self.title, 'prompt': self.prompt, 'placeholder': self.placeholder,
|
|
48
|
+
'value': self.value, 'display_name': self.display_name, 'is_large': self.is_large, 'is_medium': self.is_medium}
|
|
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,53 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class VideoGenSettings(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
Video generation settings
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
prompt (dict): The prompt for the video.
|
|
11
|
+
negativePrompt (dict): The negative prompt for the video.
|
|
12
|
+
cfgScale (dict): The flexibility scale for video generation.
|
|
13
|
+
mode (dict): The video generation mode (standard or professional).
|
|
14
|
+
aspectRatio (dict): The aspect ratio of the video in seconds.
|
|
15
|
+
duration (dict): The duration of the video.
|
|
16
|
+
loop (dict): Whether the video should loop.
|
|
17
|
+
startFrame (dict): The start frame of the video.
|
|
18
|
+
endFrame (dict): The end frame of the video.
|
|
19
|
+
rewritePrompt (dict): Whether to rewrite the prompt.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
def __init__(self, client, prompt=None, negativePrompt=None, cfgScale=None, mode=None, aspectRatio=None, duration=None, loop=None, startFrame=None, endFrame=None, rewritePrompt=None):
|
|
23
|
+
super().__init__(client, None)
|
|
24
|
+
self.prompt = prompt
|
|
25
|
+
self.negative_prompt = negativePrompt
|
|
26
|
+
self.cfg_scale = cfgScale
|
|
27
|
+
self.mode = mode
|
|
28
|
+
self.aspect_ratio = aspectRatio
|
|
29
|
+
self.duration = duration
|
|
30
|
+
self.loop = loop
|
|
31
|
+
self.start_frame = startFrame
|
|
32
|
+
self.end_frame = endFrame
|
|
33
|
+
self.rewrite_prompt = rewritePrompt
|
|
34
|
+
self.deprecated_keys = {}
|
|
35
|
+
|
|
36
|
+
def __repr__(self):
|
|
37
|
+
repr_dict = {f'prompt': repr(self.prompt), f'negative_prompt': repr(self.negative_prompt), f'cfg_scale': repr(self.cfg_scale), f'mode': repr(self.mode), f'aspect_ratio': repr(
|
|
38
|
+
self.aspect_ratio), f'duration': repr(self.duration), f'loop': repr(self.loop), f'start_frame': repr(self.start_frame), f'end_frame': repr(self.end_frame), f'rewrite_prompt': repr(self.rewrite_prompt)}
|
|
39
|
+
class_name = "VideoGenSettings"
|
|
40
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
41
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
42
|
+
return f"{class_name}({repr_str})"
|
|
43
|
+
|
|
44
|
+
def to_dict(self):
|
|
45
|
+
"""
|
|
46
|
+
Get a dict representation of the parameters in this class
|
|
47
|
+
|
|
48
|
+
Returns:
|
|
49
|
+
dict: The dict value representation of the class parameters
|
|
50
|
+
"""
|
|
51
|
+
resp = {'prompt': self.prompt, 'negative_prompt': self.negative_prompt, 'cfg_scale': self.cfg_scale, 'mode': self.mode, 'aspect_ratio': self.aspect_ratio,
|
|
52
|
+
'duration': self.duration, 'loop': self.loop, 'start_frame': self.start_frame, 'end_frame': self.end_frame, 'rewrite_prompt': self.rewrite_prompt}
|
|
53
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
{abacusai-1.4.13 → abacusai-1.4.14}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt
RENAMED
|
@@ -11,10 +11,10 @@ Classes
|
|
|
11
11
|
|
|
12
12
|
abacusai.api_class.ai_agents.FieldDescriptor
|
|
13
13
|
abacusai.api_class.ai_agents.JSONSchema
|
|
14
|
-
abacusai.api_class.ai_agents.WorkflowNodeInputSchema
|
|
15
|
-
abacusai.api_class.ai_agents.WorkflowNodeOutputSchema
|
|
16
14
|
abacusai.api_class.ai_agents.WorkflowNodeInputMapping
|
|
15
|
+
abacusai.api_class.ai_agents.WorkflowNodeInputSchema
|
|
17
16
|
abacusai.api_class.ai_agents.WorkflowNodeOutputMapping
|
|
17
|
+
abacusai.api_class.ai_agents.WorkflowNodeOutputSchema
|
|
18
18
|
abacusai.api_class.ai_agents.WorkflowGraphNode
|
|
19
19
|
abacusai.api_class.ai_agents.WorkflowGraphEdge
|
|
20
20
|
abacusai.api_class.ai_agents.WorkflowGraph
|
|
@@ -82,6 +82,59 @@ Module Contents
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
|
|
85
|
+
.. py:class:: WorkflowNodeInputMapping
|
|
86
|
+
|
|
87
|
+
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
Represents a mapping of inputs to a workflow node.
|
|
91
|
+
|
|
92
|
+
:param name: The name of the input variable of the node function.
|
|
93
|
+
:type name: str
|
|
94
|
+
:param variable_type: The type of the input.
|
|
95
|
+
:type variable_type: WorkflowNodeInputType
|
|
96
|
+
:param variable_source: The name of the node this variable is sourced from.
|
|
97
|
+
If the type is `WORKFLOW_VARIABLE`, the value given by the source node will be directly used.
|
|
98
|
+
If the type is `USER_INPUT`, the value given by the source node will be used as the default initial value before the user edits it.
|
|
99
|
+
Set to `None` if the type is `USER_INPUT` and the variable doesn't need a pre-filled initial value.
|
|
100
|
+
:type variable_source: str
|
|
101
|
+
:param is_required: Indicates whether the input is required. Defaults to True.
|
|
102
|
+
:type is_required: bool
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
.. py:attribute:: name
|
|
106
|
+
:type: str
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
.. py:attribute:: variable_type
|
|
110
|
+
:type: abacusai.api_class.enums.WorkflowNodeInputType
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
.. py:attribute:: variable_source
|
|
114
|
+
:type: str
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
.. py:attribute:: source_prop
|
|
118
|
+
:type: str
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
.. py:attribute:: is_required
|
|
122
|
+
:type: bool
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
.. py:method:: to_dict()
|
|
126
|
+
|
|
127
|
+
Standardizes converting an ApiClass to dictionary.
|
|
128
|
+
Keys of response dictionary are converted to camel case.
|
|
129
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
.. py:method:: from_dict(mapping)
|
|
134
|
+
:classmethod:
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
85
138
|
.. py:class:: WorkflowNodeInputSchema
|
|
86
139
|
|
|
87
140
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`, :py:obj:`JSONSchema`
|
|
@@ -119,6 +172,11 @@ Module Contents
|
|
|
119
172
|
|
|
120
173
|
.. py:method:: to_dict()
|
|
121
174
|
|
|
175
|
+
Standardizes converting an ApiClass to dictionary.
|
|
176
|
+
Keys of response dictionary are converted to camel case.
|
|
177
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
178
|
+
|
|
179
|
+
|
|
122
180
|
|
|
123
181
|
.. py:method:: from_dict(schema)
|
|
124
182
|
:classmethod:
|
|
@@ -138,47 +196,17 @@ Module Contents
|
|
|
138
196
|
|
|
139
197
|
|
|
140
198
|
|
|
141
|
-
.. py:class::
|
|
142
|
-
|
|
143
|
-
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`, :py:obj:`JSONSchema`
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
A schema conformant to react-jsonschema-form for a workflow node output.
|
|
147
|
-
|
|
148
|
-
:param json_schema: The JSON schema for the output, conformant to react-jsonschema-form specification.
|
|
149
|
-
:type json_schema: dict
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
.. py:attribute:: json_schema
|
|
153
|
-
:type: dict
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
.. py:method:: to_dict()
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
.. py:method:: from_dict(schema)
|
|
160
|
-
:classmethod:
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
.. py:class:: WorkflowNodeInputMapping
|
|
199
|
+
.. py:class:: WorkflowNodeOutputMapping
|
|
165
200
|
|
|
166
201
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
167
202
|
|
|
168
203
|
|
|
169
|
-
Represents a mapping of
|
|
204
|
+
Represents a mapping of output from a workflow node.
|
|
170
205
|
|
|
171
|
-
:param name: The name of the
|
|
206
|
+
:param name: The name of the output.
|
|
172
207
|
:type name: str
|
|
173
|
-
:param variable_type: The type of the
|
|
174
|
-
:type variable_type:
|
|
175
|
-
:param variable_source: The name of the node this variable is sourced from.
|
|
176
|
-
If the type is `WORKFLOW_VARIABLE`, the value given by the source node will be directly used.
|
|
177
|
-
If the type is `USER_INPUT`, the value given by the source node will be used as the default initial value before the user edits it.
|
|
178
|
-
Set to `None` if the type is `USER_INPUT` and the variable doesn't need a pre-filled initial value.
|
|
179
|
-
:type variable_source: str
|
|
180
|
-
:param is_required: Indicates whether the input is required. Defaults to True.
|
|
181
|
-
:type is_required: bool
|
|
208
|
+
:param variable_type: The type of the output.
|
|
209
|
+
:type variable_type: WorkflowNodeOutputType
|
|
182
210
|
|
|
183
211
|
|
|
184
212
|
.. py:attribute:: name
|
|
@@ -186,22 +214,15 @@ Module Contents
|
|
|
186
214
|
|
|
187
215
|
|
|
188
216
|
.. py:attribute:: variable_type
|
|
189
|
-
:type: abacusai.api_class.enums.
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
.. py:attribute:: variable_source
|
|
193
|
-
:type: str
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
.. py:attribute:: source_prop
|
|
197
|
-
:type: str
|
|
217
|
+
:type: abacusai.api_class.enums.WorkflowNodeOutputType
|
|
198
218
|
|
|
199
219
|
|
|
200
|
-
.. py:
|
|
201
|
-
:type: bool
|
|
220
|
+
.. py:method:: to_dict()
|
|
202
221
|
|
|
222
|
+
Standardizes converting an ApiClass to dictionary.
|
|
223
|
+
Keys of response dictionary are converted to camel case.
|
|
224
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
203
225
|
|
|
204
|
-
.. py:method:: to_dict()
|
|
205
226
|
|
|
206
227
|
|
|
207
228
|
.. py:method:: from_dict(mapping)
|
|
@@ -209,31 +230,30 @@ Module Contents
|
|
|
209
230
|
|
|
210
231
|
|
|
211
232
|
|
|
212
|
-
.. py:class::
|
|
233
|
+
.. py:class:: WorkflowNodeOutputSchema
|
|
213
234
|
|
|
214
|
-
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
235
|
+
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`, :py:obj:`JSONSchema`
|
|
215
236
|
|
|
216
237
|
|
|
217
|
-
|
|
238
|
+
A schema conformant to react-jsonschema-form for a workflow node output.
|
|
218
239
|
|
|
219
|
-
:param
|
|
220
|
-
:type
|
|
221
|
-
:param variable_type: The type of the output.
|
|
222
|
-
:type variable_type: WorkflowNodeOutputType
|
|
240
|
+
:param json_schema: The JSON schema for the output, conformant to react-jsonschema-form specification.
|
|
241
|
+
:type json_schema: dict
|
|
223
242
|
|
|
224
243
|
|
|
225
|
-
.. py:attribute::
|
|
226
|
-
:type:
|
|
244
|
+
.. py:attribute:: json_schema
|
|
245
|
+
:type: dict
|
|
227
246
|
|
|
228
247
|
|
|
229
|
-
.. py:
|
|
230
|
-
:type: abacusai.api_class.enums.WorkflowNodeOutputType
|
|
248
|
+
.. py:method:: to_dict()
|
|
231
249
|
|
|
250
|
+
Standardizes converting an ApiClass to dictionary.
|
|
251
|
+
Keys of response dictionary are converted to camel case.
|
|
252
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
232
253
|
|
|
233
|
-
.. py:method:: to_dict()
|
|
234
254
|
|
|
235
255
|
|
|
236
|
-
.. py:method:: from_dict(
|
|
256
|
+
.. py:method:: from_dict(schema)
|
|
237
257
|
:classmethod:
|
|
238
258
|
|
|
239
259
|
|
|
@@ -271,6 +291,11 @@ Module Contents
|
|
|
271
291
|
|
|
272
292
|
.. py:method:: to_dict()
|
|
273
293
|
|
|
294
|
+
Standardizes converting an ApiClass to dictionary.
|
|
295
|
+
Keys of response dictionary are converted to camel case.
|
|
296
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
297
|
+
|
|
298
|
+
|
|
274
299
|
|
|
275
300
|
.. py:method:: from_dict(node)
|
|
276
301
|
:classmethod:
|
|
@@ -351,8 +376,17 @@ Module Contents
|
|
|
351
376
|
:type: Union[str, WorkflowGraphNode]
|
|
352
377
|
|
|
353
378
|
|
|
379
|
+
.. py:attribute:: common_source_code
|
|
380
|
+
:type: str
|
|
381
|
+
|
|
382
|
+
|
|
354
383
|
.. py:method:: to_dict()
|
|
355
384
|
|
|
385
|
+
Standardizes converting an ApiClass to dictionary.
|
|
386
|
+
Keys of response dictionary are converted to camel case.
|
|
387
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
388
|
+
|
|
389
|
+
|
|
356
390
|
|
|
357
391
|
.. py:method:: from_dict(graph)
|
|
358
392
|
:classmethod:
|
|
@@ -388,6 +422,11 @@ Module Contents
|
|
|
388
422
|
|
|
389
423
|
.. py:method:: to_dict()
|
|
390
424
|
|
|
425
|
+
Standardizes converting an ApiClass to dictionary.
|
|
426
|
+
Keys of response dictionary are converted to camel case.
|
|
427
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
428
|
+
|
|
429
|
+
|
|
391
430
|
|
|
392
431
|
.. py:class:: WorkflowNodeTemplateConfig
|
|
393
432
|
|
|
@@ -424,6 +463,11 @@ Module Contents
|
|
|
424
463
|
|
|
425
464
|
.. py:method:: to_dict()
|
|
426
465
|
|
|
466
|
+
Standardizes converting an ApiClass to dictionary.
|
|
467
|
+
Keys of response dictionary are converted to camel case.
|
|
468
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
469
|
+
|
|
470
|
+
|
|
427
471
|
|
|
428
472
|
.. py:method:: from_dict(mapping)
|
|
429
473
|
:classmethod:
|
|
@@ -453,6 +497,11 @@ Module Contents
|
|
|
453
497
|
|
|
454
498
|
.. py:method:: to_dict()
|
|
455
499
|
|
|
500
|
+
Standardizes converting an ApiClass to dictionary.
|
|
501
|
+
Keys of response dictionary are converted to camel case.
|
|
502
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
503
|
+
|
|
504
|
+
|
|
456
505
|
|
|
457
506
|
.. py:method:: from_dict(mapping)
|
|
458
507
|
:classmethod:
|
|
@@ -482,6 +531,11 @@ Module Contents
|
|
|
482
531
|
|
|
483
532
|
.. py:method:: to_dict()
|
|
484
533
|
|
|
534
|
+
Standardizes converting an ApiClass to dictionary.
|
|
535
|
+
Keys of response dictionary are converted to camel case.
|
|
536
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
537
|
+
|
|
538
|
+
|
|
485
539
|
|
|
486
540
|
.. py:method:: from_dict(mapping)
|
|
487
541
|
:classmethod:
|