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.

Files changed (540) hide show
  1. {abacusai-0.65.0/abacusai.egg-info → abacusai-0.65.1}/PKG-INFO +1 -1
  2. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/__init__.py +1 -1
  3. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/client.py +16 -15
  4. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export.py +9 -0
  5. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_client.py +4 -3
  6. abacusai-0.65.1/abacusai/public.pem +5 -0
  7. {abacusai-0.65.0 → abacusai-0.65.1/abacusai.egg-info}/PKG-INFO +1 -1
  8. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/SOURCES.txt +6 -0
  9. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +3 -1
  10. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +75 -0
  11. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -11
  12. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +103 -56
  13. abacusai-0.65.1/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +56 -0
  14. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +3 -1
  15. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +11 -9
  16. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/index.rst.txt +109 -57
  17. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +3 -0
  18. abacusai-0.65.1/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +224 -0
  19. abacusai-0.65.1/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +108 -0
  20. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +5 -3
  21. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +3 -1
  22. abacusai-0.65.1/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +46 -0
  23. abacusai-0.65.1/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +48 -0
  24. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/algorithm/index.html +3 -0
  25. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation/index.html +3 -0
  26. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation_config/index.html +3 -0
  27. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotation_entry/index.html +3 -0
  28. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/annotations_status/index.html +5 -1
  29. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/enums/index.html +76 -0
  30. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_client_utils/index.html +3 -0
  31. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_endpoint/index.html +3 -0
  32. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_key/index.html +3 -0
  33. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/application_connector/index.html +3 -0
  34. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/batch_prediction/index.html +3 -0
  35. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +3 -0
  36. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +3 -0
  37. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_message/index.html +3 -0
  38. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_session/index.html +3 -17
  39. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/client/index.html +126 -77
  40. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/code_source/index.html +3 -0
  41. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/concatenation_config/index.html +3 -0
  42. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/cryptography/index.html +3 -0
  43. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_loss_function/index.html +3 -0
  44. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_metric/index.html +3 -0
  45. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_metric_version/index.html +3 -0
  46. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +3 -0
  47. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +3 -0
  48. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_prep_logs/index.html +3 -0
  49. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_quality_results/index.html +3 -0
  50. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/database_connector/index.html +3 -0
  51. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset/index.html +3 -0
  52. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset_column/index.html +3 -0
  53. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/dataset_version/index.html +3 -0
  54. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/deployment/index.html +3 -0
  55. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +3 -0
  56. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document/index.html +3 -0
  57. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_annotation/index.html +3 -0
  58. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_store/index.html +3 -0
  59. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/document_store_import/index.html +3 -0
  60. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/drift_distribution/index.html +4 -1
  61. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/drift_distributions/index.html +3 -0
  62. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda/index.html +3 -0
  63. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_chart_description/index.html +3 -0
  64. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_collinearity/index.html +3 -0
  65. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +3 -0
  66. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_feature_association/index.html +3 -0
  67. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +3 -0
  68. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +3 -0
  69. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_version/index.html +3 -0
  70. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +3 -0
  71. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +3 -0
  72. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature/index.html +5 -2
  73. abacusai-0.65.1/docs/autoapi/abacusai/feature_distribution/index.html +315 -0
  74. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +5 -2
  75. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group/index.html +5 -1
  76. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export/index.html +3 -0
  77. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +3 -0
  78. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +3 -0
  79. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +3 -0
  80. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +3 -0
  81. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +14 -15
  82. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_template/index.html +3 -0
  83. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +3 -0
  84. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_group_version/index.html +3 -0
  85. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_importance/index.html +3 -0
  86. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/feature_record/index.html +3 -0
  87. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector/index.html +3 -0
  88. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +3 -0
  89. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/file_connector_verification/index.html +3 -0
  90. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +3 -0
  91. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/function_logs/index.html +3 -0
  92. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +3 -0
  93. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/graph_dashboard/index.html +3 -0
  94. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/index.html +133 -80
  95. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/indexing_config/index.html +3 -0
  96. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/item_statistics/index.html +3 -0
  97. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_code_block/index.html +3 -0
  98. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_input/index.html +3 -0
  99. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_response/index.html +3 -0
  100. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/llm_search_result/index.html +3 -0
  101. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model/index.html +3 -0
  102. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +3 -0
  103. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_blueprint_export/index.html +3 -0
  104. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_blueprint_stage/index.html +3 -0
  105. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_location/index.html +3 -0
  106. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_metrics/index.html +3 -0
  107. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor/index.html +3 -0
  108. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +3 -0
  109. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +3 -0
  110. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +3 -0
  111. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_version/index.html +9 -0
  112. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +3 -0
  113. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +3 -0
  114. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_upload/index.html +3 -0
  115. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/model_version/index.html +3 -0
  116. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/modification_lock_info/index.html +3 -0
  117. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/module/index.html +3 -0
  118. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/monitor_alert/index.html +3 -0
  119. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +3 -0
  120. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +3 -0
  121. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nested_feature/index.html +3 -0
  122. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/null_violation/index.html +3 -0
  123. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/organization_group/index.html +3 -0
  124. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline/index.html +178 -0
  125. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_reference/index.html +3 -0
  126. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step/index.html +69 -0
  127. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +3 -0
  128. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +3 -0
  129. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pipeline_version/index.html +7 -3
  130. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +3 -0
  131. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_group/index.html +3 -0
  132. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +3 -0
  133. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_client/index.html +7 -3
  134. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_dataset/index.html +3 -0
  135. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +3 -0
  136. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_input/index.html +3 -0
  137. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_metric/index.html +3 -0
  138. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +3 -0
  139. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/problem_type/index.html +3 -0
  140. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project/index.html +3 -0
  141. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project_dataset/index.html +3 -0
  142. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/project_validation/index.html +3 -0
  143. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_function/index.html +3 -0
  144. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_function_validator/index.html +3 -0
  145. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/python_plot_function/index.html +3 -0
  146. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/range_violation/index.html +3 -0
  147. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +3 -0
  148. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_policy/index.html +3 -0
  149. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/refresh_schedule/index.html +3 -0
  150. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +3 -0
  151. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/return_class/index.html +3 -0
  152. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/schema/index.html +3 -0
  153. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +3 -0
  154. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_client/index.html +3 -0
  155. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/streaming_connector/index.html +3 -0
  156. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/training_config_options/index.html +3 -0
  157. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/type_violation/index.html +3 -0
  158. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/upload/index.html +3 -0
  159. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/upload_part/index.html +3 -0
  160. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/use_case/index.html +3 -0
  161. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/use_case_requirements/index.html +3 -0
  162. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/user/index.html +3 -0
  163. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/user_exception/index.html +5 -2
  164. abacusai-0.65.1/docs/autoapi/abacusai/vector_store/index.html +310 -0
  165. abacusai-0.65.1/docs/autoapi/abacusai/vector_store_version/index.html +311 -0
  166. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/webhook/index.html +5 -2
  167. {abacusai-0.65.0 → abacusai-0.65.1}/docs/genindex.html +145 -21
  168. abacusai-0.65.1/docs/objects.inv +0 -0
  169. {abacusai-0.65.0 → abacusai-0.65.1}/docs/py-modindex.html +15 -0
  170. abacusai-0.65.1/docs/searchindex.js +1 -0
  171. {abacusai-0.65.0 → abacusai-0.65.1}/setup.py +1 -1
  172. abacusai-0.65.0/abacusai/public.pem +0 -5
  173. abacusai-0.65.0/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -95
  174. abacusai-0.65.0/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -60
  175. abacusai-0.65.0/docs/objects.inv +0 -0
  176. abacusai-0.65.0/docs/searchindex.js +0 -1
  177. {abacusai-0.65.0 → abacusai-0.65.1}/.gitignore +0 -0
  178. {abacusai-0.65.0 → abacusai-0.65.1}/LICENSE +0 -0
  179. {abacusai-0.65.0 → abacusai-0.65.1}/README.md +0 -0
  180. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/algorithm.py +0 -0
  181. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation.py +0 -0
  182. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation_config.py +0 -0
  183. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotation_entry.py +0 -0
  184. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/annotations_status.py +0 -0
  185. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/__init__.py +0 -0
  186. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/abstract.py +0 -0
  187. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/dataset.py +0 -0
  188. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/enums.py +0 -0
  189. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/feature_group.py +0 -0
  190. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/model.py +0 -0
  191. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_class/refresh.py +0 -0
  192. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_client_utils.py +0 -0
  193. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_endpoint.py +0 -0
  194. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/api_key.py +0 -0
  195. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/application_connector.py +0 -0
  196. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/batch_prediction.py +0 -0
  197. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/batch_prediction_version.py +0 -0
  198. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/categorical_range_violation.py +0 -0
  199. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/chat_message.py +0 -0
  200. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/chat_session.py +0 -0
  201. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/code_source.py +0 -0
  202. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/concatenation_config.py +0 -0
  203. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/cryptography.py +0 -0
  204. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_loss_function.py +0 -0
  205. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_metric.py +0 -0
  206. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_metric_version.py +0 -0
  207. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/custom_train_function_info.py +0 -0
  208. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_consistency_duplication.py +0 -0
  209. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_prep_logs.py +0 -0
  210. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/data_quality_results.py +0 -0
  211. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/database_connector.py +0 -0
  212. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset.py +0 -0
  213. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset_column.py +0 -0
  214. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/dataset_version.py +0 -0
  215. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/deployment.py +0 -0
  216. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/deployment_auth_token.py +0 -0
  217. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document.py +0 -0
  218. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_annotation.py +0 -0
  219. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_store.py +0 -0
  220. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/document_store_import.py +0 -0
  221. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/drift_distribution.py +0 -0
  222. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/drift_distributions.py +0 -0
  223. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda.py +0 -0
  224. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_chart_description.py +0 -0
  225. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_collinearity.py +0 -0
  226. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_data_consistency.py +0 -0
  227. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_feature_association.py +0 -0
  228. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_feature_collinearity.py +0 -0
  229. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_forecasting_analysis.py +0 -0
  230. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/eda_version.py +0 -0
  231. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
  232. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/execute_feature_group_operation.py +0 -0
  233. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature.py +0 -0
  234. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_distribution.py +0 -0
  235. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_drift_summary.py +0 -0
  236. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group.py +0 -0
  237. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export_config.py +0 -0
  238. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_export_download_url.py +0 -0
  239. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_lineage.py +0 -0
  240. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_metrics.py +0 -0
  241. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_refresh_export_config.py +0 -0
  242. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_template.py +0 -0
  243. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_template_variable_options.py +0 -0
  244. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_group_version.py +0 -0
  245. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_importance.py +0 -0
  246. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/feature_record.py +0 -0
  247. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector.py +0 -0
  248. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector_instructions.py +0 -0
  249. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/file_connector_verification.py +0 -0
  250. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
  251. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/function_logs.py +0 -0
  252. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/generated_pit_feature_config_option.py +0 -0
  253. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/graph_dashboard.py +0 -0
  254. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/indexing_config.py +0 -0
  255. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/item_statistics.py +0 -0
  256. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_code_block.py +0 -0
  257. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_input.py +0 -0
  258. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_response.py +0 -0
  259. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/llm_search_result.py +0 -0
  260. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model.py +0 -0
  261. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_artifacts_export.py +0 -0
  262. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_blueprint_export.py +0 -0
  263. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_blueprint_stage.py +0 -0
  264. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_location.py +0 -0
  265. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_metrics.py +0 -0
  266. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor.py +0 -0
  267. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_org_summary.py +0 -0
  268. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_summary.py +0 -0
  269. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_summary_from_org.py +0 -0
  270. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_version.py +0 -0
  271. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_monitor_version_metric_data.py +0 -0
  272. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_training_type_for_deployment.py +0 -0
  273. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_upload.py +0 -0
  274. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/model_version.py +0 -0
  275. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/modification_lock_info.py +0 -0
  276. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/module.py +0 -0
  277. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/monitor_alert.py +0 -0
  278. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/monitor_alert_version.py +0 -0
  279. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/natural_language_explanation.py +0 -0
  280. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/nested_feature.py +0 -0
  281. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/notebook_completion.py +0 -0
  282. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/null_violation.py +0 -0
  283. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/organization_group.py +0 -0
  284. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline.py +0 -0
  285. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_reference.py +0 -0
  286. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step.py +0 -0
  287. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step_version.py +0 -0
  288. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_step_version_reference.py +0 -0
  289. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/pipeline_version.py +0 -0
  290. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_feature.py +0 -0
  291. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_group.py +0 -0
  292. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/point_in_time_group_feature.py +0 -0
  293. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_dataset.py +0 -0
  294. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_feature_group.py +0 -0
  295. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_input.py +0 -0
  296. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_metric.py +0 -0
  297. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/prediction_metric_version.py +0 -0
  298. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/problem_type.py +0 -0
  299. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project.py +0 -0
  300. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project_dataset.py +0 -0
  301. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/project_validation.py +0 -0
  302. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_function.py +0 -0
  303. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_function_validator.py +0 -0
  304. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/python_plot_function.py +0 -0
  305. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/range_violation.py +0 -0
  306. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_pipeline_run.py +0 -0
  307. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_policy.py +0 -0
  308. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/refresh_schedule.py +0 -0
  309. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/requirements.txt +0 -0
  310. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/resolved_feature_group_template.py +0 -0
  311. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/return_class.py +0 -0
  312. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/schema.py +0 -0
  313. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_auth_token.py +0 -0
  314. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_client.py +0 -0
  315. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/streaming_connector.py +0 -0
  316. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/training_config_options.py +0 -0
  317. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/type_violation.py +0 -0
  318. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/upload.py +0 -0
  319. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/upload_part.py +0 -0
  320. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/use_case.py +0 -0
  321. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/use_case_requirements.py +0 -0
  322. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/user.py +0 -0
  323. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/user_exception.py +0 -0
  324. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/vector_store.py +0 -0
  325. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/vector_store_version.py +0 -0
  326. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai/webhook.py +0 -0
  327. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/dependency_links.txt +0 -0
  328. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/requires.txt +0 -0
  329. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/top_level.txt +0 -0
  330. {abacusai-0.65.0 → abacusai-0.65.1}/abacusai.egg-info/zip-safe +0 -0
  331. {abacusai-0.65.0 → abacusai-0.65.1}/docs/.buildinfo +0 -0
  332. {abacusai-0.65.0 → abacusai-0.65.1}/docs/.nojekyll +0 -0
  333. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  334. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  335. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  336. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  337. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  338. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  339. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  340. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
  341. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  342. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  343. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  344. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  345. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  346. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  347. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  348. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  349. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  350. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  351. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  352. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  353. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  354. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  355. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  356. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  357. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  358. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  359. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  360. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  361. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  362. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  363. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  364. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  365. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  366. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  367. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  368. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  369. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  370. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  371. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  372. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  373. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  374. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  375. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  376. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  377. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  378. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  379. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  380. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  381. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  382. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  383. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  384. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  385. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  386. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  387. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  388. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  389. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  390. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  391. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  392. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  393. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  394. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  395. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  396. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  397. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  398. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  399. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  400. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  401. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  402. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  403. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  404. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  405. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  406. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  407. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  408. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  409. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  410. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  411. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  412. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
  413. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  414. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  415. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  416. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  417. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  418. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  419. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  420. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  421. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  422. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  423. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  424. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  425. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  426. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  427. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  428. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  429. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  430. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  431. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  432. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  433. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  434. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  435. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  436. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  437. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  438. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  439. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  440. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  441. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  442. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  443. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  444. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  445. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  446. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  447. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  448. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  449. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  450. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  451. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  452. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  453. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  454. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  455. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  456. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  457. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  458. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  459. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  460. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  461. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  462. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  463. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  464. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  465. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  466. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  467. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  468. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  469. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  470. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  471. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  472. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  473. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  474. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  475. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  476. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_sources/index.rst.txt +0 -0
  477. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  478. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/basic.css +0 -0
  479. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/badge_only.css +0 -0
  480. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  481. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  482. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  483. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  484. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  485. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  486. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  487. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  488. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  489. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  490. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  491. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
  492. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  493. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  494. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  495. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
  496. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  497. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/css/theme.css +0 -0
  498. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/doctools.js +0 -0
  499. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/documentation_options.js +0 -0
  500. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/file.png +0 -0
  501. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/graphviz.css +0 -0
  502. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery-3.5.1.js +0 -0
  503. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery-3.6.0.js +0 -0
  504. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/jquery.js +0 -0
  505. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/badge_only.js +0 -0
  506. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  507. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/html5shiv.min.js +0 -0
  508. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/js/theme.js +0 -0
  509. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/language_data.js +0 -0
  510. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/minus.png +0 -0
  511. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/plus.png +0 -0
  512. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/pygments.css +0 -0
  513. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/searchtools.js +0 -0
  514. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/sphinx_highlight.js +0 -0
  515. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/underscore-1.13.1.js +0 -0
  516. {abacusai-0.65.0 → abacusai-0.65.1}/docs/_static/underscore.js +0 -0
  517. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  518. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  519. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  520. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/index.html +0 -0
  521. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  522. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  523. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  524. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  525. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  526. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  527. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  528. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  529. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  530. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  531. {abacusai-0.65.0 → abacusai-0.65.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  532. {abacusai-0.65.0 → abacusai-0.65.1}/docs/index.html +0 -0
  533. {abacusai-0.65.0 → abacusai-0.65.1}/docs/search.html +0 -0
  534. {abacusai-0.65.0 → abacusai-0.65.1}/examples/fullscript.py +0 -0
  535. {abacusai-0.65.0 → abacusai-0.65.1}/featurestore.md +0 -0
  536. {abacusai-0.65.0 → abacusai-0.65.1}/requirements.txt +0 -0
  537. {abacusai-0.65.0 → abacusai-0.65.1}/setup.cfg +0 -0
  538. {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/build_docs +0 -0
  539. {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/conf.py +0 -0
  540. {abacusai-0.65.0 → abacusai-0.65.1}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.65.0
3
+ Version: 0.65.1
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -4,4 +4,4 @@ from .prediction_client import PredictionClient
4
4
  from .streaming_client import StreamingClient
5
5
 
6
6
 
7
- __version__ = "0.65.0"
7
+ __version__ = "0.65.1"
@@ -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.0'
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
- headers=headers, body=body, files=files, stream=streamable_response)
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=90)
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=90)
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=90)
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 = inspect.getsource(function)
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
@@ -0,0 +1,5 @@
1
+ -----BEGIN RSA PUBLIC KEY-----
2
+ MIGJAoGBAJ1ljtCT1s7OPVDjFmmMuTv9BwGEx5ACdz2fcygW6pl7rUfWoYBrjV5k
3
+ s0f28tObziI0+4YRwiGnt2lezvqVxOWakp5fVUVJAKMGtAkhoqK6gjQfwYiEsFkQ
4
+ JE/sR2mdagI4pia38vCAITWLwQJfwRI9HGBVlXkOen2XvMuRTpNpAgMBAAE=
5
+ -----END RSA PUBLIC KEY-----
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.65.0
3
+ Version: 0.65.1
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -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
@@ -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
 
