abacusai 0.65.0__tar.gz → 0.65.1__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.65.0/abacusai.egg-info → abacusai-0.65.1}/PKG-INFO +1 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/__init__.py +1 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/client.py +16 -15
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export.py +9 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_client.py +4 -3
- abacusai-0.65.1/abacusai/public.pem +5 -0
- {abacusai-0.65.0 → abacusai-0.65.1/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/SOURCES.txt +6 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +3 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +75 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -11
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +103 -56
- abacusai-0.65.1/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +56 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +3 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +11 -9
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/index.rst.txt +109 -57
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +3 -0
- abacusai-0.65.1/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +224 -0
- abacusai-0.65.1/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +108 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +5 -3
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +3 -1
- abacusai-0.65.1/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +46 -0
- abacusai-0.65.1/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +48 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/algorithm/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation_config/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation_entry/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotations_status/index.html +5 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/enums/index.html +76 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_client_utils/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_endpoint/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_key/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/application_connector/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/batch_prediction/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_message/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_session/index.html +3 -17
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/client/index.html +126 -77
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/code_source/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/concatenation_config/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/cryptography/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_loss_function/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_metric/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_metric_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_prep_logs/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_quality_results/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/database_connector/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset_column/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/deployment/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_annotation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_store/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_store_import/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/drift_distribution/index.html +4 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/drift_distributions/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_chart_description/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_collinearity/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_feature_association/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature/index.html +5 -2
- abacusai-0.65.1/docs/autoapi/abacusai/feature_distribution/index.html +315 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +5 -2
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group/index.html +5 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +14 -15
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_template/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_importance/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_record/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector_verification/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/function_logs/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/graph_dashboard/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/index.html +133 -80
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/indexing_config/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/item_statistics/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_code_block/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_input/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_response/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_search_result/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_blueprint_export/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_blueprint_stage/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_location/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_metrics/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_version/index.html +9 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_upload/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/modification_lock_info/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/module/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/monitor_alert/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nested_feature/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/null_violation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/organization_group/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline/index.html +178 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_reference/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step/index.html +69 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_version/index.html +7 -3
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_group/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_client/index.html +7 -3
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_dataset/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_input/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_metric/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/problem_type/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project_dataset/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project_validation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_function/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_function_validator/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_plot_function/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/range_violation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_policy/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_schedule/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/return_class/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/schema/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_client/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_connector/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/training_config_options/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/type_violation/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/upload/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/upload_part/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/use_case/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/use_case_requirements/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/user/index.html +3 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/user_exception/index.html +5 -2
- abacusai-0.65.1/docs/autoapi/abacusai/vector_store/index.html +310 -0
- abacusai-0.65.1/docs/autoapi/abacusai/vector_store_version/index.html +311 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/webhook/index.html +5 -2
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/genindex.html +145 -21
- abacusai-0.65.1/docs/objects.inv +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/py-modindex.html +15 -0
- abacusai-0.65.1/docs/searchindex.js +1 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/setup.py +1 -1
- abacusai-0.65.0/abacusai/public.pem +0 -5
- abacusai-0.65.0/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -95
- abacusai-0.65.0/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -60
- abacusai-0.65.0/docs/objects.inv +0 -0
- abacusai-0.65.0/docs/searchindex.js +0 -1
- {abacusai-0.65.0 → abacusai-0.65.1}/.gitignore +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/LICENSE +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/README.md +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/algorithm.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation_config.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation_entry.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotations_status.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/__init__.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/abstract.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/dataset.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/enums.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/model.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/refresh.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_client_utils.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_endpoint.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_key.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/application_connector.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/batch_prediction.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/chat_message.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/chat_session.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/code_source.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/concatenation_config.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/cryptography.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_loss_function.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_metric.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_metric_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_prep_logs.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_quality_results.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/database_connector.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset_column.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/deployment.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_annotation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_store.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_store_import.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/drift_distribution.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/drift_distributions.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_chart_description.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_collinearity.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_feature_association.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_distribution.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_metrics.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_template.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_importance.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_record.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector_verification.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/function_logs.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/graph_dashboard.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/indexing_config.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/item_statistics.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_code_block.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_input.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_response.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_search_result.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_location.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_metrics.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_upload.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/modification_lock_info.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/module.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/monitor_alert.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/nested_feature.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/notebook_completion.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/null_violation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/organization_group.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_reference.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_group.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_dataset.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_input.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_metric.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_metric_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/problem_type.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project_dataset.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project_validation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_function.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_function_validator.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_plot_function.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/range_violation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_policy.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_schedule.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/requirements.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/return_class.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/schema.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_client.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_connector.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/training_config_options.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/type_violation.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/upload.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/upload_part.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/use_case.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/use_case_requirements.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/user.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/user_exception.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/vector_store.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/vector_store_version.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/webhook.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/.buildinfo +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/.nojekyll +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/index.rst.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/basic.css +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/badge_only.css +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/theme.css +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/doctools.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/documentation_options.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/file.png +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/graphviz.css +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/badge_only.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/theme.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/language_data.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/minus.png +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/plus.png +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/pygments.css +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/searchtools.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/underscore.js +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/index.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/docs/search.html +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/examples/fullscript.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/featurestore.md +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/requirements.txt +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/setup.cfg +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/build_docs +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/conf.py +0 -0
- {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/index.rst +0 -0
|
@@ -201,7 +201,7 @@ class BaseApiClient:
|
|
|
201
201
|
client_options (ClientOptions): Optional API client configurations
|
|
202
202
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
203
203
|
"""
|
|
204
|
-
client_version = '0.65.
|
|
204
|
+
client_version = '0.65.1'
|
|
205
205
|
|
|
206
206
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
207
207
|
self.api_key = api_key
|
|
@@ -284,7 +284,7 @@ class BaseApiClient:
|
|
|
284
284
|
|
|
285
285
|
def _call_api(
|
|
286
286
|
self, action, method, query_params=None,
|
|
287
|
-
body=None, files=None, parse_type=None, streamable_response=False, server_override=None):
|
|
287
|
+
body=None, files=None, parse_type=None, streamable_response=False, server_override=None, timeout=None):
|
|
288
288
|
headers = {'apiKey': self.api_key, 'clientVersion': self.client_version,
|
|
289
289
|
'User-Agent': f'python-abacusai-{self.client_version}', 'notebookId': self.notebook_id}
|
|
290
290
|
url = (server_override or self.server) + '/api/v0/' + action
|
|
@@ -295,8 +295,8 @@ class BaseApiClient:
|
|
|
295
295
|
'deploymentId') if query_params else None, query_params.get('deploymentToken') if query_params else None)
|
|
296
296
|
if discovered_url:
|
|
297
297
|
url = discovered_url + '/api/' + action
|
|
298
|
-
response = self._request(url, method, query_params=query_params,
|
|
299
|
-
|
|
298
|
+
response = self._request(url, method, query_params=query_params, headers=headers,
|
|
299
|
+
body=body, files=files, stream=streamable_response, timeout=timeout)
|
|
300
300
|
|
|
301
301
|
result = None
|
|
302
302
|
success = False
|
|
@@ -340,17 +340,17 @@ class BaseApiClient:
|
|
|
340
340
|
return return_class(self, **{key: val for key, val in values.items() if key in type_inputs})
|
|
341
341
|
|
|
342
342
|
def _request(self, url, method, query_params=None, headers=None,
|
|
343
|
-
body=None, files=None, stream=False):
|
|
343
|
+
body=None, files=None, stream=False, timeout=None):
|
|
344
344
|
if method == 'GET':
|
|
345
345
|
cleaned_params = {key: ','.join([str(item) for item in val]) if isinstance(
|
|
346
346
|
val, list) else val for key, val in query_params.items()} if query_params else query_params
|
|
347
347
|
return _requests_retry_session().get(url, params=cleaned_params, headers=headers, stream=stream)
|
|
348
348
|
elif method == 'POST':
|
|
349
|
-
return _requests_retry_session().post(url, params=query_params, json=body, headers=headers, files=files, timeout=
|
|
349
|
+
return _requests_retry_session().post(url, params=query_params, json=body, headers=headers, files=files, timeout=timeout or 200)
|
|
350
350
|
elif method == 'PUT':
|
|
351
|
-
return _requests_retry_session().put(url, params=query_params, data=body, headers=headers, files=files, timeout=
|
|
351
|
+
return _requests_retry_session().put(url, params=query_params, data=body, headers=headers, files=files, timeout=timeout or 200)
|
|
352
352
|
elif method == 'PATCH':
|
|
353
|
-
return _requests_retry_session().patch(url, params=query_params, json=body, headers=headers, files=files, timeout=
|
|
353
|
+
return _requests_retry_session().patch(url, params=query_params, json=body, headers=headers, files=files, timeout=timeout or 200)
|
|
354
354
|
elif method == 'DELETE':
|
|
355
355
|
return _requests_retry_session().delete(url, params=query_params, data=body, headers=headers)
|
|
356
356
|
else:
|
|
@@ -1863,7 +1863,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1863
1863
|
|
|
1864
1864
|
Returns:
|
|
1865
1865
|
LlmResponse: The response from the model, raw text and parsed components."""
|
|
1866
|
-
return self._call_api('queryFeatureGroupCodeGenerator', 'GET', query_params={'query': query, 'language': language, 'projectId': project_id, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmResponse)
|
|
1866
|
+
return self._call_api('queryFeatureGroupCodeGenerator', 'GET', query_params={'query': query, 'language': language, 'projectId': project_id, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmResponse, timeout=300)
|
|
1867
1867
|
|
|
1868
1868
|
|
|
1869
1869
|
def get_source_code_info(train_function: callable, predict_function: callable = None, predict_many_function: callable = None, initialize_function: callable = None, common_functions: list = None):
|
|
@@ -2152,7 +2152,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
2152
2152
|
included_modules (list): A list of user-created modules that will be included, which is equivalent to 'from module import *'
|
|
2153
2153
|
"""
|
|
2154
2154
|
if function:
|
|
2155
|
-
function_source =
|
|
2155
|
+
function_source = get_clean_function_source_code(function)
|
|
2156
2156
|
function_source = include_modules(
|
|
2157
2157
|
function_source, included_modules)
|
|
2158
2158
|
python_function_name = python_function_name or function.__name__
|
|
@@ -4929,16 +4929,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
4929
4929
|
deployment_id, deployment_token)
|
|
4930
4930
|
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'searchResults': search_results, 'chatConfig': chat_config}, server_override=prediction_url)
|
|
4931
4931
|
|
|
4932
|
-
def get_search_results(self, deployment_token: str, deployment_id: str, query_data: dict) -> Dict:
|
|
4932
|
+
def get_search_results(self, deployment_token: str, deployment_id: str, query_data: dict, num: int = 15) -> Dict:
|
|
4933
4933
|
"""Return the most relevant search results to the search query from the uploaded documents.
|
|
4934
4934
|
|
|
4935
4935
|
Args:
|
|
4936
4936
|
deployment_token (str): A token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it can be securely embedded in an application or website.
|
|
4937
4937
|
deployment_id (str): A unique identifier of a deployment created under the project.
|
|
4938
|
-
query_data (dict): A dictionary where the key is "Content" and the value is the text from which entities are to be extracted.
|
|
4938
|
+
query_data (dict): A dictionary where the key is "Content" and the value is the text from which entities are to be extracted.
|
|
4939
|
+
num (int): Number of search results to return."""
|
|
4939
4940
|
prediction_url = self._get_prediction_endpoint(
|
|
4940
4941
|
deployment_id, deployment_token)
|
|
4941
|
-
return self._call_api('getSearchResults', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data}, server_override=prediction_url)
|
|
4942
|
+
return self._call_api('getSearchResults', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'num': num}, server_override=prediction_url)
|
|
4942
4943
|
|
|
4943
4944
|
def get_sentiment(self, deployment_token: str, deployment_id: str, document: str) -> Dict:
|
|
4944
4945
|
"""Predicts sentiment on a document
|
|
@@ -5848,7 +5849,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5848
5849
|
long_explanation (str): verbose explanation of the artifact with given ID
|
|
5849
5850
|
feature_group_id (str): A unique string identifier associated with the Feature Group.
|
|
5850
5851
|
feature_group_version (str): A unique string identifier associated with the Feature Group Version."""
|
|
5851
|
-
return self._call_api('setNaturalLanguageExplanation', 'POST', query_params={}, body={'shortExplanation': short_explanation, 'longExplanation': long_explanation, 'featureGroupId': feature_group_id, 'featureGroupVersion': feature_group_version})
|
|
5852
|
+
return self._call_api('setNaturalLanguageExplanation', 'POST', query_params={}, body={'shortExplanation': short_explanation, 'longExplanation': long_explanation, 'featureGroupId': feature_group_id, 'featureGroupVersion': feature_group_version}, timeout=300)
|
|
5852
5853
|
|
|
5853
5854
|
def create_chat_session(self, project_id: str = None) -> ChatSession:
|
|
5854
5855
|
"""Creates a chat session with Abacus Chat.
|
|
@@ -5902,7 +5903,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5902
5903
|
|
|
5903
5904
|
Returns:
|
|
5904
5905
|
LlmResponse: The response from the model, raw text and parsed components."""
|
|
5905
|
-
return self._call_api('evaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmResponse)
|
|
5906
|
+
return self._call_api('evaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmResponse, timeout=300)
|
|
5906
5907
|
|
|
5907
5908
|
def render_feature_groups_for_llm(self, feature_group_ids: list, token_budget: int = None, include_definition: bool = True) -> LlmInput:
|
|
5908
5909
|
"""Encode feature groups as language model inputs.
|
|
@@ -110,6 +110,15 @@ class FeatureGroupExport(AbstractApiClass):
|
|
|
110
110
|
"""
|
|
111
111
|
return self.client._poll(self, {'PENDING', 'EXPORTING'}, timeout=timeout)
|
|
112
112
|
|
|
113
|
+
def wait_for_export(self, timeout=3600):
|
|
114
|
+
"""
|
|
115
|
+
A waiting call until feature group export is created.
|
|
116
|
+
|
|
117
|
+
Args:
|
|
118
|
+
timeout (int, optional): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
|
|
119
|
+
"""
|
|
120
|
+
return self.wait_for_results(timeout=timeout)
|
|
121
|
+
|
|
113
122
|
def get_status(self):
|
|
114
123
|
"""
|
|
115
124
|
Gets the status of the feature group export.
|
|
@@ -322,16 +322,17 @@ class PredictionClient(BaseApiClient):
|
|
|
322
322
|
deployment_id, deployment_token)
|
|
323
323
|
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'searchResults': search_results, 'chatConfig': chat_config}, server_override=prediction_url)
|
|
324
324
|
|
|
325
|
-
def get_search_results(self, deployment_token: str, deployment_id: str, query_data: dict) -> Dict:
|
|
325
|
+
def get_search_results(self, deployment_token: str, deployment_id: str, query_data: dict, num: int = 15) -> Dict:
|
|
326
326
|
"""Return the most relevant search results to the search query from the uploaded documents.
|
|
327
327
|
|
|
328
328
|
Args:
|
|
329
329
|
deployment_token (str): A token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it can be securely embedded in an application or website.
|
|
330
330
|
deployment_id (str): A unique identifier of a deployment created under the project.
|
|
331
|
-
query_data (dict): A dictionary where the key is "Content" and the value is the text from which entities are to be extracted.
|
|
331
|
+
query_data (dict): A dictionary where the key is "Content" and the value is the text from which entities are to be extracted.
|
|
332
|
+
num (int): Number of search results to return."""
|
|
332
333
|
prediction_url = self._get_prediction_endpoint(
|
|
333
334
|
deployment_id, deployment_token)
|
|
334
|
-
return self._call_api('getSearchResults', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data}, server_override=prediction_url)
|
|
335
|
+
return self._call_api('getSearchResults', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'num': num}, server_override=prediction_url)
|
|
335
336
|
|
|
336
337
|
def get_sentiment(self, deployment_token: str, deployment_id: str, document: str) -> Dict:
|
|
337
338
|
"""Predicts sentiment on a document
|
|
@@ -232,6 +232,7 @@ docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.tx
|
|
|
232
232
|
docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt
|
|
233
233
|
docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt
|
|
234
234
|
docs/_sources/autoapi/abacusai/feature/index.rst.txt
|
|
235
|
+
docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt
|
|
235
236
|
docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt
|
|
236
237
|
docs/_sources/autoapi/abacusai/feature_group/index.rst.txt
|
|
237
238
|
docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt
|
|
@@ -326,6 +327,8 @@ docs/_sources/autoapi/abacusai/use_case/index.rst.txt
|
|
|
326
327
|
docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt
|
|
327
328
|
docs/_sources/autoapi/abacusai/user/index.rst.txt
|
|
328
329
|
docs/_sources/autoapi/abacusai/user_exception/index.rst.txt
|
|
330
|
+
docs/_sources/autoapi/abacusai/vector_store/index.rst.txt
|
|
331
|
+
docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt
|
|
329
332
|
docs/_sources/autoapi/abacusai/webhook/index.rst.txt
|
|
330
333
|
docs/_static/_sphinx_javascript_frameworks_compat.js
|
|
331
334
|
docs/_static/basic.css
|
|
@@ -427,6 +430,7 @@ docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html
|
|
|
427
430
|
docs/autoapi/abacusai/execute_feature_group_operation/index.html
|
|
428
431
|
docs/autoapi/abacusai/execute_fg_operation/index.html
|
|
429
432
|
docs/autoapi/abacusai/feature/index.html
|
|
433
|
+
docs/autoapi/abacusai/feature_distribution/index.html
|
|
430
434
|
docs/autoapi/abacusai/feature_drift_summary/index.html
|
|
431
435
|
docs/autoapi/abacusai/feature_group/index.html
|
|
432
436
|
docs/autoapi/abacusai/feature_group_export/index.html
|
|
@@ -521,6 +525,8 @@ docs/autoapi/abacusai/use_case/index.html
|
|
|
521
525
|
docs/autoapi/abacusai/use_case_requirements/index.html
|
|
522
526
|
docs/autoapi/abacusai/user/index.html
|
|
523
527
|
docs/autoapi/abacusai/user_exception/index.html
|
|
528
|
+
docs/autoapi/abacusai/vector_store/index.html
|
|
529
|
+
docs/autoapi/abacusai/vector_store_version/index.html
|
|
524
530
|
docs/autoapi/abacusai/webhook/index.html
|
|
525
531
|
examples/fullscript.py
|
|
526
532
|
sphinx/build_docs
|
{abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt
RENAMED
|
@@ -17,7 +17,7 @@ Classes
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
.. py:class:: AnnotationsStatus(client, total=None, done=None, inProgress=None, todo=None)
|
|
20
|
+
.. py:class:: AnnotationsStatus(client, total=None, done=None, inProgress=None, todo=None, latestUpdatedAt=None)
|
|
21
21
|
|
|
22
22
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
23
23
|
|
|
@@ -33,6 +33,8 @@ Classes
|
|
|
33
33
|
:type inProgress: int
|
|
34
34
|
:param todo: The number of documents that need to be annotated
|
|
35
35
|
:type todo: int
|
|
36
|
+
:param latestUpdatedAt: The latest time an annotation was updated (ISO-8601 format)
|
|
37
|
+
:type latestUpdatedAt: str
|
|
36
38
|
|
|
37
39
|
.. py:method:: __repr__()
|
|
38
40
|
|
{abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt
RENAMED
|
@@ -26,6 +26,7 @@ Classes
|
|
|
26
26
|
abacusai.api_class.enums.ForecastingFillMethod
|
|
27
27
|
abacusai.api_class.enums.ForecastingQuanitlesExtensionMethod
|
|
28
28
|
abacusai.api_class.enums.ConnectorType
|
|
29
|
+
abacusai.api_class.enums.PythonFunctionArgumentType
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
|
|
@@ -696,3 +697,77 @@ Classes
|
|
|
696
697
|
|
|
697
698
|
|
|
698
699
|
|
|
700
|
+
.. py:class:: PythonFunctionArgumentType
|
|
701
|
+
|
|
702
|
+
Bases: :py:obj:`ApiEnum`
|
|
703
|
+
|
|
704
|
+
Generic enumeration.
|
|
705
|
+
|
|
706
|
+
Derive from this class to define new enumerations.
|
|
707
|
+
|
|
708
|
+
.. py:attribute:: FEATURE_GROUP
|
|
709
|
+
:value: 'FEATURE_GROUP'
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
.. py:attribute:: INTEGER
|
|
714
|
+
:value: 'INTEGER'
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
.. py:attribute:: STRING
|
|
719
|
+
:value: 'STRING'
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
.. py:attribute:: BOOLEAN
|
|
724
|
+
:value: 'BOOLEAN'
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
.. py:attribute:: FLOAT
|
|
729
|
+
:value: 'FLOAT'
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
.. py:attribute:: JSON
|
|
734
|
+
:value: 'JSON'
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
.. py:attribute:: LIST
|
|
739
|
+
:value: 'LIST'
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
.. py:attribute:: DATASET_ID
|
|
744
|
+
:value: 'DATASET_ID'
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
.. py:attribute:: MODEL_ID
|
|
749
|
+
:value: 'MODEL_ID'
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
.. py:attribute:: FEATURE_GROUP_ID
|
|
754
|
+
:value: 'FEATURE_GROUP_ID'
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
.. py:attribute:: MONITOR_ID
|
|
759
|
+
:value: 'MONITOR_ID'
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
.. py:attribute:: BATCH_PREDICTION_ID
|
|
764
|
+
:value: 'BATCH_PREDICTION_ID'
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
.. py:attribute:: DEPLOYMENT_ID
|
|
769
|
+
:value: 'DEPLOYMENT_ID'
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
{abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt
RENAMED
|
@@ -60,15 +60,4 @@ Classes
|
|
|
60
60
|
:rtype: ChatSession
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
.. py:method:: send_chat_message(message)
|
|
64
|
-
|
|
65
|
-
Updates chat history with the response from a user message
|
|
66
|
-
|
|
67
|
-
:param message: Message you want to send to Abacus Chat
|
|
68
|
-
:type message: str
|
|
69
|
-
|
|
70
|
-
:returns: The chat session with Abacus Chat
|
|
71
|
-
:rtype: ChatSession
|
|
72
|
-
|
|
73
|
-
|
|
74
63
|
|
|
@@ -104,7 +104,7 @@ Attributes
|
|
|
104
104
|
:type skip_version_check: bool
|
|
105
105
|
|
|
106
106
|
.. py:attribute:: client_version
|
|
107
|
-
:value: '0.
|
|
107
|
+
:value: '0.65.0'
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
|
|
@@ -429,6 +429,14 @@ Attributes
|
|
|
429
429
|
:rtype: ExecuteFeatureGroupOperation
|
|
430
430
|
|
|
431
431
|
|
|
432
|
+
.. py:method:: get_execute_feature_group_operation_result_part_count(feature_group_operation_run_id)
|
|
433
|
+
|
|
434
|
+
Gets the number of parts in the result of the execution of fg operation
|
|
435
|
+
|
|
436
|
+
:param feature_group_operation_run_id: The unique ID associated with the execution.
|
|
437
|
+
:type feature_group_operation_run_id: str
|
|
438
|
+
|
|
439
|
+
|
|
432
440
|
.. py:method:: download_execute_feature_group_operation_result_part_chunk(feature_group_operation_run_id, part, offset = 0, chunk_size = 10485760)
|
|
433
441
|
|
|
434
442
|
Downloads a chunk of the result of the execution of fg operation
|
|
@@ -1285,6 +1293,9 @@ Attributes
|
|
|
1285
1293
|
:param nested_feature_name: Optionally, the name of the nested feature that the feature is in.
|
|
1286
1294
|
:type nested_feature_name: str
|
|
1287
1295
|
|
|
1296
|
+
:returns: An object describing the training and prediction output feature distributions.
|
|
1297
|
+
:rtype: FeatureDistribution
|
|
1298
|
+
|
|
1288
1299
|
|
|
1289
1300
|
.. py:method:: get_outliers_for_feature(model_monitor_version, feature_name = None, nested_feature_name = None)
|
|
1290
1301
|
|
|
@@ -1549,12 +1560,23 @@ Attributes
|
|
|
1549
1560
|
:rtype: PipelineVersion
|
|
1550
1561
|
|
|
1551
1562
|
|
|
1552
|
-
.. py:method:: describe_pipeline_step(
|
|
1563
|
+
.. py:method:: describe_pipeline_step(pipeline_step_id)
|
|
1553
1564
|
|
|
1554
1565
|
Deletes a step from a pipeline.
|
|
1555
1566
|
|
|
1556
|
-
:param
|
|
1557
|
-
:type
|
|
1567
|
+
:param pipeline_step_id: The ID of the pipeline step.
|
|
1568
|
+
:type pipeline_step_id: str
|
|
1569
|
+
|
|
1570
|
+
:returns: An object describing the pipeline step.
|
|
1571
|
+
:rtype: PipelineStep
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
.. py:method:: describe_pipeline_step_by_name(pipeline_id, step_name)
|
|
1575
|
+
|
|
1576
|
+
Describes a pipeline step by the step name.
|
|
1577
|
+
|
|
1578
|
+
:param pipeline_id: The ID of the pipeline.
|
|
1579
|
+
:type pipeline_id: str
|
|
1558
1580
|
:param step_name: The name of the step.
|
|
1559
1581
|
:type step_name: str
|
|
1560
1582
|
|
|
@@ -1973,12 +1995,12 @@ Attributes
|
|
|
1973
1995
|
:type use_gpu: bool
|
|
1974
1996
|
|
|
1975
1997
|
|
|
1976
|
-
.. py:method:: create_pipeline_step_from_function(
|
|
1998
|
+
.. py:method:: create_pipeline_step_from_function(pipeline_id, step_name, function, step_input_mappings, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
|
|
1977
1999
|
|
|
1978
2000
|
Creates a step in a given pipeline from a python function.
|
|
1979
2001
|
|
|
1980
|
-
:param
|
|
1981
|
-
:type
|
|
2002
|
+
:param pipeline_id: The ID of the pipeline to add the step to.
|
|
2003
|
+
:type pipeline_id: str
|
|
1982
2004
|
:param step_name: The name of the step.
|
|
1983
2005
|
:type step_name: str
|
|
1984
2006
|
:param function: The python function.
|
|
@@ -1993,12 +2015,12 @@ Attributes
|
|
|
1993
2015
|
:type package_requirements: list
|
|
1994
2016
|
|
|
1995
2017
|
|
|
1996
|
-
.. py:method::
|
|
2018
|
+
.. py:method:: update_pipeline_step_by_name_from_function(pipeline_id, step_name, function, step_input_mappings, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
|
|
1997
2019
|
|
|
1998
2020
|
Updates a step in a given pipeline from a python function.
|
|
1999
2021
|
|
|
2000
|
-
:param
|
|
2001
|
-
:type
|
|
2022
|
+
:param pipeline_id: The ID of the pipeline the step belongs to.
|
|
2023
|
+
:type pipeline_id: str
|
|
2002
2024
|
:param step_name: The name of the step.
|
|
2003
2025
|
:type step_name: str
|
|
2004
2026
|
:param function: The python function.
|
|
@@ -2469,7 +2491,7 @@ Attributes
|
|
|
2469
2491
|
|
|
2470
2492
|
:param name: The project's name.
|
|
2471
2493
|
:type name: str
|
|
2472
|
-
:param use_case: The use case that the project solves. Refer to our [guide on use cases](https://api.abacus.ai/app/help/useCases) for further details of each use case. The following enums are currently available for you to choose from: LANGUAGE_DETECTION, NLP_SENTIMENT, NLP_QA, NLP_SEARCH, NLP_CHAT, NLP_SENTENCE_BOUNDARY_DETECTION, NLP_CLASSIFICATION, NLP_SUMMARIZATION, NLP_DOCUMENT_VISUALIZATION, AI_AGENT, EMBEDDINGS_ONLY, MODEL_WITH_EMBEDDINGS, TORCH_MODEL, TORCH_MODEL_WITH_EMBEDDINGS, PYTHON_MODEL, NOTEBOOK_PYTHON_MODEL, DOCKER_MODEL, DOCKER_MODEL_WITH_EMBEDDINGS, CUSTOMER_CHURN, ENERGY, FINANCIAL_METRICS, CUMULATIVE_FORECASTING, FRAUD_ACCOUNT, FRAUD_THREAT, FRAUD_TRANSACTIONS, OPERATIONS_CLOUD, CLOUD_SPEND, TIMESERIES_ANOMALY_DETECTION, OPERATIONS_MAINTENANCE, OPERATIONS_INCIDENT, PERS_PROMOTIONS, PREDICTING, FEATURE_STORE, RETAIL, SALES_FORECASTING, SALES_SCORING, FEED_RECOMMEND, USER_RANKINGS, NAMED_ENTITY_RECOGNITION,
|
|
2494
|
+
:param use_case: The use case that the project solves. Refer to our [guide on use cases](https://api.abacus.ai/app/help/useCases) for further details of each use case. The following enums are currently available for you to choose from: LANGUAGE_DETECTION, NLP_SENTIMENT, NLP_QA, NLP_SEARCH, NLP_CHAT, NLP_SENTENCE_BOUNDARY_DETECTION, NLP_CLASSIFICATION, NLP_SUMMARIZATION, NLP_DOCUMENT_VISUALIZATION, AI_AGENT, EMBEDDINGS_ONLY, MODEL_WITH_EMBEDDINGS, TORCH_MODEL, TORCH_MODEL_WITH_EMBEDDINGS, PYTHON_MODEL, NOTEBOOK_PYTHON_MODEL, DOCKER_MODEL, DOCKER_MODEL_WITH_EMBEDDINGS, CUSTOMER_CHURN, ENERGY, FINANCIAL_METRICS, CUMULATIVE_FORECASTING, FRAUD_ACCOUNT, FRAUD_THREAT, FRAUD_TRANSACTIONS, OPERATIONS_CLOUD, CLOUD_SPEND, TIMESERIES_ANOMALY_DETECTION, OPERATIONS_MAINTENANCE, OPERATIONS_INCIDENT, PERS_PROMOTIONS, PREDICTING, FEATURE_STORE, RETAIL, SALES_FORECASTING, SALES_SCORING, FEED_RECOMMEND, USER_RANKINGS, NAMED_ENTITY_RECOGNITION, USER_RECOMMENDATIONS, USER_RELATED, VISION, VISION_REGRESSION, VISION_OBJECT_DETECTION, FEATURE_DRIFT, SCHEDULING, GENERIC_FORECASTING, PRETRAINED_IMAGE_TEXT_DESCRIPTION, PRETRAINED_SPEECH_RECOGNITION, PRETRAINED_STYLE_TRANSFER, PRETRAINED_TEXT_TO_IMAGE_GENERATION, THEME_ANALYSIS, CLUSTERING, CLUSTERING_TIMESERIES, PRETRAINED_INSTRUCT_PIX2PIX, PRETRAINED_TEXT_CLASSIFICATION.
|
|
2473
2495
|
:type use_case: str
|
|
2474
2496
|
|
|
2475
2497
|
:returns: This object represents the newly created project. For details, refer to.
|
|
@@ -2695,7 +2717,7 @@ Attributes
|
|
|
2695
2717
|
:rtype: AnnotationEntry
|
|
2696
2718
|
|
|
2697
2719
|
|
|
2698
|
-
.. py:method:: update_annotation_status(feature_group_id, feature_name, status, doc_id = None, feature_group_row_identifier = None)
|
|
2720
|
+
.. py:method:: update_annotation_status(feature_group_id, feature_name, status, doc_id = None, feature_group_row_identifier = None, save_metadata = False)
|
|
2699
2721
|
|
|
2700
2722
|
Update the status of an annotation entry.
|
|
2701
2723
|
|
|
@@ -2709,6 +2731,8 @@ Attributes
|
|
|
2709
2731
|
:type doc_id: str
|
|
2710
2732
|
:param feature_group_row_identifier: The key value of the feature group row the annotation is on (cast to string). Usually the feature group's primary / identifier key value. At least one of the doc_id or feature_group_row_identifier must be provided in order to identify the correct annotation.
|
|
2711
2733
|
:type feature_group_row_identifier: str
|
|
2734
|
+
:param save_metadata: If True, save the metadata for the annotation entry.
|
|
2735
|
+
:type save_metadata: bool
|
|
2712
2736
|
|
|
2713
2737
|
:returns: None
|
|
2714
2738
|
:rtype: AnnotationEntry
|
|
@@ -3368,14 +3392,6 @@ Attributes
|
|
|
3368
3392
|
:rtype: ExecuteFeatureGroupOperation
|
|
3369
3393
|
|
|
3370
3394
|
|
|
3371
|
-
.. py:method:: get_execute_feature_group_operation_result_part_count(feature_group_operation_run_id)
|
|
3372
|
-
|
|
3373
|
-
Gets the number of parts in the result of the execution of fg operation
|
|
3374
|
-
|
|
3375
|
-
:param feature_group_operation_run_id: The unique ID associated with the execution.
|
|
3376
|
-
:type feature_group_operation_run_id: str
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
3395
|
.. py:method:: update_feature_group(feature_group_id, description = None)
|
|
3380
3396
|
|
|
3381
3397
|
Modify an existing Feature Group.
|
|
@@ -5405,7 +5421,7 @@ Attributes
|
|
|
5405
5421
|
:type exclude_items: list
|
|
5406
5422
|
|
|
5407
5423
|
|
|
5408
|
-
.. py:method:: get_chat_response(deployment_token, deployment_id, messages, search_results = None)
|
|
5424
|
+
.. py:method:: get_chat_response(deployment_token, deployment_id, messages, search_results = None, chat_config = None)
|
|
5409
5425
|
|
|
5410
5426
|
Return a chat response which continues the conversation based on the input messages and search results.
|
|
5411
5427
|
|
|
@@ -5417,6 +5433,8 @@ Attributes
|
|
|
5417
5433
|
:type messages: list
|
|
5418
5434
|
:param search_results: A list of chronologically ordered retrieved search results using the deployment. A retrieved search result is a dict with attributes: msg_id (int): The corresponding message's index. result (list): List of NlpSearchPrediction objects.
|
|
5419
5435
|
:type search_results: list
|
|
5436
|
+
:param chat_config: A dictionary specifiying the query chat config override
|
|
5437
|
+
:type chat_config: dict
|
|
5420
5438
|
|
|
5421
5439
|
|
|
5422
5440
|
.. py:method:: get_search_results(deployment_token, deployment_id, query_data)
|
|
@@ -6102,7 +6120,18 @@ Attributes
|
|
|
6102
6120
|
:rtype: Pipeline
|
|
6103
6121
|
|
|
6104
6122
|
|
|
6105
|
-
.. py:method:: describe_pipeline(
|
|
6123
|
+
.. py:method:: describe_pipeline(pipeline_id)
|
|
6124
|
+
|
|
6125
|
+
Describes a given pipeline.
|
|
6126
|
+
|
|
6127
|
+
:param pipeline_id: The ID of the pipeline to describe.
|
|
6128
|
+
:type pipeline_id: str
|
|
6129
|
+
|
|
6130
|
+
:returns: An object describing a Pipeline
|
|
6131
|
+
:rtype: Pipeline
|
|
6132
|
+
|
|
6133
|
+
|
|
6134
|
+
.. py:method:: describe_pipeline_by_name(pipeline_name)
|
|
6106
6135
|
|
|
6107
6136
|
Describes a given pipeline.
|
|
6108
6137
|
|
|
@@ -6113,12 +6142,12 @@ Attributes
|
|
|
6113
6142
|
:rtype: Pipeline
|
|
6114
6143
|
|
|
6115
6144
|
|
|
6116
|
-
.. py:method:: update_pipeline(
|
|
6145
|
+
.. py:method:: update_pipeline(pipeline_id, project_id = None, pipeline_variable_mappings = None, cron = None)
|
|
6117
6146
|
|
|
6118
6147
|
Updates a pipeline for executing multiple steps.
|
|
6119
6148
|
|
|
6120
|
-
:param
|
|
6121
|
-
:type
|
|
6149
|
+
:param pipeline_id: The ID of the pipeline to update.
|
|
6150
|
+
:type pipeline_id: str
|
|
6122
6151
|
:param project_id: A unique string identifier for the pipeline.
|
|
6123
6152
|
:type project_id: str
|
|
6124
6153
|
:param pipeline_variable_mappings: List of Python function arguments for the pipeline.
|
|
@@ -6130,31 +6159,31 @@ Attributes
|
|
|
6130
6159
|
:rtype: Pipeline
|
|
6131
6160
|
|
|
6132
6161
|
|
|
6133
|
-
.. py:method:: delete_pipeline(
|
|
6162
|
+
.. py:method:: delete_pipeline(pipeline_id)
|
|
6134
6163
|
|
|
6135
6164
|
Deletes a pipeline.
|
|
6136
6165
|
|
|
6137
|
-
:param
|
|
6138
|
-
:type
|
|
6166
|
+
:param pipeline_id: The ID of the pipeline to delete.
|
|
6167
|
+
:type pipeline_id: str
|
|
6139
6168
|
|
|
6140
6169
|
|
|
6141
|
-
.. py:method:: list_pipeline_versions(
|
|
6170
|
+
.. py:method:: list_pipeline_versions(pipeline_id)
|
|
6142
6171
|
|
|
6143
6172
|
Lists the pipeline versions for a specified pipeline
|
|
6144
6173
|
|
|
6145
|
-
:param
|
|
6146
|
-
:type
|
|
6174
|
+
:param pipeline_id: The ID of the pipeline to list versions for.
|
|
6175
|
+
:type pipeline_id: str
|
|
6147
6176
|
|
|
6148
6177
|
:returns: A list of pipeline versions.
|
|
6149
6178
|
:rtype: PipelineVersion
|
|
6150
6179
|
|
|
6151
6180
|
|
|
6152
|
-
.. py:method:: run_pipeline(
|
|
6181
|
+
.. py:method:: run_pipeline(pipeline_id, pipeline_variable_mappings = None)
|
|
6153
6182
|
|
|
6154
6183
|
Runs a specified pipeline with the arguments provided.
|
|
6155
6184
|
|
|
6156
|
-
:param
|
|
6157
|
-
:type
|
|
6185
|
+
:param pipeline_id: The ID of the pipeline to run.
|
|
6186
|
+
:type pipeline_id: str
|
|
6158
6187
|
:param pipeline_variable_mappings: List of Python function arguments for the pipeline.
|
|
6159
6188
|
:type pipeline_variable_mappings: list
|
|
6160
6189
|
|
|
@@ -6162,12 +6191,12 @@ Attributes
|
|
|
6162
6191
|
:rtype: PipelineVersion
|
|
6163
6192
|
|
|
6164
6193
|
|
|
6165
|
-
.. py:method:: create_pipeline_step(
|
|
6194
|
+
.. py:method:: create_pipeline_step(pipeline_id, step_name, function_name = None, source_code = None, step_input_mappings = None, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
|
|
6166
6195
|
|
|
6167
6196
|
Creates a step in a given pipeline.
|
|
6168
6197
|
|
|
6169
|
-
:param
|
|
6170
|
-
:type
|
|
6198
|
+
:param pipeline_id: The ID of the pipeline to run.
|
|
6199
|
+
:type pipeline_id: str
|
|
6171
6200
|
:param step_name: The name of the step.
|
|
6172
6201
|
:type step_name: str
|
|
6173
6202
|
:param function_name: The name of the Python function.
|
|
@@ -6187,22 +6216,53 @@ Attributes
|
|
|
6187
6216
|
:rtype: Pipeline
|
|
6188
6217
|
|
|
6189
6218
|
|
|
6190
|
-
.. py:method:: delete_pipeline_step(
|
|
6219
|
+
.. py:method:: delete_pipeline_step(pipeline_step_id)
|
|
6191
6220
|
|
|
6192
6221
|
Deletes a step from a pipeline.
|
|
6193
6222
|
|
|
6194
|
-
:param
|
|
6195
|
-
:type
|
|
6223
|
+
:param pipeline_step_id: The ID of the pipeline step.
|
|
6224
|
+
:type pipeline_step_id: str
|
|
6225
|
+
|
|
6226
|
+
|
|
6227
|
+
.. py:method:: delete_pipeline_step_by_name(pipeline_id, step_name)
|
|
6228
|
+
|
|
6229
|
+
Deletes a step from a pipeline.
|
|
6230
|
+
|
|
6231
|
+
:param pipeline_id: The ID of the pipeline.
|
|
6232
|
+
:type pipeline_id: str
|
|
6196
6233
|
:param step_name: The name of the step.
|
|
6197
6234
|
:type step_name: str
|
|
6198
6235
|
|
|
6199
6236
|
|
|
6200
|
-
.. py:method:: update_pipeline_step(
|
|
6237
|
+
.. py:method:: update_pipeline_step(pipeline_step_id, function_name = None, source_code = None, step_input_mappings = None, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
|
|
6201
6238
|
|
|
6202
6239
|
Creates a step in a given pipeline.
|
|
6203
6240
|
|
|
6204
|
-
:param
|
|
6205
|
-
:type
|
|
6241
|
+
:param pipeline_step_id: The ID of the pipeline_step to update.
|
|
6242
|
+
:type pipeline_step_id: str
|
|
6243
|
+
:param function_name: The name of the Python function.
|
|
6244
|
+
:type function_name: str
|
|
6245
|
+
:param source_code: Contents of a valid Python source code file. The source code should contain the transform feature group functions. A list of allowed imports and system libraries for each language is specified in the user functions documentation section.
|
|
6246
|
+
:type source_code: str
|
|
6247
|
+
:param step_input_mappings: List of Python function arguments.
|
|
6248
|
+
:type step_input_mappings: list
|
|
6249
|
+
:param output_variable_mappings: List of Python function ouputs.
|
|
6250
|
+
:type output_variable_mappings: list
|
|
6251
|
+
:param step_dependencies: List of step names this step depends on.
|
|
6252
|
+
:type step_dependencies: list
|
|
6253
|
+
:param package_requirements: List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0'].
|
|
6254
|
+
:type package_requirements: list
|
|
6255
|
+
|
|
6256
|
+
:returns: Object describing the pipeline.
|
|
6257
|
+
:rtype: PipelineStep
|
|
6258
|
+
|
|
6259
|
+
|
|
6260
|
+
.. py:method:: update_pipeline_step_by_name(pipeline_id, step_name, function_name = None, source_code = None, step_input_mappings = None, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
|
|
6261
|
+
|
|
6262
|
+
Creates a step in a given pipeline.
|
|
6263
|
+
|
|
6264
|
+
:param pipeline_id: The ID of the pipeline to update the step for.
|
|
6265
|
+
:type pipeline_id: str
|
|
6206
6266
|
:param step_name: The name of the step.
|
|
6207
6267
|
:type step_name: str
|
|
6208
6268
|
:param function_name: The name of the Python function.
|
|
@@ -6537,19 +6597,6 @@ Attributes
|
|
|
6537
6597
|
:rtype: ChatSession
|
|
6538
6598
|
|
|
6539
6599
|
|
|
6540
|
-
.. py:method:: send_chat_message(chat_session_id, message)
|
|
6541
|
-
|
|
6542
|
-
Updates chat history with the response from a user message
|
|
6543
|
-
|
|
6544
|
-
:param chat_session_id: Unique ID of the chat session.
|
|
6545
|
-
:type chat_session_id: str
|
|
6546
|
-
:param message: Message you want to send to Abacus Chat
|
|
6547
|
-
:type message: str
|
|
6548
|
-
|
|
6549
|
-
:returns: The chat session with Abacus Chat
|
|
6550
|
-
:rtype: ChatSession
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
6600
|
.. py:method:: create_agent(project_id, function_source_code, agent_function_name, name = None, memory = None, package_requirements = None, description = None)
|
|
6554
6601
|
|
|
6555
6602
|
Creates a new AI agent.
|