abacusai 1.2.3__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.2.3/abacusai.egg-info → abacusai-1.2.4}/PKG-INFO +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/__init__.py +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/agent.py +1 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/agent_data_upload_result.py +4 -5
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/agent_version.py +1 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/abstract.py +19 -9
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/ai_agents.py +15 -15
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/enums.py +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/model.py +5 -9
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/monitor.py +6 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_client_utils.py +6 -12
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/batch_prediction.py +7 -10
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/batch_prediction_version.py +10 -11
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/client.py +230 -28
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/dataset.py +2 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/dataset_version.py +9 -5
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/deployment.py +4 -2
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_retriever.py +3 -2
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_store.py +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_drift_summary.py +5 -9
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group.py +4 -3
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_version.py +23 -5
- abacusai-1.2.4/abacusai/feature_group_version_logs.py +33 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/messaging_connector_response.py +7 -5
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model.py +1 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_artifacts_export.py +6 -4
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_version.py +2 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/nested_feature.py +3 -5
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline.py +1 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_version.py +1 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_client.py +9 -8
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project_feature_group.py +1 -1
- abacusai-1.2.4/abacusai/public.pem +5 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/python_plot_function.py +5 -3
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/refresh_policy.py +6 -4
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/refresh_schedule.py +6 -6
- {abacusai-1.2.3 → abacusai-1.2.4/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai.egg-info/SOURCES.txt +1 -1
- {abacusai-1.2.3 → abacusai-1.2.4}/setup.py +1 -1
- abacusai-1.2.3/abacusai/public.pem +0 -5
- abacusai-1.2.3/abacusai/type_violation.py +0 -39
- {abacusai-1.2.3 → abacusai-1.2.4}/.gitignore +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/LICENSE +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/README.md +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/abacus_api.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/algorithm.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/annotation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/annotation_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/annotation_document.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/annotations_status.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/project.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/api_key.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/app_user_group.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/application_connector.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/chat_message.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/chat_session.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/code_source.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/cryptography.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/custom_metric.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/data_metrics.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/database_connector.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/dataset_column.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_annotation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_data.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/document_store_import.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/eda_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/external_application.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/external_invite.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_importance.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/feature_record.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/file_connector.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/function_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/global_context.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/indexing_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/item_statistics.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_input.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/llm_response.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/memory_options.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_location.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_metrics.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_upload.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/module.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/notebook_template.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/null_violation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/organization_group.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/organization_secret.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/page_data.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_input.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/problem_type.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project_config.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/project_validation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/python_function.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/range_violation.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/requirements.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/return_class.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/schema.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/streaming_client.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/training_config_options.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/upload.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/upload_part.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/use_case.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/user.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/user_exception.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai/webhook.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/.buildinfo +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/.nojekyll +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/basic.css +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/css/theme.css +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/doctools.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/file.png +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/graphviz.css +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/jquery.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/js/theme.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/language_data.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/minus.png +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/plus.png +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/pygments.css +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/searchtools.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/_static/underscore.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/genindex.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/index.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/objects.inv +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/py-modindex.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/search.html +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/docs/searchindex.js +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/examples/fullscript.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/featurestore.md +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/requirements.txt +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/setup.cfg +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/sphinx/build_docs +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/sphinx/conf.py +0 -0
- {abacusai-1.2.3 → abacusai-1.2.4}/sphinx/index.rst +0 -0
|
@@ -23,6 +23,7 @@ class Agent(AbstractApiClass):
|
|
|
23
23
|
agentExecutionConfig (dict): The config for arguments used to execute the agent.
|
|
24
24
|
latestAgentVersion (AgentVersion): The latest agent version.
|
|
25
25
|
codeSource (CodeSource): If a python model, information on the source code
|
|
26
|
+
workflowGraph (WorkflowGraph): The workflow graph for the agent.
|
|
26
27
|
"""
|
|
27
28
|
|
|
28
29
|
def __init__(self, client, name=None, agentId=None, createdAt=None, projectId=None, notebookId=None, predictFunctionName=None, sourceCode=None, agentConfig=None, memory=None, trainingRequired=None, agentExecutionConfig=None, codeSource={}, latestAgentVersion={}, workflowGraph={}):
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
from .agent_data_document_info import AgentDataDocumentInfo
|
|
2
1
|
from .return_class import AbstractApiClass
|
|
3
2
|
|
|
4
3
|
|
|
@@ -8,12 +7,12 @@ class AgentDataUploadResult(AbstractApiClass):
|
|
|
8
7
|
|
|
9
8
|
Args:
|
|
10
9
|
client (ApiClient): An authenticated API Client instance
|
|
11
|
-
docInfos (
|
|
10
|
+
docInfos (list[agentdatadocumentinfo]): A list of dict for information on the documents uploaded to agent.
|
|
12
11
|
"""
|
|
13
12
|
|
|
14
|
-
def __init__(self, client, docInfos=
|
|
13
|
+
def __init__(self, client, docInfos=None):
|
|
15
14
|
super().__init__(client, None)
|
|
16
|
-
self.doc_infos =
|
|
15
|
+
self.doc_infos = docInfos
|
|
17
16
|
self.deprecated_keys = {}
|
|
18
17
|
|
|
19
18
|
def __repr__(self):
|
|
@@ -30,5 +29,5 @@ class AgentDataUploadResult(AbstractApiClass):
|
|
|
30
29
|
Returns:
|
|
31
30
|
dict: The dict value representation of the class parameters
|
|
32
31
|
"""
|
|
33
|
-
resp = {'doc_infos': self.
|
|
32
|
+
resp = {'doc_infos': self.doc_infos}
|
|
34
33
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -20,6 +20,7 @@ class AgentVersion(AbstractApiClass):
|
|
|
20
20
|
error (str): Relevant error if the status is FAILED.
|
|
21
21
|
agentExecutionConfig (dict): The config for arguments used to execute the agent.
|
|
22
22
|
codeSource (CodeSource): If a python model, information on where the source code is located.
|
|
23
|
+
workflowGraph (WorkflowGraph): The workflow graph for the agent.
|
|
23
24
|
"""
|
|
24
25
|
|
|
25
26
|
def __init__(self, client, agentVersion=None, status=None, agentId=None, agentConfig=None, publishingStartedAt=None, publishingCompletedAt=None, pendingDeploymentIds=None, failedDeploymentIds=None, error=None, agentExecutionConfig=None, codeSource={}, workflowGraph={}):
|
|
@@ -4,7 +4,8 @@ import inspect
|
|
|
4
4
|
import re
|
|
5
5
|
from abc import ABC
|
|
6
6
|
from copy import deepcopy
|
|
7
|
-
from
|
|
7
|
+
from textwrap import dedent
|
|
8
|
+
from typing import Any, Callable, get_origin, get_type_hints
|
|
8
9
|
|
|
9
10
|
from .enums import ApiEnum
|
|
10
11
|
|
|
@@ -34,6 +35,16 @@ def snake_case(value):
|
|
|
34
35
|
return value
|
|
35
36
|
|
|
36
37
|
|
|
38
|
+
def get_clean_function_source_code(func: Callable):
|
|
39
|
+
sample_lambda = (lambda: 0)
|
|
40
|
+
if isinstance(func, type(sample_lambda)) and func.__name__ == sample_lambda.__name__:
|
|
41
|
+
raise ValueError('Lambda function not allowed.')
|
|
42
|
+
source_code = inspect.getsource(func)
|
|
43
|
+
# If function source code has some initial indentation, remove it (Ex - can happen if the functor was defined inside a function)
|
|
44
|
+
source_code = dedent(source_code)
|
|
45
|
+
return source_code
|
|
46
|
+
|
|
47
|
+
|
|
37
48
|
@dataclasses.dataclass
|
|
38
49
|
class ApiClass(ABC):
|
|
39
50
|
_upper_snake_case_keys: bool = dataclasses.field(default=False, repr=False, init=False)
|
|
@@ -111,12 +122,12 @@ class ApiClass(ABC):
|
|
|
111
122
|
res = {}
|
|
112
123
|
api_class_dict = vars(api_class_obj)
|
|
113
124
|
if self._support_kwargs:
|
|
114
|
-
kwargs = api_class_dict.
|
|
125
|
+
kwargs = api_class_dict.get('kwargs', None)
|
|
115
126
|
api_class_dict.update(kwargs or {})
|
|
116
127
|
for k, v in api_class_dict.items():
|
|
117
|
-
if not k
|
|
118
|
-
|
|
119
|
-
|
|
128
|
+
if v is not None and k != 'kwargs':
|
|
129
|
+
if not k.startswith('__'):
|
|
130
|
+
k = upper_snake_case(k) if self._upper_snake_case_keys else camel_case(k)
|
|
120
131
|
if isinstance(v, ApiClass):
|
|
121
132
|
res[k] = to_dict_helper(v)
|
|
122
133
|
elif isinstance(v, list):
|
|
@@ -125,11 +136,10 @@ class ApiClass(ABC):
|
|
|
125
136
|
res[k] = {key: to_dict_helper(val) if isinstance(val, ApiClass) else val for key, val in v.items()}
|
|
126
137
|
elif isinstance(v, datetime.datetime) or isinstance(v, datetime.date):
|
|
127
138
|
res[k] = v.isoformat() if v else v
|
|
139
|
+
elif isinstance(v, ApiEnum):
|
|
140
|
+
res[k] = v.value
|
|
128
141
|
else:
|
|
129
|
-
|
|
130
|
-
res[k] = v.value
|
|
131
|
-
else:
|
|
132
|
-
res[k] = v
|
|
142
|
+
res[k] = v
|
|
133
143
|
return res
|
|
134
144
|
|
|
135
145
|
return to_dict_helper(self)
|
|
@@ -2,7 +2,7 @@ import dataclasses
|
|
|
2
2
|
from typing import List, Union
|
|
3
3
|
|
|
4
4
|
from . import enums
|
|
5
|
-
from .abstract import ApiClass
|
|
5
|
+
from .abstract import ApiClass, get_clean_function_source_code
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
@dataclasses.dataclass
|
|
@@ -14,7 +14,7 @@ class FieldDescriptor(ApiClass):
|
|
|
14
14
|
field (str): The field to be extracted. This will be used as the key in the response.
|
|
15
15
|
description (str): The description of this field. If not included, the response_field will be used.
|
|
16
16
|
example_extraction (Union[str, int, bool, float]): An example of this extracted field.
|
|
17
|
-
type (
|
|
17
|
+
type (FieldDescriptorType): The type of this field. If not provided, the default type is STRING.
|
|
18
18
|
"""
|
|
19
19
|
field: str = dataclasses.field()
|
|
20
20
|
description: str = dataclasses.field(default=None)
|
|
@@ -29,20 +29,23 @@ class WorkflowNodeInputMapping(ApiClass):
|
|
|
29
29
|
|
|
30
30
|
Args:
|
|
31
31
|
name (str): The name of the input.
|
|
32
|
-
variable_type (
|
|
33
|
-
|
|
32
|
+
variable_type (WorkflowNodeInputType): The type of the input.
|
|
33
|
+
variable_source (str): The name of the node this variable is sourced from.
|
|
34
|
+
If the type is `WORKFLOW_VARIABLE`, the value given by the source node will be directly used.
|
|
35
|
+
If the type is `USER_INPUT`, the value given by the source node will be used as the default initial value before user edits it.
|
|
36
|
+
Set to `None` if the type is `USER_INPUT` and the variable doesn't need a pre-filled initial value.
|
|
34
37
|
is_required (bool): Whether the input is required.
|
|
35
38
|
"""
|
|
36
39
|
name: str
|
|
37
40
|
variable_type: enums.WorkflowNodeInputType
|
|
38
|
-
|
|
41
|
+
variable_source: str = dataclasses.field(default=None)
|
|
39
42
|
is_required: bool = dataclasses.field(default=True)
|
|
40
43
|
|
|
41
44
|
def to_dict(self):
|
|
42
45
|
return {
|
|
43
46
|
'name': self.name,
|
|
44
47
|
'variable_type': self.variable_type,
|
|
45
|
-
'
|
|
48
|
+
'variable_source': self.variable_source,
|
|
46
49
|
'is_required': self.is_required
|
|
47
50
|
}
|
|
48
51
|
|
|
@@ -54,7 +57,7 @@ class WorkflowNodeOutputMapping(ApiClass):
|
|
|
54
57
|
|
|
55
58
|
Args:
|
|
56
59
|
name (str): The name of the output.
|
|
57
|
-
variable_type (
|
|
60
|
+
variable_type (WorkflowNodeOutputType): The type of the output.
|
|
58
61
|
"""
|
|
59
62
|
name: str
|
|
60
63
|
variable_type: enums.WorkflowNodeOutputType = dataclasses.field(default=enums.WorkflowNodeOutputType.STRING)
|
|
@@ -72,12 +75,10 @@ class WorkflowGraphNode(ApiClass):
|
|
|
72
75
|
A node in an Agent workflow graph.
|
|
73
76
|
|
|
74
77
|
Args:
|
|
75
|
-
name (str):
|
|
78
|
+
name (str): A unique name for the workflow node.
|
|
76
79
|
input_mappings (List[WorkflowNodeInputMapping]): List of input mappings for the node.
|
|
77
80
|
output_mappings (List[WorkflowNodeOutputMapping]): List of output mappings for the node.
|
|
78
|
-
function (callable): The callable node function reference
|
|
79
|
-
function_name (str): The name of the function if available.
|
|
80
|
-
source_code (str): The source code of the function if available.
|
|
81
|
+
function (callable): The callable node function reference.
|
|
81
82
|
input_schema (dict): The react json schema for the input form if applicable.
|
|
82
83
|
output_schema (dict): The react json schema for the output if applicable.
|
|
83
84
|
package_requirements (list): List of package requirements for the node.
|
|
@@ -85,9 +86,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
85
86
|
|
|
86
87
|
def __init__(self, name: str, input_mappings: List[WorkflowNodeInputMapping], output_mappings: List[WorkflowNodeOutputMapping], function: callable = None, function_name: str = None, source_code: str = None, input_schema: dict = None, output_schema: dict = None, package_requirements: list = None):
|
|
87
88
|
if function:
|
|
88
|
-
import inspect
|
|
89
89
|
self.function_name = function.__name__
|
|
90
|
-
self.source_code =
|
|
90
|
+
self.source_code = get_clean_function_source_code(function)
|
|
91
91
|
elif function_name and source_code:
|
|
92
92
|
self.function_name = function_name
|
|
93
93
|
self.source_code = source_code
|
|
@@ -133,8 +133,8 @@ class WorkflowGraphEdge(ApiClass):
|
|
|
133
133
|
An edge in an Agent workflow graph.
|
|
134
134
|
|
|
135
135
|
Args:
|
|
136
|
-
source (str): The source node of the edge.
|
|
137
|
-
target (str): The target node of the edge.
|
|
136
|
+
source (str): The name of the source node of the edge.
|
|
137
|
+
target (str): The name of the target node of the edge.
|
|
138
138
|
details (dict): Additional details about the edge.
|
|
139
139
|
"""
|
|
140
140
|
source: str
|
|
@@ -411,6 +411,7 @@ class LLMName(ApiEnum):
|
|
|
411
411
|
OPENAI_GPT4_VISION = 'OPENAI_GPT4_VISION'
|
|
412
412
|
OPENAI_GPT3_5 = 'OPENAI_GPT3_5'
|
|
413
413
|
OPENAI_GPT3_5_TEXT = 'OPENAI_GPT3_5_TEXT'
|
|
414
|
+
LLAMA3_LARGE_CHAT = 'LLAMA3_LARGE_CHAT'
|
|
414
415
|
CLAUDE_V2_1 = 'CLAUDE_V2_1'
|
|
415
416
|
CLAUDE_V3_OPUS = 'CLAUDE_V3_OPUS'
|
|
416
417
|
CLAUDE_V3_SONNET = 'CLAUDE_V3_SONNET'
|
|
@@ -449,7 +450,6 @@ class FeatureDriftType(ApiEnum):
|
|
|
449
450
|
|
|
450
451
|
class DataIntegrityViolationType(ApiEnum):
|
|
451
452
|
NULL_VIOLATIONS = 'null_violations'
|
|
452
|
-
TYPE_MISMATCH_VIOLATIONS = 'type_mismatch_violations'
|
|
453
453
|
RANGE_VIOLATIONS = 'range_violations'
|
|
454
454
|
CATEGORICAL_RANGE_VIOLATION = 'categorical_range_violations'
|
|
455
455
|
TOTAL_VIOLATIONS = 'total_violations'
|
|
@@ -383,8 +383,6 @@ class NamedEntityExtractionTrainingConfig(TrainingConfig):
|
|
|
383
383
|
Training config for the NAMED_ENTITY_EXTRACTION problem type
|
|
384
384
|
|
|
385
385
|
Args:
|
|
386
|
-
objective (NERObjective): Ranking scheme used to select final best model.
|
|
387
|
-
sort_objective (NERObjective): Ranking scheme used to sort models on the metrics page.
|
|
388
386
|
llm_for_ner (NERForLLM) : LLM to use for NER from among available LLM
|
|
389
387
|
test_split (int): Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset.
|
|
390
388
|
test_row_indicator (str): Column indicating which rows to use for training (TRAIN) and testing (TEST).
|
|
@@ -394,15 +392,13 @@ class NamedEntityExtractionTrainingConfig(TrainingConfig):
|
|
|
394
392
|
save_predicted_pdf (bool): Whether to save predicted PDF documents
|
|
395
393
|
enhanced_ocr (bool): Enhanced text extraction from predicted digital documents
|
|
396
394
|
"""
|
|
397
|
-
|
|
398
|
-
sort_objective: enums.NERObjective = dataclasses.field(default=None)
|
|
399
|
-
llm_for_ner: enums.LLMName = dataclasses.field(default=None)
|
|
395
|
+
llm_for_ner: enums.LLMName = None
|
|
400
396
|
# Data Split Params
|
|
401
|
-
test_split: int =
|
|
402
|
-
test_row_indicator: str =
|
|
397
|
+
test_split: int = None
|
|
398
|
+
test_row_indicator: str = None
|
|
403
399
|
# Named Entity Recognition
|
|
404
|
-
active_labels_column: str =
|
|
405
|
-
document_format: enums.NLPDocumentFormat =
|
|
400
|
+
active_labels_column: str = None
|
|
401
|
+
document_format: enums.NLPDocumentFormat = None
|
|
406
402
|
minimum_bounding_box_overlap_ratio: float = 0.0
|
|
407
403
|
# OCR
|
|
408
404
|
save_predicted_pdf: bool = True
|
|
@@ -122,11 +122,15 @@ class MonitorFilteringConfig(ApiClass):
|
|
|
122
122
|
end_time (str): The end time of the prediction time col
|
|
123
123
|
restrict_feature_mapping (RestrictFeatureMappings): The feature mapping to restrict the monitor to.
|
|
124
124
|
target_class (str): The target class to restrict the monitor to.
|
|
125
|
+
train_target_feature (str): Set the target feature for the training data.
|
|
126
|
+
prediction_target_feature (str): Set the target feature for the prediction data.
|
|
125
127
|
"""
|
|
126
128
|
start_time: str = dataclasses.field(default=None)
|
|
127
129
|
end_time: str = dataclasses.field(default=None)
|
|
128
130
|
restrict_feature_mappings: List[RestrictFeatureMappings] = dataclasses.field(default=None)
|
|
129
131
|
target_class: str = dataclasses.field(default=None)
|
|
132
|
+
train_target_feature: str = dataclasses.field(default=None)
|
|
133
|
+
prediction_target_feature: str = dataclasses.field(default=None)
|
|
130
134
|
|
|
131
135
|
def to_dict(self):
|
|
132
136
|
return {
|
|
@@ -134,4 +138,6 @@ class MonitorFilteringConfig(ApiClass):
|
|
|
134
138
|
'end_time': self.end_time,
|
|
135
139
|
'restrict_feature_mappings': [item.to_dict() for item in self.restrict_feature_mappings] if self.restrict_feature_mappings else None,
|
|
136
140
|
'target_class': self.target_class,
|
|
141
|
+
'train_target_feature': self.train_target_feature if self.train_target_feature else None,
|
|
142
|
+
'prediction_target_feature': self.prediction_target_feature if self.prediction_target_feature else None,
|
|
137
143
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import importlib
|
|
2
|
-
import inspect
|
|
3
2
|
import json
|
|
4
3
|
import os
|
|
5
4
|
import re
|
|
6
5
|
import string
|
|
7
|
-
from
|
|
6
|
+
from enum import Enum
|
|
8
7
|
from typing import IO, Callable, List
|
|
9
8
|
|
|
10
9
|
|
|
@@ -19,16 +18,6 @@ def clean_column_name(column):
|
|
|
19
18
|
return cleaned_col
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
def get_clean_function_source_code(func: Callable):
|
|
23
|
-
sample_lambda = (lambda: 0)
|
|
24
|
-
if isinstance(func, type(sample_lambda)) and func.__name__ == sample_lambda.__name__:
|
|
25
|
-
raise ValueError('Lambda function not allowed.')
|
|
26
|
-
source_code = inspect.getsource(func)
|
|
27
|
-
# If function source code has some initial indentation, remove it (Ex - can happen if the functor was defined inside a function)
|
|
28
|
-
source_code = dedent(source_code)
|
|
29
|
-
return source_code
|
|
30
|
-
|
|
31
|
-
|
|
32
21
|
def avro_to_pandas_dtype(avro_type):
|
|
33
22
|
avro_pandas_dtypes = {
|
|
34
23
|
'long': 'Int64',
|
|
@@ -186,6 +175,11 @@ def load_as_pandas_from_avro_files(files: List[str], download_method: Callable,
|
|
|
186
175
|
return data_df
|
|
187
176
|
|
|
188
177
|
|
|
178
|
+
class StreamType(Enum):
|
|
179
|
+
MESSAGE = 'message'
|
|
180
|
+
SECTION_OUTPUT = 'section_output'
|
|
181
|
+
|
|
182
|
+
|
|
189
183
|
class DocstoreUtils:
|
|
190
184
|
"""Utility class for loading docstore data.
|
|
191
185
|
Needs to be updated if docstore formats change."""
|
|
@@ -22,7 +22,6 @@ class BatchPrediction(AbstractApiClass):
|
|
|
22
22
|
fileConnectorOutputLocation (str): Contains information about where the batch predictions are written to.
|
|
23
23
|
databaseConnectorId (str): The database connector to write the results to.
|
|
24
24
|
databaseOutputConfiguration (dict): Contains information about where the batch predictions are written to.
|
|
25
|
-
explanations (bool):
|
|
26
25
|
fileOutputFormat (str): The format of the batch prediction output (CSV or JSON).
|
|
27
26
|
connectorType (str): Null if writing to internal console, else FEATURE_GROUP | FILE_CONNECTOR | DATABASE_CONNECTOR.
|
|
28
27
|
legacyInputLocation (str): The location of the input data.
|
|
@@ -44,9 +43,10 @@ class BatchPrediction(AbstractApiClass):
|
|
|
44
43
|
latestBatchPredictionVersion (BatchPredictionVersion): The latest batch prediction version.
|
|
45
44
|
refreshSchedules (RefreshSchedule): List of refresh schedules that dictate the next time the batch prediction will be run.
|
|
46
45
|
inputFeatureGroups (PredictionFeatureGroup): List of prediction feature groups.
|
|
46
|
+
batchPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call.
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
|
-
def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=None,
|
|
49
|
+
def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=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, bpAcrossVersionsMonitorId=None, algorithm=None, batchPredictionArgsType=None, batchInputs={}, latestBatchPredictionVersion={}, refreshSchedules={}, inputFeatureGroups={}, batchPredictionArgs={}):
|
|
50
50
|
super().__init__(client, batchPredictionId)
|
|
51
51
|
self.batch_prediction_id = batchPredictionId
|
|
52
52
|
self.created_at = createdAt
|
|
@@ -55,7 +55,6 @@ class BatchPrediction(AbstractApiClass):
|
|
|
55
55
|
self.file_connector_output_location = fileConnectorOutputLocation
|
|
56
56
|
self.database_connector_id = databaseConnectorId
|
|
57
57
|
self.database_output_configuration = databaseOutputConfiguration
|
|
58
|
-
self.explanations = explanations
|
|
59
58
|
self.file_output_format = fileOutputFormat
|
|
60
59
|
self.connector_type = connectorType
|
|
61
60
|
self.legacy_input_location = legacyInputLocation
|
|
@@ -80,15 +79,13 @@ class BatchPrediction(AbstractApiClass):
|
|
|
80
79
|
RefreshSchedule, refreshSchedules)
|
|
81
80
|
self.input_feature_groups = client._build_class(
|
|
82
81
|
PredictionFeatureGroup, inputFeatureGroups)
|
|
83
|
-
self.global_prediction_args = client._build_class(
|
|
84
|
-
BatchPredictionArgs, globalPredictionArgs)
|
|
85
82
|
self.batch_prediction_args = client._build_class(getattr(
|
|
86
83
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
87
|
-
self.deprecated_keys = {'
|
|
84
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
88
85
|
|
|
89
86
|
def __repr__(self):
|
|
90
|
-
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'
|
|
91
|
-
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'bp_across_versions_monitor_id': repr(self.bp_across_versions_monitor_id), f'algorithm': repr(self.algorithm), f'batch_prediction_args_type': repr(self.batch_prediction_args_type), 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'
|
|
87
|
+
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
|
88
|
+
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'bp_across_versions_monitor_id': repr(self.bp_across_versions_monitor_id), f'algorithm': repr(self.algorithm), f'batch_prediction_args_type': repr(self.batch_prediction_args_type), 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'batch_prediction_args': repr(self.batch_prediction_args)}
|
|
92
89
|
class_name = "BatchPrediction"
|
|
93
90
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
94
91
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -101,8 +98,8 @@ class BatchPrediction(AbstractApiClass):
|
|
|
101
98
|
Returns:
|
|
102
99
|
dict: The dict value representation of the class parameters
|
|
103
100
|
"""
|
|
104
|
-
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, '
|
|
105
|
-
'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, 'bp_across_versions_monitor_id': self.bp_across_versions_monitor_id, 'algorithm': self.algorithm, 'batch_prediction_args_type': self.batch_prediction_args_type, '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), '
|
|
101
|
+
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, '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, 'csv_prediction_prefix': self.csv_prediction_prefix,
|
|
102
|
+
'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, 'bp_across_versions_monitor_id': self.bp_across_versions_monitor_id, 'algorithm': self.algorithm, 'batch_prediction_args_type': self.batch_prediction_args_type, '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), 'batch_prediction_args': self._get_attribute_as_dict(self.batch_prediction_args)}
|
|
106
103
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
107
104
|
|
|
108
105
|
def start(self):
|
|
@@ -11,7 +11,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
11
11
|
|
|
12
12
|
Args:
|
|
13
13
|
client (ApiClient): An authenticated API Client instance
|
|
14
|
-
batchPredictionVersion (str): The unique identifier of the batch prediction
|
|
14
|
+
batchPredictionVersion (str): The unique identifier of the batch prediction version
|
|
15
15
|
batchPredictionId (str): The unique identifier of the batch prediction
|
|
16
16
|
status (str): The current status of the batch prediction
|
|
17
17
|
driftMonitorStatus (str): The status of the drift monitor for this batch prediction version
|
|
@@ -25,7 +25,6 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
25
25
|
failedPredictions (int): Number of predictions that failed
|
|
26
26
|
databaseConnectorId (str): The database connector to write the results to
|
|
27
27
|
databaseOutputConfiguration (dict): Contains information about where the batch predictions are written to
|
|
28
|
-
explanations (bool):
|
|
29
28
|
fileConnectorOutputLocation (str): Contains information about where the batch predictions are written to
|
|
30
29
|
fileOutputFormat (str): The format of the batch prediction output (CSV or JSON)
|
|
31
30
|
connectorType (str): Null if writing to internal console, else FEATURE_GROUP | FILE_CONNECTOR | DATABASE_CONNECTOR
|
|
@@ -47,12 +46,14 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
47
46
|
outputFeatureGroupVersion (str): The Batch Prediction output feature group version if applicable
|
|
48
47
|
outputFeatureGroupTableName (str): The Batch Prediction output feature group name if applicable
|
|
49
48
|
batchPredictionWarnings (str): Relevant warnings if any issues are found
|
|
49
|
+
bpAcrossVersionsMonitorVersion (str): The version of the batch prediction across versions monitor
|
|
50
50
|
batchPredictionArgsType (str): The type of the batch prediction args
|
|
51
51
|
batchInputs (PredictionInput): Inputs to the batch prediction
|
|
52
52
|
inputFeatureGroups (PredictionFeatureGroup): List of prediction feature groups
|
|
53
|
+
batchPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call
|
|
53
54
|
"""
|
|
54
55
|
|
|
55
|
-
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,
|
|
56
|
+
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, 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, bpAcrossVersionsMonitorVersion=None, batchPredictionArgsType=None, batchInputs={}, inputFeatureGroups={}, batchPredictionArgs={}):
|
|
56
57
|
super().__init__(client, batchPredictionVersion)
|
|
57
58
|
self.batch_prediction_version = batchPredictionVersion
|
|
58
59
|
self.batch_prediction_id = batchPredictionId
|
|
@@ -68,7 +69,6 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
68
69
|
self.failed_predictions = failedPredictions
|
|
69
70
|
self.database_connector_id = databaseConnectorId
|
|
70
71
|
self.database_output_configuration = databaseOutputConfiguration
|
|
71
|
-
self.explanations = explanations
|
|
72
72
|
self.file_connector_output_location = fileConnectorOutputLocation
|
|
73
73
|
self.file_output_format = fileOutputFormat
|
|
74
74
|
self.connector_type = connectorType
|
|
@@ -90,19 +90,18 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
90
90
|
self.output_feature_group_version = outputFeatureGroupVersion
|
|
91
91
|
self.output_feature_group_table_name = outputFeatureGroupTableName
|
|
92
92
|
self.batch_prediction_warnings = batchPredictionWarnings
|
|
93
|
+
self.bp_across_versions_monitor_version = bpAcrossVersionsMonitorVersion
|
|
93
94
|
self.batch_prediction_args_type = batchPredictionArgsType
|
|
94
95
|
self.batch_inputs = client._build_class(PredictionInput, batchInputs)
|
|
95
96
|
self.input_feature_groups = client._build_class(
|
|
96
97
|
PredictionFeatureGroup, inputFeatureGroups)
|
|
97
|
-
self.global_prediction_args = client._build_class(
|
|
98
|
-
BatchPredictionArgs, globalPredictionArgs)
|
|
99
98
|
self.batch_prediction_args = client._build_class(getattr(
|
|
100
99
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
101
|
-
self.deprecated_keys = {'
|
|
100
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
102
101
|
|
|
103
102
|
def __repr__(self):
|
|
104
|
-
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'
|
|
105
|
-
self.
|
|
103
|
+
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
|
104
|
+
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'bp_across_versions_monitor_version': repr(self.bp_across_versions_monitor_version), f'batch_prediction_args_type': repr(self.batch_prediction_args_type), f'batch_inputs': repr(self.batch_inputs), f'input_feature_groups': repr(self.input_feature_groups), f'batch_prediction_args': repr(self.batch_prediction_args)}
|
|
106
105
|
class_name = "BatchPredictionVersion"
|
|
107
106
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
108
107
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -115,8 +114,8 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
115
114
|
Returns:
|
|
116
115
|
dict: The dict value representation of the class parameters
|
|
117
116
|
"""
|
|
118
|
-
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, '
|
|
119
|
-
|
|
117
|
+
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, '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, 'csv_prediction_prefix':
|
|
118
|
+
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, 'bp_across_versions_monitor_version': self.bp_across_versions_monitor_version, 'batch_prediction_args_type': self.batch_prediction_args_type, 'batch_inputs': self._get_attribute_as_dict(self.batch_inputs), 'input_feature_groups': self._get_attribute_as_dict(self.input_feature_groups), 'batch_prediction_args': self._get_attribute_as_dict(self.batch_prediction_args)}
|
|
120
119
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
121
120
|
|
|
122
121
|
def download_batch_prediction_result_chunk(self, offset: int = 0, chunk_size: int = 10485760):
|