abacusai 1.3.4__tar.gz → 1.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.3.4/abacusai.egg-info → abacusai-1.3.5}/PKG-INFO +1 -1
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/__init__.py +1 -1
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/__init__.py +1 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/ai_agents.py +9 -5
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/dataset.py +0 -2
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/enums.py +12 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/model.py +12 -5
- abacusai-1.3.5/abacusai/api_class/segments.py +128 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_client_utils.py +21 -16
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/client.py +54 -17
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/deployment_conversation.py +5 -3
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model.py +7 -5
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_client.py +4 -3
- abacusai-1.3.5/abacusai/public.pem +5 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/web_search_result.py +11 -5
- {abacusai-1.3.4 → abacusai-1.3.5/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/setup.py +1 -1
- abacusai-1.3.4/abacusai/public.pem +0 -5
- {abacusai-1.3.4 → abacusai-1.3.5}/.gitignore +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/LICENSE +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/README.md +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/abacus_api.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/agent.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/agent_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/algorithm.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/annotation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/annotation_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/annotation_document.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/annotations_status.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/project.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/api_key.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/app_user_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/application_connector.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/chat_message.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/chat_session.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/code_source.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/cryptography.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/custom_metric.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/data_metrics.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/database_connector.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/dataset.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/dataset_column.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/dataset_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/deployment.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/document_data.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/document_retriever.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/eda_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/external_application.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/external_invite.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_importance.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/feature_record.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/file_connector.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/function_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/global_context.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/indexing_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/item_statistics.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_app.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_input.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/llm_response.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/memory_options.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_location.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_metrics.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_upload.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/module.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/nested_feature.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/notebook_template.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/null_violation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/organization_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/organization_secret.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/page_data.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_input.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/problem_type.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project_config.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/project_validation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/python_function.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/range_violation.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/requirements.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/return_class.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/schema.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/streaming_client.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/training_config_options.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/upload.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/upload_part.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/use_case.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/user.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/user_exception.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/web_search_response.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai/webhook.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/.buildinfo +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/.nojekyll +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/basic.css +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/css/theme.css +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/doctools.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/file.png +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/graphviz.css +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/jquery.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/js/theme.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/language_data.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/minus.png +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/plus.png +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/pygments.css +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/searchtools.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/_static/underscore.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/genindex.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/index.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/objects.inv +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/py-modindex.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/search.html +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/docs/searchindex.js +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/examples/fullscript.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/featurestore.md +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/requirements.txt +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/setup.cfg +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/sphinx/build_docs +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/sphinx/conf.py +0 -0
- {abacusai-1.3.4 → abacusai-1.3.5}/sphinx/index.rst +0 -0
|
@@ -100,7 +100,7 @@ class WorkflowNodeInputMapping(ApiClass):
|
|
|
100
100
|
@classmethod
|
|
101
101
|
def from_dict(cls, mapping: dict):
|
|
102
102
|
if any(field not in mapping for field in ['name', 'variable_type']):
|
|
103
|
-
raise ValueError('Invalid workflow node input mapping. Must contain keys - name, variable_type')
|
|
103
|
+
raise ValueError('input_mapping', f'Invalid workflow node input mapping "{mapping}". Must contain keys - name, variable_type')
|
|
104
104
|
return cls(
|
|
105
105
|
name=mapping['name'],
|
|
106
106
|
variable_type=mapping['variable_type'],
|
|
@@ -158,7 +158,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
158
158
|
self.function_name = function_name
|
|
159
159
|
self.source_code = source_code
|
|
160
160
|
else:
|
|
161
|
-
raise ValueError('Either function or function_name and source_code must be provided.')
|
|
161
|
+
raise ValueError('workflow_graph_node', 'Either function or function_name and source_code must be provided.')
|
|
162
162
|
|
|
163
163
|
self.name = name
|
|
164
164
|
self.input_mappings = input_mappings
|
|
@@ -182,7 +182,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
182
182
|
@classmethod
|
|
183
183
|
def from_dict(cls, node: dict):
|
|
184
184
|
if any(field not in node for field in ['name', 'function_name', 'source_code', 'input_mappings', 'output_mappings']):
|
|
185
|
-
raise ValueError('Invalid workflow graph node. Must contain keys - name, function_name, source_code, input_mappings, output_mappings.')
|
|
185
|
+
raise ValueError('workflow_graph_node', 'Invalid workflow graph node. Must contain keys - name, function_name, source_code, input_mappings, output_mappings.')
|
|
186
186
|
return cls(
|
|
187
187
|
name=node['name'],
|
|
188
188
|
function_name=node['function_name'],
|
|
@@ -223,19 +223,23 @@ class WorkflowGraph(ApiClass):
|
|
|
223
223
|
Args:
|
|
224
224
|
nodes (List[WorkflowGraphNode]): A list of nodes in the workflow graph.
|
|
225
225
|
edges (List[WorkflowGraphEdge]): A list of edges in the workflow graph, where each edge is a tuple of source, target and details.
|
|
226
|
+
primary_start_node (str): The primary node to start the workflow from.
|
|
226
227
|
"""
|
|
227
228
|
nodes: List[WorkflowGraphNode] = dataclasses.field(default_factory=list)
|
|
228
229
|
edges: List[WorkflowGraphEdge] = dataclasses.field(default_factory=list)
|
|
230
|
+
primary_start_node: str = dataclasses.field(default=None)
|
|
229
231
|
|
|
230
232
|
def to_dict(self):
|
|
231
233
|
return {
|
|
232
234
|
'nodes': [node.to_dict() for node in self.nodes],
|
|
233
|
-
'edges': [edge.to_dict() for edge in self.edges]
|
|
235
|
+
'edges': [edge.to_dict() for edge in self.edges],
|
|
236
|
+
'primary_start_node': self.primary_start_node
|
|
234
237
|
}
|
|
235
238
|
|
|
236
239
|
@classmethod
|
|
237
240
|
def from_dict(cls, graph: dict):
|
|
238
241
|
return cls(
|
|
239
242
|
nodes=[WorkflowGraphNode.from_dict(node) for node in graph.get('nodes', [])],
|
|
240
|
-
edges=[WorkflowGraphEdge.from_dict(edge) for edge in graph.get('edges', [])]
|
|
243
|
+
edges=[WorkflowGraphEdge.from_dict(edge) for edge in graph.get('edges', [])],
|
|
244
|
+
primary_start_node=graph.get('primary_start_node', None)
|
|
241
245
|
)
|
|
@@ -42,7 +42,6 @@ class DocumentProcessingConfig(ApiClass):
|
|
|
42
42
|
remove_header_footer (bool): Whether to remove headers and footers. Defaults to False. This option only takes effect when extract_bounding_boxes is True.
|
|
43
43
|
remove_watermarks (bool): Whether to remove watermarks. By default, it will be decided automatically based on the OCR mode and the document type. This option only takes effect when extract_bounding_boxes is True.
|
|
44
44
|
convert_to_markdown (bool): Whether to convert extracted text to markdown. Defaults to False. This option only takes effect when extract_bounding_boxes is True.
|
|
45
|
-
return_links (bool): Whether to augment the extracted text with embedded URLs in the PDF. Defaults to False. This option only takes effect when the document is a PDF.
|
|
46
45
|
"""
|
|
47
46
|
# NOTE: The defaults should match with clouddb.document_processing_results table defaults
|
|
48
47
|
extract_bounding_boxes: bool = False
|
|
@@ -51,7 +50,6 @@ class DocumentProcessingConfig(ApiClass):
|
|
|
51
50
|
remove_header_footer: bool = False
|
|
52
51
|
remove_watermarks: bool = True
|
|
53
52
|
convert_to_markdown: bool = False
|
|
54
|
-
return_links: bool = False
|
|
55
53
|
|
|
56
54
|
|
|
57
55
|
@dataclasses.dataclass
|
|
@@ -586,3 +586,15 @@ class MemorySize(ApiEnum):
|
|
|
586
586
|
if member.value >= value:
|
|
587
587
|
return member
|
|
588
588
|
return None
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
class SegmentType(ApiEnum):
|
|
592
|
+
ATTACHMENTS = 'attachments'
|
|
593
|
+
AGENT_FLOW_BUTTON = 'agent_flow_button'
|
|
594
|
+
IMAGE_URL = 'image_url'
|
|
595
|
+
TEXT = 'text'
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
class CodeSegmentLanguage(ApiEnum):
|
|
599
|
+
PYTHON = 'python'
|
|
600
|
+
SQL = 'sql'
|
|
@@ -65,6 +65,7 @@ class PersonalizationTrainingConfig(TrainingConfig):
|
|
|
65
65
|
min_item_history (int): Minimum number of interactions an item must have to be included in training.
|
|
66
66
|
query_column (str): Name of column in the interactions table that represents a natural language query, e.g. 'blue t-shirt'.
|
|
67
67
|
item_query_column (str): Name of column in the item catalog that will be matched to the query column in the interactions table.
|
|
68
|
+
include_item_id_feature (bool): Add Item-Id to the input features of the model. Applicable for Embedding distance and CTR models.
|
|
68
69
|
"""
|
|
69
70
|
# top-level params
|
|
70
71
|
objective: enums.PersonalizationObjective = dataclasses.field(default=None)
|
|
@@ -112,6 +113,7 @@ class PersonalizationTrainingConfig(TrainingConfig):
|
|
|
112
113
|
item_query_column: str = dataclasses.field(default=None)
|
|
113
114
|
use_user_id_feature: bool = dataclasses.field(default=None)
|
|
114
115
|
session_dedupe_mins: float = dataclasses.field(default=None)
|
|
116
|
+
include_item_id_feature: bool = dataclasses.field(default=None)
|
|
115
117
|
|
|
116
118
|
# outliers
|
|
117
119
|
max_user_history_len_percentile: int = dataclasses.field(default=None)
|
|
@@ -171,7 +173,10 @@ class RegressionTrainingConfig(TrainingConfig):
|
|
|
171
173
|
custom_metrics (List[str]): Registered custom metrics available for selection.
|
|
172
174
|
partial_dependence_analysis (PartialDependenceAnalysis): Specify whether to run partial dependence plots for all features or only some features.
|
|
173
175
|
do_masked_language_model_pretraining (bool): Specify whether to run a masked language model unsupervised pretraining step before supervized training in certain supported algorithms which use BERT-like backbones.
|
|
174
|
-
|
|
176
|
+
max_tokens_in_sentence (int): Specify the max tokens to be kept in a sentence based on the truncation strategy.
|
|
177
|
+
truncation_strategy (str): What strategy to use to deal with text rows with more than a given number of tokens (if num of tokens is more than "max_tokens_in_sentence").
|
|
178
|
+
"""
|
|
179
|
+
|
|
175
180
|
objective: enums.RegressionObjective = dataclasses.field(default=None)
|
|
176
181
|
sort_objective: enums.RegressionObjective = dataclasses.field(default=None)
|
|
177
182
|
tree_hpo_mode: enums.RegressionTreeHPOMode = dataclasses.field(default=None)
|
|
@@ -215,6 +220,8 @@ class RegressionTrainingConfig(TrainingConfig):
|
|
|
215
220
|
pretrained_model_name: str = dataclasses.field(default=None)
|
|
216
221
|
is_multilingual: bool = dataclasses.field(default=None)
|
|
217
222
|
do_masked_language_model_pretraining: bool = dataclasses.field(default=None)
|
|
223
|
+
max_tokens_in_sentence: int = dataclasses.field(default=None)
|
|
224
|
+
truncation_strategy: str = dataclasses.field(default=None)
|
|
218
225
|
|
|
219
226
|
# loss function
|
|
220
227
|
loss_function: enums.RegressionLossFunction = dataclasses.field(default=None)
|
|
@@ -299,7 +306,7 @@ class ForecastingTrainingConfig(TrainingConfig):
|
|
|
299
306
|
use_all_item_totals (bool): Include as input total target across items.
|
|
300
307
|
handle_zeros_as_missing_values (bool): If True, handle zero values in demand as missing data.
|
|
301
308
|
datetime_holiday_calendars (List[HolidayCalendars]): Holiday calendars to augment training with.
|
|
302
|
-
fill_missing_values (List[dict]): Strategy for filling in missing values.
|
|
309
|
+
fill_missing_values (List[List[dict]]): Strategy for filling in missing values.
|
|
303
310
|
enable_clustering (bool): Enable clustering in forecasting.
|
|
304
311
|
data_split_feature_group_table_name (str): Specify the table name of the feature group to export training data with the fold column.
|
|
305
312
|
custom_loss_functions (List[str]): Registered custom losses available for selection.
|
|
@@ -368,7 +375,7 @@ class ForecastingTrainingConfig(TrainingConfig):
|
|
|
368
375
|
use_all_item_totals: bool = dataclasses.field(default=None)
|
|
369
376
|
handle_zeros_as_missing_values: bool = dataclasses.field(default=None)
|
|
370
377
|
datetime_holiday_calendars: List[enums.HolidayCalendars] = dataclasses.field(default=None)
|
|
371
|
-
fill_missing_values: List[dict] = dataclasses.field(default=None)
|
|
378
|
+
fill_missing_values: List[List[dict]] = dataclasses.field(default=None)
|
|
372
379
|
enable_clustering: bool = dataclasses.field(default=None)
|
|
373
380
|
# Others
|
|
374
381
|
data_split_feature_group_table_name: str = dataclasses.field(default=None)
|
|
@@ -656,7 +663,7 @@ class TimeseriesAnomalyTrainingConfig(TrainingConfig):
|
|
|
656
663
|
type_of_split (TimeseriesAnomalyDataSplitType): Type of data splitting into train/test.
|
|
657
664
|
test_start (str): Limit training data to dates before the given test start.
|
|
658
665
|
test_split (int): Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset.
|
|
659
|
-
fill_missing_values (List[dict]): strategies to fill missing values and missing timestamps
|
|
666
|
+
fill_missing_values (List[List[dict]]): strategies to fill missing values and missing timestamps
|
|
660
667
|
handle_zeros_as_missing_values (bool): If True, handle zero values in numeric columns as missing data
|
|
661
668
|
timeseries_frequency (str): set this to control frequency of filling missing values
|
|
662
669
|
min_samples_in_normal_region (int): Adjust this to fine-tune the number of anomalies to be identified.
|
|
@@ -667,7 +674,7 @@ class TimeseriesAnomalyTrainingConfig(TrainingConfig):
|
|
|
667
674
|
type_of_split: enums.TimeseriesAnomalyDataSplitType = dataclasses.field(default=None)
|
|
668
675
|
test_start: str = dataclasses.field(default=None)
|
|
669
676
|
test_split: int = dataclasses.field(default=None)
|
|
670
|
-
fill_missing_values: List[dict] = dataclasses.field(default=None)
|
|
677
|
+
fill_missing_values: List[List[dict]] = dataclasses.field(default=None)
|
|
671
678
|
handle_zeros_as_missing_values: bool = dataclasses.field(default=None)
|
|
672
679
|
timeseries_frequency: str = dataclasses.field(default=None)
|
|
673
680
|
min_samples_in_normal_region: int = dataclasses.field(default=None)
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
from typing import List
|
|
3
|
+
|
|
4
|
+
from . import enums
|
|
5
|
+
from .abstract import ApiClass
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@dataclasses.dataclass
|
|
9
|
+
class Attachment(ApiClass):
|
|
10
|
+
"""
|
|
11
|
+
An attachment that an agent can return to render attachments.
|
|
12
|
+
|
|
13
|
+
Args:
|
|
14
|
+
filename (str): The name of the file.
|
|
15
|
+
mime_type (str): The MIME type of the file.
|
|
16
|
+
attachment_id (str): The ID of the attachment.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
filename: str
|
|
20
|
+
mime_type: str
|
|
21
|
+
attachment_id: str
|
|
22
|
+
|
|
23
|
+
def to_dict(self):
|
|
24
|
+
return {
|
|
25
|
+
'type': 'attachment',
|
|
26
|
+
'filename': self.filename,
|
|
27
|
+
'mime_type': self.mime_type,
|
|
28
|
+
'attachment_id': self.attachment_id
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@classmethod
|
|
32
|
+
def from_dict(cls, data: dict):
|
|
33
|
+
return cls(filename=data['filename'], mime_type=data['mime_type'], attachment_id=data['attachment_id'])
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
@dataclasses.dataclass
|
|
37
|
+
class Segment(ApiClass):
|
|
38
|
+
"""
|
|
39
|
+
A segment that an agent can return to render specific UI elements.
|
|
40
|
+
|
|
41
|
+
Args:
|
|
42
|
+
type (SegmentType): The type of the segment.
|
|
43
|
+
id (str): The section key of the segment.
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
type: enums.SegmentType
|
|
47
|
+
id: str
|
|
48
|
+
|
|
49
|
+
def to_dict(self):
|
|
50
|
+
return {k: v.value if isinstance(v, enums.Enum) else v for k, v in dataclasses.asdict(self).items()}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
@dataclasses.dataclass
|
|
54
|
+
class AttachmentsSegment(Segment):
|
|
55
|
+
"""
|
|
56
|
+
A segment that an agent can return to render attachments.
|
|
57
|
+
|
|
58
|
+
Args:
|
|
59
|
+
attachments (List[Attachment]): The list of attachments to be displayed.
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
attachments: List[Attachment]
|
|
63
|
+
|
|
64
|
+
def __init__(self, attachments: List[Attachment], section_key: str = None):
|
|
65
|
+
super().__init__(type=enums.SegmentType.ATTACHMENTS, id=section_key)
|
|
66
|
+
self.attachments = attachments
|
|
67
|
+
|
|
68
|
+
def to_dict(self):
|
|
69
|
+
return {
|
|
70
|
+
'type': self.type.value,
|
|
71
|
+
'id': self.id,
|
|
72
|
+
'attachments': [attachment.to_dict() for attachment in self.attachments]
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@classmethod
|
|
76
|
+
def from_dict(cls, data: dict):
|
|
77
|
+
return cls(attachments=[Attachment.from_dict(attachment) for attachment in data['attachments']])
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@dataclasses.dataclass
|
|
81
|
+
class AgentFlowButtonSegment(Segment):
|
|
82
|
+
"""
|
|
83
|
+
A segment that an AI Agent can return to render a button.
|
|
84
|
+
|
|
85
|
+
Args:
|
|
86
|
+
label (str): The label of the button.
|
|
87
|
+
agent_workflow_node_name (str): The workflow start node to be executed when the button is clicked.
|
|
88
|
+
"""
|
|
89
|
+
|
|
90
|
+
label: str
|
|
91
|
+
agent_workflow_node_name: str
|
|
92
|
+
|
|
93
|
+
def __init__(self, label: str, agent_workflow_node_name: str, section_key: str = None):
|
|
94
|
+
super().__init__(type=enums.SegmentType.AGENT_FLOW_BUTTON, id=section_key)
|
|
95
|
+
self.label = label
|
|
96
|
+
self.agent_workflow_node_name = agent_workflow_node_name
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@dataclasses.dataclass
|
|
100
|
+
class ImageUrlSegment(Segment):
|
|
101
|
+
"""
|
|
102
|
+
A segment that an agent can return to render an image.
|
|
103
|
+
|
|
104
|
+
Args:
|
|
105
|
+
segment (str): The url of the image to be displayed.
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
segment: str
|
|
109
|
+
|
|
110
|
+
def __init__(self, url: str, section_key: str = None):
|
|
111
|
+
super().__init__(type=enums.SegmentType.IMAGE_URL, id=section_key)
|
|
112
|
+
self.segment = url
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@dataclasses.dataclass
|
|
116
|
+
class TextSegment(Segment):
|
|
117
|
+
"""
|
|
118
|
+
A segment that an agent can return to render text.
|
|
119
|
+
|
|
120
|
+
Args:
|
|
121
|
+
segment (str): The text to be displayed.
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
segment: str
|
|
125
|
+
|
|
126
|
+
def __init__(self, text: str, section_key: str = None):
|
|
127
|
+
super().__init__(type=enums.SegmentType.TEXT, id=section_key)
|
|
128
|
+
self.segment = text
|
|
@@ -57,22 +57,26 @@ class StreamingHandler(str):
|
|
|
57
57
|
|
|
58
58
|
@classmethod
|
|
59
59
|
def process_streaming_data(cls, value, context, section_key, data_type):
|
|
60
|
-
if
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
60
|
+
if hasattr(context, 'streamed_section_response') and hasattr(context, 'streamed_response'):
|
|
61
|
+
if data_type == 'text':
|
|
62
|
+
if section_key:
|
|
63
|
+
entry_exists = False
|
|
64
|
+
for i, item in enumerate(context.streamed_section_response):
|
|
65
|
+
if item['id'] == section_key:
|
|
66
|
+
if ((isinstance(context.streamed_section_response[i]['contents'], str) and isinstance(value, str)) or
|
|
67
|
+
(isinstance(context.streamed_section_response[i]['contents'], list) and isinstance(value, list))):
|
|
68
|
+
context.streamed_section_response[i]['contents'] += value
|
|
69
|
+
else:
|
|
70
|
+
context.streamed_section_response[i]['contents'] = value
|
|
71
|
+
entry_exists = True
|
|
72
|
+
break
|
|
73
|
+
if not entry_exists:
|
|
74
|
+
context.streamed_section_response.append(
|
|
75
|
+
{'id': section_key, 'type': data_type, 'mime_type': 'text/plain', 'contents': value})
|
|
76
|
+
else:
|
|
77
|
+
context.streamed_response.append(value)
|
|
78
|
+
elif data_type == 'segment':
|
|
79
|
+
context.streamed_section_response.append(value)
|
|
76
80
|
|
|
77
81
|
|
|
78
82
|
def get_object_from_context(client, context, variable_name, return_type):
|
|
@@ -178,6 +182,7 @@ def load_as_pandas_from_avro_files(files: List[str], download_method: Callable,
|
|
|
178
182
|
class StreamType(Enum):
|
|
179
183
|
MESSAGE = 'message'
|
|
180
184
|
SECTION_OUTPUT = 'section_output'
|
|
185
|
+
SEGMENT = 'segment'
|
|
181
186
|
|
|
182
187
|
|
|
183
188
|
class DocstoreUtils:
|
|
@@ -39,13 +39,14 @@ from .api_class import (
|
|
|
39
39
|
ForecastingMonitorConfig, IncrementalDatabaseConnectorConfig, LLMName,
|
|
40
40
|
MemorySize, MergeConfig, OperatorConfig, ParsingConfig,
|
|
41
41
|
PredictionArguments, ProblemType, ProjectFeatureGroupConfig,
|
|
42
|
-
PythonFunctionType, SamplingConfig,
|
|
43
|
-
TrainingConfig, VectorStoreConfig,
|
|
44
|
-
get_clean_function_source_code
|
|
42
|
+
PythonFunctionType, SamplingConfig, Segment,
|
|
43
|
+
StreamingConnectorDatasetConfig, TrainingConfig, VectorStoreConfig,
|
|
44
|
+
WorkflowGraph, get_clean_function_source_code
|
|
45
45
|
)
|
|
46
46
|
from .api_class.abstract import get_clean_function_source_code, snake_case
|
|
47
47
|
from .api_class.ai_agents import WorkflowGraph
|
|
48
48
|
from .api_class.blob_input import Blob, BlobInput
|
|
49
|
+
from .api_class.segments import Segment
|
|
49
50
|
from .api_client_utils import (
|
|
50
51
|
INVALID_PANDAS_COLUMN_NAME_CHARACTERS, StreamingHandler, StreamType,
|
|
51
52
|
clean_column_name, get_object_from_context
|
|
@@ -265,18 +266,18 @@ class AgentResponse:
|
|
|
265
266
|
self.data_list = []
|
|
266
267
|
self.section_data_list = []
|
|
267
268
|
for arg in args:
|
|
268
|
-
if isinstance(arg, Blob) or _is_json_serializable(arg):
|
|
269
|
+
if isinstance(arg, Blob) or _is_json_serializable(arg) or isinstance(arg, Segment):
|
|
269
270
|
self.data_list.append(arg)
|
|
270
271
|
else:
|
|
271
272
|
raise Exception(
|
|
272
|
-
'AgentResponse can only contain Blob or json serializable objects')
|
|
273
|
+
'AgentResponse can only contain Blob, Segment or json serializable objects')
|
|
273
274
|
|
|
274
275
|
for key, value in kwargs.items():
|
|
275
|
-
if isinstance(value, Blob) or _is_json_serializable(value):
|
|
276
|
+
if isinstance(value, Blob) or _is_json_serializable(value) or isinstance(value, Segment):
|
|
276
277
|
self.section_data_list.append({key: value})
|
|
277
278
|
else:
|
|
278
279
|
raise Exception(
|
|
279
|
-
'AgentResponse can only contain Blob or json serializable objects')
|
|
280
|
+
'AgentResponse can only contain Blob, Segment or json serializable objects')
|
|
280
281
|
|
|
281
282
|
|
|
282
283
|
class ClientOptions:
|
|
@@ -592,9 +593,9 @@ class BaseApiClient:
|
|
|
592
593
|
client_options (ClientOptions): Optional API client configurations
|
|
593
594
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
594
595
|
"""
|
|
595
|
-
client_version = '1.3.
|
|
596
|
+
client_version = '1.3.5'
|
|
596
597
|
|
|
597
|
-
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
598
|
+
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
598
599
|
self.api_key = api_key
|
|
599
600
|
if self.api_key is None:
|
|
600
601
|
self.api_key = os.getenv('ABACUS_API_KEY')
|
|
@@ -636,6 +637,19 @@ class BaseApiClient:
|
|
|
636
637
|
except Exception:
|
|
637
638
|
logging.error(
|
|
638
639
|
f'Failed get the current API version from Abacus.AI ({self.server or DEFAULT_SERVER}/api/v0/version)')
|
|
640
|
+
# Modify traceback
|
|
641
|
+
if not include_tb:
|
|
642
|
+
excepthook = sys.excepthook
|
|
643
|
+
|
|
644
|
+
def modify_tb_excepthook(type, value, tb):
|
|
645
|
+
import abacusai
|
|
646
|
+
pylibdir = os.path.dirname(abacusai.__file__)
|
|
647
|
+
tb_itr = tb
|
|
648
|
+
while not (tb_itr.tb_next is None or tb_itr.tb_next.tb_frame.f_code.co_filename.startswith(pylibdir)):
|
|
649
|
+
tb_itr = tb_itr.tb_next
|
|
650
|
+
tb_itr.tb_next = None
|
|
651
|
+
excepthook(type, value, tb)
|
|
652
|
+
sys.excepthook = modify_tb_excepthook
|
|
639
653
|
|
|
640
654
|
def _get_prediction_endpoint(self, deployment_id: str, deployment_token: str):
|
|
641
655
|
if self.prediction_endpoint:
|
|
@@ -3718,7 +3732,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3718
3732
|
request_id, caller, message=message, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3719
3733
|
return StreamingHandler(message, _request_context)
|
|
3720
3734
|
|
|
3721
|
-
def stream_section_output(self, section_key: str, value:
|
|
3735
|
+
def stream_section_output(self, section_key: str, value: str) -> None:
|
|
3722
3736
|
"""
|
|
3723
3737
|
Streams value corresponding to a particular section to the current request context. Applicable within a AIAgent execute function.
|
|
3724
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.
|
|
@@ -3726,14 +3740,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
3726
3740
|
Args:
|
|
3727
3741
|
section_key (str): The section key to which the output corresponds.
|
|
3728
3742
|
value (Any): The output contents.
|
|
3729
|
-
value_type (str): The mime type of the output contents.
|
|
3730
3743
|
"""
|
|
3731
3744
|
request_id = self._get_agent_app_request_id()
|
|
3732
3745
|
caller = self._get_agent_async_app_caller()
|
|
3733
3746
|
proxy_caller = self._is_proxy_app_caller()
|
|
3734
3747
|
if _is_json_serializable(value):
|
|
3735
3748
|
message_args = {'id': section_key,
|
|
3736
|
-
'type':
|
|
3749
|
+
'type': 'text', 'mime_type': 'text/plain'}
|
|
3737
3750
|
else:
|
|
3738
3751
|
raise ValueError('The value is not json serializable')
|
|
3739
3752
|
if request_id and caller:
|
|
@@ -3744,7 +3757,28 @@ class ApiClient(ReadOnlyClient):
|
|
|
3744
3757
|
{'agent_workflow_node_id': _request_context.agent_workflow_node_id})
|
|
3745
3758
|
self._call_aiagent_app_send_message(
|
|
3746
3759
|
request_id, caller, message=value, message_args=message_args, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3747
|
-
return StreamingHandler(value, _request_context, section_key=section_key
|
|
3760
|
+
return StreamingHandler(value, _request_context, section_key=section_key)
|
|
3761
|
+
|
|
3762
|
+
def stream_segment(self, segment: Segment):
|
|
3763
|
+
"""
|
|
3764
|
+
Streams a segment to the current request context. Applicable within a AIAgent execute function.
|
|
3765
|
+
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.
|
|
3766
|
+
|
|
3767
|
+
Args:
|
|
3768
|
+
segment (Segment): The segment to be streamed.
|
|
3769
|
+
"""
|
|
3770
|
+
request_id = self._get_agent_app_request_id()
|
|
3771
|
+
caller = self._get_agent_async_app_caller()
|
|
3772
|
+
proxy_caller = self._is_proxy_app_caller()
|
|
3773
|
+
if request_id and caller:
|
|
3774
|
+
segment = segment.to_dict()
|
|
3775
|
+
extra_args = {'stream_type': StreamType.SEGMENT.value}
|
|
3776
|
+
if hasattr(_request_context, 'agent_workflow_node_id'):
|
|
3777
|
+
extra_args.update(
|
|
3778
|
+
{'agent_workflow_node_id': _request_context.agent_workflow_node_id})
|
|
3779
|
+
self._call_aiagent_app_send_message(
|
|
3780
|
+
request_id, caller, segment=segment, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3781
|
+
return StreamingHandler(segment, _request_context, data_type='segment')
|
|
3748
3782
|
|
|
3749
3783
|
def _stream_llm_call(self, section_key=None, **kwargs):
|
|
3750
3784
|
request_id = self._get_agent_app_request_id()
|
|
@@ -3766,7 +3800,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3766
3800
|
{'agent_workflow_node_id': _request_context.agent_workflow_node_id})
|
|
3767
3801
|
return self._call_aiagent_app_send_message(request_id, caller, llm_args=kwargs, message_args=message_args, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3768
3802
|
|
|
3769
|
-
def _call_aiagent_app_send_message(self, request_id, caller, message=None, llm_args=None, message_args=None, extra_args=None, proxy_caller=False):
|
|
3803
|
+
def _call_aiagent_app_send_message(self, request_id, caller, message=None, segment=None, llm_args=None, message_args=None, extra_args=None, proxy_caller=False):
|
|
3770
3804
|
"""
|
|
3771
3805
|
Calls the AI Agent app send message endpoint.
|
|
3772
3806
|
|
|
@@ -3788,6 +3822,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3788
3822
|
body = {'requestId': request_id}
|
|
3789
3823
|
if message:
|
|
3790
3824
|
body['message'] = message
|
|
3825
|
+
elif segment:
|
|
3826
|
+
body['segment'] = segment
|
|
3791
3827
|
elif llm_args:
|
|
3792
3828
|
body['llmArgs'] = llm_args
|
|
3793
3829
|
else:
|
|
@@ -7050,7 +7086,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7050
7086
|
deployment_id, deployment_token) if deployment_token else None
|
|
7051
7087
|
return self._call_api('executeAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments}, server_override=prediction_url, timeout=1500)
|
|
7052
7088
|
|
|
7053
|
-
def execute_conversation_agent(self, deployment_token: str, deployment_id: str, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None, regenerate: bool = False, doc_infos: list = None) -> Dict:
|
|
7089
|
+
def execute_conversation_agent(self, deployment_token: str, deployment_id: str, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None, regenerate: bool = False, doc_infos: list = None, agent_workflow_node_id: str = None) -> Dict:
|
|
7054
7090
|
"""Executes a deployed AI agent function using the arguments as keyword arguments to the agent execute function.
|
|
7055
7091
|
|
|
7056
7092
|
Args:
|
|
@@ -7061,10 +7097,11 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7061
7097
|
deployment_conversation_id (str): A unique string identifier for the deployment conversation used for the conversation.
|
|
7062
7098
|
external_session_id (str): A unique string identifier for the session used for the conversation. If both deployment_conversation_id and external_session_id are not provided, a new session will be created.
|
|
7063
7099
|
regenerate (bool): If True, will regenerate the response from the last query.
|
|
7064
|
-
doc_infos (list): An optional list of documents use for the conversation. A keyword 'doc_id' is expected to be present in each document for retrieving contents from docstore.
|
|
7100
|
+
doc_infos (list): An optional list of documents use for the conversation. A keyword 'doc_id' is expected to be present in each document for retrieving contents from docstore.
|
|
7101
|
+
agent_workflow_node_id (str): An optional agent workflow node id to trigger agent execution from an intermediate node."""
|
|
7065
7102
|
prediction_url = self._get_prediction_endpoint(
|
|
7066
7103
|
deployment_id, deployment_token) if deployment_token else None
|
|
7067
|
-
return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos}, server_override=prediction_url)
|
|
7104
|
+
return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos, 'agentWorkflowNodeId': agent_workflow_node_id}, server_override=prediction_url)
|
|
7068
7105
|
|
|
7069
7106
|
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict = None) -> List[DocumentRetrieverLookupResult]:
|
|
7070
7107
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
@@ -17,10 +17,11 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
17
17
|
regenerateAttempt (int): The sequence number of regeneration. Not regenerated if 0.
|
|
18
18
|
externalApplicationId (str): The external application id associated with the deployment conversation.
|
|
19
19
|
unusedDocumentUploadIds (list[str]): The list of unused document upload ids associated with the deployment conversation.
|
|
20
|
+
conversationWarning (str): Extra text associated with the deployment conversation (to show it at the bottom of chatbot)
|
|
20
21
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
|
21
22
|
"""
|
|
22
23
|
|
|
23
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, history={}):
|
|
24
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, conversationWarning=None, history={}):
|
|
24
25
|
super().__init__(client, deploymentConversationId)
|
|
25
26
|
self.deployment_conversation_id = deploymentConversationId
|
|
26
27
|
self.name = name
|
|
@@ -31,13 +32,14 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
31
32
|
self.regenerate_attempt = regenerateAttempt
|
|
32
33
|
self.external_application_id = externalApplicationId
|
|
33
34
|
self.unused_document_upload_ids = unusedDocumentUploadIds
|
|
35
|
+
self.conversation_warning = conversationWarning
|
|
34
36
|
self.history = client._build_class(
|
|
35
37
|
DeploymentConversationEvent, history)
|
|
36
38
|
self.deprecated_keys = {}
|
|
37
39
|
|
|
38
40
|
def __repr__(self):
|
|
39
41
|
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'external_session_id': repr(
|
|
40
|
-
self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'history': repr(self.history)}
|
|
42
|
+
self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'conversation_warning': repr(self.conversation_warning), f'history': repr(self.history)}
|
|
41
43
|
class_name = "DeploymentConversation"
|
|
42
44
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
43
45
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -51,7 +53,7 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
51
53
|
dict: The dict value representation of the class parameters
|
|
52
54
|
"""
|
|
53
55
|
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'external_session_id': self.external_session_id,
|
|
54
|
-
'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'history': self._get_attribute_as_dict(self.history)}
|
|
56
|
+
'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'conversation_warning': self.conversation_warning, 'history': self._get_attribute_as_dict(self.history)}
|
|
55
57
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
56
58
|
|
|
57
59
|
def get(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
|
|
@@ -4,6 +4,7 @@ from . import api_class
|
|
|
4
4
|
from .api_class import AgentInterface, TrainingConfig, WorkflowGraph
|
|
5
5
|
from .code_source import CodeSource
|
|
6
6
|
from .database_connector import DatabaseConnector
|
|
7
|
+
from .feature_group import FeatureGroup
|
|
7
8
|
from .model_location import ModelLocation
|
|
8
9
|
from .model_version import ModelVersion
|
|
9
10
|
from .refresh_schedule import RefreshSchedule
|
|
@@ -44,16 +45,16 @@ class Model(AbstractApiClass):
|
|
|
44
45
|
useGpu (bool): If this model uses gpu.
|
|
45
46
|
notebookId (str): The notebook associated with this model.
|
|
46
47
|
trainingRequired (bool): If training is required to keep the model up-to-date.
|
|
47
|
-
dataLlmFeatureGroups (list[featuregroup]): List of feature groups used by the model for queries
|
|
48
48
|
latestModelVersion (ModelVersion): The latest model version.
|
|
49
49
|
location (ModelLocation): Location information for models that are imported.
|
|
50
50
|
refreshSchedules (RefreshSchedule): List of refresh schedules that indicate when the next model version will be trained
|
|
51
51
|
codeSource (CodeSource): If a python model, information on the source code
|
|
52
52
|
databaseConnector (DatabaseConnector): Database connector used by the model.
|
|
53
|
+
dataLlmFeatureGroups (FeatureGroup): List of feature groups used by the model for queries
|
|
53
54
|
modelConfig (TrainingConfig): The training config options used to train this model.
|
|
54
55
|
"""
|
|
55
56
|
|
|
56
|
-
def __init__(self, client, name=None, modelId=None, modelConfigType=None, modelPredictionConfig=None, createdAt=None, projectId=None, shared=None, sharedAt=None, trainFunctionName=None, predictFunctionName=None, predictManyFunctionName=None, initializeFunctionName=None, trainingInputTables=None, sourceCode=None, cpuSize=None, memory=None, trainingFeatureGroupIds=None, algorithmModelConfigs=None, trainingVectorStoreVersions=None, documentRetrievers=None, documentRetrieverIds=None, isPythonModel=None, defaultAlgorithm=None, customAlgorithmConfigs=None, restrictedAlgorithms=None, useGpu=None, notebookId=None, trainingRequired=None,
|
|
57
|
+
def __init__(self, client, name=None, modelId=None, modelConfigType=None, modelPredictionConfig=None, createdAt=None, projectId=None, shared=None, sharedAt=None, trainFunctionName=None, predictFunctionName=None, predictManyFunctionName=None, initializeFunctionName=None, trainingInputTables=None, sourceCode=None, cpuSize=None, memory=None, trainingFeatureGroupIds=None, algorithmModelConfigs=None, trainingVectorStoreVersions=None, documentRetrievers=None, documentRetrieverIds=None, isPythonModel=None, defaultAlgorithm=None, customAlgorithmConfigs=None, restrictedAlgorithms=None, useGpu=None, notebookId=None, trainingRequired=None, location={}, refreshSchedules={}, codeSource={}, databaseConnector={}, dataLlmFeatureGroups={}, latestModelVersion={}, modelConfig={}):
|
|
57
58
|
super().__init__(client, modelId)
|
|
58
59
|
self.name = name
|
|
59
60
|
self.model_id = modelId
|
|
@@ -83,13 +84,14 @@ class Model(AbstractApiClass):
|
|
|
83
84
|
self.use_gpu = useGpu
|
|
84
85
|
self.notebook_id = notebookId
|
|
85
86
|
self.training_required = trainingRequired
|
|
86
|
-
self.data_llm_feature_groups = dataLlmFeatureGroups
|
|
87
87
|
self.location = client._build_class(ModelLocation, location)
|
|
88
88
|
self.refresh_schedules = client._build_class(
|
|
89
89
|
RefreshSchedule, refreshSchedules)
|
|
90
90
|
self.code_source = client._build_class(CodeSource, codeSource)
|
|
91
91
|
self.database_connector = client._build_class(
|
|
92
92
|
DatabaseConnector, databaseConnector)
|
|
93
|
+
self.data_llm_feature_groups = client._build_class(
|
|
94
|
+
FeatureGroup, dataLlmFeatureGroups)
|
|
93
95
|
self.latest_model_version = client._build_class(
|
|
94
96
|
ModelVersion, latestModelVersion)
|
|
95
97
|
self.model_config = client._build_class(getattr(
|
|
@@ -98,7 +100,7 @@ class Model(AbstractApiClass):
|
|
|
98
100
|
|
|
99
101
|
def __repr__(self):
|
|
100
102
|
repr_dict = {f'name': repr(self.name), f'model_id': repr(self.model_id), f'model_config_type': repr(self.model_config_type), f'model_prediction_config': repr(self.model_prediction_config), f'created_at': repr(self.created_at), f'project_id': repr(self.project_id), f'shared': repr(self.shared), f'shared_at': repr(self.shared_at), f'train_function_name': repr(self.train_function_name), f'predict_function_name': repr(self.predict_function_name), f'predict_many_function_name': repr(self.predict_many_function_name), f'initialize_function_name': repr(self.initialize_function_name), f'training_input_tables': repr(self.training_input_tables), f'source_code': repr(self.source_code), f'cpu_size': repr(self.cpu_size), f'memory': repr(self.memory), f'training_feature_group_ids': repr(self.training_feature_group_ids), f'algorithm_model_configs': repr(self.algorithm_model_configs),
|
|
101
|
-
f'training_vector_store_versions': repr(self.training_vector_store_versions), f'document_retrievers': repr(self.document_retrievers), f'document_retriever_ids': repr(self.document_retriever_ids), f'is_python_model': repr(self.is_python_model), f'default_algorithm': repr(self.default_algorithm), f'custom_algorithm_configs': repr(self.custom_algorithm_configs), f'restricted_algorithms': repr(self.restricted_algorithms), f'use_gpu': repr(self.use_gpu), f'notebook_id': repr(self.notebook_id), f'training_required': repr(self.training_required), f'
|
|
103
|
+
f'training_vector_store_versions': repr(self.training_vector_store_versions), f'document_retrievers': repr(self.document_retrievers), f'document_retriever_ids': repr(self.document_retriever_ids), f'is_python_model': repr(self.is_python_model), f'default_algorithm': repr(self.default_algorithm), f'custom_algorithm_configs': repr(self.custom_algorithm_configs), f'restricted_algorithms': repr(self.restricted_algorithms), f'use_gpu': repr(self.use_gpu), f'notebook_id': repr(self.notebook_id), f'training_required': repr(self.training_required), f'location': repr(self.location), f'refresh_schedules': repr(self.refresh_schedules), f'code_source': repr(self.code_source), f'database_connector': repr(self.database_connector), f'data_llm_feature_groups': repr(self.data_llm_feature_groups), f'latest_model_version': repr(self.latest_model_version), f'model_config': repr(self.model_config)}
|
|
102
104
|
class_name = "Model"
|
|
103
105
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
104
106
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -112,7 +114,7 @@ class Model(AbstractApiClass):
|
|
|
112
114
|
dict: The dict value representation of the class parameters
|
|
113
115
|
"""
|
|
114
116
|
resp = {'name': self.name, 'model_id': self.model_id, 'model_config_type': self.model_config_type, 'model_prediction_config': self.model_prediction_config, 'created_at': self.created_at, 'project_id': self.project_id, 'shared': self.shared, 'shared_at': self.shared_at, 'train_function_name': self.train_function_name, 'predict_function_name': self.predict_function_name, 'predict_many_function_name': self.predict_many_function_name, 'initialize_function_name': self.initialize_function_name, 'training_input_tables': self.training_input_tables, 'source_code': self.source_code, 'cpu_size': self.cpu_size, 'memory': self.memory, 'training_feature_group_ids': self.training_feature_group_ids, 'algorithm_model_configs': self.algorithm_model_configs, 'training_vector_store_versions': self.training_vector_store_versions, 'document_retrievers': self.document_retrievers,
|
|
115
|
-
'document_retriever_ids': self.document_retriever_ids, 'is_python_model': self.is_python_model, 'default_algorithm': self.default_algorithm, 'custom_algorithm_configs': self.custom_algorithm_configs, 'restricted_algorithms': self.restricted_algorithms, 'use_gpu': self.use_gpu, 'notebook_id': self.notebook_id, 'training_required': self.training_required, '
|
|
117
|
+
'document_retriever_ids': self.document_retriever_ids, 'is_python_model': self.is_python_model, 'default_algorithm': self.default_algorithm, 'custom_algorithm_configs': self.custom_algorithm_configs, 'restricted_algorithms': self.restricted_algorithms, 'use_gpu': self.use_gpu, 'notebook_id': self.notebook_id, 'training_required': self.training_required, 'location': self._get_attribute_as_dict(self.location), 'refresh_schedules': self._get_attribute_as_dict(self.refresh_schedules), 'code_source': self._get_attribute_as_dict(self.code_source), 'database_connector': self._get_attribute_as_dict(self.database_connector), 'data_llm_feature_groups': self._get_attribute_as_dict(self.data_llm_feature_groups), 'latest_model_version': self._get_attribute_as_dict(self.latest_model_version), 'model_config': self._get_attribute_as_dict(self.model_config)}
|
|
116
118
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
117
119
|
|
|
118
120
|
def describe_train_test_data_split_feature_group(self):
|