abacusai 0.77.1__tar.gz → 0.77.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-0.77.1/abacusai.egg-info → abacusai-0.77.5}/PKG-INFO +1 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/__init__.py +1 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/__init__.py +1 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/batch_prediction.py +0 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/dataset.py +3 -1
- abacusai-0.77.5/abacusai/api_class/monitor.py +12 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/app_user_group.py +5 -3
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/batch_prediction.py +0 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/batch_prediction_version.py +0 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/client.py +166 -56
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment.py +9 -6
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/external_application.py +5 -3
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group.py +3 -8
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process.py +7 -3
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process_summary.py +5 -3
- abacusai-0.77.5/abacusai/forecasting_monitor_summary.py +58 -0
- abacusai-0.77.5/abacusai/llm_execution_preview.py +29 -0
- abacusai-0.77.5/abacusai/llm_execution_result.py +36 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model.py +4 -5
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor.py +9 -3
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_version.py +9 -3
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_version.py +9 -6
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_client.py +7 -5
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project.py +24 -3
- abacusai-0.77.5/abacusai/project_feature_group.py +147 -0
- abacusai-0.77.5/abacusai/project_feature_group_schema.py +36 -0
- abacusai-0.77.5/abacusai/public.pem +5 -0
- {abacusai-0.77.1 → abacusai-0.77.5/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/SOURCES.txt +5 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/setup.py +1 -1
- abacusai-0.77.1/abacusai/llm_execution_result.py +0 -29
- abacusai-0.77.1/abacusai/public.pem +0 -5
- {abacusai-0.77.1 → abacusai-0.77.5}/.gitignore +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/LICENSE +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/README.md +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/abacus_api.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/agent.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/agent_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/ai_building_task.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/algorithm.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_document.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_entry.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotations_status.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/abstract.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/enums.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/model.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/project.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/refresh.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_client_utils.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_endpoint.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_key.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/application_connector.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/chat_message.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/chat_session.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/code_source.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/concatenation_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/cryptography.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_loss_function.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_metric.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_metric_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_metrics.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_prep_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_quality_results.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/database_connector.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_column.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_conversation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_annotation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_store.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_store_import.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/drift_distribution.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/drift_distributions.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_chart_description.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_collinearity.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_feature_association.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_distribution.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_document.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_template.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_importance.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_mapping.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_record.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector_verification.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/function_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/graph_dashboard.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/holdout_analysis.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/indexing_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/item_statistics.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_code_block.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_input.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_parameters.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_response.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/memory_options.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_location.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_metrics.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_upload.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/modification_lock_info.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/module.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/monitor_alert.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/nested_feature.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/notebook_completion.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/notebook_template.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/null_violation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_group.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_search_result.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_secret.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/page_data.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_reference.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_group.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_dataset.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_input.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_metric.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_metric_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_operator.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/problem_type.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_config.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_validation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_function.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_function_validator.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_plot_function.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/range_violation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_policy.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_schedule.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/requirements.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/return_class.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/schema.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/slack_connector_response.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_client.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_connector.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/test_point_predictions.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/training_config_options.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/type_violation.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/upload.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/upload_part.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/use_case.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/use_case_requirements.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/user.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/user_exception.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/webhook.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/.buildinfo +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/.nojekyll +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/index.rst.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/basic.css +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/badge_only.css +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/theme.css +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/doctools.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/documentation_options.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/file.png +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/graphviz.css +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/badge_only.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/theme.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/language_data.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/minus.png +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/plus.png +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/pygments.css +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/searchtools.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/underscore.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/genindex.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/index.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/objects.inv +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/py-modindex.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/search.html +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/docs/searchindex.js +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/examples/fullscript.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/featurestore.md +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/requirements.txt +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/setup.cfg +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/build_docs +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/conf.py +0 -0
- {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/index.rst +0 -0
|
@@ -15,4 +15,6 @@ class DocumentProcessingConfig(ApiClass):
|
|
|
15
15
|
extract_bounding_boxes: bool = False
|
|
16
16
|
convert_to_markdown: bool = False
|
|
17
17
|
remove_header_footer: bool = False
|
|
18
|
-
use_doctr: bool =
|
|
18
|
+
use_doctr: bool = False
|
|
19
|
+
remove_watermarks: bool = None
|
|
20
|
+
use_full_ocr: bool = None
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
|
|
3
|
+
from .abstract import ApiClass
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@dataclasses.dataclass
|
|
7
|
+
class ForecastingMonitorConfig(ApiClass):
|
|
8
|
+
id_column: str = dataclasses.field(default=None)
|
|
9
|
+
timestamp_column: str = dataclasses.field(default=None)
|
|
10
|
+
target_column: str = dataclasses.field(default=None)
|
|
11
|
+
start_time: str = dataclasses.field(default=None)
|
|
12
|
+
end_time: str = dataclasses.field(default=None)
|
|
@@ -10,17 +10,19 @@ class AppUserGroup(AbstractApiClass):
|
|
|
10
10
|
client (ApiClient): An authenticated API Client instance
|
|
11
11
|
name (str): The name of the user group.
|
|
12
12
|
userGroupId (str): The unique identifier of the user group.
|
|
13
|
+
externalApplicationIds (list[str]): The ids of the external applications the group has access to.
|
|
13
14
|
users (User): The users in the user group.
|
|
14
15
|
"""
|
|
15
16
|
|
|
16
|
-
def __init__(self, client, name=None, userGroupId=None, users={}):
|
|
17
|
+
def __init__(self, client, name=None, userGroupId=None, externalApplicationIds=None, users={}):
|
|
17
18
|
super().__init__(client, None)
|
|
18
19
|
self.name = name
|
|
19
20
|
self.user_group_id = userGroupId
|
|
21
|
+
self.external_application_ids = externalApplicationIds
|
|
20
22
|
self.users = client._build_class(User, users)
|
|
21
23
|
|
|
22
24
|
def __repr__(self):
|
|
23
|
-
return f"AppUserGroup(name={repr(self.name)},\n user_group_id={repr(self.user_group_id)},\n users={repr(self.users)})"
|
|
25
|
+
return f"AppUserGroup(name={repr(self.name)},\n user_group_id={repr(self.user_group_id)},\n external_application_ids={repr(self.external_application_ids)},\n users={repr(self.users)})"
|
|
24
26
|
|
|
25
27
|
def to_dict(self):
|
|
26
28
|
"""
|
|
@@ -29,4 +31,4 @@ class AppUserGroup(AbstractApiClass):
|
|
|
29
31
|
Returns:
|
|
30
32
|
dict: The dict value representation of the class parameters
|
|
31
33
|
"""
|
|
32
|
-
return {'name': self.name, 'user_group_id': self.user_group_id, 'users': self._get_attribute_as_dict(self.users)}
|
|
34
|
+
return {'name': self.name, 'user_group_id': self.user_group_id, 'external_application_ids': self.external_application_ids, 'users': self._get_attribute_as_dict(self.users)}
|
|
@@ -37,7 +37,6 @@ class BatchPrediction(AbstractApiClass):
|
|
|
37
37
|
batchInputs (PredictionInput): Inputs to the batch prediction.
|
|
38
38
|
latestBatchPredictionVersion (BatchPredictionVersion): The latest batch prediction version.
|
|
39
39
|
refreshSchedules (RefreshSchedule): List of refresh schedules that dictate the next time the batch prediction will be run.
|
|
40
|
-
globalPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call.
|
|
41
40
|
"""
|
|
42
41
|
|
|
43
42
|
def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, featureGroupTableName=None, summaryFeatureGroupTableName=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorId=None, modelVersion=None, algorithm=None, batchInputs={}, latestBatchPredictionVersion={}, refreshSchedules={}, globalPredictionArgs={}):
|
|
@@ -44,7 +44,6 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
44
44
|
outputFeatureGroupId (str): The BP output feature group if applicable
|
|
45
45
|
outputFeatureGroupVersion (str): The BP output feature group version if applicable
|
|
46
46
|
batchInputs (PredictionInput): Inputs to the batch prediction
|
|
47
|
-
globalPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call
|
|
48
47
|
"""
|
|
49
48
|
|
|
50
49
|
def __init__(self, client, batchPredictionVersion=None, batchPredictionId=None, status=None, driftMonitorStatus=None, deploymentId=None, modelId=None, modelVersion=None, predictionsStartedAt=None, predictionsCompletedAt=None, databaseOutputError=None, totalPredictions=None, failedPredictions=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileConnectorOutputLocation=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, error=None, driftMonitorError=None, monitorWarnings=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, databaseOutputTotalWrites=None, databaseOutputFailedWrites=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorVersion=None, algoName=None, algorithm=None, outputFeatureGroupId=None, outputFeatureGroupVersion=None, batchInputs={}, globalPredictionArgs={}):
|
|
@@ -31,7 +31,8 @@ from .annotations_status import AnnotationsStatus
|
|
|
31
31
|
from .api_class import (
|
|
32
32
|
AlertActionConfig, AlertConditionConfig, ApiClass, ApiEnum,
|
|
33
33
|
BatchPredictionArgs, DocumentRetrieverConfig, FeatureGroupExportConfig,
|
|
34
|
-
MergeConfig, ParsingConfig, ProblemType,
|
|
34
|
+
ForecastingMonitorConfig, MergeConfig, ParsingConfig, ProblemType,
|
|
35
|
+
SamplingConfig, TrainingConfig
|
|
35
36
|
)
|
|
36
37
|
from .api_client_utils import (
|
|
37
38
|
INVALID_PANDAS_COLUMN_NAME_CHARACTERS, clean_column_name,
|
|
@@ -95,6 +96,7 @@ from .graph_dashboard import GraphDashboard
|
|
|
95
96
|
from .holdout_analysis import HoldoutAnalysis
|
|
96
97
|
from .holdout_analysis_version import HoldoutAnalysisVersion
|
|
97
98
|
from .inferred_feature_mappings import InferredFeatureMappings
|
|
99
|
+
from .llm_execution_result import LlmExecutionResult
|
|
98
100
|
from .llm_input import LlmInput
|
|
99
101
|
from .llm_parameters import LlmParameters
|
|
100
102
|
from .llm_response import LlmResponse
|
|
@@ -129,6 +131,7 @@ from .prediction_operator_version import PredictionOperatorVersion
|
|
|
129
131
|
from .problem_type import ProblemType
|
|
130
132
|
from .project import Project
|
|
131
133
|
from .project_config import ProjectConfig
|
|
134
|
+
from .project_feature_group import ProjectFeatureGroup
|
|
132
135
|
from .project_validation import ProjectValidation
|
|
133
136
|
from .python_function import PythonFunction
|
|
134
137
|
from .python_plot_function import PythonPlotFunction
|
|
@@ -508,7 +511,7 @@ class BaseApiClient:
|
|
|
508
511
|
client_options (ClientOptions): Optional API client configurations
|
|
509
512
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
510
513
|
"""
|
|
511
|
-
client_version = '0.77.
|
|
514
|
+
client_version = '0.77.5'
|
|
512
515
|
|
|
513
516
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
514
517
|
self.api_key = api_key
|
|
@@ -955,7 +958,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
955
958
|
list[FeatureGroup]: All the feature groups in the organization associated with the specified project."""
|
|
956
959
|
return self._call_api('listFeatureGroups', 'GET', query_params={'limit': limit, 'startAfterId': start_after_id, 'featureGroupTemplateId': feature_group_template_id, 'isIncludingDetachedFromTemplate': is_including_detached_from_template}, parse_type=FeatureGroup)
|
|
957
960
|
|
|
958
|
-
def describe_project_feature_group(self, project_id: str, feature_group_id: str) ->
|
|
961
|
+
def describe_project_feature_group(self, project_id: str, feature_group_id: str) -> ProjectFeatureGroup:
|
|
959
962
|
"""Describe a feature group associated with a project
|
|
960
963
|
|
|
961
964
|
Args:
|
|
@@ -963,10 +966,10 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
963
966
|
feature_group_id (str): The unique ID associated with the feature group.
|
|
964
967
|
|
|
965
968
|
Returns:
|
|
966
|
-
|
|
967
|
-
return self._call_api('describeProjectFeatureGroup', 'GET', query_params={'projectId': project_id, 'featureGroupId': feature_group_id}, parse_type=
|
|
969
|
+
ProjectFeatureGroup: The project feature group object."""
|
|
970
|
+
return self._call_api('describeProjectFeatureGroup', 'GET', query_params={'projectId': project_id, 'featureGroupId': feature_group_id}, parse_type=ProjectFeatureGroup)
|
|
968
971
|
|
|
969
|
-
def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None) -> List[
|
|
972
|
+
def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None) -> List[ProjectFeatureGroup]:
|
|
970
973
|
"""List all the feature groups associated with a project
|
|
971
974
|
|
|
972
975
|
Args:
|
|
@@ -974,8 +977,8 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
974
977
|
filter_feature_group_use (str): The feature group use filter, when given as an argument only allows feature groups present in this project to be returned if they are of the given use. Possible values are: 'USER_CREATED', 'BATCH_PREDICTION_OUTPUT'.
|
|
975
978
|
|
|
976
979
|
Returns:
|
|
977
|
-
list[
|
|
978
|
-
return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use}, parse_type=
|
|
980
|
+
list[ProjectFeatureGroup]: All the Feature Groups in a project."""
|
|
981
|
+
return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use}, parse_type=ProjectFeatureGroup)
|
|
979
982
|
|
|
980
983
|
def list_python_function_feature_groups(self, name: str, limit: int = 100) -> List[FeatureGroup]:
|
|
981
984
|
"""List all the feature groups associated with a python function.
|
|
@@ -1350,7 +1353,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1350
1353
|
doc_id (str): A unique Docstore string identifier for the image.
|
|
1351
1354
|
max_width (int): Rescales the returned image so the width is less than or equal to the given maximum width, while preserving the aspect ratio.
|
|
1352
1355
|
max_height (int): Rescales the returned image so the height is less than or equal to the given maximum height, while preserving the aspect ratio."""
|
|
1353
|
-
return self.
|
|
1356
|
+
return self._proxy_request('getDocstoreImage', 'GET', query_params={'docId': doc_id, 'maxWidth': max_width, 'maxHeight': max_height}, is_sync=True, streamable_response=True)
|
|
1354
1357
|
|
|
1355
1358
|
def get_docstore_page_data(self, doc_id: str, page: int) -> PageData:
|
|
1356
1359
|
"""Returns the extracted page data for a document page.
|
|
@@ -1361,7 +1364,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1361
1364
|
|
|
1362
1365
|
Returns:
|
|
1363
1366
|
PageData: The extracted page data."""
|
|
1364
|
-
return self.
|
|
1367
|
+
return self._proxy_request('getDocstorePageData', 'GET', query_params={'docId': doc_id, 'page': page}, parse_type=PageData, is_sync=True)
|
|
1365
1368
|
|
|
1366
1369
|
def describe_train_test_data_split_feature_group(self, model_id: str) -> FeatureGroup:
|
|
1367
1370
|
"""Get the train and test data split for a trained model by its unique identifier. This is only supported for models with custom algorithms.
|
|
@@ -1403,9 +1406,12 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1403
1406
|
Model: Description of the model."""
|
|
1404
1407
|
return self._call_api('describeModel', 'GET', query_params={'modelId': model_id}, parse_type=Model)
|
|
1405
1408
|
|
|
1406
|
-
def set_model_objective(self, model_version: str, metric: str):
|
|
1409
|
+
def set_model_objective(self, model_version: str, metric: str = None):
|
|
1407
1410
|
"""Sets the best model for all model instances of the model based on the specified metric, and updates the training configuration to use the specified metric for any future model versions.
|
|
1408
1411
|
|
|
1412
|
+
If metric is set to None, then just use the default selection
|
|
1413
|
+
|
|
1414
|
+
|
|
1409
1415
|
Args:
|
|
1410
1416
|
model_version (str): The model version to set as the best model.
|
|
1411
1417
|
metric (str): The metric to use to determine the best model."""
|
|
@@ -2139,16 +2145,6 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2139
2145
|
PipelineStepVersion: """
|
|
2140
2146
|
return self._call_api('describePipelineStepVersion', 'GET', query_params={'pipelineStepVersion': pipeline_step_version}, parse_type=PipelineStepVersion)
|
|
2141
2147
|
|
|
2142
|
-
def unset_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
|
|
2143
|
-
"""Deletes the refresh schedule for a given pipeline.
|
|
2144
|
-
|
|
2145
|
-
Args:
|
|
2146
|
-
pipeline_id (str): The id of the pipeline.
|
|
2147
|
-
|
|
2148
|
-
Returns:
|
|
2149
|
-
Pipeline: Object describing the pipeline."""
|
|
2150
|
-
return self._call_api('unsetPipelineRefreshSchedule', 'GET', query_params={'pipelineId': pipeline_id}, parse_type=Pipeline)
|
|
2151
|
-
|
|
2152
2148
|
def pause_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
|
|
2153
2149
|
"""Pauses the refresh schedule for a given pipeline.
|
|
2154
2150
|
|
|
@@ -2400,7 +2396,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2400
2396
|
|
|
2401
2397
|
Returns:
|
|
2402
2398
|
DeploymentConversation: The deployment conversation."""
|
|
2403
|
-
return self.
|
|
2399
|
+
return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, parse_type=DeploymentConversation, is_sync=True)
|
|
2404
2400
|
|
|
2405
2401
|
def list_deployment_conversations(self, deployment_id: str) -> List[DeploymentConversation]:
|
|
2406
2402
|
"""Lists all conversations for the given deployment and current user.
|
|
@@ -2410,7 +2406,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2410
2406
|
|
|
2411
2407
|
Returns:
|
|
2412
2408
|
list[DeploymentConversation]: The deployment conversations."""
|
|
2413
|
-
return self.
|
|
2409
|
+
return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
2414
2410
|
|
|
2415
2411
|
def get_app_user_group(self, user_group_id: str) -> AppUserGroup:
|
|
2416
2412
|
"""Gets an App User Group.
|
|
@@ -3423,7 +3419,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3423
3419
|
time.sleep(delay)
|
|
3424
3420
|
raise Exception('Maximum timeout Exceeded')
|
|
3425
3421
|
|
|
3426
|
-
def _proxy_request(self, name: str,
|
|
3422
|
+
def _proxy_request(self, name: str, method: str = 'POST', query_params: dict = None, body: dict = None, files=None, parse_type=None, is_sync: bool = False, streamable_response: bool = False):
|
|
3427
3423
|
headers = {'APIKEY': self.api_key}
|
|
3428
3424
|
if self.server:
|
|
3429
3425
|
headers['SERVER'] = self.server
|
|
@@ -3431,22 +3427,65 @@ class ApiClient(ReadOnlyClient):
|
|
|
3431
3427
|
if endpoint is None:
|
|
3432
3428
|
raise Exception(
|
|
3433
3429
|
'API not supported, Please contact Abacus.ai support')
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
url=
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3430
|
+
result = None
|
|
3431
|
+
if is_sync:
|
|
3432
|
+
sync_api_endpoint = f'{endpoint}/api/{name}'
|
|
3433
|
+
response = self._request(url=sync_api_endpoint, method=method, query_params=query_params,
|
|
3434
|
+
headers=headers, body=body, files=files, stream=streamable_response)
|
|
3435
|
+
if response.status_code != 200:
|
|
3436
|
+
raise Exception(response.text)
|
|
3437
|
+
if streamable_response:
|
|
3438
|
+
return response.raw
|
|
3439
|
+
response = response.json()
|
|
3440
|
+
if response.get('success'):
|
|
3441
|
+
return self._build_class(parse_type, response.get('result'))
|
|
3442
|
+
error_message = response.get('error') or 'Something went wrong'
|
|
3443
|
+
raise Exception(error_message)
|
|
3444
|
+
else:
|
|
3445
|
+
create_request_endpoint = f'{endpoint}/api/create{name}Request'
|
|
3446
|
+
status_request_endpoint = f'{endpoint}/api/get{name}Status'
|
|
3447
|
+
create_request = self._request(url=create_request_endpoint, method='PUT' if files else 'POST',
|
|
3448
|
+
query_params=query_params, headers=headers, body=body, files=files)
|
|
3449
|
+
if create_request.status_code != 200:
|
|
3450
|
+
raise Exception(create_request.text)
|
|
3451
|
+
request_id = create_request.json()['request_id']
|
|
3452
|
+
response = self._status_poll(url=status_request_endpoint, wait_states={
|
|
3453
|
+
'PENDING'}, method='POST', body={'request_id': request_id}, headers=headers)
|
|
3454
|
+
if response['status'] == 'FAILED':
|
|
3455
|
+
exception_message = response.get(
|
|
3456
|
+
'message') or 'Something went wrong'
|
|
3457
|
+
raise Exception(exception_message)
|
|
3458
|
+
result = response['result']
|
|
3459
|
+
if result.get('success'):
|
|
3460
|
+
return self._build_class(parse_type, result.get('result'))
|
|
3461
|
+
error_message = result.get('error') or 'Something went wrong'
|
|
3462
|
+
raise Exception(error_message)
|
|
3463
|
+
|
|
3464
|
+
def execute_data_query_using_llm(self, query: str, feature_group_ids: List[str], prompt_context: str = None, llm_name: str = None,
|
|
3465
|
+
temperature: float = None, preview: bool = False, schema_document_retriever_ids: List[str] = None,
|
|
3466
|
+
timeout=3600, delay=2):
|
|
3467
|
+
"""
|
|
3468
|
+
Execute a data query using a large language model.
|
|
3469
|
+
|
|
3470
|
+
Args:
|
|
3471
|
+
query (str): The natural language query to execute. The query is converted to a SQL query using the language model.
|
|
3472
|
+
feature_group_ids (List[str]): A list of feature group IDs that the query should be executed against.
|
|
3473
|
+
prompt_context (str): The context message used to construct the prompt for the language model. If not provide, a default context message is used.
|
|
3474
|
+
llm_name (str): The name of the language model to use. If not provided, the default language model is used.
|
|
3475
|
+
temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used.
|
|
3476
|
+
preview (bool): If True, a preview of the query execution is returned.
|
|
3477
|
+
schema_document_retriever_ids (List[str]): A list of document retrievers to retrieve schema information for the data query. Otherwise, they are retrieved from the feature group metadata.
|
|
3478
|
+
|
|
3479
|
+
Returns:
|
|
3480
|
+
pandas.DataFrame: The result of the query.
|
|
3481
|
+
"""
|
|
3482
|
+
sql = self.generate_code_for_data_query_using_llm(
|
|
3483
|
+
query=query, feature_group_ids=feature_group_ids, prompt_context=prompt_context, llm_name=llm_name, temperature=temperature)
|
|
3484
|
+
if preview:
|
|
3485
|
+
return self._build_class(LlmExecutionResult, {'preview': {'sql': sql}})
|
|
3486
|
+
execute_query = self.execute_async_feature_group_operation(sql)
|
|
3487
|
+
execute_query.wait_for_execution(timeout=timeout, delay=delay)
|
|
3488
|
+
return self._build_class(LlmExecutionResult, {'error': execute_query.error}) if execute_query.error else execute_query.load_as_pandas()
|
|
3450
3489
|
|
|
3451
3490
|
def add_user_to_organization(self, email: str):
|
|
3452
3491
|
"""Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.
|
|
@@ -3836,6 +3875,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
3836
3875
|
FeatureGroup: Feature Group corresponding to the newly created Snapshot."""
|
|
3837
3876
|
return self._call_api('createSnapshotFeatureGroup', 'POST', query_params={}, body={'featureGroupVersion': feature_group_version, 'tableName': table_name}, parse_type=FeatureGroup)
|
|
3838
3877
|
|
|
3878
|
+
def create_online_feature_group(self, table_name: str, description: str = None) -> FeatureGroup:
|
|
3879
|
+
"""Creates an Online Feature Group.
|
|
3880
|
+
|
|
3881
|
+
Args:
|
|
3882
|
+
table_name (str): Name for the newly created feature group.
|
|
3883
|
+
description (str): Human-readable description of the Feature Group.
|
|
3884
|
+
|
|
3885
|
+
Returns:
|
|
3886
|
+
FeatureGroup: The created feature group."""
|
|
3887
|
+
return self._call_api('createOnlineFeatureGroup', 'POST', query_params={}, body={'tableName': table_name, 'description': description}, parse_type=FeatureGroup)
|
|
3888
|
+
|
|
3839
3889
|
def set_feature_group_sampling_config(self, feature_group_id: str, sampling_config: Union[dict, SamplingConfig]) -> FeatureGroup:
|
|
3840
3890
|
"""Set a FeatureGroup’s sampling to the config values provided, so that the rows the FeatureGroup returns will be a sample of those it would otherwise have returned.
|
|
3841
3891
|
|
|
@@ -5146,6 +5196,23 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5146
5196
|
ModelMonitor: The new model monitor that was created."""
|
|
5147
5197
|
return self._call_api('createNlpDriftMonitor', 'POST', query_params={}, body={'projectId': project_id, 'predictionFeatureGroupId': prediction_feature_group_id, 'trainingFeatureGroupId': training_feature_group_id, 'name': name, 'featureMappings': feature_mappings, 'trainingFeatureMappings': training_feature_mappings, 'targetValuePerformance': target_value_performance, 'refreshSchedule': refresh_schedule}, parse_type=ModelMonitor)
|
|
5148
5198
|
|
|
5199
|
+
def create_forecasting_monitor(self, project_id: str, name: str, prediction_feature_group_id: str, training_feature_group_id: str, training_forecast_config: Union[dict, ForecastingMonitorConfig], prediction_forecast_config: Union[dict, ForecastingMonitorConfig], forecast_frequency: str = None, refresh_schedule: str = None) -> ModelMonitor:
|
|
5200
|
+
"""Runs a forecasting monitor for the specified project.
|
|
5201
|
+
|
|
5202
|
+
Args:
|
|
5203
|
+
project_id (str): Unique string identifier of the project.
|
|
5204
|
+
name (str): The name you want your model monitor to have. Defaults to "<Project Name> Model Monitor".
|
|
5205
|
+
prediction_feature_group_id (str): Unique string identifier of the prediction data feature group.
|
|
5206
|
+
training_feature_group_id (str): Unique string identifier of the training data feature group.
|
|
5207
|
+
training_forecast_config (ForecastingMonitorConfig): The configuration for the training data.
|
|
5208
|
+
prediction_forecast_config (ForecastingMonitorConfig): The configuration for the prediction data.
|
|
5209
|
+
forecast_frequency (str): The frequency of the forecast. Defaults to the frequency of the prediction data.
|
|
5210
|
+
refresh_schedule (str): A cron-style string that describes a schedule in UTC to automatically rerun the created forecasting monitor.
|
|
5211
|
+
|
|
5212
|
+
Returns:
|
|
5213
|
+
ModelMonitor: The new model monitor that was created."""
|
|
5214
|
+
return self._call_api('createForecastingMonitor', 'POST', query_params={}, body={'projectId': project_id, 'name': name, 'predictionFeatureGroupId': prediction_feature_group_id, 'trainingFeatureGroupId': training_feature_group_id, 'trainingForecastConfig': training_forecast_config, 'predictionForecastConfig': prediction_forecast_config, 'forecastFrequency': forecast_frequency, 'refreshSchedule': refresh_schedule}, parse_type=ModelMonitor)
|
|
5215
|
+
|
|
5149
5216
|
def create_eda(self, project_id: str, feature_group_id: str, name: str, refresh_schedule: str = None, include_collinearity: bool = False, include_data_consistency: bool = False, collinearity_keys: list = None, primary_keys: list = None, data_consistency_test_config: dict = None, data_consistency_reference_config: dict = None, feature_mappings: dict = None, forecast_frequency: str = None) -> Eda:
|
|
5150
5217
|
"""Run an Exploratory Data Analysis (EDA) for the specified project.
|
|
5151
5218
|
|
|
@@ -5858,7 +5925,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5858
5925
|
deployment_id, deployment_token)
|
|
5859
5926
|
return self._call_api('getRelatedItems', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'numItems': num_items, 'page': page, 'scalingFactors': scaling_factors, 'restrictItems': restrict_items, 'excludeItems': exclude_items}, server_override=prediction_url)
|
|
5860
5927
|
|
|
5861
|
-
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float =
|
|
5928
|
+
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
|
|
5862
5929
|
"""Return a chat response which continues the conversation based on the input messages and search results.
|
|
5863
5930
|
|
|
5864
5931
|
Args:
|
|
@@ -5877,7 +5944,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5877
5944
|
deployment_id, deployment_token)
|
|
5878
5945
|
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'ignoreDocuments': ignore_documents}, server_override=prediction_url)
|
|
5879
5946
|
|
|
5880
|
-
def get_conversation_response(self, deployment_id: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float =
|
|
5947
|
+
def get_conversation_response(self, deployment_id: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
|
|
5881
5948
|
"""Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
|
5882
5949
|
|
|
5883
5950
|
Args:
|
|
@@ -6152,7 +6219,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6152
6219
|
deployment_id, deployment_token)
|
|
6153
6220
|
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}, server_override=prediction_url)
|
|
6154
6221
|
|
|
6155
|
-
def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, blob: io.TextIOBase, arguments: list = None, keyword_arguments: dict = None) -> Dict:
|
|
6222
|
+
def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, blob: io.TextIOBase, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None) -> Dict:
|
|
6156
6223
|
"""Executes a deployed AI agent function with binary data as inputs.
|
|
6157
6224
|
|
|
6158
6225
|
Args:
|
|
@@ -6160,10 +6227,12 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6160
6227
|
deployment_id (str): A unique string identifier for the deployment created under the project.
|
|
6161
6228
|
blob (io.TextIOBase): The multipart/form-data of the binary data.
|
|
6162
6229
|
arguments (list): Positional arguments to the agent execute function.
|
|
6163
|
-
keyword_arguments (dict): A dictionary where each 'key' represents the parameter name and its corresponding 'value' represents the value of that parameter for the agent execute function.
|
|
6230
|
+
keyword_arguments (dict): A dictionary where each 'key' represents the parameter name and its corresponding 'value' represents the value of that parameter for the agent execute function.
|
|
6231
|
+
deployment_conversation_id (str): A unique string identifier for the deployment conversation used for the conversation.
|
|
6232
|
+
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."""
|
|
6164
6233
|
prediction_url = self._get_prediction_endpoint(
|
|
6165
6234
|
deployment_id, deployment_token)
|
|
6166
|
-
return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id, 'arguments': arguments, 'keywordArguments': keyword_arguments}, files={'blob': blob}, server_override=prediction_url)
|
|
6235
|
+
return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id, 'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id}, files={'blob': blob}, server_override=prediction_url)
|
|
6167
6236
|
|
|
6168
6237
|
def create_batch_prediction(self, deployment_id: str, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None) -> BatchPrediction:
|
|
6169
6238
|
"""Creates a batch prediction job description for the given deployment.
|
|
@@ -6473,16 +6542,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6473
6542
|
FeatureGroupRowProcess: An object representing the feature group row process"""
|
|
6474
6543
|
return self._call_api('describeFeatureGroupRowProcessByKey', 'POST', query_params={'deploymentId': deployment_id}, body={'primaryKeyValue': primary_key_value}, parse_type=FeatureGroupRowProcess)
|
|
6475
6544
|
|
|
6476
|
-
def list_feature_group_row_processes(self, deployment_id: str, limit: int = None) -> List[FeatureGroupRowProcess]:
|
|
6545
|
+
def list_feature_group_row_processes(self, deployment_id: str, limit: int = None, status: str = None) -> List[FeatureGroupRowProcess]:
|
|
6477
6546
|
"""Gets a list of feature group row processes.
|
|
6478
6547
|
|
|
6479
6548
|
Args:
|
|
6480
6549
|
deployment_id (str): The deployment id for the process
|
|
6481
6550
|
limit (int): The maximum number of processes to return. Defaults to None.
|
|
6551
|
+
status (str): The status of the processes to return. Defaults to None.
|
|
6482
6552
|
|
|
6483
6553
|
Returns:
|
|
6484
6554
|
list[FeatureGroupRowProcess]: A list of object representing the feature group row process"""
|
|
6485
|
-
return self._call_api('listFeatureGroupRowProcesses', 'POST', query_params={'deploymentId': deployment_id}, body={'limit': limit}, parse_type=FeatureGroupRowProcess)
|
|
6555
|
+
return self._call_api('listFeatureGroupRowProcesses', 'POST', query_params={'deploymentId': deployment_id}, body={'limit': limit, 'status': status}, parse_type=FeatureGroupRowProcess)
|
|
6486
6556
|
|
|
6487
6557
|
def get_feature_group_row_process_summary(self, deployment_id: str) -> FeatureGroupRowProcessSummary:
|
|
6488
6558
|
"""Gets a summary of the statuses of the individual feature group processes.
|
|
@@ -6706,6 +6776,16 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6706
6776
|
PipelineStep: Object describing the pipeline."""
|
|
6707
6777
|
return self._call_api('renamePipelineStep', 'PATCH', query_params={}, body={'pipelineStepId': pipeline_step_id, 'stepName': step_name}, parse_type=PipelineStep)
|
|
6708
6778
|
|
|
6779
|
+
def unset_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
|
|
6780
|
+
"""Deletes the refresh schedule for a given pipeline.
|
|
6781
|
+
|
|
6782
|
+
Args:
|
|
6783
|
+
pipeline_id (str): The id of the pipeline.
|
|
6784
|
+
|
|
6785
|
+
Returns:
|
|
6786
|
+
Pipeline: Object describing the pipeline."""
|
|
6787
|
+
return self._call_api('unsetPipelineRefreshSchedule', 'PATCH', query_params={}, body={'pipelineId': pipeline_id}, parse_type=Pipeline)
|
|
6788
|
+
|
|
6709
6789
|
def create_graph_dashboard(self, project_id: str, name: str, python_function_ids: list = None) -> GraphDashboard:
|
|
6710
6790
|
"""Create a plot dashboard given selected python plots
|
|
6711
6791
|
|
|
@@ -7014,7 +7094,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7014
7094
|
|
|
7015
7095
|
Returns:
|
|
7016
7096
|
DeploymentConversation: The deployment conversation."""
|
|
7017
|
-
return self.
|
|
7097
|
+
return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name}, parse_type=DeploymentConversation, is_sync=True)
|
|
7018
7098
|
|
|
7019
7099
|
def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None, deployment_token: str = None):
|
|
7020
7100
|
"""Delete a Deployment Conversation.
|
|
@@ -7023,7 +7103,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7023
7103
|
deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
|
|
7024
7104
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
7025
7105
|
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
|
|
7026
|
-
return self.
|
|
7106
|
+
return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, is_sync=True)
|
|
7027
7107
|
|
|
7028
7108
|
def set_deployment_conversation_feedback(self, deployment_conversation_id: str, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, deployment_id: str = None, deployment_token: str = None):
|
|
7029
7109
|
"""Sets a deployment conversation message as useful or not useful
|
|
@@ -7036,7 +7116,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7036
7116
|
feedback (str): Optional feedback on why the message is useful or not useful
|
|
7037
7117
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
7038
7118
|
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
|
|
7039
|
-
return self.
|
|
7119
|
+
return self._proxy_request('setDeploymentConversationFeedback', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'messageIndex': message_index, 'isUseful': is_useful, 'isNotUseful': is_not_useful, 'feedback': feedback}, is_sync=True)
|
|
7040
7120
|
|
|
7041
7121
|
def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None, deployment_token: str = None):
|
|
7042
7122
|
"""Rename a Deployment Conversation.
|
|
@@ -7046,7 +7126,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7046
7126
|
name (str): The new name of the conversation.
|
|
7047
7127
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
7048
7128
|
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
|
|
7049
|
-
return self.
|
|
7129
|
+
return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
|
|
7050
7130
|
|
|
7051
7131
|
def create_app_user_group(self, name: str) -> AppUserGroup:
|
|
7052
7132
|
"""Creates a new App User Group. This User Group is used to have permissions to access the external chatbots.
|
|
@@ -7092,6 +7172,22 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7092
7172
|
user_emails (list): The emails of the users to remove from the App User Group."""
|
|
7093
7173
|
return self._call_api('removeUsersFromAppUserGroup', 'POST', query_params={}, body={'userGroupId': user_group_id, 'userEmails': user_emails})
|
|
7094
7174
|
|
|
7175
|
+
def add_app_user_group_to_external_application(self, user_group_id: str, external_application_id: str):
|
|
7176
|
+
"""Adds a permission for an App User Group to access an External Application.
|
|
7177
|
+
|
|
7178
|
+
Args:
|
|
7179
|
+
user_group_id (str): The ID of the App User Group.
|
|
7180
|
+
external_application_id (str): The ID of the External Application."""
|
|
7181
|
+
return self._call_api('addAppUserGroupToExternalApplication', 'POST', query_params={}, body={'userGroupId': user_group_id, 'externalApplicationId': external_application_id})
|
|
7182
|
+
|
|
7183
|
+
def remove_app_user_group_from_external_application(self, user_group_id: str, external_application_id: str):
|
|
7184
|
+
"""Removes a permission for an App User Group to access an External Application.
|
|
7185
|
+
|
|
7186
|
+
Args:
|
|
7187
|
+
user_group_id (str): The ID of the App User Group.
|
|
7188
|
+
external_application_id (str): The ID of the External Application."""
|
|
7189
|
+
return self._call_api('removeAppUserGroupFromExternalApplication', 'POST', query_params={}, body={'userGroupId': user_group_id, 'externalApplicationId': external_application_id})
|
|
7190
|
+
|
|
7095
7191
|
def create_external_application(self, deployment_id: str, name: str = None, logo: str = None, theme: dict = None) -> ExternalApplication:
|
|
7096
7192
|
"""Creates a new External Application from an existing ChatLLM Deployment.
|
|
7097
7193
|
|
|
@@ -7165,7 +7261,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7165
7261
|
Agent: The updated agent"""
|
|
7166
7262
|
return self._call_api('updateAgent', 'POST', query_params={}, body={'modelId': model_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input}, parse_type=Agent)
|
|
7167
7263
|
|
|
7168
|
-
def evaluate_prompt(self, prompt: str, system_message: str = None, llm_name: str = None, max_tokens: int = None, temperature: float =
|
|
7264
|
+
def evaluate_prompt(self, prompt: str, system_message: str = None, llm_name: str = None, max_tokens: int = None, temperature: float = 0.0, messages: list = None) -> LlmResponse:
|
|
7169
7265
|
"""Generate response to the prompt using the specified model.
|
|
7170
7266
|
|
|
7171
7267
|
Args:
|
|
@@ -7173,13 +7269,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7173
7269
|
system_message (str): System message for models that support it.
|
|
7174
7270
|
llm_name (str): Name of the underlying LLM to be used for generation. Should be one of 'OPENAI_GPT4', 'OPENAI_GPT3_5', 'CLAUDE_V2', 'ABACUS', 'ABACUS_LONG', 'PALM', or 'LLAMA2_CHAT'. Default is auto selection.
|
|
7175
7271
|
max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
|
|
7176
|
-
temperature (float): Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is
|
|
7272
|
+
temperature (float): Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.
|
|
7177
7273
|
messages (list): A list of messages to use as conversation history. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text.
|
|
7178
7274
|
|
|
7179
7275
|
Returns:
|
|
7180
7276
|
LlmResponse: The response from the model, raw text and parsed components."""
|
|
7181
7277
|
try:
|
|
7182
|
-
return self._proxy_request('EvaluatePrompt', body={'prompt': prompt, '
|
|
7278
|
+
return self._proxy_request('EvaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens, 'temperature': temperature, 'messages': messages}, parse_type=LlmResponse)
|
|
7183
7279
|
except Exception:
|
|
7184
7280
|
return self._call_api('evaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens, 'temperature': temperature, 'messages': messages, 'useProxyServiceFlow': False}, parse_type=LlmResponse, timeout=300)
|
|
7185
7281
|
|
|
@@ -7208,6 +7304,20 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7208
7304
|
LlmParameters: The parameters for LLM using the given inputs."""
|
|
7209
7305
|
return self._call_api('getLLMParameters', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmParameters, timeout=300)
|
|
7210
7306
|
|
|
7307
|
+
def generate_code_for_data_query_using_llm(self, query: str, feature_group_ids: list, prompt_context: str = None, llm_name: str = None, temperature: float = None) -> str:
|
|
7308
|
+
"""Execute a data query using a large language model in an async fashion.
|
|
7309
|
+
|
|
7310
|
+
Args:
|
|
7311
|
+
query (str): The natural language query to execute. The query is converted to a SQL query using the language model.
|
|
7312
|
+
feature_group_ids (list): A list of feature group IDs that the query should be executed against.
|
|
7313
|
+
prompt_context (str): The context message used to construct the prompt for the language model. If not provide, a default context message is used.
|
|
7314
|
+
llm_name (str): The name of the language model to use. If not provided, the default language model is used.
|
|
7315
|
+
temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used."""
|
|
7316
|
+
try:
|
|
7317
|
+
return self._proxy_request('GenerateCodeForDataQueryUsingLlm', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature})
|
|
7318
|
+
except Exception:
|
|
7319
|
+
return self._call_api('generateCodeForDataQueryUsingLLM', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature, 'useProxyServiceFlow': False})
|
|
7320
|
+
|
|
7211
7321
|
def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None) -> DocumentRetriever:
|
|
7212
7322
|
"""Returns a document retriever that stores embeddings for document chunks in a feature group.
|
|
7213
7323
|
|
|
@@ -7315,6 +7425,6 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7315
7425
|
Returns:
|
|
7316
7426
|
list[DocumentRetrieverLookupResult]: The snippets found from the documents."""
|
|
7317
7427
|
try:
|
|
7318
|
-
return self._proxy_request('GetRelevantSnippets', body={'
|
|
7428
|
+
return self._proxy_request('GetRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': json.dumps(document_retriever_config), 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes}, files=blobs, parse_type=DocumentRetrieverLookupResult)
|
|
7319
7429
|
except Exception:
|
|
7320
|
-
return self._call_api('getRelevantSnippets', 'POST', query_params={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': document_retriever_config, 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes}, parse_type=DocumentRetrieverLookupResult, files=blobs)
|
|
7430
|
+
return self._call_api('getRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'blobs': blobs, 'query': query, 'documentRetrieverConfig': document_retriever_config, 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes, 'useProxyServiceFlow': False}, parse_type=DocumentRetrieverLookupResult, files=blobs)
|