abacusai 1.4.38__tar.gz → 1.4.39__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {abacusai-1.4.38/abacusai.egg-info → abacusai-1.4.39}/PKG-INFO +1 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/__init__.py +3 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/batch_prediction.py +2 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/enums.py +1 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/model.py +0 -2
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_client_utils.py +15 -2
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/client.py +1 -1
- abacusai-1.4.39/abacusai/code_summary_response.py +33 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/constants_autocomplete_response.py +6 -4
- abacusai-1.4.39/abacusai/lip_sync_gen_settings.py +36 -0
- {abacusai-1.4.38 → abacusai-1.4.39/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai.egg-info/SOURCES.txt +2 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -55
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -116
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -13
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -4
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -14
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -10
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/client/index.rst.txt +2 -2
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +29 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/constants_autocomplete_response/index.rst.txt +8 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +8 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/hosted_app_container/index.rst.txt +15 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/index.rst.txt +62 -122
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/ai_agents/index.html +11 -44
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/connectors/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/deployment/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/index.html +25 -91
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/model/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +3 -10
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/project/index.html +1 -3
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/refresh/index.html +3 -11
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/segments/index.html +2 -8
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/client/index.html +2 -2
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_bot/index.html +25 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/constants_autocomplete_response/index.html +7 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment/index.html +7 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/hosted_app_container/index.html +13 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/index.html +87 -97
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/genindex.html +51 -5
- abacusai-1.4.39/docs/objects.inv +0 -0
- abacusai-1.4.39/docs/searchindex.js +1 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/setup.py +1 -1
- abacusai-1.4.38/docs/objects.inv +0 -0
- abacusai-1.4.38/docs/searchindex.js +0 -1
- {abacusai-1.4.38 → abacusai-1.4.39}/.gitignore +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/LICENSE +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/README.md +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/address.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/annotation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/api_key.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/audio_gen_settings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chatllm_project.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/chatllm_task.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_agent_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_source.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/code_suggestion_validation_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/dataset.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/document_data.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/edit_image_models.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/external_application.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/fs_entry.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/global_context.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/hosted_app.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/hosted_app_container.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/hosted_app_file_read.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/hume_voice.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/image_gen_settings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_location.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/module.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/page_data.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project_config.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/python_function.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/return_class.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/schema.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/sftp_key.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/upload.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/use_case.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/user.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/voice_gen_details.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/webhook.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/.buildinfo +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/.buildinfo.bak +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/.nojekyll +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/audio_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chatllm_project/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/chatllm_task/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_agent_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/code_suggestion_validation_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/fs_entry/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/hosted_app/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/hosted_app_file_read/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/hume_voice/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/sftp_key/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/voice_gen_details/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/basic.css +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/file.png +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/minus.png +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/plus.png +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/audio_gen_settings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chatllm_project/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/chatllm_task/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_agent_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_edit/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_edits/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/code_suggestion_validation_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/edit_image_models/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/fs_entry/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/hosted_app/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/hosted_app_file_read/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/hume_voice/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/playground_text/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/sftp_key/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/voice_gen_details/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/index.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/py-modindex.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/docs/search.html +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/CheatSheet.md +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/basics/basics.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/basics/code_execution.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/language/0.calling_large_language_models.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/language/1.extracting_text.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/language/2.document_retriever.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/language/helpers/metadata_extractor.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/examples/language/helpers/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/featurestore.md +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/requirements.txt +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/setup.cfg +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/sphinx/build_docs +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/sphinx/conf.py +0 -0
- {abacusai-1.4.38 → abacusai-1.4.39}/sphinx/index.rst +0 -0
@@ -40,6 +40,7 @@ from .code_edit_response import CodeEditResponse
|
|
40
40
|
from .code_edits import CodeEdits
|
41
41
|
from .code_source import CodeSource
|
42
42
|
from .code_suggestion_validation_response import CodeSuggestionValidationResponse
|
43
|
+
from .code_summary_response import CodeSummaryResponse
|
43
44
|
from .compute_point_info import ComputePointInfo
|
44
45
|
from .concatenation_config import ConcatenationConfig
|
45
46
|
from .constants_autocomplete_response import ConstantsAutocompleteResponse
|
@@ -133,6 +134,7 @@ from .indexing_config import IndexingConfig
|
|
133
134
|
from .inferred_database_column_to_feature_mappings import InferredDatabaseColumnToFeatureMappings
|
134
135
|
from .inferred_feature_mappings import InferredFeatureMappings
|
135
136
|
from .item_statistics import ItemStatistics
|
137
|
+
from .lip_sync_gen_settings import LipSyncGenSettings
|
136
138
|
from .llm_app import LlmApp
|
137
139
|
from .llm_code_block import LlmCodeBlock
|
138
140
|
from .llm_execution_preview import LlmExecutionPreview
|
@@ -243,4 +245,4 @@ from .workflow_graph_node_details import WorkflowGraphNodeDetails
|
|
243
245
|
from .workflow_node_template import WorkflowNodeTemplate
|
244
246
|
|
245
247
|
|
246
|
-
__version__ = "1.4.
|
248
|
+
__version__ = "1.4.39"
|
@@ -124,10 +124,12 @@ class PretrainedModelsBatchPredictionArgs(BatchPredictionArgs):
|
|
124
124
|
|
125
125
|
Args:
|
126
126
|
for_eval (bool): If True, the test fold which was created during training and used for metrics calculation will be used as input data. These predictions are hence, used for model evaluation.
|
127
|
+
files_input_location (str): The input location for the files.
|
127
128
|
files_output_location_prefix (str): The output location prefix for the files.
|
128
129
|
channel_id_to_label_map (str): JSON string for the map from channel ids to their labels.
|
129
130
|
"""
|
130
131
|
for_eval: bool = dataclasses.field(default=None)
|
132
|
+
files_input_location: str = dataclasses.field(default=None)
|
131
133
|
files_output_location_prefix: str = dataclasses.field(default=None)
|
132
134
|
channel_id_to_label_map: str = dataclasses.field(default=None)
|
133
135
|
|
@@ -487,7 +487,6 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
487
487
|
json_response_instructions (str): Instructions to be followed while generating the json_response if `response_format` is set to "JSON". This can include the schema information if the schema is dynamic and its keys cannot be pre-determined.
|
488
488
|
json_response_schema (str): Specifies the JSON schema that the model should adhere to if `response_format` is set to "JSON". This should be a json-formatted string where each field of the expected schema is mapped to a dictionary containing the fields 'type', 'required' and 'description'. For example - '{"sample_field": {"type": "integer", "required": true, "description": "Sample Field"}}'
|
489
489
|
mask_pii (bool): Mask PII in the prompts and uploaded documents before sending it to the LLM.
|
490
|
-
custom_tools (List[str]): List of custom tool names to be used in the chat.
|
491
490
|
"""
|
492
491
|
document_retrievers: List[str] = dataclasses.field(default=None)
|
493
492
|
num_completion_tokens: int = dataclasses.field(default=None)
|
@@ -525,7 +524,6 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
525
524
|
json_response_instructions: str = dataclasses.field(default=None)
|
526
525
|
json_response_schema: str = dataclasses.field(default=None)
|
527
526
|
mask_pii: bool = dataclasses.field(default=None)
|
528
|
-
custom_tools: List[str] = dataclasses.field(default=None)
|
529
527
|
|
530
528
|
def __post_init__(self):
|
531
529
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
@@ -468,9 +468,22 @@ class DocstoreUtils:
|
|
468
468
|
|
469
469
|
chunk_size = 10 * 1024 * 1024
|
470
470
|
|
471
|
+
def is_valid_config(x):
|
472
|
+
if not isinstance(x, dict):
|
473
|
+
return False
|
474
|
+
if cls.DOCUMENT_PROCESSING_CONFIG not in x:
|
475
|
+
return False
|
476
|
+
if x[cls.DOCUMENT_PROCESSING_CONFIG] is None:
|
477
|
+
return False
|
478
|
+
if x[cls.DOCUMENT_PROCESSING_CONFIG] == {}:
|
479
|
+
return False
|
480
|
+
# if all keys are None, return False
|
481
|
+
if all(v is None for v in x[cls.DOCUMENT_PROCESSING_CONFIG].values()):
|
482
|
+
return False
|
483
|
+
return True
|
484
|
+
|
471
485
|
pages_df_with_config = None
|
472
|
-
df_with_config = df[df[document_column].apply(
|
473
|
-
x, dict) and x.get(cls.DOCUMENT_PROCESSING_CONFIG) is not None)]
|
486
|
+
df_with_config = df[df[document_column].apply(is_valid_config)]
|
474
487
|
df = df[~df[doc_id_column].isin(df_with_config[doc_id_column])]
|
475
488
|
|
476
489
|
if len(df_with_config) > 0:
|
@@ -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(
|
@@ -652,7 +652,7 @@ class BaseApiClient:
|
|
652
652
|
client_options (ClientOptions): Optional API client configurations
|
653
653
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
654
654
|
"""
|
655
|
-
client_version = '1.4.
|
655
|
+
client_version = '1.4.39'
|
656
656
|
|
657
657
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
658
658
|
self.api_key = api_key
|
@@ -0,0 +1,33 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class CodeSummaryResponse(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
A summary response from an LLM
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
summary (str): The summary of the code.
|
11
|
+
"""
|
12
|
+
|
13
|
+
def __init__(self, client, summary=None):
|
14
|
+
super().__init__(client, None)
|
15
|
+
self.summary = summary
|
16
|
+
self.deprecated_keys = {}
|
17
|
+
|
18
|
+
def __repr__(self):
|
19
|
+
repr_dict = {f'summary': repr(self.summary)}
|
20
|
+
class_name = "CodeSummaryResponse"
|
21
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
22
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
23
|
+
return f"{class_name}({repr_str})"
|
24
|
+
|
25
|
+
def to_dict(self):
|
26
|
+
"""
|
27
|
+
Get a dict representation of the parameters in this class
|
28
|
+
|
29
|
+
Returns:
|
30
|
+
dict: The dict value representation of the class parameters
|
31
|
+
"""
|
32
|
+
resp = {'summary': self.summary}
|
33
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -28,9 +28,10 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
28
28
|
diagnosticEachThreshold (int): The max number of characters to show for each diagnostic type.
|
29
29
|
numVsCodeSuggestions (int): The number of VS Code suggestions to show.
|
30
30
|
minReindexingInterval (int): The minimum interval between reindexes in ms.
|
31
|
+
minRefreshSummaryInterval (int): The minimum interval between refresh summary in ms.
|
31
32
|
"""
|
32
33
|
|
33
|
-
def __init__(self, client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None):
|
34
|
+
def __init__(self, client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None, minRefreshSummaryInterval=None):
|
34
35
|
super().__init__(client, None)
|
35
36
|
self.max_pending_requests = maxPendingRequests
|
36
37
|
self.acceptance_delay = acceptanceDelay
|
@@ -53,11 +54,12 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
53
54
|
self.diagnostic_each_threshold = diagnosticEachThreshold
|
54
55
|
self.num_vs_code_suggestions = numVsCodeSuggestions
|
55
56
|
self.min_reindexing_interval = minReindexingInterval
|
57
|
+
self.min_refresh_summary_interval = minRefreshSummaryInterval
|
56
58
|
self.deprecated_keys = {}
|
57
59
|
|
58
60
|
def __repr__(self):
|
59
61
|
repr_dict = {f'max_pending_requests': repr(self.max_pending_requests), f'acceptance_delay': repr(self.acceptance_delay), f'debounce_delay': repr(self.debounce_delay), f'record_user_action': repr(self.record_user_action), f'validate_suggestion': repr(self.validate_suggestion), f'validation_lines_threshold': repr(self.validation_lines_threshold), f'max_tracked_recent_changes': repr(self.max_tracked_recent_changes), f'diff_threshold': repr(self.diff_threshold), f'derivative_threshold': repr(self.derivative_threshold), f'default_surrounding_lines': repr(self.default_surrounding_lines), f'max_tracked_visit_changes': repr(
|
60
|
-
self.max_tracked_visit_changes), f'selection_cooldown_ms': repr(self.selection_cooldown_ms), f'viewing_cooldown_ms': repr(self.viewing_cooldown_ms), f'max_lines': repr(self.max_lines), f'edit_cooldown_ms': repr(self.edit_cooldown_ms), f'scroll_debounce_ms': repr(self.scroll_debounce_ms), f'lsp_deadline': repr(self.lsp_deadline), f'diagnostics_threshold': repr(self.diagnostics_threshold), f'diagnostic_each_threshold': repr(self.diagnostic_each_threshold), f'num_vs_code_suggestions': repr(self.num_vs_code_suggestions), f'min_reindexing_interval': repr(self.min_reindexing_interval)}
|
62
|
+
self.max_tracked_visit_changes), f'selection_cooldown_ms': repr(self.selection_cooldown_ms), f'viewing_cooldown_ms': repr(self.viewing_cooldown_ms), f'max_lines': repr(self.max_lines), f'edit_cooldown_ms': repr(self.edit_cooldown_ms), f'scroll_debounce_ms': repr(self.scroll_debounce_ms), f'lsp_deadline': repr(self.lsp_deadline), f'diagnostics_threshold': repr(self.diagnostics_threshold), f'diagnostic_each_threshold': repr(self.diagnostic_each_threshold), f'num_vs_code_suggestions': repr(self.num_vs_code_suggestions), f'min_reindexing_interval': repr(self.min_reindexing_interval), f'min_refresh_summary_interval': repr(self.min_refresh_summary_interval)}
|
61
63
|
class_name = "ConstantsAutocompleteResponse"
|
62
64
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
63
65
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -70,6 +72,6 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
70
72
|
Returns:
|
71
73
|
dict: The dict value representation of the class parameters
|
72
74
|
"""
|
73
|
-
resp = {'max_pending_requests': self.max_pending_requests, 'acceptance_delay': self.acceptance_delay, 'debounce_delay': self.debounce_delay, 'record_user_action': self.record_user_action, 'validate_suggestion': self.validate_suggestion, 'validation_lines_threshold': self.validation_lines_threshold, 'max_tracked_recent_changes': self.max_tracked_recent_changes, 'diff_threshold': self.diff_threshold, 'derivative_threshold': self.derivative_threshold, 'default_surrounding_lines': self.default_surrounding_lines,
|
74
|
-
'
|
75
|
+
resp = {'max_pending_requests': self.max_pending_requests, 'acceptance_delay': self.acceptance_delay, 'debounce_delay': self.debounce_delay, 'record_user_action': self.record_user_action, 'validate_suggestion': self.validate_suggestion, 'validation_lines_threshold': self.validation_lines_threshold, 'max_tracked_recent_changes': self.max_tracked_recent_changes, 'diff_threshold': self.diff_threshold, 'derivative_threshold': self.derivative_threshold, 'default_surrounding_lines': self.default_surrounding_lines, 'max_tracked_visit_changes': self.max_tracked_visit_changes,
|
76
|
+
'selection_cooldown_ms': self.selection_cooldown_ms, 'viewing_cooldown_ms': self.viewing_cooldown_ms, 'max_lines': self.max_lines, 'edit_cooldown_ms': self.edit_cooldown_ms, 'scroll_debounce_ms': self.scroll_debounce_ms, 'lsp_deadline': self.lsp_deadline, 'diagnostics_threshold': self.diagnostics_threshold, 'diagnostic_each_threshold': self.diagnostic_each_threshold, 'num_vs_code_suggestions': self.num_vs_code_suggestions, 'min_reindexing_interval': self.min_reindexing_interval, 'min_refresh_summary_interval': self.min_refresh_summary_interval}
|
75
77
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class LipSyncGenSettings(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Lip sync generation settings
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
model (dict): The model settings.
|
11
|
+
settings (dict): The settings for each model.
|
12
|
+
"""
|
13
|
+
|
14
|
+
def __init__(self, client, model=None, settings=None):
|
15
|
+
super().__init__(client, None)
|
16
|
+
self.model = model
|
17
|
+
self.settings = settings
|
18
|
+
self.deprecated_keys = {}
|
19
|
+
|
20
|
+
def __repr__(self):
|
21
|
+
repr_dict = {f'model': repr(self.model),
|
22
|
+
f'settings': repr(self.settings)}
|
23
|
+
class_name = "LipSyncGenSettings"
|
24
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
25
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
26
|
+
return f"{class_name}({repr_str})"
|
27
|
+
|
28
|
+
def to_dict(self):
|
29
|
+
"""
|
30
|
+
Get a dict representation of the parameters in this class
|
31
|
+
|
32
|
+
Returns:
|
33
|
+
dict: The dict value representation of the class parameters
|
34
|
+
"""
|
35
|
+
resp = {'model': self.model, 'settings': self.settings}
|
36
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -48,6 +48,7 @@ abacusai/code_edit_response.py
|
|
48
48
|
abacusai/code_edits.py
|
49
49
|
abacusai/code_source.py
|
50
50
|
abacusai/code_suggestion_validation_response.py
|
51
|
+
abacusai/code_summary_response.py
|
51
52
|
abacusai/compute_point_info.py
|
52
53
|
abacusai/concatenation_config.py
|
53
54
|
abacusai/constants_autocomplete_response.py
|
@@ -143,6 +144,7 @@ abacusai/indexing_config.py
|
|
143
144
|
abacusai/inferred_database_column_to_feature_mappings.py
|
144
145
|
abacusai/inferred_feature_mappings.py
|
145
146
|
abacusai/item_statistics.py
|
147
|
+
abacusai/lip_sync_gen_settings.py
|
146
148
|
abacusai/llm_app.py
|
147
149
|
abacusai/llm_code_block.py
|
148
150
|
abacusai/llm_execution_preview.py
|
{abacusai-1.4.38 → abacusai-1.4.39}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt
RENAMED
@@ -154,11 +154,6 @@ Module Contents
|
|
154
154
|
|
155
155
|
.. py:method:: to_dict()
|
156
156
|
|
157
|
-
Standardizes converting an ApiClass to dictionary.
|
158
|
-
Keys of response dictionary are converted to camel case.
|
159
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
160
|
-
|
161
|
-
|
162
157
|
|
163
158
|
.. py:method:: from_dict(mapping)
|
164
159
|
:classmethod:
|
@@ -208,11 +203,6 @@ Module Contents
|
|
208
203
|
|
209
204
|
.. py:method:: to_dict()
|
210
205
|
|
211
|
-
Standardizes converting an ApiClass to dictionary.
|
212
|
-
Keys of response dictionary are converted to camel case.
|
213
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
214
|
-
|
215
|
-
|
216
206
|
|
217
207
|
.. py:method:: from_dict(schema)
|
218
208
|
:classmethod:
|
@@ -277,11 +267,6 @@ Module Contents
|
|
277
267
|
|
278
268
|
.. py:method:: to_dict()
|
279
269
|
|
280
|
-
Standardizes converting an ApiClass to dictionary.
|
281
|
-
Keys of response dictionary are converted to camel case.
|
282
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
283
|
-
|
284
|
-
|
285
270
|
|
286
271
|
.. py:method:: from_dict(mapping)
|
287
272
|
:classmethod:
|
@@ -305,11 +290,6 @@ Module Contents
|
|
305
290
|
|
306
291
|
.. py:method:: to_dict()
|
307
292
|
|
308
|
-
Standardizes converting an ApiClass to dictionary.
|
309
|
-
Keys of response dictionary are converted to camel case.
|
310
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
311
|
-
|
312
|
-
|
313
293
|
|
314
294
|
.. py:method:: from_dict(schema)
|
315
295
|
:classmethod:
|
@@ -335,11 +315,6 @@ Module Contents
|
|
335
315
|
|
336
316
|
.. py:method:: to_dict()
|
337
317
|
|
338
|
-
Standardizes converting an ApiClass to dictionary.
|
339
|
-
Keys of response dictionary are converted to camel case.
|
340
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
341
|
-
|
342
|
-
|
343
318
|
|
344
319
|
.. py:method:: from_dict(configs)
|
345
320
|
:classmethod:
|
@@ -404,11 +379,6 @@ Module Contents
|
|
404
379
|
|
405
380
|
.. py:method:: to_dict()
|
406
381
|
|
407
|
-
Standardizes converting an ApiClass to dictionary.
|
408
|
-
Keys of response dictionary are converted to camel case.
|
409
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
410
|
-
|
411
|
-
|
412
382
|
|
413
383
|
.. py:method:: is_template_node()
|
414
384
|
|
@@ -522,11 +492,6 @@ Module Contents
|
|
522
492
|
|
523
493
|
.. py:method:: to_dict()
|
524
494
|
|
525
|
-
Standardizes converting an ApiClass to dictionary.
|
526
|
-
Keys of response dictionary are converted to camel case.
|
527
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
528
|
-
|
529
|
-
|
530
495
|
|
531
496
|
.. py:method:: from_dict(graph)
|
532
497
|
:classmethod:
|
@@ -568,11 +533,6 @@ Module Contents
|
|
568
533
|
|
569
534
|
.. py:method:: to_dict()
|
570
535
|
|
571
|
-
Standardizes converting an ApiClass to dictionary.
|
572
|
-
Keys of response dictionary are converted to camel case.
|
573
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
574
|
-
|
575
|
-
|
576
536
|
|
577
537
|
.. py:class:: WorkflowNodeTemplateConfig
|
578
538
|
|
@@ -615,11 +575,6 @@ Module Contents
|
|
615
575
|
|
616
576
|
.. py:method:: to_dict()
|
617
577
|
|
618
|
-
Standardizes converting an ApiClass to dictionary.
|
619
|
-
Keys of response dictionary are converted to camel case.
|
620
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
621
|
-
|
622
|
-
|
623
578
|
|
624
579
|
.. py:method:: from_dict(mapping)
|
625
580
|
:classmethod:
|
@@ -659,11 +614,6 @@ Module Contents
|
|
659
614
|
|
660
615
|
.. py:method:: to_dict()
|
661
616
|
|
662
|
-
Standardizes converting an ApiClass to dictionary.
|
663
|
-
Keys of response dictionary are converted to camel case.
|
664
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
665
|
-
|
666
|
-
|
667
617
|
|
668
618
|
.. py:method:: from_dict(mapping)
|
669
619
|
:classmethod:
|
@@ -701,11 +651,6 @@ Module Contents
|
|
701
651
|
|
702
652
|
.. py:method:: to_dict()
|
703
653
|
|
704
|
-
Standardizes converting an ApiClass to dictionary.
|
705
|
-
Keys of response dictionary are converted to camel case.
|
706
|
-
This also validates the fields ( type, value, etc ) received in the dictionary.
|
707
|
-
|
708
|
-
|
709
654
|
|
710
655
|
.. py:method:: from_dict(mapping)
|
711
656
|
:classmethod:
|