abacusai 1.3.9__tar.gz → 1.4.0__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.3.9/abacusai.egg-info → abacusai-1.4.0}/PKG-INFO +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/__init__.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/abstract.py +51 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/ai_agents.py +2 -2
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/enums.py +1 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/segments.py +4 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/client.py +32 -9
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment.py +14 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment_conversation.py +9 -5
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group.py +3 -2
- abacusai-1.4.0/abacusai/prediction_log_record.py +43 -0
- abacusai-1.4.0/abacusai/public.pem +5 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/return_class.py +9 -0
- {abacusai-1.3.9 → abacusai-1.4.0/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/.buildinfo +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +27 -4
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +6 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +56 -6
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +288 -38
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +9 -3
- abacusai-1.4.0/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +305 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +40 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/client/index.rst.txt +26 -8
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +3 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/index.rst.txt +284 -46
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model/index.rst.txt +5 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project/index.rst.txt +5 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/searchtools.js +1 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/ai_agents/index.html +32 -4
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +9 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/enums/index.html +68 -18
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/index.html +966 -670
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/model/index.html +9 -3
- abacusai-1.4.0/docs/autoapi/abacusai/api_class/segments/index.html +524 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_client_utils/index.html +40 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/client/index.html +27 -10
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment_conversation/index.html +2 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/index.html +445 -113
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model/index.html +3 -2
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project/index.html +3 -2
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/genindex.html +446 -162
- abacusai-1.4.0/docs/objects.inv +0 -0
- abacusai-1.4.0/docs/searchindex.js +1 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/setup.py +1 -1
- abacusai-1.3.9/abacusai/public.pem +0 -5
- abacusai-1.3.9/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -170
- abacusai-1.3.9/docs/autoapi/abacusai/api_class/segments/index.html +0 -348
- abacusai-1.3.9/docs/objects.inv +0 -0
- abacusai-1.3.9/docs/searchindex.js +0 -1
- {abacusai-1.3.9 → abacusai-1.4.0}/.gitignore +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/LICENSE +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/README.md +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/abacus_api.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/agent.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/agent_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/algorithm.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/annotation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/annotation_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/annotation_document.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/annotations_status.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/model.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/project.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/api_key.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/app_user_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/application_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/chat_message.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/chat_session.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/code_source.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/cryptography.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/custom_metric.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/data_metrics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/database_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/dataset_column.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/dataset_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/document_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/document_retriever.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/eda_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/external_application.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/external_invite.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_importance.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/feature_record.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/file_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/function_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/global_context.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/indexing_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/item_statistics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_app.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/llm_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/memory_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_location.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_metrics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_upload.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/module.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/nested_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/notebook_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/null_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/organization_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/organization_secret.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/page_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_client.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/problem_type.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/project_validation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/python_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/range_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/requirements.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/streaming_client.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/training_config_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/upload.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/upload_part.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/use_case.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/user.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/user_exception.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/web_search_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/web_search_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai/webhook.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/.nojekyll +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/basic.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/css/theme.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/doctools.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/file.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/graphviz.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/jquery.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/js/theme.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/language_data.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/minus.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/plus.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/pygments.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/_static/underscore.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/py-modindex.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/docs/search.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/examples/fullscript.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/featurestore.md +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/requirements.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/setup.cfg +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/sphinx/build_docs +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/sphinx/conf.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.0}/sphinx/index.rst +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import ast
|
|
1
2
|
import dataclasses
|
|
2
3
|
import datetime
|
|
3
4
|
import inspect
|
|
@@ -52,6 +53,56 @@ def get_clean_function_source_code(func: Callable):
|
|
|
52
53
|
return source_code
|
|
53
54
|
|
|
54
55
|
|
|
56
|
+
def get_clean_function_source_code_for_agent(func: Callable):
|
|
57
|
+
sample_lambda = (lambda: 0)
|
|
58
|
+
if isinstance(func, type(sample_lambda)) and func.__name__ == sample_lambda.__name__:
|
|
59
|
+
raise ValueError('Lambda function not allowed.')
|
|
60
|
+
source_code = get_source_code(func)
|
|
61
|
+
# If function source code has some initial indentation, remove it (Ex - can happen if the functor was defined inside a function)
|
|
62
|
+
source_code = dedent(source_code)
|
|
63
|
+
return source_code
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
def get_source_code(func: Callable):
|
|
67
|
+
main_function_name = func.__name__
|
|
68
|
+
source_code = inspect.getsource(func)
|
|
69
|
+
source_code = dedent(source_code)
|
|
70
|
+
|
|
71
|
+
function_globals = func.__globals__
|
|
72
|
+
tree = ast.parse(source_code)
|
|
73
|
+
call_nodes = []
|
|
74
|
+
for node in ast.walk(tree):
|
|
75
|
+
if isinstance(node, ast.Call):
|
|
76
|
+
if isinstance(node.func, ast.Name):
|
|
77
|
+
call_nodes.append(node.func.id)
|
|
78
|
+
|
|
79
|
+
functions_included = {}
|
|
80
|
+
|
|
81
|
+
while True:
|
|
82
|
+
if len(call_nodes) == 0:
|
|
83
|
+
break
|
|
84
|
+
new_call_nodes = []
|
|
85
|
+
for function_name in call_nodes:
|
|
86
|
+
if function_name not in functions_included and function_name in function_globals:
|
|
87
|
+
function_callable = function_globals[function_name]
|
|
88
|
+
if inspect.isfunction(function_callable) and function_callable.__module__ == '__main__':
|
|
89
|
+
cur_node_source_code = inspect.getsource(function_globals[function_name])
|
|
90
|
+
cur_node_source_code = dedent(cur_node_source_code)
|
|
91
|
+
functions_included[function_name] = cur_node_source_code
|
|
92
|
+
cur_node_tree = ast.parse(cur_node_source_code)
|
|
93
|
+
cur_node_call_nodes = []
|
|
94
|
+
for node in ast.walk(cur_node_tree):
|
|
95
|
+
if isinstance(node, ast.Call):
|
|
96
|
+
if isinstance(node.func, ast.Name):
|
|
97
|
+
cur_node_call_nodes.append(node.func.id)
|
|
98
|
+
new_call_nodes.extend(cur_node_call_nodes)
|
|
99
|
+
call_nodes = new_call_nodes
|
|
100
|
+
|
|
101
|
+
functions_included.pop(main_function_name, None)
|
|
102
|
+
final_source_code = '\n\n'.join([value for value in functions_included.values()]) + '\n\n' + source_code
|
|
103
|
+
return final_source_code
|
|
104
|
+
|
|
105
|
+
|
|
55
106
|
@dataclasses.dataclass
|
|
56
107
|
class ApiClass(ABC):
|
|
57
108
|
_upper_snake_case_keys: bool = dataclasses.field(default=False, repr=False, init=False)
|
|
@@ -2,7 +2,7 @@ import dataclasses
|
|
|
2
2
|
from typing import List, Union
|
|
3
3
|
|
|
4
4
|
from . import enums
|
|
5
|
-
from .abstract import ApiClass,
|
|
5
|
+
from .abstract import ApiClass, get_clean_function_source_code_for_agent
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
@dataclasses.dataclass
|
|
@@ -184,7 +184,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
184
184
|
def __init__(self, name: str, input_mappings: List[WorkflowNodeInputMapping], output_mappings: List[WorkflowNodeOutputMapping], function: callable = None, function_name: str = None, source_code: str = None, input_schema: WorkflowNodeInputSchema = None, output_schema: WorkflowNodeOutputSchema = None):
|
|
185
185
|
if function:
|
|
186
186
|
self.function_name = function.__name__
|
|
187
|
-
self.source_code =
|
|
187
|
+
self.source_code = get_clean_function_source_code_for_agent(function)
|
|
188
188
|
elif function_name and source_code:
|
|
189
189
|
self.function_name = function_name
|
|
190
190
|
self.source_code = source_code
|
|
@@ -380,6 +380,7 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
380
380
|
FRESHSERVICE = 'FRESHSERVICE'
|
|
381
381
|
ZENDESKSUNSHINEMESSAGING = 'ZENDESKSUNSHINEMESSAGING'
|
|
382
382
|
GOOGLEDRIVEUSER = 'GOOGLEDRIVEUSER'
|
|
383
|
+
ONEDRIVEUSER = 'ONEDRIVEUSER'
|
|
383
384
|
|
|
384
385
|
|
|
385
386
|
class StreamingConnectorType(ApiEnum):
|
|
@@ -50,6 +50,9 @@ class ResponseSection(ApiClass):
|
|
|
50
50
|
return {k: v.value if isinstance(v, enums.Enum) else v for k, v in dataclasses.asdict(self).items()}
|
|
51
51
|
|
|
52
52
|
|
|
53
|
+
Segment = ResponseSection
|
|
54
|
+
|
|
55
|
+
|
|
53
56
|
@dataclasses.dataclass
|
|
54
57
|
class AttachmentsResponseSection(ResponseSection):
|
|
55
58
|
"""
|
|
@@ -203,7 +206,7 @@ class CollapseResponseSection(ResponseSection):
|
|
|
203
206
|
content: ResponseSection
|
|
204
207
|
|
|
205
208
|
def __init__(self, title: str, content: ResponseSection, section_key: str = None):
|
|
206
|
-
super().__init__(enums.ResponseSectionType.COLLAPSIBLE_COMPONENT, id=section_key)
|
|
209
|
+
super().__init__(enums.ResponseSectionType.COLLAPSIBLE_COMPONENT, id=section_key)
|
|
207
210
|
self.title = title
|
|
208
211
|
self.content = content
|
|
209
212
|
|
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
87
|
-
self.deprecated_keys = {'
|
|
87
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
88
88
|
|
|
89
89
|
def __repr__(self):
|
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
103
|
-
self.deprecated_keys = {'
|
|
103
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
104
104
|
|
|
105
105
|
def __repr__(self):
|
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
|
@@ -41,9 +41,9 @@ from .api_class import (
|
|
|
41
41
|
PredictionArguments, ProblemType, ProjectFeatureGroupConfig,
|
|
42
42
|
PythonFunctionType, ResponseSection, SamplingConfig,
|
|
43
43
|
StreamingConnectorDatasetConfig, TrainingConfig, VectorStoreConfig,
|
|
44
|
-
WorkflowGraph,
|
|
44
|
+
WorkflowGraph, get_clean_function_source_code_for_agent
|
|
45
45
|
)
|
|
46
|
-
from .api_class.abstract import get_clean_function_source_code, snake_case
|
|
46
|
+
from .api_class.abstract import get_clean_function_source_code, get_clean_function_source_code_for_agent, snake_case
|
|
47
47
|
from .api_class.ai_agents import WorkflowGraph
|
|
48
48
|
from .api_class.blob_input import Blob, BlobInput
|
|
49
49
|
from .api_class.segments import ResponseSection
|
|
@@ -149,6 +149,7 @@ from .pipeline_step_version import PipelineStepVersion
|
|
|
149
149
|
from .pipeline_step_version_logs import PipelineStepVersionLogs
|
|
150
150
|
from .pipeline_version import PipelineVersion
|
|
151
151
|
from .pipeline_version_logs import PipelineVersionLogs
|
|
152
|
+
from .prediction_log_record import PredictionLogRecord
|
|
152
153
|
from .prediction_operator import PredictionOperator
|
|
153
154
|
from .prediction_operator_version import PredictionOperatorVersion
|
|
154
155
|
from .problem_type import ProblemType
|
|
@@ -594,7 +595,7 @@ class BaseApiClient:
|
|
|
594
595
|
client_options (ClientOptions): Optional API client configurations
|
|
595
596
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
596
597
|
"""
|
|
597
|
-
client_version = '1.
|
|
598
|
+
client_version = '1.4.0'
|
|
598
599
|
|
|
599
600
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
600
601
|
self.api_key = api_key
|
|
@@ -2084,6 +2085,19 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2084
2085
|
ModelTrainingTypeForDeployment: Model training types for deployment."""
|
|
2085
2086
|
return self._call_api('getModelTrainingTypesForDeployment', 'GET', query_params={'modelId': model_id, 'modelVersion': model_version, 'algorithm': algorithm}, parse_type=ModelTrainingTypeForDeployment)
|
|
2086
2087
|
|
|
2088
|
+
def get_prediction_logs_records(self, deployment_id: str, limit: int = 10, start_after_request_id: str = '', start_after_timestamp: int = None) -> List[PredictionLogRecord]:
|
|
2089
|
+
"""Retrieves the prediction request IDs for the most recent predictions made to the deployment.
|
|
2090
|
+
|
|
2091
|
+
Args:
|
|
2092
|
+
deployment_id (str): The unique identifier of a deployment created under the project.
|
|
2093
|
+
limit (int): The number of prediction log entries to retrieve up to the specified limit.
|
|
2094
|
+
start_after_request_id (str): The request ID of the last log entry to retrieve.
|
|
2095
|
+
start_after_timestamp (int): A Unix timestamp in milliseconds specifying the start point for retrieving log entries.
|
|
2096
|
+
|
|
2097
|
+
Returns:
|
|
2098
|
+
list[PredictionLogRecord]: A list of prediction log records."""
|
|
2099
|
+
return self._call_api('getPredictionLogsRecords', 'GET', query_params={'deploymentId': deployment_id, 'limit': limit, 'startAfterRequestId': start_after_request_id, 'startAfterTimestamp': start_after_timestamp}, parse_type=PredictionLogRecord)
|
|
2100
|
+
|
|
2087
2101
|
def list_deployment_alerts(self, deployment_id: str) -> List[MonitorAlert]:
|
|
2088
2102
|
"""List the monitor alerts associated with the deployment id.
|
|
2089
2103
|
|
|
@@ -3520,7 +3534,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3520
3534
|
evaluation_feature_group_id (str): The ID of the feature group to use for evaluation.
|
|
3521
3535
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
3522
3536
|
"""
|
|
3523
|
-
function_source_code =
|
|
3537
|
+
function_source_code = get_clean_function_source_code_for_agent(
|
|
3538
|
+
agent_function)
|
|
3524
3539
|
agent_function_name = agent_function.__name__
|
|
3525
3540
|
return self.create_agent(project_id=project_id, function_source_code=function_source_code, agent_function_name=agent_function_name, name=name, memory=memory, package_requirements=package_requirements, description=description, evaluation_feature_group_id=evaluation_feature_group_id, workflow_graph=workflow_graph)
|
|
3526
3541
|
|
|
@@ -3538,7 +3553,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3538
3553
|
description (str): A description of the agent.
|
|
3539
3554
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
3540
3555
|
"""
|
|
3541
|
-
function_source_code =
|
|
3556
|
+
function_source_code = get_clean_function_source_code_for_agent(
|
|
3557
|
+
agent_function)
|
|
3542
3558
|
agent_function_name = agent_function.__name__
|
|
3543
3559
|
return self.update_agent(model_id=model_id, function_source_code=function_source_code, agent_function_name=agent_function_name, memory=memory, package_requirements=package_requirements, enable_binary_input=enable_binary_input, description=description, workflow_graph=workflow_graph)
|
|
3544
3560
|
|
|
@@ -3672,7 +3688,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
3672
3688
|
Returns:
|
|
3673
3689
|
dict: Containing email and name of the end user.
|
|
3674
3690
|
"""
|
|
3675
|
-
|
|
3691
|
+
user_info = get_object_from_context(
|
|
3692
|
+
self, _request_context, 'user_info', dict)
|
|
3693
|
+
if user_info:
|
|
3694
|
+
return user_info
|
|
3695
|
+
else:
|
|
3696
|
+
raise ValueError(
|
|
3697
|
+
'User information not available. Please use UI interface for this agent to work.')
|
|
3676
3698
|
|
|
3677
3699
|
def clear_agent_context(self):
|
|
3678
3700
|
"""
|
|
@@ -7389,17 +7411,18 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7389
7411
|
streaming_token, feature_group_id=feature_group_id)
|
|
7390
7412
|
return self._call_api('appendMultipleData', 'POST', query_params={'streamingToken': streaming_token}, body={'featureGroupId': feature_group_id, 'data': data}, server_override=prediction_url)
|
|
7391
7413
|
|
|
7392
|
-
def upsert_data(self, feature_group_id: str, data: dict, streaming_token: str = None) -> FeatureGroupRow:
|
|
7414
|
+
def upsert_data(self, feature_group_id: str, data: dict, streaming_token: str = None, blobs: None = None) -> FeatureGroupRow:
|
|
7393
7415
|
"""Update new data into the feature group for a given lookup key record ID if the record ID is found; otherwise, insert new data into the feature group.
|
|
7394
7416
|
|
|
7395
7417
|
Args:
|
|
7396
7418
|
feature_group_id (str): A unique string identifier of the online feature group to record data to.
|
|
7397
7419
|
data (dict): The data to record, in JSON format.
|
|
7398
7420
|
streaming_token (str): Optional streaming token for authenticating requests if upserting to streaming FG.
|
|
7421
|
+
blobs (None): A dictionary of binary data to populate file fields' in data to upsert to the streaming FG.
|
|
7399
7422
|
|
|
7400
7423
|
Returns:
|
|
7401
7424
|
FeatureGroupRow: The feature group row that was upserted."""
|
|
7402
|
-
return self._proxy_request('upsertData', 'POST', query_params={
|
|
7425
|
+
return self._proxy_request('upsertData', 'POST', query_params={}, data={'featureGroupId': feature_group_id, 'data': json.dumps(data), 'streamingToken': streaming_token}, files=blobs, parse_type=FeatureGroupRow, is_sync=True)
|
|
7403
7426
|
|
|
7404
7427
|
def delete_data(self, feature_group_id: str, primary_key: str):
|
|
7405
7428
|
"""Deletes a row from the feature group given the primary key
|
|
@@ -7955,7 +7978,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7955
7978
|
model_id (str): A unique string identifier associated with the Model."""
|
|
7956
7979
|
return self._call_api('setNaturalLanguageExplanation', 'POST', query_params={}, body={'shortExplanation': short_explanation, 'longExplanation': long_explanation, 'featureGroupId': feature_group_id, 'featureGroupVersion': feature_group_version, 'modelId': model_id})
|
|
7957
7980
|
|
|
7958
|
-
def create_chat_session(self, project_id: str, name: str = None) -> ChatSession:
|
|
7981
|
+
def create_chat_session(self, project_id: str = None, name: str = None) -> ChatSession:
|
|
7959
7982
|
"""Creates a chat session with Data Science Co-pilot.
|
|
7960
7983
|
|
|
7961
7984
|
Args:
|
|
@@ -285,6 +285,20 @@ class Deployment(AbstractApiClass):
|
|
|
285
285
|
"""
|
|
286
286
|
return self.client.set_default_prediction_arguments(self.deployment_id, prediction_arguments, set_as_override)
|
|
287
287
|
|
|
288
|
+
def get_prediction_logs_records(self, limit: int = 10, start_after_request_id: str = '', start_after_timestamp: int = None):
|
|
289
|
+
"""
|
|
290
|
+
Retrieves the prediction request IDs for the most recent predictions made to the deployment.
|
|
291
|
+
|
|
292
|
+
Args:
|
|
293
|
+
limit (int): The number of prediction log entries to retrieve up to the specified limit.
|
|
294
|
+
start_after_request_id (str): The request ID of the last log entry to retrieve.
|
|
295
|
+
start_after_timestamp (int): A Unix timestamp in milliseconds specifying the start point for retrieving log entries.
|
|
296
|
+
|
|
297
|
+
Returns:
|
|
298
|
+
list[PredictionLogRecord]: A list of prediction log records.
|
|
299
|
+
"""
|
|
300
|
+
return self.client.get_prediction_logs_records(self.deployment_id, limit, start_after_request_id, start_after_timestamp)
|
|
301
|
+
|
|
288
302
|
def create_alert(self, alert_name: str, condition_config: Union[dict, AlertConditionConfig], action_config: Union[dict, AlertActionConfig]):
|
|
289
303
|
"""
|
|
290
304
|
Create a deployment alert for the given conditions.
|
|
@@ -18,11 +18,13 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
18
18
|
externalApplicationId (str): The external application id associated with the deployment conversation.
|
|
19
19
|
unusedDocumentUploadIds (list[str]): The list of unused document upload ids associated with the deployment conversation.
|
|
20
20
|
humanizeInstructions (dict): Instructions for humanizing the conversation.
|
|
21
|
-
conversationWarning (str): Extra text associated with the deployment conversation (to show it at the bottom of chatbot)
|
|
21
|
+
conversationWarning (str): Extra text associated with the deployment conversation (to show it at the bottom of chatbot).
|
|
22
|
+
conversationType (str): The type of the conversation, which depicts the application it caters to.
|
|
23
|
+
metadata (dict): Additional backend information about the conversation.
|
|
22
24
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
|
23
25
|
"""
|
|
24
26
|
|
|
25
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, history={}):
|
|
27
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, conversationType=None, metadata=None, history={}):
|
|
26
28
|
super().__init__(client, deploymentConversationId)
|
|
27
29
|
self.deployment_conversation_id = deploymentConversationId
|
|
28
30
|
self.name = name
|
|
@@ -35,13 +37,15 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
35
37
|
self.unused_document_upload_ids = unusedDocumentUploadIds
|
|
36
38
|
self.humanize_instructions = humanizeInstructions
|
|
37
39
|
self.conversation_warning = conversationWarning
|
|
40
|
+
self.conversation_type = conversationType
|
|
41
|
+
self.metadata = metadata
|
|
38
42
|
self.history = client._build_class(
|
|
39
43
|
DeploymentConversationEvent, history)
|
|
40
44
|
self.deprecated_keys = {}
|
|
41
45
|
|
|
42
46
|
def __repr__(self):
|
|
43
|
-
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(
|
|
44
|
-
self.
|
|
47
|
+
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(
|
|
48
|
+
self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'conversation_warning': repr(self.conversation_warning), f'conversation_type': repr(self.conversation_type), f'metadata': repr(self.metadata), f'history': repr(self.history)}
|
|
45
49
|
class_name = "DeploymentConversation"
|
|
46
50
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
47
51
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -55,7 +59,7 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
55
59
|
dict: The dict value representation of the class parameters
|
|
56
60
|
"""
|
|
57
61
|
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'external_session_id': self.external_session_id, 'regenerate_attempt': self.regenerate_attempt,
|
|
58
|
-
'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'history': self._get_attribute_as_dict(self.history)}
|
|
62
|
+
'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'conversation_type': self.conversation_type, 'metadata': self.metadata, 'history': self._get_attribute_as_dict(self.history)}
|
|
59
63
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
60
64
|
|
|
61
65
|
def get(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
|
|
@@ -1028,18 +1028,19 @@ class FeatureGroup(AbstractApiClass):
|
|
|
1028
1028
|
"""
|
|
1029
1029
|
return self.client.append_multiple_data(self.feature_group_id, streaming_token, data)
|
|
1030
1030
|
|
|
1031
|
-
def upsert_data(self, data: dict, streaming_token: str = None):
|
|
1031
|
+
def upsert_data(self, data: dict, streaming_token: str = None, blobs: None = None):
|
|
1032
1032
|
"""
|
|
1033
1033
|
Update new data into the feature group for a given lookup key record ID if the record ID is found; otherwise, insert new data into the feature group.
|
|
1034
1034
|
|
|
1035
1035
|
Args:
|
|
1036
1036
|
data (dict): The data to record, in JSON format.
|
|
1037
1037
|
streaming_token (str): Optional streaming token for authenticating requests if upserting to streaming FG.
|
|
1038
|
+
blobs (None): A dictionary of binary data to populate file fields' in data to upsert to the streaming FG.
|
|
1038
1039
|
|
|
1039
1040
|
Returns:
|
|
1040
1041
|
FeatureGroupRow: The feature group row that was upserted.
|
|
1041
1042
|
"""
|
|
1042
|
-
return self.client.upsert_data(self.feature_group_id, data, streaming_token)
|
|
1043
|
+
return self.client.upsert_data(self.feature_group_id, data, streaming_token, blobs)
|
|
1043
1044
|
|
|
1044
1045
|
def delete_data(self, primary_key: str):
|
|
1045
1046
|
"""
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class PredictionLogRecord(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A Record for a prediction request log.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
requestId (str): The unique identifier of the prediction request.
|
|
11
|
+
query (dict): The query used to make the prediction.
|
|
12
|
+
queryTimeMs (int): The time taken to make the prediction.
|
|
13
|
+
timestampMs (str): The timestamp of the prediction request.
|
|
14
|
+
response (dict): The prediction response.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
def __init__(self, client, requestId=None, query=None, queryTimeMs=None, timestampMs=None, response=None):
|
|
18
|
+
super().__init__(client, None)
|
|
19
|
+
self.request_id = requestId
|
|
20
|
+
self.query = query
|
|
21
|
+
self.query_time_ms = queryTimeMs
|
|
22
|
+
self.timestamp_ms = timestampMs
|
|
23
|
+
self.response = response
|
|
24
|
+
self.deprecated_keys = {}
|
|
25
|
+
|
|
26
|
+
def __repr__(self):
|
|
27
|
+
repr_dict = {f'request_id': repr(self.request_id), f'query': repr(self.query), f'query_time_ms': repr(
|
|
28
|
+
self.query_time_ms), f'timestamp_ms': repr(self.timestamp_ms), f'response': repr(self.response)}
|
|
29
|
+
class_name = "PredictionLogRecord"
|
|
30
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
31
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
32
|
+
return f"{class_name}({repr_str})"
|
|
33
|
+
|
|
34
|
+
def to_dict(self):
|
|
35
|
+
"""
|
|
36
|
+
Get a dict representation of the parameters in this class
|
|
37
|
+
|
|
38
|
+
Returns:
|
|
39
|
+
dict: The dict value representation of the class parameters
|
|
40
|
+
"""
|
|
41
|
+
resp = {'request_id': self.request_id, 'query': self.query, 'query_time_ms': self.query_time_ms,
|
|
42
|
+
'timestamp_ms': self.timestamp_ms, 'response': self.response}
|
|
43
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -17,3 +17,12 @@ class AbstractApiClass:
|
|
|
17
17
|
return [elem.to_dict() for elem in attribute if elem]
|
|
18
18
|
elif attribute is not None:
|
|
19
19
|
return attribute.to_dict()
|
|
20
|
+
|
|
21
|
+
def __getattribute__(self, __name: str):
|
|
22
|
+
try:
|
|
23
|
+
return super().__getattribute__(__name)
|
|
24
|
+
except AttributeError as e:
|
|
25
|
+
attributes = {f"'{attr}'" for attr in self.__dict__.keys() if attr not in {
|
|
26
|
+
'client', 'deprecated_keys'}}
|
|
27
|
+
raise AttributeError(
|
|
28
|
+
f'{e}. Did you mean one of {", ".join(attributes)}?') from None
|
|
@@ -177,6 +177,7 @@ abacusai/prediction_client.py
|
|
|
177
177
|
abacusai/prediction_dataset.py
|
|
178
178
|
abacusai/prediction_feature_group.py
|
|
179
179
|
abacusai/prediction_input.py
|
|
180
|
+
abacusai/prediction_log_record.py
|
|
180
181
|
abacusai/prediction_operator.py
|
|
181
182
|
abacusai/prediction_operator_version.py
|
|
182
183
|
abacusai/problem_type.py
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Sphinx build info version 1
|
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
|
3
|
-
config:
|
|
3
|
+
config: 9cd0e17cedd3a5aab3432b70872522db
|
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
{abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt
RENAMED
|
@@ -60,7 +60,7 @@ Module Contents
|
|
|
60
60
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
A react-jsonschema-form conformant schema for workflow node input.
|
|
63
|
+
A react-jsonschema-form conformant schema for workflow node input. To initialize a WorkflowNodeInputSchema dependent on another node's output, use from_workflow_node method.
|
|
64
64
|
|
|
65
65
|
:param json_schema: The json schema for the input conformant to react-jsonschema-form specification. Must define keys like "title", "type" and "properties". Supported elements - Checkbox, Radio Button, Dropdown, Textarea, Number, Date, file upload. Not supported - Nested elements, arrays and other complex types.
|
|
66
66
|
:type json_schema: dict
|
|
@@ -76,6 +76,18 @@ Module Contents
|
|
|
76
76
|
:type: dict
|
|
77
77
|
|
|
78
78
|
|
|
79
|
+
.. py:attribute:: schema_source
|
|
80
|
+
:type: str
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
.. py:attribute:: schema_prop
|
|
84
|
+
:type: str
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
.. py:attribute:: runtime_schema
|
|
88
|
+
:type: bool
|
|
89
|
+
|
|
90
|
+
|
|
79
91
|
.. py:method:: to_dict()
|
|
80
92
|
|
|
81
93
|
Standardizes converting an ApiClass to dictionary.
|
|
@@ -89,6 +101,19 @@ Module Contents
|
|
|
89
101
|
|
|
90
102
|
|
|
91
103
|
|
|
104
|
+
.. py:method:: from_workflow_node(schema_source, schema_prop)
|
|
105
|
+
:classmethod:
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Creates a WorkflowNodeInputSchema instance which references the schema generated by a WorkflowGraphNode.
|
|
109
|
+
|
|
110
|
+
:param schema_source: The name of the source WorkflowGraphNode.
|
|
111
|
+
:type schema_source: str
|
|
112
|
+
:param schema_prop: The name of the input schema parameter which source node outputs.
|
|
113
|
+
:type schema_prop: str
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
92
117
|
.. py:class:: WorkflowNodeOutputSchema
|
|
93
118
|
|
|
94
119
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
@@ -200,7 +225,7 @@ Module Contents
|
|
|
200
225
|
|
|
201
226
|
|
|
202
227
|
|
|
203
|
-
.. py:class:: WorkflowGraphNode(name, input_mappings, output_mappings, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None
|
|
228
|
+
.. py:class:: WorkflowGraphNode(name, input_mappings, output_mappings, function = None, function_name = None, source_code = None, input_schema = None, output_schema = None)
|
|
204
229
|
|
|
205
230
|
Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`
|
|
206
231
|
|
|
@@ -219,8 +244,6 @@ Module Contents
|
|
|
219
244
|
:type input_schema: WorkflowNodeInputSchema
|
|
220
245
|
:param output_schema: The react json schema for the output to be shown on UI.
|
|
221
246
|
:type output_schema: WorkflowNodeOutputSchema
|
|
222
|
-
:param package_requirements: List of package requirements for the node.
|
|
223
|
-
:type package_requirements: list
|
|
224
247
|
|
|
225
248
|
|
|
226
249
|
.. py:method:: to_dict()
|
|
@@ -34,12 +34,18 @@ Module Contents
|
|
|
34
34
|
|
|
35
35
|
:param application_connector_type: The type of application connector
|
|
36
36
|
:type application_connector_type: enums.ApplicationConnectorType
|
|
37
|
+
:param document_processing_config: The document processing configuration. Only valid if is_documentset is True for the dataset.
|
|
38
|
+
:type document_processing_config: DatasetDocumentProcessingConfig
|
|
37
39
|
|
|
38
40
|
|
|
39
41
|
.. py:attribute:: application_connector_type
|
|
40
42
|
:type: abacusai.api_class.enums.ApplicationConnectorType
|
|
41
43
|
|
|
42
44
|
|
|
45
|
+
.. py:attribute:: document_processing_config
|
|
46
|
+
:type: abacusai.api_class.dataset.DatasetDocumentProcessingConfig
|
|
47
|
+
|
|
48
|
+
|
|
43
49
|
.. py:method:: _get_builder()
|
|
44
50
|
:classmethod:
|
|
45
51
|
|
{abacusai-1.3.9 → abacusai-1.4.0}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt
RENAMED
|
@@ -70,8 +70,8 @@ Classes
|
|
|
70
70
|
abacusai.api_class.enums.ProjectConfigType
|
|
71
71
|
abacusai.api_class.enums.CPUSize
|
|
72
72
|
abacusai.api_class.enums.MemorySize
|
|
73
|
-
abacusai.api_class.enums.
|
|
74
|
-
abacusai.api_class.enums.
|
|
73
|
+
abacusai.api_class.enums.ResponseSectionType
|
|
74
|
+
abacusai.api_class.enums.CodeLanguage
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
Module Contents
|
|
@@ -1149,6 +1149,16 @@ Module Contents
|
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
1151
|
|
|
1152
|
+
.. py:attribute:: L_SHAPED_AUTO
|
|
1153
|
+
:value: 'L-shaped Split - Automatic Time Based'
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
.. py:attribute:: L_SHAPED_TIMESTAMP
|
|
1158
|
+
:value: 'L-shaped Split - Timestamp Based'
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1152
1162
|
.. py:class:: ForecastingLossFunction
|
|
1153
1163
|
|
|
1154
1164
|
Bases: :py:obj:`ApiEnum`
|
|
@@ -2329,6 +2339,11 @@ Module Contents
|
|
|
2329
2339
|
|
|
2330
2340
|
|
|
2331
2341
|
|
|
2342
|
+
.. py:attribute:: RUNTIME_SCHEMA
|
|
2343
|
+
:value: 'RUNTIME_SCHEMA'
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
|
|
2332
2347
|
.. py:class:: OcrMode
|
|
2333
2348
|
|
|
2334
2349
|
Bases: :py:obj:`ApiEnum`
|
|
@@ -2569,7 +2584,7 @@ Module Contents
|
|
|
2569
2584
|
|
|
2570
2585
|
|
|
2571
2586
|
|
|
2572
|
-
.. py:class::
|
|
2587
|
+
.. py:class:: ResponseSectionType
|
|
2573
2588
|
|
|
2574
2589
|
Bases: :py:obj:`ApiEnum`
|
|
2575
2590
|
|
|
@@ -2579,13 +2594,33 @@ Module Contents
|
|
|
2579
2594
|
Derive from this class to define new enumerations.
|
|
2580
2595
|
|
|
2581
2596
|
|
|
2597
|
+
.. py:attribute:: AGENT_FLOW_BUTTON
|
|
2598
|
+
:value: 'agent_flow_button'
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
|
|
2582
2602
|
.. py:attribute:: ATTACHMENTS
|
|
2583
2603
|
:value: 'attachments'
|
|
2584
2604
|
|
|
2585
2605
|
|
|
2586
2606
|
|
|
2587
|
-
.. py:attribute::
|
|
2588
|
-
:value: '
|
|
2607
|
+
.. py:attribute:: BASE64_IMAGE
|
|
2608
|
+
:value: 'base64_image'
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
|
|
2612
|
+
.. py:attribute:: CHART
|
|
2613
|
+
:value: 'chart'
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
.. py:attribute:: CODE
|
|
2618
|
+
:value: 'code'
|
|
2619
|
+
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
.. py:attribute:: COLLAPSIBLE_COMPONENT
|
|
2623
|
+
:value: 'collapsible_component'
|
|
2589
2624
|
|
|
2590
2625
|
|
|
2591
2626
|
|
|
@@ -2594,12 +2629,27 @@ Module Contents
|
|
|
2594
2629
|
|
|
2595
2630
|
|
|
2596
2631
|
|
|
2632
|
+
.. py:attribute:: RUNTIME_SCHEMA
|
|
2633
|
+
:value: 'runtime_schema'
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
|
|
2637
|
+
.. py:attribute:: LIST
|
|
2638
|
+
:value: 'list'
|
|
2639
|
+
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
|
+
.. py:attribute:: TABLE
|
|
2643
|
+
:value: 'table'
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2597
2647
|
.. py:attribute:: TEXT
|
|
2598
2648
|
:value: 'text'
|
|
2599
2649
|
|
|
2600
2650
|
|
|
2601
2651
|
|
|
2602
|
-
.. py:class::
|
|
2652
|
+
.. py:class:: CodeLanguage
|
|
2603
2653
|
|
|
2604
2654
|
Bases: :py:obj:`ApiEnum`
|
|
2605
2655
|
|