abacusai 1.2.8__tar.gz → 1.2.9__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.8/abacusai.egg-info → abacusai-1.2.9}/PKG-INFO +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/agent.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/agent_version.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/ai_agents.py +3 -3
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/dataset_application_connector.py +17 -17
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/enums.py +1 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/model.py +6 -9
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/monitor.py +14 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/project.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_client_utils.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/batch_prediction.py +3 -3
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/batch_prediction_version.py +3 -3
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/client.py +50 -43
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/dataset.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/dataset_version.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/deployment.py +5 -5
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_retriever.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_retriever_version.py +3 -3
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_version.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/execute_feature_group_operation.py +5 -3
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group.py +4 -4
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_export.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_row_process.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_version.py +4 -4
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/holdout_analysis_version.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model.py +4 -4
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_artifacts_export.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor.py +9 -5
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor_version.py +10 -6
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_version.py +2 -2
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/monitor_alert_version.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_version.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/refresh_pipeline_run.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/upload.py +4 -4
- {abacusai-1.2.8 → abacusai-1.2.9/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/setup.py +1 -1
- {abacusai-1.2.8 → abacusai-1.2.9}/.gitignore +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/LICENSE +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/README.md +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/__init__.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/abacus_api.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/agent_data_upload_result.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/algorithm.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/annotation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/annotation_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/annotation_document.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/annotations_status.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/api_key.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/app_user_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/application_connector.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/chat_message.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/chat_session.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/code_source.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/cryptography.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/custom_metric.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/data_metrics.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/database_connector.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/dataset_column.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_annotation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_data.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_store.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/document_store_import.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/external_application.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/external_invite.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_importance.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/feature_record.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/file_connector.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/function_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/global_context.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/indexing_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/item_statistics.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_app.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_input.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/llm_response.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/memory_options.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_location.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_metrics.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_upload.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/module.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/nested_feature.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/notebook_template.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/null_violation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/organization_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/organization_secret.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/page_data.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_client.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_input.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/problem_type.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project_config.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/project_validation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/public.pem +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/python_function.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/range_violation.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/requirements.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/return_class.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/schema.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/streaming_client.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/training_config_options.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/upload_part.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/use_case.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/user.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/user_exception.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai/webhook.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai.egg-info/SOURCES.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/.buildinfo +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/.nojekyll +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/basic.css +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/css/theme.css +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/doctools.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/file.png +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/graphviz.css +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/jquery.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/js/theme.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/language_data.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/minus.png +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/plus.png +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/pygments.css +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/searchtools.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/_static/underscore.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/genindex.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/index.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/objects.inv +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/py-modindex.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/search.html +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/docs/searchindex.js +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/examples/fullscript.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/featurestore.md +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/requirements.txt +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/setup.cfg +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/sphinx/build_docs +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/sphinx/conf.py +0 -0
- {abacusai-1.2.8 → abacusai-1.2.9}/sphinx/index.rst +0 -0
|
@@ -104,7 +104,7 @@ class Agent(AbstractApiClass):
|
|
|
104
104
|
A waiting call until agent is published.
|
|
105
105
|
|
|
106
106
|
Args:
|
|
107
|
-
timeout (int
|
|
107
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
108
108
|
"""
|
|
109
109
|
latest_agent_version = self.describe().latest_agent_version
|
|
110
110
|
if not latest_agent_version:
|
|
@@ -85,7 +85,7 @@ class AgentVersion(AbstractApiClass):
|
|
|
85
85
|
A waiting call until agent gets published.
|
|
86
86
|
|
|
87
87
|
Args:
|
|
88
|
-
timeout (int
|
|
88
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
89
89
|
"""
|
|
90
90
|
return self.client._poll(self, {'PENDING', 'PUBLISHING'}, delay=30, timeout=timeout)
|
|
91
91
|
|
|
@@ -82,7 +82,7 @@ class WorkflowNodeInputMapping(ApiClass):
|
|
|
82
82
|
If the type is `WORKFLOW_VARIABLE`, the value given by the source node will be directly used.
|
|
83
83
|
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.
|
|
84
84
|
Set to `None` if the type is `USER_INPUT` and the variable doesn't need a pre-filled initial value.
|
|
85
|
-
is_required (bool): Whether the input is required.
|
|
85
|
+
is_required (bool): Whether the input is required. Defaults to True
|
|
86
86
|
"""
|
|
87
87
|
name: str
|
|
88
88
|
variable_type: enums.WorkflowNodeInputType
|
|
@@ -143,8 +143,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
143
143
|
input_mappings (List[WorkflowNodeInputMapping]): List of input mappings for the node. Each arg/kwarg of the node function should have a corresponding input mapping.
|
|
144
144
|
output_mappings (List[WorkflowNodeOutputMapping]): List of output mappings for the node. Each field in the returned dict/AgentResponse must have a corresponding output mapping.
|
|
145
145
|
function (callable): The callable node function reference.
|
|
146
|
-
input_schema (WorkflowNodeInputSchema): The react json schema for the input
|
|
147
|
-
output_schema (WorkflowNodeOutputSchema): The react json schema for the output
|
|
146
|
+
input_schema (WorkflowNodeInputSchema): The react json schema for the user input variables.
|
|
147
|
+
output_schema (WorkflowNodeOutputSchema): The react json schema for the output to be shown on UI.
|
|
148
148
|
package_requirements (list): List of package requirements for the node.
|
|
149
149
|
"""
|
|
150
150
|
|
|
@@ -27,9 +27,9 @@ class ConfluenceDatasetConfig(DatasetConfig):
|
|
|
27
27
|
Dataset config for Confluence Application Connector
|
|
28
28
|
Args:
|
|
29
29
|
location (str): The location of the pages to fetch
|
|
30
|
-
pull_attachments (bool
|
|
31
|
-
space_key (str
|
|
32
|
-
extract_bounding_boxes (bool
|
|
30
|
+
pull_attachments (bool): Whether to pull attachments for each page
|
|
31
|
+
space_key (str): The space key to fetch pages from
|
|
32
|
+
extract_bounding_boxes (bool): Whether to extract bounding boxes from the documents
|
|
33
33
|
|
|
34
34
|
"""
|
|
35
35
|
location: str = dataclasses.field(default=None)
|
|
@@ -48,8 +48,8 @@ class GoogleAnalyticsDatasetConfig(DatasetConfig):
|
|
|
48
48
|
|
|
49
49
|
Args:
|
|
50
50
|
location (str): The view id of the report in the connector to fetch
|
|
51
|
-
start_timestamp (int
|
|
52
|
-
end_timestamp (int
|
|
51
|
+
start_timestamp (int): Unix timestamp of the start of the period that will be queried
|
|
52
|
+
end_timestamp (int): Unix timestamp of the end of the period that will be queried
|
|
53
53
|
"""
|
|
54
54
|
location: str = dataclasses.field(default=None)
|
|
55
55
|
start_timestamp: int = dataclasses.field(default=None)
|
|
@@ -66,9 +66,9 @@ class GoogleDriveDatasetConfig(DatasetConfig):
|
|
|
66
66
|
|
|
67
67
|
Args:
|
|
68
68
|
location (str): The regex location of the files to fetch
|
|
69
|
-
csv_delimiter (str
|
|
70
|
-
extract_bounding_boxes (bool
|
|
71
|
-
merge_file_schemas (bool
|
|
69
|
+
csv_delimiter (str): If the file format is CSV, use a specific csv delimiter
|
|
70
|
+
extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True
|
|
71
|
+
merge_file_schemas (bool): Signifies if the merge file schema policy is enabled. Not applicable if is_documentset is True
|
|
72
72
|
"""
|
|
73
73
|
location: str = dataclasses.field(default=None)
|
|
74
74
|
csv_delimiter: str = dataclasses.field(default=None)
|
|
@@ -86,9 +86,9 @@ class JiraDatasetConfig(DatasetConfig):
|
|
|
86
86
|
|
|
87
87
|
Args:
|
|
88
88
|
jql (str): The JQL query for fetching issues
|
|
89
|
-
custom_fields (list
|
|
90
|
-
include_comments (bool
|
|
91
|
-
include_watchers (bool
|
|
89
|
+
custom_fields (list): A list of custom fields to include in the dataset
|
|
90
|
+
include_comments (bool): Fetch comments for each issue
|
|
91
|
+
include_watchers (bool): Fetch watchers for each issue
|
|
92
92
|
"""
|
|
93
93
|
jql: str = dataclasses.field(default=None)
|
|
94
94
|
custom_fields: list = dataclasses.field(default=None)
|
|
@@ -106,9 +106,9 @@ class OneDriveDatasetConfig(DatasetConfig):
|
|
|
106
106
|
|
|
107
107
|
Args:
|
|
108
108
|
location (str): The regex location of the files to fetch
|
|
109
|
-
csv_delimiter (str
|
|
110
|
-
extract_bounding_boxes (bool
|
|
111
|
-
merge_file_schemas (bool
|
|
109
|
+
csv_delimiter (str): If the file format is CSV, use a specific csv delimiter
|
|
110
|
+
extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True
|
|
111
|
+
merge_file_schemas (bool): Signifies if the merge file schema policy is enabled. Not applicable if is_documentset is True
|
|
112
112
|
"""
|
|
113
113
|
location: str = dataclasses.field(default=None)
|
|
114
114
|
csv_delimiter: str = dataclasses.field(default=None)
|
|
@@ -127,9 +127,9 @@ class SharepointDatasetConfig(DatasetConfig):
|
|
|
127
127
|
Args:
|
|
128
128
|
location (str): The regex location of the files to fetch
|
|
129
129
|
is_documentset (bool): Whether the dataset is a document set
|
|
130
|
-
csv_delimiter (str
|
|
131
|
-
extract_bounding_boxes (bool
|
|
132
|
-
merge_file_schemas (bool
|
|
130
|
+
csv_delimiter (str): If the file format is CSV, use a specific csv delimiter
|
|
131
|
+
extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True
|
|
132
|
+
merge_file_schemas (bool): Signifies if the merge file schema policy is enabled. Not applicable if is_documentset is True
|
|
133
133
|
"""
|
|
134
134
|
location: str = dataclasses.field(default=None)
|
|
135
135
|
csv_delimiter: str = dataclasses.field(default=None)
|
|
@@ -410,6 +410,7 @@ class LLMName(ApiEnum):
|
|
|
410
410
|
OPENAI_GPT4_128K = 'OPENAI_GPT4_128K'
|
|
411
411
|
OPENAI_GPT4_128K_LATEST = 'OPENAI_GPT4_128K_LATEST'
|
|
412
412
|
OPENAI_GPT4_VISION = 'OPENAI_GPT4_VISION'
|
|
413
|
+
OPENAI_GPT4O = 'OPENAI_GPT4O'
|
|
413
414
|
OPENAI_GPT3_5 = 'OPENAI_GPT3_5'
|
|
414
415
|
OPENAI_GPT3_5_TEXT = 'OPENAI_GPT3_5_TEXT'
|
|
415
416
|
LLAMA3_LARGE_CHAT = 'LLAMA3_LARGE_CHAT'
|
|
@@ -69,7 +69,7 @@ class PersonalizationTrainingConfig(TrainingConfig):
|
|
|
69
69
|
# top-level params
|
|
70
70
|
objective: enums.PersonalizationObjective = dataclasses.field(default=None)
|
|
71
71
|
sort_objective: enums.PersonalizationObjective = dataclasses.field(default=None)
|
|
72
|
-
training_mode: enums.PersonalizationTrainingMode = dataclasses.field(default=
|
|
72
|
+
training_mode: enums.PersonalizationTrainingMode = dataclasses.field(default=None)
|
|
73
73
|
|
|
74
74
|
# advanced options
|
|
75
75
|
# interactions
|
|
@@ -173,7 +173,7 @@ class RegressionTrainingConfig(TrainingConfig):
|
|
|
173
173
|
"""
|
|
174
174
|
objective: enums.RegressionObjective = dataclasses.field(default=None)
|
|
175
175
|
sort_objective: enums.RegressionObjective = dataclasses.field(default=None)
|
|
176
|
-
tree_hpo_mode: enums.RegressionTreeHPOMode = dataclasses.field(default=
|
|
176
|
+
tree_hpo_mode: enums.RegressionTreeHPOMode = dataclasses.field(default=None)
|
|
177
177
|
partial_dependence_analysis: enums.PartialDependenceAnalysis = dataclasses.field(default=None)
|
|
178
178
|
|
|
179
179
|
# data split related
|
|
@@ -715,15 +715,12 @@ class AIAgentTrainingConfig(TrainingConfig):
|
|
|
715
715
|
Args:
|
|
716
716
|
description (str): Description of the agent function.
|
|
717
717
|
agent_interface (AgentInterface): The interface that the agent will be deployed with.
|
|
718
|
-
enable_binary_input (bool): If True, the agent will be able to accept binary data as inputs.
|
|
719
|
-
agent_input_schema (dict): Schema for the agent input.
|
|
720
|
-
agent_output_schema (dict): Schema for the agent output.
|
|
721
718
|
"""
|
|
722
719
|
description: str = dataclasses.field(default=None)
|
|
723
|
-
agent_interface: enums.AgentInterface = dataclasses.field(default=
|
|
724
|
-
enable_binary_input: bool = dataclasses.field(default=None)
|
|
725
|
-
agent_input_schema: dict = dataclasses.field(default=None)
|
|
726
|
-
agent_output_schema: dict = dataclasses.field(default=None)
|
|
720
|
+
agent_interface: enums.AgentInterface = dataclasses.field(default=None)
|
|
721
|
+
enable_binary_input: bool = dataclasses.field(default=None, metadata={'deprecated': True})
|
|
722
|
+
agent_input_schema: dict = dataclasses.field(default=None, metadata={'deprecated': True})
|
|
723
|
+
agent_output_schema: dict = dataclasses.field(default=None, metadata={'deprecated': True})
|
|
727
724
|
|
|
728
725
|
def __post_init__(self):
|
|
729
726
|
self.problem_type = enums.ProblemType.AI_AGENT
|
|
@@ -100,15 +100,27 @@ class RestrictFeatureMappings(ApiClass):
|
|
|
100
100
|
|
|
101
101
|
Args:
|
|
102
102
|
feature_name (str): The name of the feature to restrict the monitor to.
|
|
103
|
-
restricted_feature_values (list): The values of the feature to restrict the monitor to.
|
|
103
|
+
restricted_feature_values (list): The values of the feature to restrict the monitor to if feature is a categorical.
|
|
104
|
+
start_time (str): The start time of the timestamp feature to filter from
|
|
105
|
+
end_time (str): The end time of the timestamp feature to filter until
|
|
106
|
+
min_value (float): Value to filter the numerical feature above
|
|
107
|
+
max_value (float): Filtering the numerical feature to below this value
|
|
104
108
|
"""
|
|
105
109
|
feature_name: str = dataclasses.field(default=None)
|
|
106
110
|
restricted_feature_values: list = dataclasses.field(default_factory=list)
|
|
111
|
+
start_time: str = dataclasses.field(default=None)
|
|
112
|
+
end_time: str = dataclasses.field(default=None)
|
|
113
|
+
min_value: float = dataclasses.field(default=None)
|
|
114
|
+
max_value: float = dataclasses.field(default=None)
|
|
107
115
|
|
|
108
116
|
def to_dict(self):
|
|
109
117
|
return {
|
|
110
118
|
'feature_name': self.feature_name,
|
|
111
119
|
'restricted_feature_values': self.restricted_feature_values,
|
|
120
|
+
'start_time': self.start_time,
|
|
121
|
+
'end_time': self.end_time,
|
|
122
|
+
'min_value': self.min_value,
|
|
123
|
+
'max_value': self.max_value,
|
|
112
124
|
}
|
|
113
125
|
|
|
114
126
|
|
|
@@ -120,7 +132,7 @@ class MonitorFilteringConfig(ApiClass):
|
|
|
120
132
|
Args:
|
|
121
133
|
start_time (str): The start time of the prediction time col
|
|
122
134
|
end_time (str): The end time of the prediction time col
|
|
123
|
-
|
|
135
|
+
restrict_feature_mappings (RestrictFeatureMappings): The feature mapping to restrict the monitor to.
|
|
124
136
|
target_class (str): The target class to restrict the monitor to.
|
|
125
137
|
train_target_feature (str): Set the target feature for the training data.
|
|
126
138
|
prediction_target_feature (str): Set the target feature for the prediction data.
|
|
@@ -49,13 +49,13 @@ class ConstraintConfig(ApiClass):
|
|
|
49
49
|
Args:
|
|
50
50
|
constant (float): The constant value for the constraint.
|
|
51
51
|
operator (str): The operator for the constraint. Could be 'EQ', 'LE', 'GE'
|
|
52
|
-
enforcement (str): The enforcement for the constraint. Could be 'HARD' or 'SOFT'
|
|
52
|
+
enforcement (str): The enforcement for the constraint. Could be 'HARD' or 'SOFT'. Default is 'HARD'
|
|
53
53
|
code (str): The code for the constraint.
|
|
54
54
|
penalty (float): The penalty for violating the constraint.
|
|
55
55
|
"""
|
|
56
56
|
constant: float
|
|
57
57
|
operator: str
|
|
58
|
-
enforcement: str
|
|
58
|
+
enforcement: Optional[str] = dataclasses.field(default=None)
|
|
59
59
|
code: Optional[str] = dataclasses.field(default=None)
|
|
60
60
|
penalty: Optional[float] = dataclasses.field(default=None)
|
|
61
61
|
|
|
@@ -50,7 +50,7 @@ def get_non_nullable_type(types):
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
class StreamingHandler(str):
|
|
53
|
-
def __new__(cls, value, context=None, section_key=None, data_type='text
|
|
53
|
+
def __new__(cls, value, context=None, section_key=None, data_type='text'):
|
|
54
54
|
if context:
|
|
55
55
|
cls.process_streaming_data(value, context, section_key, data_type)
|
|
56
56
|
return str.__new__(cls, value)
|
|
@@ -70,7 +70,7 @@ class StreamingHandler(str):
|
|
|
70
70
|
break
|
|
71
71
|
if not entry_exists:
|
|
72
72
|
context.streamed_section_response.append(
|
|
73
|
-
{'id': section_key, 'type': data_type, 'contents': value})
|
|
73
|
+
{'id': section_key, 'type': data_type, 'mime_type': 'text/plain', 'contents': value})
|
|
74
74
|
elif hasattr(context, 'streamed_response') and isinstance(context.streamed_response, list) and isinstance(value, str):
|
|
75
75
|
context.streamed_response.append(value)
|
|
76
76
|
|
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
87
|
-
self.deprecated_keys = {'
|
|
87
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
88
88
|
|
|
89
89
|
def __repr__(self):
|
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
|
@@ -261,7 +261,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
261
261
|
A waiting call until batch predictions are ready.
|
|
262
262
|
|
|
263
263
|
Args:
|
|
264
|
-
timeout (int
|
|
264
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
265
265
|
"""
|
|
266
266
|
return self.client._poll(self, {'PENDING', 'UPLOADING', 'PREDICTING'}, timeout=timeout)
|
|
267
267
|
|
|
@@ -270,7 +270,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
270
270
|
A waiting call until batch prediction drift monitor calculations are ready.
|
|
271
271
|
|
|
272
272
|
Args:
|
|
273
|
-
timeout (int
|
|
273
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
274
274
|
"""
|
|
275
275
|
if self.describe().latest_batch_prediction_version:
|
|
276
276
|
return self.describe().latest_batch_prediction_version.wait_for_drift_monitor(timeout=timeout)
|
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
103
|
-
self.deprecated_keys = {'
|
|
103
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
104
104
|
|
|
105
105
|
def __repr__(self):
|
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
|
@@ -194,7 +194,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
194
194
|
A waiting call until batch prediction version is ready.
|
|
195
195
|
|
|
196
196
|
Args:
|
|
197
|
-
timeout (int
|
|
197
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
198
198
|
"""
|
|
199
199
|
return self.client._poll(self, {'PENDING', 'UPLOADING', 'PREDICTING'}, timeout=timeout)
|
|
200
200
|
|
|
@@ -203,7 +203,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
203
203
|
A waiting call until batch prediction drift monitor calculations are ready.
|
|
204
204
|
|
|
205
205
|
Args:
|
|
206
|
-
timeout (int
|
|
206
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
207
207
|
"""
|
|
208
208
|
return self.client._poll(self, {'PENDING', 'MONITORING'}, poll_args={'drift_monitor_status': True}, timeout=timeout)
|
|
209
209
|
|
|
@@ -13,7 +13,7 @@ import time
|
|
|
13
13
|
import warnings
|
|
14
14
|
from copy import deepcopy
|
|
15
15
|
from functools import lru_cache
|
|
16
|
-
from typing import Callable, Dict, List, Union
|
|
16
|
+
from typing import Any, Callable, Dict, List, Union
|
|
17
17
|
from uuid import uuid4
|
|
18
18
|
|
|
19
19
|
import pandas as pd
|
|
@@ -177,7 +177,7 @@ DEFAULT_SERVER = 'https://api.abacus.ai'
|
|
|
177
177
|
_request_context = threading.local()
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
def _is_json_serializable(object:
|
|
180
|
+
def _is_json_serializable(object: Any):
|
|
181
181
|
"""
|
|
182
182
|
Tests if an object is JSON serializable.
|
|
183
183
|
|
|
@@ -2540,15 +2540,16 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2540
2540
|
DeploymentConversation: The deployment conversation."""
|
|
2541
2541
|
return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events}, parse_type=DeploymentConversation, is_sync=True)
|
|
2542
2542
|
|
|
2543
|
-
def list_deployment_conversations(self, deployment_id: str) -> List[DeploymentConversation]:
|
|
2543
|
+
def list_deployment_conversations(self, deployment_id: str, external_application_id: str = None) -> List[DeploymentConversation]:
|
|
2544
2544
|
"""Lists all conversations for the given deployment and current user.
|
|
2545
2545
|
|
|
2546
2546
|
Args:
|
|
2547
2547
|
deployment_id (str): The deployment to get conversations for.
|
|
2548
|
+
external_application_id (str): The external application id associated with the deployment conversation. If specified, only conversations created on that application will be listed.
|
|
2548
2549
|
|
|
2549
2550
|
Returns:
|
|
2550
2551
|
list[DeploymentConversation]: The deployment conversations."""
|
|
2551
|
-
return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
2552
|
+
return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
2552
2553
|
|
|
2553
2554
|
def export_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None) -> DeploymentConversationExport:
|
|
2554
2555
|
"""Export a Deployment Conversation.
|
|
@@ -2651,17 +2652,6 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2651
2652
|
list[AgentVersion]: An array of Agent versions."""
|
|
2652
2653
|
return self._call_api('listAgentVersions', 'GET', query_params={'agentId': agent_id, 'limit': limit, 'startAfterVersion': start_after_version}, parse_type=AgentVersion)
|
|
2653
2654
|
|
|
2654
|
-
def get_llm_app_response(self, llm_app_name: str, prompt: str) -> LlmResponse:
|
|
2655
|
-
"""Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|
|
2656
|
-
|
|
2657
|
-
Args:
|
|
2658
|
-
llm_app_name (str): The name of the LLM App to use for generation.
|
|
2659
|
-
prompt (str): The prompt to use for generation.
|
|
2660
|
-
|
|
2661
|
-
Returns:
|
|
2662
|
-
LlmResponse: The response from the LLM App."""
|
|
2663
|
-
return self._call_api('getLLMAppResponse', 'GET', query_params={'llmAppName': llm_app_name, 'prompt': prompt}, parse_type=LlmResponse)
|
|
2664
|
-
|
|
2665
2655
|
def list_llm_apps(self) -> List[LlmApp]:
|
|
2666
2656
|
"""Lists all available LLM Apps, which are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|
|
2667
2657
|
|
|
@@ -2886,7 +2876,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
2886
2876
|
df (pyspark.sql.DataFrame): The dataframe to upload
|
|
2887
2877
|
table_name (str): The table name to assign to the feature group created by this call
|
|
2888
2878
|
should_wait_for_upload (bool): Wait for dataframe to upload before returning. Some FeatureGroup methods, like materialization, may not work until upload is complete.
|
|
2889
|
-
timeout (int
|
|
2879
|
+
timeout (int): If waiting for upload, time out after this limit.
|
|
2890
2880
|
"""
|
|
2891
2881
|
feature_group = self.describe_feature_group_by_table_name(table_name)
|
|
2892
2882
|
if feature_group.feature_group_source_type != 'DATASET':
|
|
@@ -2919,14 +2909,14 @@ class ApiClient(ReadOnlyClient):
|
|
|
2919
2909
|
Create a new prediction operator.
|
|
2920
2910
|
|
|
2921
2911
|
Args:
|
|
2922
|
-
prediction_operator_id (str): The unique ID of the prediction operator.
|
|
2923
2912
|
name (str): Name of the prediction operator.
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2913
|
+
project_id (str): The unique ID of the associated project.
|
|
2914
|
+
predict_function (callable): The function that will be executed to run predictions.
|
|
2915
|
+
initialize_function (callable): The initialization function that can generate anything used by predictions, based on input feature groups.
|
|
2927
2916
|
feature_group_ids (list): List of feature groups that are supplied to the initialize function as parameters. Each of the parameters are materialized Dataframes.
|
|
2928
2917
|
cpu_size (str): Size of the CPU for the prediction operator.
|
|
2929
2918
|
memory (int): Memory (in GB) for the prediction operator.
|
|
2919
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
2930
2920
|
package_requirements (list): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
2931
2921
|
use_gpu (bool): Whether this rediction operator needs gpu.
|
|
2932
2922
|
Returns
|
|
@@ -2956,15 +2946,15 @@ class ApiClient(ReadOnlyClient):
|
|
|
2956
2946
|
Update an existing prediction operator.
|
|
2957
2947
|
|
|
2958
2948
|
Args:
|
|
2949
|
+
prediction_operator_id (str): The unique ID of the prediction operator.
|
|
2959
2950
|
name (str): The name of the prediction operator
|
|
2960
|
-
project_id (str): The project to create the prediction in
|
|
2961
2951
|
predict_function (callable): The predict function callable to serialize and upload
|
|
2962
2952
|
initialize_function (callable): The initialize function callable to serialize and upload
|
|
2963
|
-
|
|
2953
|
+
feature_group_ids (list): List of feature groups that are supplied to the initialize function as parameters. Each of the parameters are materialized Dataframes. The order should match the initialize function's parameters.
|
|
2964
2954
|
cpu_size (str): Size of the cpu for the training function
|
|
2965
2955
|
memory (int): Memory (in GB) for the training function
|
|
2956
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
2966
2957
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
2967
|
-
included_modules (list): A list of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
2968
2958
|
use_gpu (bool): Whether this prediction needs gpu
|
|
2969
2959
|
"""
|
|
2970
2960
|
function_source_code = None
|
|
@@ -2996,8 +2986,10 @@ class ApiClient(ReadOnlyClient):
|
|
|
2996
2986
|
training_input_tables (list): The input table names of the feature groups to pass to the train function
|
|
2997
2987
|
cpu_size (str): Size of the cpu for the training function
|
|
2998
2988
|
memory (int): Memory (in GB) for the training function
|
|
2989
|
+
training_config (TrainingConfig): Training configuration
|
|
2990
|
+
exclusive_run (bool): Decides if this model will be run exclusively or along with other Abacus.AI algorithms
|
|
2999
2991
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3000
|
-
included_modules (list):
|
|
2992
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3001
2993
|
name (str): The name of the model
|
|
3002
2994
|
use_gpu (bool): Whether this model needs gpu
|
|
3003
2995
|
is_thread_safe (bool): Whether the model is thread safe
|
|
@@ -3022,7 +3014,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3022
3014
|
cpu_size (str): Size of the cpu for the training function
|
|
3023
3015
|
memory (int): Memory (in GB) for the training function
|
|
3024
3016
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3025
|
-
included_modules (list):
|
|
3017
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3026
3018
|
use_gpu (bool): Whether this model needs gpu
|
|
3027
3019
|
is_thread_safe (bool): Whether the model is thread safe
|
|
3028
3020
|
"""
|
|
@@ -3057,7 +3049,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3057
3049
|
package_requirements (list): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0'].
|
|
3058
3050
|
cpu_size (str): Size of the CPU for the step function.
|
|
3059
3051
|
memory (int): Memory (in GB) for the step function.
|
|
3060
|
-
included_modules (list):
|
|
3052
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3061
3053
|
timeout (int): Timeout for how long the step can run in minutes, default is 300 minutes.
|
|
3062
3054
|
"""
|
|
3063
3055
|
source_code = get_clean_function_source_code(function)
|
|
@@ -3099,7 +3091,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3099
3091
|
package_requirements (list): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0'].
|
|
3100
3092
|
cpu_size (str): Size of the CPU for the step function.
|
|
3101
3093
|
memory (int): Memory (in GB) for the step function.
|
|
3102
|
-
included_modules (list):
|
|
3094
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3103
3095
|
timeout (int): Timeout for the step in minutes, default is 300 minutes.
|
|
3104
3096
|
"""
|
|
3105
3097
|
source_code = get_clean_function_source_code(function)
|
|
@@ -3161,7 +3153,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3161
3153
|
cpu_size (str): Size of the cpu for the feature group function
|
|
3162
3154
|
memory (int): Memory (in GB) for the feature group function
|
|
3163
3155
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3164
|
-
included_modules (list):
|
|
3156
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3165
3157
|
"""
|
|
3166
3158
|
function_source = None
|
|
3167
3159
|
function_name = None
|
|
@@ -3182,7 +3174,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3182
3174
|
function (callable): The function callable to serialize and upload.
|
|
3183
3175
|
function_variable_mappings (List<PythonFunctionArguments>): List of python function arguments
|
|
3184
3176
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3185
|
-
included_modules (list):
|
|
3177
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3186
3178
|
Returns:
|
|
3187
3179
|
PythonFunction: The python_function object.
|
|
3188
3180
|
"""
|
|
@@ -3205,11 +3197,11 @@ class ApiClient(ReadOnlyClient):
|
|
|
3205
3197
|
training_data_parameter_names_mapping (Dict): The mapping from feature group types to training data parameter names in the train function
|
|
3206
3198
|
training_config_parameter_name (string): The train config parameter name in the train function
|
|
3207
3199
|
config_options (Dict): Map dataset types and configs to train function parameter names
|
|
3208
|
-
is_default_enabled: Whether train with the algorithm by default
|
|
3200
|
+
is_default_enabled (bool): Whether train with the algorithm by default
|
|
3209
3201
|
project_id (Unique String Identifier): The unique version ID of the project
|
|
3210
3202
|
use_gpu (Boolean): Whether this algorithm needs to run on GPU
|
|
3211
3203
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3212
|
-
included_modules (list):
|
|
3204
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3213
3205
|
"""
|
|
3214
3206
|
source_code, train_function_name, predict_function_name, predict_many_function_name, initialize_function_name = get_source_code_info(
|
|
3215
3207
|
train_function, predict_function, predict_many_function, initialize_function, common_functions)
|
|
@@ -3247,7 +3239,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3247
3239
|
is_default_enabled (Boolean): Whether train with the algorithm by default
|
|
3248
3240
|
use_gpu (Boolean): Whether this algorithm needs to run on GPU
|
|
3249
3241
|
package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
|
|
3250
|
-
included_modules (list):
|
|
3242
|
+
included_modules (list): List of names of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
3251
3243
|
|
|
3252
3244
|
"""
|
|
3253
3245
|
source_code, train_function_name, predict_function_name, predict_many_function_name, initialize_function_name = get_source_code_info(
|
|
@@ -3267,7 +3259,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3267
3259
|
use_gpu=use_gpu,
|
|
3268
3260
|
package_requirements=package_requirements)
|
|
3269
3261
|
|
|
3270
|
-
def get_train_function_input(self, project_id: str, training_table_names: list = None, training_data_parameter_name_override: dict = None, training_config_parameter_name_override: str = None, training_config: dict = None, custom_algorithm_config:
|
|
3262
|
+
def get_train_function_input(self, project_id: str, training_table_names: list = None, training_data_parameter_name_override: dict = None, training_config_parameter_name_override: str = None, training_config: dict = None, custom_algorithm_config: Any = None):
|
|
3271
3263
|
"""
|
|
3272
3264
|
Get the input data for the train function to test locally.
|
|
3273
3265
|
|
|
@@ -3294,7 +3286,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3294
3286
|
input[training_config_parameter_name] = train_function_info.training_config
|
|
3295
3287
|
return input
|
|
3296
3288
|
|
|
3297
|
-
def get_train_function_input_from_model_version(self, model_version: str, algorithm: str = None, training_config: dict = None, custom_algorithm_config:
|
|
3289
|
+
def get_train_function_input_from_model_version(self, model_version: str, algorithm: str = None, training_config: dict = None, custom_algorithm_config: Any = None):
|
|
3298
3290
|
"""
|
|
3299
3291
|
Get the input data for the train function to test locally, based on a trained model version.
|
|
3300
3292
|
|
|
@@ -3740,21 +3732,22 @@ class ApiClient(ReadOnlyClient):
|
|
|
3740
3732
|
request_id, caller, message=message, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3741
3733
|
return StreamingHandler(message, _request_context)
|
|
3742
3734
|
|
|
3743
|
-
def stream_section_output(self, section_key: str, value, value_type: str = 'text
|
|
3735
|
+
def stream_section_output(self, section_key: str, value: Any, value_type: str = 'text') -> None:
|
|
3744
3736
|
"""
|
|
3745
3737
|
Streams value corresponding to a particular section to the current request context. Applicable within a AIAgent execute function.
|
|
3746
3738
|
If the request is from the abacus.ai app, the response will be streamed to the UI. otherwise would be logged info if used from notebook or python script.
|
|
3747
3739
|
|
|
3748
3740
|
Args:
|
|
3749
3741
|
section_key (str): The section key to which the output corresponds.
|
|
3750
|
-
value: The output contents.
|
|
3742
|
+
value (Any): The output contents.
|
|
3751
3743
|
value_type (str): The mime type of the output contents.
|
|
3752
3744
|
"""
|
|
3753
3745
|
request_id = self._get_agent_app_request_id()
|
|
3754
3746
|
caller = self._get_agent_async_app_caller()
|
|
3755
3747
|
proxy_caller = self._is_proxy_app_caller()
|
|
3756
3748
|
if _is_json_serializable(value):
|
|
3757
|
-
message_args = {'id': section_key,
|
|
3749
|
+
message_args = {'id': section_key,
|
|
3750
|
+
'type': value_type, 'mime_type': 'text/plain'}
|
|
3758
3751
|
else:
|
|
3759
3752
|
raise ValueError('The value is not json serializable')
|
|
3760
3753
|
if request_id and caller:
|
|
@@ -3780,7 +3773,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3780
3773
|
if section_key:
|
|
3781
3774
|
extra_args = {
|
|
3782
3775
|
'stream_type': StreamType.SECTION_OUTPUT.value, 'response_version': '2.0'}
|
|
3783
|
-
message_args = {'id': section_key,
|
|
3776
|
+
message_args = {'id': section_key,
|
|
3777
|
+
'type': 'text', 'mime_type': 'text/plain'}
|
|
3784
3778
|
if hasattr(_request_context, 'agent_workflow_node_id'):
|
|
3785
3779
|
extra_args.update(
|
|
3786
3780
|
{'agent_workflow_node_id': _request_context.agent_workflow_node_id})
|
|
@@ -3857,6 +3851,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3857
3851
|
temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used.
|
|
3858
3852
|
preview (bool): If True, a preview of the query execution is returned.
|
|
3859
3853
|
schema_document_retriever_ids (List[str]): A list of document retrievers to retrieve schema information for the data query. Otherwise, they are retrieved from the feature group metadata.
|
|
3854
|
+
timeout (int): Time limit for the call.
|
|
3855
|
+
delay (int): Polling interval for checking timeout.
|
|
3860
3856
|
|
|
3861
3857
|
Returns:
|
|
3862
3858
|
LlmExecutionResult: The result of the query execution. Execution results could be loaded as pandas using 'load_as_pandas', i.e., result.execution.load_as_pandas().
|
|
@@ -5555,7 +5551,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5555
5551
|
doc_id (str): A unique Docstore string identifier for the document.
|
|
5556
5552
|
document_processing_config (DocumentProcessingConfig): The document processing configuration to use for returning the data. If not provided, the latest available data or the default configuration will be used.
|
|
5557
5553
|
document_processing_version (str): The document processing version to use for returning the data. If not provided, the latest version will be used.
|
|
5558
|
-
return_extracted_page_text (bool):
|
|
5554
|
+
return_extracted_page_text (bool): Specifies whether to include a list of extracted text for each page in the response. Defaults to false if not provided.
|
|
5559
5555
|
|
|
5560
5556
|
Returns:
|
|
5561
5557
|
DocumentData: The extracted document data."""
|
|
@@ -5568,9 +5564,9 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5568
5564
|
document (io.TextIOBase): The document to extract data from. One of document or doc_id must be provided.
|
|
5569
5565
|
doc_id (str): A unique Docstore string identifier for the document. One of document or doc_id must be provided.
|
|
5570
5566
|
document_processing_config (DocumentProcessingConfig): The document processing configuration.
|
|
5571
|
-
start_page (int):
|
|
5572
|
-
end_page (int):
|
|
5573
|
-
return_extracted_page_text (bool):
|
|
5567
|
+
start_page (int): The starting page to extract data from. Pages are indexed starting from 0. If not provided, the first page will be used.
|
|
5568
|
+
end_page (int): The last page to extract data from. Pages are indexed starting from 0. If not provided, the last page will be used.
|
|
5569
|
+
return_extracted_page_text (bool): Specifies whether to include a list of extracted text for each page in the response. Defaults to false if not provided.
|
|
5574
5570
|
|
|
5575
5571
|
Returns:
|
|
5576
5572
|
DocumentData: The extracted document data."""
|
|
@@ -7351,7 +7347,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7351
7347
|
"""Gets a list of feature group row processes.
|
|
7352
7348
|
|
|
7353
7349
|
Args:
|
|
7354
|
-
deployment_id (str):
|
|
7350
|
+
deployment_id (str): The deployment id for the process
|
|
7355
7351
|
limit (int): The maximum number of processes to return. Defaults to None.
|
|
7356
7352
|
status (str): The status of the processes to return. Defaults to None.
|
|
7357
7353
|
|
|
@@ -8204,6 +8200,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8204
8200
|
ChatMessage: A list of ChatMessage that represents the conversation."""
|
|
8205
8201
|
return self._proxy_request('constructAgentConversationMessagesForLLM', 'POST', query_params={}, body={'currentMessage': current_message, 'currentDocIds': current_doc_ids, 'includeHistory': include_history, 'includeDocumentContents': include_document_contents, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'maxDocumentWords': max_document_words}, parse_type=ChatMessage, is_sync=True)
|
|
8206
8202
|
|
|
8203
|
+
def get_llm_app_response(self, llm_app_name: str, prompt: str) -> LlmResponse:
|
|
8204
|
+
"""Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|
|
8205
|
+
|
|
8206
|
+
Args:
|
|
8207
|
+
llm_app_name (str): The name of the LLM App to use for generation.
|
|
8208
|
+
prompt (str): The prompt to use for generation.
|
|
8209
|
+
|
|
8210
|
+
Returns:
|
|
8211
|
+
LlmResponse: The response from the LLM App."""
|
|
8212
|
+
return self._call_api('getLLMAppResponse', 'POST', query_params={}, body={'llmAppName': llm_app_name, 'prompt': prompt}, parse_type=LlmResponse)
|
|
8213
|
+
|
|
8207
8214
|
def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None) -> DocumentRetriever:
|
|
8208
8215
|
"""Returns a document retriever that stores embeddings for document chunks in a feature group.
|
|
8209
8216
|
|
|
@@ -264,7 +264,7 @@ class Dataset(AbstractApiClass):
|
|
|
264
264
|
A waiting call until dataset is imported.
|
|
265
265
|
|
|
266
266
|
Args:
|
|
267
|
-
timeout (int
|
|
267
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
268
268
|
|
|
269
269
|
"""
|
|
270
270
|
latest_dataset_version = self.describe().latest_dataset_version
|
|
@@ -280,7 +280,7 @@ class Dataset(AbstractApiClass):
|
|
|
280
280
|
A waiting call until dataset is completely inspected.
|
|
281
281
|
|
|
282
282
|
Args:
|
|
283
|
-
timeout (int
|
|
283
|
+
timeout (int): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
284
284
|
"""
|
|
285
285
|
latest_dataset_version = self.describe().latest_dataset_version
|
|
286
286
|
if not latest_dataset_version:
|