abacusai 1.1.5__tar.gz → 1.1.6__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.1.5/abacusai.egg-info → abacusai-1.1.6}/PKG-INFO +1 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/__init__.py +1 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/batch_prediction.py +25 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/document_retriever.py +2 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/enums.py +20 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/model.py +2 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/batch_prediction.py +13 -12
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/batch_prediction_version.py +12 -10
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/client.py +20 -32
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/dataset.py +3 -3
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/deployment.py +3 -4
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_retriever_config.py +7 -5
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/external_application.py +11 -7
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group.py +2 -15
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_export.py +0 -4
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline.py +8 -7
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_version.py +7 -6
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project.py +0 -22
- abacusai-1.1.6/abacusai/public.pem +5 -0
- {abacusai-1.1.5 → abacusai-1.1.6/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -62
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -5
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +14 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +14 -129
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -62
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +4 -2
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +5 -3
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/client/index.rst.txt +47 -27
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +3 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +3 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +3 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/index.rst.txt +87 -157
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +26 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +10 -73
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/enums/index.html +0 -5
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/feature_group/index.html +12 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/index.html +123 -242
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/model/index.html +7 -70
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/app_user_group/index.html +3 -2
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/chat_message/index.html +4 -3
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/client/index.html +53 -29
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/deployment/index.html +2 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/external_application/index.html +2 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group/index.html +5 -2
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/index.html +192 -263
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_client/index.html +27 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/genindex.html +46 -160
- abacusai-1.1.6/docs/objects.inv +0 -0
- abacusai-1.1.6/docs/searchindex.js +1 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/setup.py +1 -1
- abacusai-1.1.5/abacusai/public.pem +0 -5
- abacusai-1.1.5/docs/objects.inv +0 -0
- abacusai-1.1.5/docs/searchindex.js +0 -1
- {abacusai-1.1.5 → abacusai-1.1.6}/.gitignore +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/LICENSE +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/README.md +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/abacus_api.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/agent.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/agent_data_upload_result.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/agent_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/algorithm.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/annotation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/annotation_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/annotation_document.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/annotations_status.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/project.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/api_key.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/app_user_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/application_connector.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/chat_message.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/chat_session.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/code_source.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/cryptography.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/custom_metric.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/data_metrics.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/database_connector.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/dataset_column.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/dataset_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_annotation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_data.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_retriever.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_store.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/document_store_import.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/eda_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/external_invite.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_importance.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/feature_record.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/file_connector.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/function_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/indexing_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/item_statistics.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_input.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/llm_response.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/memory_options.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_location.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_metrics.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_upload.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/module.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/nested_feature.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/notebook_template.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/null_violation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/organization_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/organization_secret.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/page_data.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_client.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_input.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_metric.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_metric_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/problem_type.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project_config.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/project_validation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/python_function.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/range_violation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/requirements.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/return_class.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/schema.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/streaming_client.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/training_config_options.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/type_violation.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/upload.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/upload_part.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/use_case.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/user.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/user_exception.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai/webhook.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai.egg-info/SOURCES.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/.buildinfo +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/.nojekyll +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/basic.css +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/css/theme.css +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/doctools.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/file.png +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/graphviz.css +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/jquery.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/js/theme.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/language_data.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/minus.png +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/plus.png +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/pygments.css +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/searchtools.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/_static/underscore.js +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/index.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/py-modindex.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/docs/search.html +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/examples/fullscript.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/featurestore.md +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/requirements.txt +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/setup.cfg +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/sphinx/build_docs +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/sphinx/conf.py +0 -0
- {abacusai-1.1.5 → abacusai-1.1.6}/sphinx/index.rst +0 -0
|
@@ -24,9 +24,11 @@ class AnomalyOutliersBatchPredictionArgs(BatchPredictionArgs):
|
|
|
24
24
|
Args:
|
|
25
25
|
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.
|
|
26
26
|
threshold (float): The threshold for detecting an anomaly. Range: [0.8, 0.99]
|
|
27
|
+
explain_predictions (bool): If True, calculates explanations for the predicted values along with predictions.
|
|
27
28
|
"""
|
|
28
29
|
for_eval: bool = dataclasses.field(default=None)
|
|
29
30
|
threshold: float = dataclasses.field(default=None)
|
|
31
|
+
explain_predictions: bool = dataclasses.field(default=None)
|
|
30
32
|
|
|
31
33
|
def __post_init__(self):
|
|
32
34
|
self.problem_type = enums.ProblemType.ANOMALY_OUTLIERS
|
|
@@ -44,7 +46,8 @@ class ForecastingBatchPredictionArgs(BatchPredictionArgs):
|
|
|
44
46
|
start_date_offset (int): Sets prediction start date as this offset relative to the prediction start date.
|
|
45
47
|
forecasting_horizon (int): The number of timestamps to predict in the future. Range: [1, 1000].
|
|
46
48
|
item_attributes_to_include_in_the_result (list): List of columns to include in the prediction output.
|
|
47
|
-
explain_predictions (bool): If True,
|
|
49
|
+
explain_predictions (bool): If True, calculates explanations for the forecasted values along with predictions.
|
|
50
|
+
automate_monitoring (bool): If True, creates a monitor to calculate the drift for the batch prediction.
|
|
48
51
|
"""
|
|
49
52
|
for_eval: bool = dataclasses.field(default=None)
|
|
50
53
|
predictions_start_date: str = dataclasses.field(default=None)
|
|
@@ -53,6 +56,7 @@ class ForecastingBatchPredictionArgs(BatchPredictionArgs):
|
|
|
53
56
|
forecasting_horizon: int = dataclasses.field(default=None)
|
|
54
57
|
item_attributes_to_include_in_the_result: list = dataclasses.field(default=None)
|
|
55
58
|
explain_predictions: bool = dataclasses.field(default=None)
|
|
59
|
+
automate_monitoring: bool = dataclasses.field(default=None)
|
|
56
60
|
|
|
57
61
|
def __post_init__(self):
|
|
58
62
|
self.problem_type = enums.ProblemType.FORECASTING
|
|
@@ -110,6 +114,8 @@ class PredictiveModelingBatchPredictionArgs(BatchPredictionArgs):
|
|
|
110
114
|
explanation_filter_upper_bound (float): If set explanations will be limited to predictions below this value, Range: [0, 1].
|
|
111
115
|
bound_label (str): For classification problems specifies the label to which the explanation bounds are applied.
|
|
112
116
|
output_columns (list): A list of column names to include in the prediction result.
|
|
117
|
+
explain_predictions (bool): If True, calculates explanations for the predicted values along with predictions.
|
|
118
|
+
automate_monitoring (bool): If True, creates a monitor to calculate the drift for the batch prediction.
|
|
113
119
|
"""
|
|
114
120
|
for_eval: bool = dataclasses.field(default=None)
|
|
115
121
|
explainer_type: enums.ExplainerType = dataclasses.field(default=None)
|
|
@@ -121,6 +127,8 @@ class PredictiveModelingBatchPredictionArgs(BatchPredictionArgs):
|
|
|
121
127
|
explanation_filter_upper_bound: float = dataclasses.field(default=None)
|
|
122
128
|
explanation_filter_label: str = dataclasses.field(default=None)
|
|
123
129
|
output_columns: list = dataclasses.field(default=None)
|
|
130
|
+
explain_predictions: bool = dataclasses.field(default=None)
|
|
131
|
+
automate_monitoring: bool = dataclasses.field(default=None)
|
|
124
132
|
|
|
125
133
|
def __post_init__(self):
|
|
126
134
|
self.problem_type = enums.ProblemType.PREDICTIVE_MODELING
|
|
@@ -194,6 +202,21 @@ class ChatLLMBatchPredictionArgs(BatchPredictionArgs):
|
|
|
194
202
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
|
195
203
|
|
|
196
204
|
|
|
205
|
+
@dataclasses.dataclass
|
|
206
|
+
class TrainablePlugAndPlayBatchPredictionArgs(BatchPredictionArgs):
|
|
207
|
+
"""
|
|
208
|
+
Batch Prediction Config for the TrainablePlugAndPlay problem type
|
|
209
|
+
|
|
210
|
+
Args:
|
|
211
|
+
automate_monitoring (bool): If True, creates a monitor to calculate the drift for the batch prediction.
|
|
212
|
+
"""
|
|
213
|
+
for_eval: bool = dataclasses.field(default=None)
|
|
214
|
+
automate_monitoring: bool = dataclasses.field(default=None)
|
|
215
|
+
|
|
216
|
+
def __post_init__(self):
|
|
217
|
+
self.problem_type = enums.ProblemType.CUSTOM_ALGORITHM
|
|
218
|
+
|
|
219
|
+
|
|
197
220
|
@dataclasses.dataclass
|
|
198
221
|
class _BatchPredictionArgsFactory(_ApiClassFactory):
|
|
199
222
|
config_abstract_class = BatchPredictionArgs
|
|
@@ -208,4 +231,5 @@ class _BatchPredictionArgsFactory(_ApiClassFactory):
|
|
|
208
231
|
enums.ProblemType.SENTENCE_BOUNDARY_DETECTION: SentenceBoundaryDetectionBatchPredictionArgs,
|
|
209
232
|
enums.ProblemType.THEME_ANALYSIS: ThemeAnalysisBatchPredictionArgs,
|
|
210
233
|
enums.ProblemType.CHAT_LLM: ChatLLMBatchPredictionArgs,
|
|
234
|
+
enums.ProblemType.CUSTOM_ALGORITHM: TrainablePlugAndPlayBatchPredictionArgs,
|
|
211
235
|
}
|
|
@@ -14,11 +14,13 @@ class VectorStoreConfig(ApiClass):
|
|
|
14
14
|
chunk_overlap_fraction (float): The fraction of overlap between chunks.
|
|
15
15
|
text_encoder (VectorStoreTextEncoder): Encoder used to index texts from the documents.
|
|
16
16
|
chunk_size_factors (list): Chunking data with multiple sizes. The specified list of factors are used to calculate more sizes, in addition to `chunk_size`.
|
|
17
|
+
score_multiplier_column (str): If provided, will use the values in this metadata column to modify the relevance score of returned chunks for all queries.
|
|
17
18
|
"""
|
|
18
19
|
chunk_size: int = dataclasses.field(default=None)
|
|
19
20
|
chunk_overlap_fraction: float = dataclasses.field(default=None)
|
|
20
21
|
text_encoder: VectorStoreTextEncoder = dataclasses.field(default=None)
|
|
21
22
|
chunk_size_factors: list = dataclasses.field(default=None)
|
|
23
|
+
score_multiplier_column: str = dataclasses.field(default=None)
|
|
22
24
|
|
|
23
25
|
|
|
24
26
|
@dataclasses.dataclass
|
|
@@ -350,6 +350,7 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
350
350
|
SHAREPOINT = 'SHAREPOINT'
|
|
351
351
|
TEAMS = 'TEAMS'
|
|
352
352
|
ABACUSUSAGEMETRICS = 'ABACUSUSAGEMETRICS'
|
|
353
|
+
MICROSOFTAUTH = 'MICROSOFTAUTH'
|
|
353
354
|
|
|
354
355
|
|
|
355
356
|
class PythonFunctionArgumentType(ApiEnum):
|
|
@@ -476,3 +477,22 @@ class OcrMode(ApiEnum):
|
|
|
476
477
|
COMPREHENSIVE = 'COMPREHENSIVE'
|
|
477
478
|
COMPREHENSIVE_V2 = 'COMPREHENSIVE_V2'
|
|
478
479
|
COMPREHENSIVE_TABLE_MD = 'COMPREHENSIVE_TABLE_MD'
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
class DataType(ApiEnum):
|
|
483
|
+
INTEGER = 'integer'
|
|
484
|
+
FLOAT = 'float'
|
|
485
|
+
STRING = 'string'
|
|
486
|
+
DATE = 'date'
|
|
487
|
+
DATETIME = 'datetime'
|
|
488
|
+
BOOLEAN = 'boolean'
|
|
489
|
+
LIST = 'list'
|
|
490
|
+
STRUCT = 'struct'
|
|
491
|
+
NULL = 'null'
|
|
492
|
+
|
|
493
|
+
@classmethod
|
|
494
|
+
def from_str(cls, value):
|
|
495
|
+
if not value:
|
|
496
|
+
return None
|
|
497
|
+
default_map = {val.value: val for val in DataType}
|
|
498
|
+
return default_map[value.lower()]
|
|
@@ -453,6 +453,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
453
453
|
hide_generated_sql (bool): When running data queries, hides the generated SQL in the response and will just return the table.
|
|
454
454
|
disable_data_summarization (bool): After executing a query summarize the reponse and reply back with only the table and query run.
|
|
455
455
|
search_score_cutoff (float): Minimum search score to consider a document as a valid search result.
|
|
456
|
+
database_connector_id (str): Database connector id to use for the chatllm.
|
|
456
457
|
"""
|
|
457
458
|
document_retrievers: List[str] = None
|
|
458
459
|
num_completion_tokens: int = None
|
|
@@ -468,6 +469,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
468
469
|
hide_generated_sql: bool = None
|
|
469
470
|
disable_data_summarization: bool = None
|
|
470
471
|
search_score_cutoff: float = None
|
|
472
|
+
database_connector_id: str = None
|
|
471
473
|
|
|
472
474
|
def __post_init__(self):
|
|
473
475
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
|
@@ -21,11 +21,11 @@ class BatchPrediction(AbstractApiClass):
|
|
|
21
21
|
fileConnectorOutputLocation (str): Contains information about where the batch predictions are written to.
|
|
22
22
|
databaseConnectorId (str): The database connector to write the results to.
|
|
23
23
|
databaseOutputConfiguration (dict): Contains information about where the batch predictions are written to.
|
|
24
|
-
explanations (bool):
|
|
24
|
+
explanations (bool):
|
|
25
25
|
fileOutputFormat (str): The format of the batch prediction output (CSV or JSON).
|
|
26
26
|
connectorType (str): Null if writing to internal console, else FEATURE_GROUP | FILE_CONNECTOR | DATABASE_CONNECTOR.
|
|
27
27
|
legacyInputLocation (str): The location of the input data.
|
|
28
|
-
outputFeatureGroupId (str): The
|
|
28
|
+
outputFeatureGroupId (str): The Batch Prediction output feature group ID if applicable
|
|
29
29
|
featureGroupTableName (str): The table name of the Batch Prediction output feature group.
|
|
30
30
|
outputFeatureGroupTableName (str): The table name of the Batch Prediction output feature group.
|
|
31
31
|
summaryFeatureGroupTableName (str): The table name of the metrics summary feature group output by Batch Prediction.
|
|
@@ -43,7 +43,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
43
43
|
inputFeatureGroups (PredictionFeatureGroup): List of prediction feature groups.
|
|
44
44
|
"""
|
|
45
45
|
|
|
46
|
-
def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, outputFeatureGroupId=None, featureGroupTableName=None, outputFeatureGroupTableName=None, summaryFeatureGroupTableName=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorId=None, modelVersion=None, algorithm=None, batchInputs={}, latestBatchPredictionVersion={}, refreshSchedules={}, inputFeatureGroups={}, globalPredictionArgs={}):
|
|
46
|
+
def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, outputFeatureGroupId=None, featureGroupTableName=None, outputFeatureGroupTableName=None, summaryFeatureGroupTableName=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorId=None, modelVersion=None, algorithm=None, batchInputs={}, latestBatchPredictionVersion={}, refreshSchedules={}, inputFeatureGroups={}, globalPredictionArgs={}, batchPredictionArgs={}):
|
|
47
47
|
super().__init__(client, batchPredictionId)
|
|
48
48
|
self.batch_prediction_id = batchPredictionId
|
|
49
49
|
self.created_at = createdAt
|
|
@@ -77,11 +77,13 @@ class BatchPrediction(AbstractApiClass):
|
|
|
77
77
|
PredictionFeatureGroup, inputFeatureGroups)
|
|
78
78
|
self.global_prediction_args = client._build_class(
|
|
79
79
|
BatchPredictionArgs, globalPredictionArgs)
|
|
80
|
-
self.
|
|
80
|
+
self.batch_prediction_args = client._build_class(
|
|
81
|
+
BatchPredictionArgs, batchPredictionArgs)
|
|
82
|
+
self.deprecated_keys = {'global_prediction_args', 'explanations'}
|
|
81
83
|
|
|
82
84
|
def __repr__(self):
|
|
83
|
-
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'explanations': repr(self.explanations), 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(
|
|
84
|
-
self.
|
|
85
|
+
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'explanations': repr(self.explanations), 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(
|
|
86
|
+
self.summary_feature_group_table_name), f'csv_input_prefix': repr(self.csv_input_prefix), f'csv_prediction_prefix': repr(self.csv_prediction_prefix), f'csv_explanations_prefix': repr(self.csv_explanations_prefix), f'output_includes_metadata': repr(self.output_includes_metadata), f'result_input_columns': repr(self.result_input_columns), f'model_monitor_id': repr(self.model_monitor_id), f'model_version': repr(self.model_version), f'algorithm': repr(self.algorithm), f'batch_inputs': repr(self.batch_inputs), f'latest_batch_prediction_version': repr(self.latest_batch_prediction_version), f'refresh_schedules': repr(self.refresh_schedules), f'input_feature_groups': repr(self.input_feature_groups), f'global_prediction_args': repr(self.global_prediction_args), f'batch_prediction_args': repr(self.batch_prediction_args)}
|
|
85
87
|
class_name = "BatchPrediction"
|
|
86
88
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
87
89
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -94,8 +96,8 @@ class BatchPrediction(AbstractApiClass):
|
|
|
94
96
|
Returns:
|
|
95
97
|
dict: The dict value representation of the class parameters
|
|
96
98
|
"""
|
|
97
|
-
resp = {'batch_prediction_id': self.batch_prediction_id, 'created_at': self.created_at, 'name': self.name, 'deployment_id': self.deployment_id, 'file_connector_output_location': self.file_connector_output_location, 'database_connector_id': self.database_connector_id, 'database_output_configuration': self.database_output_configuration, 'explanations': self.explanations, 'file_output_format': self.file_output_format, 'connector_type': self.connector_type, 'legacy_input_location': self.legacy_input_location, 'output_feature_group_id': self.output_feature_group_id, 'feature_group_table_name': self.feature_group_table_name, 'output_feature_group_table_name': self.output_feature_group_table_name, 'summary_feature_group_table_name': self.summary_feature_group_table_name,
|
|
98
|
-
'
|
|
99
|
+
resp = {'batch_prediction_id': self.batch_prediction_id, 'created_at': self.created_at, 'name': self.name, 'deployment_id': self.deployment_id, 'file_connector_output_location': self.file_connector_output_location, 'database_connector_id': self.database_connector_id, 'database_output_configuration': self.database_output_configuration, 'explanations': self.explanations, 'file_output_format': self.file_output_format, 'connector_type': self.connector_type, 'legacy_input_location': self.legacy_input_location, 'output_feature_group_id': self.output_feature_group_id, 'feature_group_table_name': self.feature_group_table_name, 'output_feature_group_table_name': self.output_feature_group_table_name, 'summary_feature_group_table_name': self.summary_feature_group_table_name, 'csv_input_prefix': self.csv_input_prefix,
|
|
100
|
+
'csv_prediction_prefix': self.csv_prediction_prefix, 'csv_explanations_prefix': self.csv_explanations_prefix, 'output_includes_metadata': self.output_includes_metadata, 'result_input_columns': self.result_input_columns, 'model_monitor_id': self.model_monitor_id, 'model_version': self.model_version, 'algorithm': self.algorithm, 'batch_inputs': self._get_attribute_as_dict(self.batch_inputs), 'latest_batch_prediction_version': self._get_attribute_as_dict(self.latest_batch_prediction_version), 'refresh_schedules': self._get_attribute_as_dict(self.refresh_schedules), 'input_feature_groups': self._get_attribute_as_dict(self.input_feature_groups), 'global_prediction_args': self._get_attribute_as_dict(self.global_prediction_args), 'batch_prediction_args': self._get_attribute_as_dict(self.batch_prediction_args)}
|
|
99
101
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
100
102
|
|
|
101
103
|
def start(self):
|
|
@@ -145,14 +147,13 @@ class BatchPrediction(AbstractApiClass):
|
|
|
145
147
|
"""
|
|
146
148
|
return self.client.list_batch_prediction_versions(self.batch_prediction_id, limit, start_after_version)
|
|
147
149
|
|
|
148
|
-
def update(self, deployment_id: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = None, output_format: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, name: str = None):
|
|
150
|
+
def update(self, deployment_id: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, batch_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = None, output_format: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, name: str = None):
|
|
149
151
|
"""
|
|
150
152
|
Update a batch prediction job description.
|
|
151
153
|
|
|
152
154
|
Args:
|
|
153
155
|
deployment_id (str): Unique identifier of the deployment.
|
|
154
|
-
|
|
155
|
-
explanations (bool): If True, SHAP explanations for each prediction will be provided, if supported by the use case.
|
|
156
|
+
batch_prediction_args (BatchPredictionArgs): Batch Prediction args specific to problem type.
|
|
156
157
|
output_format (str): If specified, sets the format of the batch prediction output (CSV or JSON).
|
|
157
158
|
csv_input_prefix (str): Prefix to prepend to the input columns, only applies when output format is CSV.
|
|
158
159
|
csv_prediction_prefix (str): Prefix to prepend to the prediction columns, only applies when output format is CSV.
|
|
@@ -164,7 +165,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
164
165
|
Returns:
|
|
165
166
|
BatchPrediction: The batch prediction.
|
|
166
167
|
"""
|
|
167
|
-
return self.client.update_batch_prediction(self.batch_prediction_id, deployment_id, global_prediction_args, explanations, output_format, csv_input_prefix, csv_prediction_prefix, csv_explanations_prefix, output_includes_metadata, result_input_columns, name)
|
|
168
|
+
return self.client.update_batch_prediction(self.batch_prediction_id, deployment_id, global_prediction_args, batch_prediction_args, explanations, output_format, csv_input_prefix, csv_prediction_prefix, csv_explanations_prefix, output_includes_metadata, result_input_columns, name)
|
|
168
169
|
|
|
169
170
|
def set_file_connector_output(self, output_format: str = None, output_location: str = None):
|
|
170
171
|
"""
|
|
@@ -24,7 +24,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
24
24
|
failedPredictions (int): Number of predictions that failed
|
|
25
25
|
databaseConnectorId (str): The database connector to write the results to
|
|
26
26
|
databaseOutputConfiguration (dict): Contains information about where the batch predictions are written to
|
|
27
|
-
explanations (bool):
|
|
27
|
+
explanations (bool):
|
|
28
28
|
fileConnectorOutputLocation (str): Contains information about where the batch predictions are written to
|
|
29
29
|
fileOutputFormat (str): The format of the batch prediction output (CSV or JSON)
|
|
30
30
|
connectorType (str): Null if writing to internal console, else FEATURE_GROUP | FILE_CONNECTOR | DATABASE_CONNECTOR
|
|
@@ -42,15 +42,15 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
42
42
|
modelMonitorVersion (str): The version of the model monitor
|
|
43
43
|
algoName (str): The name of the algorithm used to train the model
|
|
44
44
|
algorithm (str): The algorithm that is currently deployed.
|
|
45
|
-
outputFeatureGroupId (str): The
|
|
46
|
-
outputFeatureGroupVersion (str): The
|
|
47
|
-
outputFeatureGroupTableName (str): The
|
|
45
|
+
outputFeatureGroupId (str): The Batch Prediction output feature group ID if applicable
|
|
46
|
+
outputFeatureGroupVersion (str): The Batch Prediction output feature group version if applicable
|
|
47
|
+
outputFeatureGroupTableName (str): The Batch Prediction output feature group name if applicable
|
|
48
48
|
batchPredictionWarnings (str): Relevant warnings if any issues are found
|
|
49
49
|
batchInputs (PredictionInput): Inputs to the batch prediction
|
|
50
50
|
inputFeatureGroups (PredictionFeatureGroup): List of prediction feature groups
|
|
51
51
|
"""
|
|
52
52
|
|
|
53
|
-
def __init__(self, client, batchPredictionVersion=None, batchPredictionId=None, status=None, driftMonitorStatus=None, deploymentId=None, modelId=None, modelVersion=None, predictionsStartedAt=None, predictionsCompletedAt=None, databaseOutputError=None, totalPredictions=None, failedPredictions=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileConnectorOutputLocation=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, error=None, driftMonitorError=None, monitorWarnings=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, databaseOutputTotalWrites=None, databaseOutputFailedWrites=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorVersion=None, algoName=None, algorithm=None, outputFeatureGroupId=None, outputFeatureGroupVersion=None, outputFeatureGroupTableName=None, batchPredictionWarnings=None, batchInputs={}, inputFeatureGroups={}, globalPredictionArgs={}):
|
|
53
|
+
def __init__(self, client, batchPredictionVersion=None, batchPredictionId=None, status=None, driftMonitorStatus=None, deploymentId=None, modelId=None, modelVersion=None, predictionsStartedAt=None, predictionsCompletedAt=None, databaseOutputError=None, totalPredictions=None, failedPredictions=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileConnectorOutputLocation=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, error=None, driftMonitorError=None, monitorWarnings=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, databaseOutputTotalWrites=None, databaseOutputFailedWrites=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorVersion=None, algoName=None, algorithm=None, outputFeatureGroupId=None, outputFeatureGroupVersion=None, outputFeatureGroupTableName=None, batchPredictionWarnings=None, batchInputs={}, inputFeatureGroups={}, globalPredictionArgs={}, batchPredictionArgs={}):
|
|
54
54
|
super().__init__(client, batchPredictionVersion)
|
|
55
55
|
self.batch_prediction_version = batchPredictionVersion
|
|
56
56
|
self.batch_prediction_id = batchPredictionId
|
|
@@ -93,11 +93,13 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
93
93
|
PredictionFeatureGroup, inputFeatureGroups)
|
|
94
94
|
self.global_prediction_args = client._build_class(
|
|
95
95
|
BatchPredictionArgs, globalPredictionArgs)
|
|
96
|
-
self.
|
|
96
|
+
self.batch_prediction_args = client._build_class(
|
|
97
|
+
BatchPredictionArgs, batchPredictionArgs)
|
|
98
|
+
self.deprecated_keys = {'global_prediction_args', 'explanations'}
|
|
97
99
|
|
|
98
100
|
def __repr__(self):
|
|
99
|
-
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'explanations': repr(self.explanations), 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(
|
|
100
|
-
self.
|
|
101
|
+
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'explanations': repr(self.explanations), 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(
|
|
102
|
+
self.monitor_warnings), f'csv_input_prefix': repr(self.csv_input_prefix), f'csv_prediction_prefix': repr(self.csv_prediction_prefix), f'csv_explanations_prefix': repr(self.csv_explanations_prefix), f'database_output_total_writes': repr(self.database_output_total_writes), f'database_output_failed_writes': repr(self.database_output_failed_writes), f'output_includes_metadata': repr(self.output_includes_metadata), f'result_input_columns': repr(self.result_input_columns), f'model_monitor_version': repr(self.model_monitor_version), f'algo_name': repr(self.algo_name), f'algorithm': repr(self.algorithm), f'output_feature_group_id': repr(self.output_feature_group_id), f'output_feature_group_version': repr(self.output_feature_group_version), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'batch_prediction_warnings': repr(self.batch_prediction_warnings), f'batch_inputs': repr(self.batch_inputs), f'input_feature_groups': repr(self.input_feature_groups), f'global_prediction_args': repr(self.global_prediction_args), f'batch_prediction_args': repr(self.batch_prediction_args)}
|
|
101
103
|
class_name = "BatchPredictionVersion"
|
|
102
104
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
103
105
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -110,8 +112,8 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
110
112
|
Returns:
|
|
111
113
|
dict: The dict value representation of the class parameters
|
|
112
114
|
"""
|
|
113
|
-
resp = {'batch_prediction_version': self.batch_prediction_version, 'batch_prediction_id': self.batch_prediction_id, 'status': self.status, 'drift_monitor_status': self.drift_monitor_status, 'deployment_id': self.deployment_id, 'model_id': self.model_id, 'model_version': self.model_version, 'predictions_started_at': self.predictions_started_at, 'predictions_completed_at': self.predictions_completed_at, 'database_output_error': self.database_output_error, 'total_predictions': self.total_predictions, 'failed_predictions': self.failed_predictions, 'database_connector_id': self.database_connector_id, 'database_output_configuration': self.database_output_configuration, 'explanations': self.explanations, 'file_connector_output_location': self.file_connector_output_location, 'file_output_format': self.file_output_format, 'connector_type': self.connector_type, 'legacy_input_location': self.legacy_input_location, 'error': self.error, 'drift_monitor_error': self.drift_monitor_error, 'monitor_warnings': self.monitor_warnings,
|
|
114
|
-
'
|
|
115
|
+
resp = {'batch_prediction_version': self.batch_prediction_version, 'batch_prediction_id': self.batch_prediction_id, 'status': self.status, 'drift_monitor_status': self.drift_monitor_status, 'deployment_id': self.deployment_id, 'model_id': self.model_id, 'model_version': self.model_version, 'predictions_started_at': self.predictions_started_at, 'predictions_completed_at': self.predictions_completed_at, 'database_output_error': self.database_output_error, 'total_predictions': self.total_predictions, 'failed_predictions': self.failed_predictions, 'database_connector_id': self.database_connector_id, 'database_output_configuration': self.database_output_configuration, 'explanations': self.explanations, 'file_connector_output_location': self.file_connector_output_location, 'file_output_format': self.file_output_format, 'connector_type': self.connector_type, 'legacy_input_location': self.legacy_input_location, 'error': self.error, 'drift_monitor_error': self.drift_monitor_error, 'monitor_warnings': self.monitor_warnings, 'csv_input_prefix': self.csv_input_prefix,
|
|
116
|
+
'csv_prediction_prefix': self.csv_prediction_prefix, 'csv_explanations_prefix': self.csv_explanations_prefix, 'database_output_total_writes': self.database_output_total_writes, 'database_output_failed_writes': self.database_output_failed_writes, 'output_includes_metadata': self.output_includes_metadata, 'result_input_columns': self.result_input_columns, 'model_monitor_version': self.model_monitor_version, 'algo_name': self.algo_name, 'algorithm': self.algorithm, 'output_feature_group_id': self.output_feature_group_id, 'output_feature_group_version': self.output_feature_group_version, 'output_feature_group_table_name': self.output_feature_group_table_name, 'batch_prediction_warnings': self.batch_prediction_warnings, 'batch_inputs': self._get_attribute_as_dict(self.batch_inputs), 'input_feature_groups': self._get_attribute_as_dict(self.input_feature_groups), 'global_prediction_args': self._get_attribute_as_dict(self.global_prediction_args), 'batch_prediction_args': self._get_attribute_as_dict(self.batch_prediction_args)}
|
|
115
117
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
116
118
|
|
|
117
119
|
def download_batch_prediction_result_chunk(self, offset: int = 0, chunk_size: int = 10485760):
|
|
@@ -33,11 +33,11 @@ from .annotation_entry import AnnotationEntry
|
|
|
33
33
|
from .annotations_status import AnnotationsStatus
|
|
34
34
|
from .api_class import (
|
|
35
35
|
AlertActionConfig, AlertConditionConfig, ApiClass, ApiEnum,
|
|
36
|
-
BatchPredictionArgs, BlobInput, DatasetConfig,
|
|
37
|
-
DocumentRetrieverConfig, EvalArtifactType,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
SamplingConfig, TrainingConfig
|
|
36
|
+
BatchPredictionArgs, BlobInput, DatasetConfig, DataType,
|
|
37
|
+
DocumentProcessingConfig, DocumentRetrieverConfig, EvalArtifactType,
|
|
38
|
+
FeatureGroupExportConfig, ForecastingMonitorConfig,
|
|
39
|
+
IncrementalDatabaseConnectorConfig, LLMName, MergeConfig, ParsingConfig,
|
|
40
|
+
ProblemType, PythonFunctionType, SamplingConfig, TrainingConfig
|
|
41
41
|
)
|
|
42
42
|
from .api_client_utils import (
|
|
43
43
|
INVALID_PANDAS_COLUMN_NAME_CHARACTERS, StreamingHandler, clean_column_name,
|
|
@@ -575,7 +575,7 @@ class BaseApiClient:
|
|
|
575
575
|
client_options (ClientOptions): Optional API client configurations
|
|
576
576
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
577
577
|
"""
|
|
578
|
-
client_version = '1.1.
|
|
578
|
+
client_version = '1.1.6'
|
|
579
579
|
|
|
580
580
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
581
581
|
self.api_key = api_key
|
|
@@ -5026,13 +5026,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5026
5026
|
DatasetVersion: The new Dataset Version created by taking a snapshot of the current data in the streaming dataset."""
|
|
5027
5027
|
return self._call_api('snapshotStreamingData', 'POST', query_params={'datasetId': dataset_id}, body={}, parse_type=DatasetVersion)
|
|
5028
5028
|
|
|
5029
|
-
def set_dataset_column_data_type(self, dataset_id: str, column: str, data_type: str) -> Dataset:
|
|
5029
|
+
def set_dataset_column_data_type(self, dataset_id: str, column: str, data_type: Union[DataType, str]) -> Dataset:
|
|
5030
5030
|
"""Set a Dataset's column type.
|
|
5031
5031
|
|
|
5032
5032
|
Args:
|
|
5033
5033
|
dataset_id (str): The unique ID associated with the dataset.
|
|
5034
5034
|
column (str): The name of the column.
|
|
5035
|
-
data_type (
|
|
5035
|
+
data_type (DataType): The type of the data in the column. Note: Some ColumnMappings may restrict the options or explicitly set the DataType.
|
|
5036
5036
|
|
|
5037
5037
|
Returns:
|
|
5038
5038
|
Dataset: The dataset and schema after the data type has been set."""
|
|
@@ -6717,15 +6717,14 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6717
6717
|
deployment_id, deployment_token) if deployment_token else None
|
|
6718
6718
|
return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, data={'arguments': json.dumps(arguments) if (arguments is not None and not isinstance(arguments, str)) else arguments, 'keywordArguments': json.dumps(keyword_arguments) if (keyword_arguments is not None and not isinstance(keyword_arguments, str)) else keyword_arguments, 'deploymentConversationId': json.dumps(deployment_conversation_id) if (deployment_conversation_id is not None and not isinstance(deployment_conversation_id, str)) else deployment_conversation_id, 'externalSessionId': json.dumps(external_session_id) if (external_session_id is not None and not isinstance(external_session_id, str)) else external_session_id}, parse_type=AgentDataExecutionResult, files=blobs, server_override=prediction_url, timeout=1500)
|
|
6719
6719
|
|
|
6720
|
-
def create_batch_prediction(self, deployment_id: str, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None) -> BatchPrediction:
|
|
6720
|
+
def create_batch_prediction(self, deployment_id: str, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, batch_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None) -> BatchPrediction:
|
|
6721
6721
|
"""Creates a batch prediction job description for the given deployment.
|
|
6722
6722
|
|
|
6723
6723
|
Args:
|
|
6724
6724
|
deployment_id (str): Unique string identifier for the deployment.
|
|
6725
6725
|
table_name (str): Name of the feature group table to write the results of the batch prediction. Can only be specified if outputLocation and databaseConnectorId are not specified. If tableName is specified, the outputType will be enforced as CSV.
|
|
6726
6726
|
name (str): Name of the batch prediction job.
|
|
6727
|
-
|
|
6728
|
-
explanations (bool): If true, SHAP explanations will be provided for each prediction, if supported by the use case.
|
|
6727
|
+
batch_prediction_args (BatchPredictionArgs): Batch Prediction args specific to problem type.
|
|
6729
6728
|
output_format (str): Format of the batch prediction output (CSV or JSON).
|
|
6730
6729
|
output_location (str): Location to write the prediction results. Otherwise, results will be stored in Abacus.AI.
|
|
6731
6730
|
database_connector_id (str): Unique identifier of a Database Connection to write predictions to. Cannot be specified in conjunction with outputLocation.
|
|
@@ -6740,7 +6739,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6740
6739
|
|
|
6741
6740
|
Returns:
|
|
6742
6741
|
BatchPrediction: The batch prediction description."""
|
|
6743
|
-
return self._call_api('createBatchPrediction', 'POST', query_params={'deploymentId': deployment_id}, body={'tableName': table_name, 'name': name, 'globalPredictionArgs': global_prediction_args, 'explanations': explanations, 'outputFormat': output_format, 'outputLocation': output_location, 'databaseConnectorId': database_connector_id, 'databaseOutputConfig': database_output_config, 'refreshSchedule': refresh_schedule, 'csvInputPrefix': csv_input_prefix, 'csvPredictionPrefix': csv_prediction_prefix, 'csvExplanationsPrefix': csv_explanations_prefix, 'outputIncludesMetadata': output_includes_metadata, 'resultInputColumns': result_input_columns, 'inputFeatureGroups': input_feature_groups}, parse_type=BatchPrediction)
|
|
6742
|
+
return self._call_api('createBatchPrediction', 'POST', query_params={'deploymentId': deployment_id}, body={'tableName': table_name, 'name': name, 'globalPredictionArgs': global_prediction_args, 'batchPredictionArgs': batch_prediction_args, 'explanations': explanations, 'outputFormat': output_format, 'outputLocation': output_location, 'databaseConnectorId': database_connector_id, 'databaseOutputConfig': database_output_config, 'refreshSchedule': refresh_schedule, 'csvInputPrefix': csv_input_prefix, 'csvPredictionPrefix': csv_prediction_prefix, 'csvExplanationsPrefix': csv_explanations_prefix, 'outputIncludesMetadata': output_includes_metadata, 'resultInputColumns': result_input_columns, 'inputFeatureGroups': input_feature_groups}, parse_type=BatchPrediction)
|
|
6744
6743
|
|
|
6745
6744
|
def start_batch_prediction(self, batch_prediction_id: str) -> BatchPredictionVersion:
|
|
6746
6745
|
"""Creates a new batch prediction version job for a given batch prediction job description.
|
|
@@ -6752,14 +6751,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6752
6751
|
BatchPredictionVersion: The batch prediction version started by this method call."""
|
|
6753
6752
|
return self._call_api('startBatchPrediction', 'POST', query_params={}, body={'batchPredictionId': batch_prediction_id}, parse_type=BatchPredictionVersion)
|
|
6754
6753
|
|
|
6755
|
-
def update_batch_prediction(self, batch_prediction_id: str, deployment_id: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = None, output_format: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, name: str = None) -> BatchPrediction:
|
|
6754
|
+
def update_batch_prediction(self, batch_prediction_id: str, deployment_id: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, batch_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = None, output_format: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, name: str = None) -> BatchPrediction:
|
|
6756
6755
|
"""Update a batch prediction job description.
|
|
6757
6756
|
|
|
6758
6757
|
Args:
|
|
6759
6758
|
batch_prediction_id (str): Unique identifier of the batch prediction.
|
|
6760
6759
|
deployment_id (str): Unique identifier of the deployment.
|
|
6761
|
-
|
|
6762
|
-
explanations (bool): If True, SHAP explanations for each prediction will be provided, if supported by the use case.
|
|
6760
|
+
batch_prediction_args (BatchPredictionArgs): Batch Prediction args specific to problem type.
|
|
6763
6761
|
output_format (str): If specified, sets the format of the batch prediction output (CSV or JSON).
|
|
6764
6762
|
csv_input_prefix (str): Prefix to prepend to the input columns, only applies when output format is CSV.
|
|
6765
6763
|
csv_prediction_prefix (str): Prefix to prepend to the prediction columns, only applies when output format is CSV.
|
|
@@ -6770,7 +6768,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6770
6768
|
|
|
6771
6769
|
Returns:
|
|
6772
6770
|
BatchPrediction: The batch prediction."""
|
|
6773
|
-
return self._call_api('updateBatchPrediction', 'POST', query_params={'deploymentId': deployment_id}, body={'batchPredictionId': batch_prediction_id, 'globalPredictionArgs': global_prediction_args, 'explanations': explanations, 'outputFormat': output_format, 'csvInputPrefix': csv_input_prefix, 'csvPredictionPrefix': csv_prediction_prefix, 'csvExplanationsPrefix': csv_explanations_prefix, 'outputIncludesMetadata': output_includes_metadata, 'resultInputColumns': result_input_columns, 'name': name}, parse_type=BatchPrediction)
|
|
6771
|
+
return self._call_api('updateBatchPrediction', 'POST', query_params={'deploymentId': deployment_id}, body={'batchPredictionId': batch_prediction_id, 'globalPredictionArgs': global_prediction_args, 'batchPredictionArgs': batch_prediction_args, 'explanations': explanations, 'outputFormat': output_format, 'csvInputPrefix': csv_input_prefix, 'csvPredictionPrefix': csv_prediction_prefix, 'csvExplanationsPrefix': csv_explanations_prefix, 'outputIncludesMetadata': output_includes_metadata, 'resultInputColumns': result_input_columns, 'name': name}, parse_type=BatchPrediction)
|
|
6774
6772
|
|
|
6775
6773
|
def set_batch_prediction_file_connector_output(self, batch_prediction_id: str, output_format: str = None, output_location: str = None) -> BatchPrediction:
|
|
6776
6774
|
"""Updates the file connector output configuration of the batch prediction
|
|
@@ -6983,19 +6981,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6983
6981
|
streaming_token, feature_group_id=feature_group_id)
|
|
6984
6982
|
return self._call_api('appendMultipleData', 'POST', query_params={'streamingToken': streaming_token}, body={'featureGroupId': feature_group_id, 'data': data}, server_override=prediction_url)
|
|
6985
6983
|
|
|
6986
|
-
def upsert_data(self, feature_group_id: str,
|
|
6987
|
-
"""Update new data into the feature group for a given lookup key record ID if the record ID is found; otherwise, insert new data into the feature group.
|
|
6988
|
-
|
|
6989
|
-
Args:
|
|
6990
|
-
feature_group_id (str): A unique string identifier of the streaming feature group to record data to.
|
|
6991
|
-
streaming_token (str): Optional streaming token for authenticating requests if upserting to streaming FG.
|
|
6992
|
-
data (dict): The data to record, in JSON format.
|
|
6993
|
-
|
|
6994
|
-
Returns:
|
|
6995
|
-
FeatureGroupRow: The feature group row that was upserted."""
|
|
6996
|
-
return self._proxy_request('upsertData', 'POST', query_params={'streamingToken': streaming_token}, body={'featureGroupId': feature_group_id, 'data': data}, parse_type=FeatureGroupRow, is_sync=True)
|
|
6997
|
-
|
|
6998
|
-
def upsert_online_data(self, feature_group_id: str, data: dict, streaming_token: str = None) -> FeatureGroupRow:
|
|
6984
|
+
def upsert_data(self, feature_group_id: str, data: dict, streaming_token: str = None) -> FeatureGroupRow:
|
|
6999
6985
|
"""Update new data into the feature group for a given lookup key record ID if the record ID is found; otherwise, insert new data into the feature group.
|
|
7000
6986
|
|
|
7001
6987
|
Args:
|
|
@@ -7005,7 +6991,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7005
6991
|
|
|
7006
6992
|
Returns:
|
|
7007
6993
|
FeatureGroupRow: The feature group row that was upserted."""
|
|
7008
|
-
return self._proxy_request('
|
|
6994
|
+
return self._proxy_request('upsertData', 'POST', query_params={'streamingToken': streaming_token}, body={'featureGroupId': feature_group_id, 'data': data}, parse_type=FeatureGroupRow, is_sync=True)
|
|
7009
6995
|
|
|
7010
6996
|
def delete_data(self, feature_group_id: str, primary_key: str):
|
|
7011
6997
|
"""Deletes a row from the feature group given the primary key
|
|
@@ -7764,7 +7750,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7764
7750
|
ExternalApplication: The newly created External Application."""
|
|
7765
7751
|
return self._call_api('createExternalApplication', 'POST', query_params={'deploymentId': deployment_id}, body={'name': name, 'logo': logo, 'theme': theme}, parse_type=ExternalApplication)
|
|
7766
7752
|
|
|
7767
|
-
def update_external_application(self, external_application_id: str, name: str = None, theme: dict = None, deployment_id: str = None) -> ExternalApplication:
|
|
7753
|
+
def update_external_application(self, external_application_id: str, name: str = None, theme: dict = None, deployment_id: str = None, deployment_conversation_retention_hours: int = None, reset_retention_policy: bool = False) -> ExternalApplication:
|
|
7768
7754
|
"""Updates an External Application.
|
|
7769
7755
|
|
|
7770
7756
|
Args:
|
|
@@ -7772,10 +7758,12 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7772
7758
|
name (str): The name of the External Application.
|
|
7773
7759
|
theme (dict): The visual theme of the External Application.
|
|
7774
7760
|
deployment_id (str): The ID of the deployment to use.
|
|
7761
|
+
deployment_conversation_retention_hours (int): The number of hours to retain the conversations for.
|
|
7762
|
+
reset_retention_policy (bool): If true, the retention policy will be removed.
|
|
7775
7763
|
|
|
7776
7764
|
Returns:
|
|
7777
7765
|
ExternalApplication: The updated External Application."""
|
|
7778
|
-
return self._call_api('updateExternalApplication', 'POST', query_params={'deploymentId': deployment_id}, body={'externalApplicationId': external_application_id, 'name': name, 'theme': theme}, parse_type=ExternalApplication)
|
|
7766
|
+
return self._call_api('updateExternalApplication', 'POST', query_params={'deploymentId': deployment_id}, body={'externalApplicationId': external_application_id, 'name': name, 'theme': theme, 'deploymentConversationRetentionHours': deployment_conversation_retention_hours, 'resetRetentionPolicy': reset_retention_policy}, parse_type=ExternalApplication)
|
|
7779
7767
|
|
|
7780
7768
|
def delete_external_application(self, external_application_id: str):
|
|
7781
7769
|
"""Deletes an External Application.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from typing import Union
|
|
2
2
|
|
|
3
|
-
from .api_class import DatasetConfig, DocumentProcessingConfig, ParsingConfig
|
|
3
|
+
from .api_class import DatasetConfig, DataType, DocumentProcessingConfig, ParsingConfig
|
|
4
4
|
from .dataset_column import DatasetColumn
|
|
5
5
|
from .dataset_version import DatasetVersion
|
|
6
6
|
from .refresh_schedule import RefreshSchedule
|
|
@@ -152,13 +152,13 @@ class Dataset(AbstractApiClass):
|
|
|
152
152
|
"""
|
|
153
153
|
return self.client.snapshot_streaming_data(self.dataset_id)
|
|
154
154
|
|
|
155
|
-
def set_column_data_type(self, column: str, data_type:
|
|
155
|
+
def set_column_data_type(self, column: str, data_type: Union[dict, DataType]):
|
|
156
156
|
"""
|
|
157
157
|
Set a Dataset's column type.
|
|
158
158
|
|
|
159
159
|
Args:
|
|
160
160
|
column (str): The name of the column.
|
|
161
|
-
data_type (
|
|
161
|
+
data_type (DataType): The type of the data in the column. Note: Some ColumnMappings may restrict the options or explicitly set the DataType.
|
|
162
162
|
|
|
163
163
|
Returns:
|
|
164
164
|
Dataset: The dataset and schema after the data type has been set.
|
|
@@ -334,15 +334,14 @@ class Deployment(AbstractApiClass):
|
|
|
334
334
|
"""
|
|
335
335
|
return self.client.get_conversation_response_with_binary_data(self.deployment_id, deployment_token, message, deployment_conversation_id, external_session_id, llm_name, num_completion_tokens, system_message, temperature, filter_key_values, search_score_cutoff, chat_config, ignore_documents, attachments)
|
|
336
336
|
|
|
337
|
-
def create_batch_prediction(self, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None):
|
|
337
|
+
def create_batch_prediction(self, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, batch_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None):
|
|
338
338
|
"""
|
|
339
339
|
Creates a batch prediction job description for the given deployment.
|
|
340
340
|
|
|
341
341
|
Args:
|
|
342
342
|
table_name (str): Name of the feature group table to write the results of the batch prediction. Can only be specified if outputLocation and databaseConnectorId are not specified. If tableName is specified, the outputType will be enforced as CSV.
|
|
343
343
|
name (str): Name of the batch prediction job.
|
|
344
|
-
|
|
345
|
-
explanations (bool): If true, SHAP explanations will be provided for each prediction, if supported by the use case.
|
|
344
|
+
batch_prediction_args (BatchPredictionArgs): Batch Prediction args specific to problem type.
|
|
346
345
|
output_format (str): Format of the batch prediction output (CSV or JSON).
|
|
347
346
|
output_location (str): Location to write the prediction results. Otherwise, results will be stored in Abacus.AI.
|
|
348
347
|
database_connector_id (str): Unique identifier of a Database Connection to write predictions to. Cannot be specified in conjunction with outputLocation.
|
|
@@ -358,7 +357,7 @@ class Deployment(AbstractApiClass):
|
|
|
358
357
|
Returns:
|
|
359
358
|
BatchPrediction: The batch prediction description.
|
|
360
359
|
"""
|
|
361
|
-
return self.client.create_batch_prediction(self.deployment_id, table_name, name, global_prediction_args, explanations, output_format, output_location, database_connector_id, database_output_config, refresh_schedule, csv_input_prefix, csv_prediction_prefix, csv_explanations_prefix, output_includes_metadata, result_input_columns, input_feature_groups)
|
|
360
|
+
return self.client.create_batch_prediction(self.deployment_id, table_name, name, global_prediction_args, batch_prediction_args, explanations, output_format, output_location, database_connector_id, database_output_config, refresh_schedule, csv_input_prefix, csv_prediction_prefix, csv_explanations_prefix, output_includes_metadata, result_input_columns, input_feature_groups)
|
|
362
361
|
|
|
363
362
|
def describe_feature_group_row_process_by_key(self, primary_key_value: str):
|
|
364
363
|
"""
|
|
@@ -11,18 +11,20 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
11
11
|
chunkSize (int): The size of chunks for vector store, i.e., maximum number of words in the chunk.
|
|
12
12
|
chunkOverlapFraction (float): The fraction of overlap between two consecutive chunks.
|
|
13
13
|
textEncoder (str): The text encoder used to encode texts in the vector store.
|
|
14
|
+
scoreMultiplierColumn (str): The values in this metadata column are used to modify the relevance scores of returned chunks.
|
|
14
15
|
"""
|
|
15
16
|
|
|
16
|
-
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None):
|
|
17
|
+
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None, scoreMultiplierColumn=None):
|
|
17
18
|
super().__init__(client, None)
|
|
18
19
|
self.chunk_size = chunkSize
|
|
19
20
|
self.chunk_overlap_fraction = chunkOverlapFraction
|
|
20
21
|
self.text_encoder = textEncoder
|
|
22
|
+
self.score_multiplier_column = scoreMultiplierColumn
|
|
21
23
|
self.deprecated_keys = {}
|
|
22
24
|
|
|
23
25
|
def __repr__(self):
|
|
24
|
-
repr_dict = {f'chunk_size': repr(self.chunk_size), f'chunk_overlap_fraction': repr(
|
|
25
|
-
self.
|
|
26
|
+
repr_dict = {f'chunk_size': repr(self.chunk_size), f'chunk_overlap_fraction': repr(self.chunk_overlap_fraction), f'text_encoder': repr(
|
|
27
|
+
self.text_encoder), f'score_multiplier_column': repr(self.score_multiplier_column)}
|
|
26
28
|
class_name = "DocumentRetrieverConfig"
|
|
27
29
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
28
30
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -35,6 +37,6 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
35
37
|
Returns:
|
|
36
38
|
dict: The dict value representation of the class parameters
|
|
37
39
|
"""
|
|
38
|
-
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction':
|
|
39
|
-
self.
|
|
40
|
+
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction,
|
|
41
|
+
'text_encoder': self.text_encoder, 'score_multiplier_column': self.score_multiplier_column}
|
|
40
42
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|