@@ -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
+
@@ -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.64.1'
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(pipeline_name, step_name)
1563
+ .. py:method:: describe_pipeline_step(pipeline_step_id)
1553
1564
 
1554
1565
  Deletes a step from a pipeline.
1555
1566
 
1556
- :param pipeline_name: The name of the pipeline.
1557
- :type pipeline_name: str
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(pipeline_name, step_name, function, step_input_mappings, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
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 pipeline_name: The name of the pipeline to add the step to.
1981
- :type pipeline_name: str
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:: update_pipeline_step_from_function(pipeline_name, step_name, function, step_input_mappings, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
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 pipeline_name: The name of the pipeline the step belongs to.
2001
- :type pipeline_name: str
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, USER_ITEM_AFFINITY, 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.
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(pipeline_name)
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(pipeline_name, project_id = None, pipeline_variable_mappings = None, cron = None)
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 pipeline_name: The name of the pipeline, which should be unique to the organization.
6121
- :type pipeline_name: str
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(pipeline_name)
6162
+ .. py:method:: delete_pipeline(pipeline_id)
6134
6163
 
6135
6164
  Deletes a pipeline.
6136
6165
 
6137
- :param pipeline_name: The name of the pipeline to describe.
6138
- :type pipeline_name: str
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(pipeline_name)
6170
+ .. py:method:: list_pipeline_versions(pipeline_id)
6142
6171
 
6143
6172
  Lists the pipeline versions for a specified pipeline
6144
6173
 
6145
- :param pipeline_name: The name of the pipeline to describe.
6146
- :type pipeline_name: str
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(pipeline_name, pipeline_variable_mappings = None)
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 pipeline_name: The name of the pipeline to run.
6157
- :type pipeline_name: str
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(pipeline_name, step_name, function_name = None, source_code = None, step_input_mappings = None, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
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 pipeline_name: The name of the pipeline to run.
6170
- :type pipeline_name: str
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(pipeline_name, step_name)
6219
+ .. py:method:: delete_pipeline_step(pipeline_step_id)
6191
6220
 
6192
6221
  Deletes a step from a pipeline.
6193
6222
 
6194
- :param pipeline_name: The name of the pipeline.
6195
- :type pipeline_name: str
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(pipeline_name, step_name, function_name = None, source_code = None, step_input_mappings = None, output_variable_mappings = None, step_dependencies = None, package_requirements = None)
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 pipeline_name: The name of the pipeline to run.
6205
- :type pipeline_name: str
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.