abacusai 0.61.0__tar.gz → 0.62.0__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 (481) hide show
  1. {abacusai-0.61.0/abacusai.egg-info → abacusai-0.62.0}/PKG-INFO +1 -1
  2. abacusai-0.62.0/abacusai/annotation_config.py +31 -0
  3. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/dataset.py +2 -0
  4. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/client.py +132 -6
  5. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group.py +7 -5
  6. abacusai-0.62.0/abacusai/feature_group_metrics.py +29 -0
  7. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_version.py +7 -5
  8. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_upload.py +5 -3
  9. abacusai-0.62.0/abacusai/pipeline.py +36 -0
  10. abacusai-0.62.0/abacusai/pipeline_step.py +45 -0
  11. abacusai-0.62.0/abacusai/pipeline_step_version.py +49 -0
  12. abacusai-0.62.0/abacusai/pipeline_version.py +83 -0
  13. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_client.py +4 -3
  14. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/project.py +12 -0
  15. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/python_function.py +5 -3
  16. abacusai-0.62.0/abacusai/python_function_validator.py +138 -0
  17. {abacusai-0.61.0 → abacusai-0.62.0/abacusai.egg-info}/PKG-INFO +1 -1
  18. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai.egg-info/SOURCES.txt +18 -0
  19. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +35 -0
  20. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +1 -1
  21. abacusai-0.62.0/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +668 -0
  22. abacusai-0.62.0/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +755 -0
  23. abacusai-0.62.0/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +490 -0
  24. abacusai-0.62.0/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +46 -0
  25. abacusai-0.62.0/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +46 -0
  26. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/client/index.rst.txt +136 -24
  27. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +3 -1
  28. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +25 -1
  29. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +3 -1
  30. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +25 -1
  31. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +16 -1
  32. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/index.rst.txt +740 -44
  33. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model/index.rst.txt +4 -4
  34. abacusai-0.62.0/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +48 -0
  35. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +5 -3
  36. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/project/index.rst.txt +32 -9
  37. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +14 -0
  38. abacusai-0.62.0/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +37 -0
  39. abacusai-0.62.0/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +121 -0
  40. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/algorithm/index.html +7 -3
  41. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/annotation/index.html +5 -1
  42. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/annotation_entry/index.html +5 -1
  43. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/annotations_status/index.html +5 -1
  44. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/api_class/abstract/index.html +49 -0
  45. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/api_class/dataset/index.html +1 -1
  46. abacusai-0.62.0/docs/autoapi/abacusai/api_class/enums/index.html +797 -0
  47. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/api_class/feature_group/index.html +10 -10
  48. abacusai-0.62.0/docs/autoapi/abacusai/api_class/index.html +953 -0
  49. abacusai-0.62.0/docs/autoapi/abacusai/api_class/model/index.html +612 -0
  50. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/api_client_utils/index.html +7 -3
  51. abacusai-0.62.0/docs/autoapi/abacusai/api_endpoint/index.html +289 -0
  52. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/api_key/index.html +7 -3
  53. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/application_connector/index.html +5 -1
  54. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/batch_prediction/index.html +5 -1
  55. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/batch_prediction_version/index.html +5 -1
  56. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/categorical_range_violation/index.html +7 -3
  57. abacusai-0.62.0/docs/autoapi/abacusai/chat_bot_response/index.html +289 -0
  58. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/client/index.html +190 -30
  59. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/code_source/index.html +5 -1
  60. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/concatenation_config/index.html +5 -1
  61. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/cryptography/index.html +5 -1
  62. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/custom_loss_function/index.html +5 -1
  63. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/custom_metric/index.html +5 -1
  64. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/custom_metric_version/index.html +5 -1
  65. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/custom_train_function_info/index.html +5 -1
  66. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/data_consistency_duplication/index.html +5 -1
  67. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/data_prep_logs/index.html +5 -1
  68. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/data_quality_results/index.html +5 -1
  69. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/database_connector/index.html +5 -1
  70. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/dataset/index.html +7 -2
  71. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/dataset_column/index.html +5 -1
  72. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/dataset_version/index.html +5 -1
  73. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/deployment/index.html +5 -1
  74. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/deployment_auth_token/index.html +5 -1
  75. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/document/index.html +5 -1
  76. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/document_annotation/index.html +5 -1
  77. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/document_store/index.html +5 -1
  78. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/document_store_import/index.html +5 -1
  79. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/drift_distribution/index.html +5 -1
  80. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/drift_distributions/index.html +5 -1
  81. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda/index.html +5 -1
  82. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_chart_description/index.html +5 -1
  83. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_collinearity/index.html +5 -1
  84. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_data_consistency/index.html +5 -1
  85. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_feature_association/index.html +5 -1
  86. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +5 -1
  87. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +18 -2
  88. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_version/index.html +5 -1
  89. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +7 -2
  90. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature/index.html +5 -1
  91. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_drift_summary/index.html +5 -1
  92. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group/index.html +41 -2
  93. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_export/index.html +5 -1
  94. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_export_config/index.html +5 -1
  95. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +5 -1
  96. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_lineage/index.html +5 -1
  97. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_template/index.html +5 -1
  98. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +5 -1
  99. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_group_version/index.html +27 -2
  100. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_importance/index.html +5 -1
  101. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/feature_record/index.html +5 -1
  102. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/file_connector/index.html +5 -1
  103. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/file_connector_instructions/index.html +5 -1
  104. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/file_connector_verification/index.html +5 -1
  105. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +5 -1
  106. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/function_logs/index.html +5 -1
  107. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +5 -1
  108. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/graph_dashboard/index.html +5 -1
  109. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/index.html +812 -51
  110. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/indexing_config/index.html +5 -1
  111. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/item_statistics/index.html +5 -1
  112. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model/index.html +7 -3
  113. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_artifacts_export/index.html +5 -1
  114. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_location/index.html +5 -1
  115. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_metrics/index.html +5 -1
  116. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor/index.html +5 -1
  117. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +5 -1
  118. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor_summary/index.html +5 -1
  119. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +5 -1
  120. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor_version/index.html +5 -1
  121. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +5 -1
  122. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +5 -1
  123. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_upload/index.html +5 -1
  124. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/model_version/index.html +5 -1
  125. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/modification_lock_info/index.html +5 -1
  126. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/module/index.html +5 -1
  127. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/monitor_alert/index.html +5 -1
  128. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/monitor_alert_version/index.html +7 -3
  129. abacusai-0.62.0/docs/autoapi/abacusai/natural_language_explanation/index.html +290 -0
  130. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/nested_feature/index.html +7 -3
  131. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/null_violation/index.html +5 -1
  132. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/organization_group/index.html +5 -1
  133. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/point_in_time_feature/index.html +5 -1
  134. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/point_in_time_group/index.html +5 -1
  135. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +5 -1
  136. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_client/index.html +9 -4
  137. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_dataset/index.html +5 -1
  138. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_feature_group/index.html +5 -1
  139. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_input/index.html +5 -1
  140. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_metric/index.html +5 -1
  141. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/prediction_metric_version/index.html +7 -3
  142. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/problem_type/index.html +7 -3
  143. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/project/index.html +36 -7
  144. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/project_dataset/index.html +5 -1
  145. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/project_validation/index.html +5 -1
  146. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/python_function/index.html +30 -3
  147. abacusai-0.62.0/docs/autoapi/abacusai/python_function_validator/index.html +280 -0
  148. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/python_plot_function/index.html +7 -3
  149. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/range_violation/index.html +5 -1
  150. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +5 -1
  151. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/refresh_policy/index.html +5 -1
  152. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/refresh_schedule/index.html +5 -1
  153. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +5 -1
  154. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/return_class/index.html +5 -1
  155. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/schema/index.html +5 -1
  156. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/streaming_auth_token/index.html +7 -3
  157. abacusai-0.62.0/docs/autoapi/abacusai/streaming_client/index.html +374 -0
  158. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/streaming_connector/index.html +7 -3
  159. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/training_config_options/index.html +5 -1
  160. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/type_violation/index.html +5 -1
  161. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/upload/index.html +5 -1
  162. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/upload_part/index.html +5 -1
  163. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/use_case/index.html +5 -1
  164. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/use_case_requirements/index.html +5 -1
  165. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/user/index.html +5 -1
  166. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/user_exception/index.html +5 -1
  167. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/webhook/index.html +5 -1
  168. {abacusai-0.61.0 → abacusai-0.62.0}/docs/genindex.html +1020 -47
  169. abacusai-0.62.0/docs/objects.inv +0 -0
  170. {abacusai-0.61.0 → abacusai-0.62.0}/docs/py-modindex.html +30 -5
  171. abacusai-0.62.0/docs/searchindex.js +1 -0
  172. {abacusai-0.61.0 → abacusai-0.62.0}/setup.py +1 -1
  173. abacusai-0.61.0/abacusai/python_function_validator.py +0 -71
  174. abacusai-0.61.0/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -58
  175. abacusai-0.61.0/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -181
  176. abacusai-0.61.0/docs/autoapi/abacusai/api_class/enums/index.html +0 -176
  177. abacusai-0.61.0/docs/autoapi/abacusai/api_class/index.html +0 -335
  178. abacusai-0.61.0/docs/objects.inv +0 -0
  179. abacusai-0.61.0/docs/searchindex.js +0 -1
  180. {abacusai-0.61.0 → abacusai-0.62.0}/.gitignore +0 -0
  181. {abacusai-0.61.0 → abacusai-0.62.0}/LICENSE +0 -0
  182. {abacusai-0.61.0 → abacusai-0.62.0}/README.md +0 -0
  183. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/__init__.py +0 -0
  184. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/algorithm.py +0 -0
  185. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/annotation.py +0 -0
  186. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/annotation_entry.py +0 -0
  187. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/annotations_status.py +0 -0
  188. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/__init__.py +0 -0
  189. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/abstract.py +0 -0
  190. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/enums.py +0 -0
  191. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/feature_group.py +0 -0
  192. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_class/model.py +0 -0
  193. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_client_utils.py +0 -0
  194. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_endpoint.py +0 -0
  195. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/api_key.py +0 -0
  196. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/application_connector.py +0 -0
  197. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/batch_prediction.py +0 -0
  198. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/batch_prediction_version.py +0 -0
  199. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/categorical_range_violation.py +0 -0
  200. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/chat_bot_response.py +0 -0
  201. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/code_source.py +0 -0
  202. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/concatenation_config.py +0 -0
  203. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/cryptography.py +0 -0
  204. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/custom_loss_function.py +0 -0
  205. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/custom_metric.py +0 -0
  206. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/custom_metric_version.py +0 -0
  207. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/custom_train_function_info.py +0 -0
  208. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/data_consistency_duplication.py +0 -0
  209. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/data_prep_logs.py +0 -0
  210. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/data_quality_results.py +0 -0
  211. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/database_connector.py +0 -0
  212. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/dataset.py +0 -0
  213. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/dataset_column.py +0 -0
  214. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/dataset_version.py +0 -0
  215. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/deployment.py +0 -0
  216. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/deployment_auth_token.py +0 -0
  217. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/document.py +0 -0
  218. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/document_annotation.py +0 -0
  219. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/document_store.py +0 -0
  220. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/document_store_import.py +0 -0
  221. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/drift_distribution.py +0 -0
  222. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/drift_distributions.py +0 -0
  223. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda.py +0 -0
  224. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_chart_description.py +0 -0
  225. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_collinearity.py +0 -0
  226. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_data_consistency.py +0 -0
  227. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_feature_association.py +0 -0
  228. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_feature_collinearity.py +0 -0
  229. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_forecasting_analysis.py +0 -0
  230. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/eda_version.py +0 -0
  231. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/embedding_feature_drift_distribution.py +0 -0
  232. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature.py +0 -0
  233. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_drift_summary.py +0 -0
  234. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_export.py +0 -0
  235. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_export_config.py +0 -0
  236. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_export_download_url.py +0 -0
  237. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_lineage.py +0 -0
  238. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_template.py +0 -0
  239. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_group_template_variable_options.py +0 -0
  240. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_importance.py +0 -0
  241. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/feature_record.py +0 -0
  242. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/file_connector.py +0 -0
  243. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/file_connector_instructions.py +0 -0
  244. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/file_connector_verification.py +0 -0
  245. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/forecasting_analysis_graph_data.py +0 -0
  246. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/function_logs.py +0 -0
  247. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/generated_pit_feature_config_option.py +0 -0
  248. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/graph_dashboard.py +0 -0
  249. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/indexing_config.py +0 -0
  250. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/item_statistics.py +0 -0
  251. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model.py +0 -0
  252. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_artifacts_export.py +0 -0
  253. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_location.py +0 -0
  254. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_metrics.py +0 -0
  255. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor.py +0 -0
  256. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor_org_summary.py +0 -0
  257. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor_summary.py +0 -0
  258. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor_summary_from_org.py +0 -0
  259. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor_version.py +0 -0
  260. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_monitor_version_metric_data.py +0 -0
  261. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_training_type_for_deployment.py +0 -0
  262. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/model_version.py +0 -0
  263. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/modification_lock_info.py +0 -0
  264. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/module.py +0 -0
  265. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/monitor_alert.py +0 -0
  266. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/monitor_alert_version.py +0 -0
  267. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/natural_language_explanation.py +0 -0
  268. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/nested_feature.py +0 -0
  269. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/notebook_completion.py +0 -0
  270. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/null_violation.py +0 -0
  271. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/organization_group.py +0 -0
  272. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/point_in_time_feature.py +0 -0
  273. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/point_in_time_group.py +0 -0
  274. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/point_in_time_group_feature.py +0 -0
  275. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_dataset.py +0 -0
  276. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_feature_group.py +0 -0
  277. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_input.py +0 -0
  278. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_metric.py +0 -0
  279. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/prediction_metric_version.py +0 -0
  280. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/problem_type.py +0 -0
  281. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/project_dataset.py +0 -0
  282. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/project_validation.py +0 -0
  283. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/public.pem +0 -0
  284. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/python_plot_function.py +0 -0
  285. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/range_violation.py +0 -0
  286. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/refresh_pipeline_run.py +0 -0
  287. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/refresh_policy.py +0 -0
  288. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/refresh_schedule.py +0 -0
  289. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/requirements.txt +0 -0
  290. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/resolved_feature_group_template.py +0 -0
  291. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/return_class.py +0 -0
  292. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/schema.py +0 -0
  293. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/streaming_auth_token.py +0 -0
  294. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/streaming_client.py +0 -0
  295. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/streaming_connector.py +0 -0
  296. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/training_config_options.py +0 -0
  297. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/type_violation.py +0 -0
  298. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/upload.py +0 -0
  299. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/upload_part.py +0 -0
  300. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/use_case.py +0 -0
  301. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/use_case_requirements.py +0 -0
  302. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/user.py +0 -0
  303. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/user_exception.py +0 -0
  304. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai/webhook.py +0 -0
  305. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai.egg-info/dependency_links.txt +0 -0
  306. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai.egg-info/requires.txt +0 -0
  307. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai.egg-info/top_level.txt +0 -0
  308. {abacusai-0.61.0 → abacusai-0.62.0}/abacusai.egg-info/zip-safe +0 -0
  309. {abacusai-0.61.0 → abacusai-0.62.0}/docs/.buildinfo +0 -0
  310. {abacusai-0.61.0 → abacusai-0.62.0}/docs/.nojekyll +0 -0
  311. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  312. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  313. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  314. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  315. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +8 -8
  316. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  317. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  318. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  319. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  320. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  321. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  322. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  323. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  324. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  325. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  326. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  327. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  328. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  329. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  330. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  331. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  332. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  333. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  334. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  335. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  336. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  337. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  338. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  339. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  340. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  341. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  342. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  343. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  344. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  345. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  346. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  347. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  348. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  349. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  350. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  351. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  352. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  353. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  354. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  355. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  356. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  357. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  358. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  359. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  360. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  361. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  362. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  363. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  364. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  365. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  366. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  367. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  368. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  369. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  370. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  371. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  372. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  373. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  374. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  375. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  376. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  377. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  378. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  379. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  380. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  381. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  382. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  383. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  384. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  385. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  386. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  387. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  388. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  389. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  390. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  391. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  392. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  393. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  394. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  395. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  396. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  397. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  398. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  399. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  400. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  401. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  402. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  403. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  404. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  405. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  406. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  407. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  408. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  409. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  410. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  411. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  412. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  413. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  414. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  415. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  416. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  417. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  418. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  419. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  420. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  421. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  422. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  423. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  424. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  425. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_sources/index.rst.txt +0 -0
  426. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  427. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/basic.css +0 -0
  428. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/badge_only.css +0 -0
  429. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  430. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  431. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  432. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  433. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  434. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  435. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  436. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  437. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  438. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  439. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  440. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-bold.woff +0 -0
  441. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  442. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  443. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  444. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-normal.woff +0 -0
  445. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  446. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/css/theme.css +0 -0
  447. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/doctools.js +0 -0
  448. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/documentation_options.js +0 -0
  449. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/file.png +0 -0
  450. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/graphviz.css +0 -0
  451. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/jquery-3.5.1.js +0 -0
  452. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/jquery-3.6.0.js +0 -0
  453. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/jquery.js +0 -0
  454. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/js/badge_only.js +0 -0
  455. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  456. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/js/html5shiv.min.js +0 -0
  457. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/js/theme.js +0 -0
  458. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/language_data.js +0 -0
  459. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/minus.png +0 -0
  460. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/plus.png +0 -0
  461. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/pygments.css +0 -0
  462. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/searchtools.js +0 -0
  463. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/sphinx_highlight.js +0 -0
  464. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/underscore-1.13.1.js +0 -0
  465. {abacusai-0.61.0 → abacusai-0.62.0}/docs/_static/underscore.js +0 -0
  466. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  467. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  468. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  469. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  470. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  471. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  472. {abacusai-0.61.0 → abacusai-0.62.0}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  473. {abacusai-0.61.0 → abacusai-0.62.0}/docs/index.html +0 -0
  474. {abacusai-0.61.0 → abacusai-0.62.0}/docs/search.html +0 -0
  475. {abacusai-0.61.0 → abacusai-0.62.0}/examples/fullscript.py +0 -0
  476. {abacusai-0.61.0 → abacusai-0.62.0}/featurestore.md +0 -0
  477. {abacusai-0.61.0 → abacusai-0.62.0}/requirements.txt +0 -0
  478. {abacusai-0.61.0 → abacusai-0.62.0}/setup.cfg +0 -0
  479. {abacusai-0.61.0 → abacusai-0.62.0}/sphinx/build_docs +0 -0
  480. {abacusai-0.61.0 → abacusai-0.62.0}/sphinx/conf.py +0 -0
  481. {abacusai-0.61.0 → abacusai-0.62.0}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.61.0
3
+ Version: 0.62.0
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -0,0 +1,31 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class AnnotationConfig(AbstractApiClass):
5
+ """
6
+ Annotation config for a feature group
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ featureAnnotationConfigs (list): List of feature annotation configs
11
+ labels (list): List of labels
12
+ statusFeature (str): Name of the feature that contains the status of the annotation (Optional)
13
+ """
14
+
15
+ def __init__(self, client, featureAnnotationConfigs=None, labels=None, statusFeature=None):
16
+ super().__init__(client, None)
17
+ self.feature_annotation_configs = featureAnnotationConfigs
18
+ self.labels = labels
19
+ self.status_feature = statusFeature
20
+
21
+ def __repr__(self):
22
+ return f"AnnotationConfig(feature_annotation_configs={repr(self.feature_annotation_configs)},\n labels={repr(self.labels)},\n status_feature={repr(self.status_feature)})"
23
+
24
+ def to_dict(self):
25
+ """
26
+ Get a dict representation of the parameters in this class
27
+
28
+ Returns:
29
+ dict: The dict value representation of the class parameters
30
+ """
31
+ return {'feature_annotation_configs': self.feature_annotation_configs, 'labels': self.labels, 'status_feature': self.status_feature}
@@ -6,3 +6,5 @@ from .abstract import ApiClass
6
6
  @dataclass
7
7
  class ParsingConfig(ApiClass):
8
8
  escape: str = field(default='"')
9
+ csv_delimiter: str = field(default=None)
10
+ file_path_with_schema: str = field(default=None)
@@ -79,6 +79,9 @@ from .monitor_alert_version import MonitorAlertVersion
79
79
  from .natural_language_explanation import NaturalLanguageExplanation
80
80
  from .notebook_completion import NotebookCompletion
81
81
  from .organization_group import OrganizationGroup
82
+ from .pipeline import Pipeline
83
+ from .pipeline_step import PipelineStep
84
+ from .pipeline_version import PipelineVersion
82
85
  from .problem_type import ProblemType
83
86
  from .project import Project
84
87
  from .project_dataset import ProjectDataset
@@ -1535,6 +1538,37 @@ class ReadOnlyClient(BaseApiClient):
1535
1538
  PythonFunction: A list of PythonFunction objects."""
1536
1539
  return self._call_api('listPythonFunctions', 'GET', query_params={'functionType': function_type}, parse_type=PythonFunction)
1537
1540
 
1541
+ def list_pipelines(self, project_id: str = None) -> Pipeline:
1542
+ """Lists the pipelines for an organization or a project
1543
+
1544
+ Args:
1545
+ project_id (str): Unique string identifier for the project to list graph dashboards from.
1546
+
1547
+ Returns:
1548
+ Pipeline: A list of pipelines."""
1549
+ return self._call_api('listPipelines', 'GET', query_params={'projectId': project_id}, parse_type=Pipeline)
1550
+
1551
+ def describe_pipeline_version(self, pipeline_version: str) -> PipelineVersion:
1552
+ """Describes a specified pipeline version
1553
+
1554
+ Args:
1555
+ pipeline_version (str): Unique string identifier for the pipeline version
1556
+
1557
+ Returns:
1558
+ PipelineVersion: Object describing the pipeline version"""
1559
+ return self._call_api('describePipelineVersion', 'GET', query_params={'pipelineVersion': pipeline_version}, parse_type=PipelineVersion)
1560
+
1561
+ def describe_pipeline_step(self, pipeline_name: str, step_name: str) -> PipelineStep:
1562
+ """Deletes a step from a pipeline.
1563
+
1564
+ Args:
1565
+ pipeline_name (str): The name of the pipeline.
1566
+ step_name (str): The name of the step.
1567
+
1568
+ Returns:
1569
+ PipelineStep: An object describing the pipeline step."""
1570
+ return self._call_api('describePipelineStep', 'GET', query_params={'pipelineName': pipeline_name, 'stepName': step_name}, parse_type=PipelineStep)
1571
+
1538
1572
  def describe_graph_dashboard(self, graph_dashboard_id: str) -> GraphDashboard:
1539
1573
  """Describes a given graph dashboard.
1540
1574
 
@@ -2365,7 +2399,7 @@ class ApiClient(ReadOnlyClient):
2365
2399
 
2366
2400
  Args:
2367
2401
  name (str): The project's name.
2368
- use_case (str): 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, 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_SEQUENCE_CLASSIFICATION_2, PRETRAINED_TEXT_CLASSIFICATION.
2402
+ use_case (str): 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, 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.
2369
2403
 
2370
2404
  Returns:
2371
2405
  Project: This object represents the newly created project. For details, refer to."""
@@ -3349,7 +3383,7 @@ Creates a new feature group defined as the union of other feature group versions
3349
3383
  location_date_format (str): The date format in which the data is partitioned in the cloud storage location. For example, if the data is partitioned as s3://bucket1/dir1/dir2/event_date=YYYY-MM-DD/dir4/filename.parquet, then the `location_date_format` is YYYY-MM-DD. This format needs to be consistent across all files within the specified location.
3350
3384
  date_format_lookback_days (int): The number of days to look back from the current day for import locations that are date partitioned. For example, import date 2021-06-04 with `date_format_lookback_days` = 3 will retrieve data for all the dates in the range [2021-06-02, 2021-06-04].
3351
3385
  incremental (bool): Signifies if the dataset is an incremental dataset.
3352
- is_documentset (bool): Signifies if the dataset is docstore dataset.
3386
+ is_documentset (bool): Signifies if the dataset is docstore dataset. A docstore dataset contains documents like images, PDFs, audio files etc. or is tabular data with links to such files.
3353
3387
  extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True.
3354
3388
  merge_file_schemas (bool): Signifies if the merge file schema policy is enabled.
3355
3389
  parsing_config (ParsingConfig): Custom config for dataset parsing.
@@ -3440,7 +3474,7 @@ Creates a new feature group defined as the union of other feature group versions
3440
3474
  table_name (str): Organization-unique table name for this dataset.
3441
3475
  file_format (str): The file format of the dataset.
3442
3476
  csv_delimiter (str): If the file format is CSV, use a specific CSV delimiter.
3443
- is_documentset (bool): Signifies if the dataset is a docstore dataset.
3477
+ is_documentset (bool): Signifies if the dataset is a docstore dataset. A docstore dataset contains documents like images, PDFs, audio files etc. or is tabular data with links to such files.
3444
3478
  extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True.
3445
3479
  parsing_config (ParsingConfig): Custom config for dataset parsing.
3446
3480
 
@@ -4441,7 +4475,7 @@ Creates a new feature group defined as the union of other feature group versions
4441
4475
  deployment_id, deployment_token,)
4442
4476
  return self._call_api('getForecast', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'futureData': future_data, 'numPredictions': num_predictions, 'predictionStart': prediction_start, 'explainPredictions': explain_predictions, 'explainerType': explainer_type}, server_override=prediction_url)
4443
4477
 
4444
- def get_k_nearest(self, deployment_token: str, deployment_id: str, vector: list, k: int = None, distance: str = None, include_score: bool = False) -> Dict:
4478
+ def get_k_nearest(self, deployment_token: str, deployment_id: str, vector: list, k: int = None, distance: str = None, include_score: bool = False, catalog_id: str = None) -> Dict:
4445
4479
  """Returns the k nearest neighbors for the provided embedding vector.
4446
4480
 
4447
4481
  Args:
@@ -4450,10 +4484,11 @@ Creates a new feature group defined as the union of other feature group versions
4450
4484
  vector (list): Input vector to perform the k nearest neighbors with.
4451
4485
  k (int): Overrideable number of items to return.
4452
4486
  distance (str): Specify the distance function to use when finding nearest neighbors.
4453
- include_score (bool): If True, will return the score alongside the resulting embedding value."""
4487
+ include_score (bool): If True, will return the score alongside the resulting embedding value.
4488
+ catalog_id (str): An optional parameter honored only for embeddings that provide a catalog id"""
4454
4489
  prediction_url = self._get_prediction_endpoint(
4455
4490
  deployment_id, deployment_token,)
4456
- return self._call_api('getKNearest', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'vector': vector, 'k': k, 'distance': distance, 'includeScore': include_score}, server_override=prediction_url)
4491
+ return self._call_api('getKNearest', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'vector': vector, 'k': k, 'distance': distance, 'includeScore': include_score, 'catalogId': catalog_id}, server_override=prediction_url)
4457
4492
 
4458
4493
  def get_multiple_k_nearest(self, deployment_token: str, deployment_id: str, queries: list):
4459
4494
  """Returns the k nearest neighbors for the queries provided.
@@ -5094,6 +5129,97 @@ Creates a new feature group defined as the union of other feature group versions
5094
5129
  name (str): The name to identify the Python function."""
5095
5130
  return self._call_api('deletePythonFunction', 'DELETE', query_params={'name': name})
5096
5131
 
5132
+ def create_pipeline(self, pipeline_name: str, project_id: str = None) -> Pipeline:
5133
+ """Creates a pipeline for executing multiple steps.
5134
+
5135
+ Args:
5136
+ pipeline_name (str): The name of the pipeline, which should be unique to the organization.
5137
+ project_id (str): A unique string identifier for the plot dashboard.
5138
+
5139
+ Returns:
5140
+ Pipeline: An object that describes a Pipeline."""
5141
+ return self._call_api('createPipeline', 'POST', query_params={}, body={'pipelineName': pipeline_name, 'projectId': project_id}, parse_type=Pipeline)
5142
+
5143
+ def describe_pipeline(self, pipeline_name: str) -> Pipeline:
5144
+ """Describes a given pipeline.
5145
+
5146
+ Args:
5147
+ pipeline_name (str): The name of the pipeline to describe.
5148
+
5149
+ Returns:
5150
+ Pipeline: An object describing a Pipeline"""
5151
+ return self._call_api('describePipeline', 'POST', query_params={}, body={'pipelineName': pipeline_name}, parse_type=Pipeline)
5152
+
5153
+ def delete_pipeline(self, pipeline_name: None):
5154
+ """Deletes a pipeline.
5155
+
5156
+ Args:
5157
+ pipeline_name (None): The name of the pipeline to describe."""
5158
+ return self._call_api('deletePipeline', 'DELETE', query_params={'pipelineName': pipeline_name})
5159
+
5160
+ def list_pipeline_versions(self, pipeline_name: str) -> List[PipelineVersion]:
5161
+ """Lists the pipeline versions for a specified pipeline
5162
+
5163
+ Args:
5164
+ pipeline_name (str): The name of the pipeline to describe.
5165
+
5166
+ Returns:
5167
+ PipelineVersion: A list of pipeline versions."""
5168
+ return self._call_api('listPipelineVersions', 'POST', query_params={}, body={'pipelineName': pipeline_name}, parse_type=PipelineVersion)
5169
+
5170
+ def run_pipeline(self, pipeline_name: str, pipeline_variable_mappings: list = None) -> PipelineVersion:
5171
+ """Runs a specified pipeline with the arguments provided.
5172
+
5173
+ Args:
5174
+ pipeline_name (str): The name of the pipeline to run.
5175
+ pipeline_variable_mappings (list): List of Python function arguments for the pipeline.
5176
+
5177
+ Returns:
5178
+ PipelineVersion: The object describing the pipeline"""
5179
+ return self._call_api('runPipeline', 'POST', query_params={}, body={'pipelineName': pipeline_name, 'pipelineVariableMappings': pipeline_variable_mappings}, parse_type=PipelineVersion)
5180
+
5181
+ def create_pipeline_step(self, pipeline_name: str, step_name: str, function_name: str = None, source_code: str = None, step_input_mappings: list = None, output_variable_mappings: list = None, step_dependencies: list = None, package_requirements: list = None) -> Pipeline:
5182
+ """Creates a step in a given pipeline.
5183
+
5184
+ Args:
5185
+ pipeline_name (str): The name of the pipeline to run.
5186
+ step_name (str): The name of the step.
5187
+ function_name (str): The name of the Python function.
5188
+ source_code (str): 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.
5189
+ step_input_mappings (list): List of Python function arguments.
5190
+ output_variable_mappings (list): List of Python function ouputs.
5191
+ step_dependencies (list): List of step names this step depends on.
5192
+ package_requirements (list): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0'].
5193
+
5194
+ Returns:
5195
+ Pipeline: Object describing the pipeline."""
5196
+ return self._call_api('createPipelineStep', 'POST', query_params={}, body={'pipelineName': pipeline_name, 'stepName': step_name, 'functionName': function_name, 'sourceCode': source_code, 'stepInputMappings': step_input_mappings, 'outputVariableMappings': output_variable_mappings, 'stepDependencies': step_dependencies, 'packageRequirements': package_requirements}, parse_type=Pipeline)
5197
+
5198
+ def delete_pipeline_step(self, pipeline_name: str, step_name: str):
5199
+ """Deletes a step from a pipeline.
5200
+
5201
+ Args:
5202
+ pipeline_name (str): The name of the pipeline.
5203
+ step_name (str): The name of the step."""
5204
+ return self._call_api('deletePipelineStep', 'DELETE', query_params={'pipelineName': pipeline_name, 'stepName': step_name})
5205
+
5206
+ def update_pipeline_step(self, pipeline_name: str, step_name: str, function_name: str = None, source_code: str = None, step_input_mappings: list = None, output_variable_mappings: list = None, step_dependencies: list = None, package_requirements: list = None) -> Pipeline:
5207
+ """Creates a step in a given pipeline.
5208
+
5209
+ Args:
5210
+ pipeline_name (str): The name of the pipeline to run.
5211
+ step_name (str): The name of the step.
5212
+ function_name (str): The name of the Python function.
5213
+ source_code (str): 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.
5214
+ step_input_mappings (list): List of Python function arguments.
5215
+ output_variable_mappings (list): List of Python function ouputs.
5216
+ step_dependencies (list): List of step names this step depends on.
5217
+ package_requirements (list): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0'].
5218
+
5219
+ Returns:
5220
+ Pipeline: Object describing the pipeline."""
5221
+ return self._call_api('updatePipelineStep', 'POST', query_params={}, body={'pipelineName': pipeline_name, 'stepName': step_name, 'functionName': function_name, 'sourceCode': source_code, 'stepInputMappings': step_input_mappings, 'outputVariableMappings': output_variable_mappings, 'stepDependencies': step_dependencies, 'packageRequirements': package_requirements}, parse_type=Pipeline)
5222
+
5097
5223
  def create_graph_dashboard(self, project_id: str, name: str, python_function_ids: list = None) -> GraphDashboard:
5098
5224
  """Create a plot dashboard given selected python plots
5099
5225
 
@@ -1,5 +1,6 @@
1
1
  from typing import Union
2
2
 
3
+ from .annotation_config import AnnotationConfig
3
4
  from .api_class import SamplingConfig
4
5
  from .code_source import CodeSource
5
6
  from .concatenation_config import ConcatenationConfig
@@ -54,11 +55,11 @@ class FeatureGroup(AbstractApiClass):
54
55
  useOriginalCsvNames (bool): If true, the feature group will use the original column names in the source dataset.
55
56
  pythonFunctionBindings (dict): Config specifying variable names, types, and values to use when resolving a Python feature group.
56
57
  pythonFunctionName (str): Name of the Python function the feature group was built from.
57
- annotationConfig (annotationconfig): Annotation config for this feature
58
58
  projectConfig (dict): Project-specific config for this feature group.
59
59
  features (Feature): List of resolved features.
60
60
  duplicateFeatures (Feature): List of duplicate features.
61
61
  pointInTimeGroups (PointInTimeGroup): List of Point In Time Groups.
62
+ annotationConfig (AnnotationConfig): Annotation config for this feature
62
63
  latestFeatureGroupVersion (FeatureGroupVersion): Latest feature group version.
63
64
  concatenationConfig (ConcatenationConfig): Feature group ID whose data will be concatenated into this feature group.
64
65
  indexingConfig (IndexingConfig): Indexing config for the feature group for feature store
@@ -67,7 +68,7 @@ class FeatureGroup(AbstractApiClass):
67
68
  explanation (NaturalLanguageExplanation): Natural language explanation of the feature group
68
69
  """
69
70
 
70
- def __init__(self, client, modificationLock=None, featureGroupId=None, name=None, featureGroupSourceType=None, tableName=None, sql=None, datasetId=None, functionSourceCode=None, functionName=None, sourceTables=None, createdAt=None, description=None, featureGroupType=None, sqlError=None, latestVersionOutdated=None, referencedFeatureGroups=None, tags=None, primaryKey=None, updateTimestampKey=None, lookupKeys=None, streamingEnabled=None, featureGroupUse=None, incremental=None, mergeConfig=None, transformConfig=None, samplingConfig=None, cpuSize=None, memory=None, streamingReady=None, featureTags=None, moduleName=None, templateBindings=None, featureExpression=None, useOriginalCsvNames=None, pythonFunctionBindings=None, pythonFunctionName=None, annotationConfig=None, projectConfig=None, features={}, duplicateFeatures={}, pointInTimeGroups={}, concatenationConfig={}, indexingConfig={}, codeSource={}, featureGroupTemplate={}, explanation={}, latestFeatureGroupVersion={}):
71
+ def __init__(self, client, modificationLock=None, featureGroupId=None, name=None, featureGroupSourceType=None, tableName=None, sql=None, datasetId=None, functionSourceCode=None, functionName=None, sourceTables=None, createdAt=None, description=None, featureGroupType=None, sqlError=None, latestVersionOutdated=None, referencedFeatureGroups=None, tags=None, primaryKey=None, updateTimestampKey=None, lookupKeys=None, streamingEnabled=None, featureGroupUse=None, incremental=None, mergeConfig=None, transformConfig=None, samplingConfig=None, cpuSize=None, memory=None, streamingReady=None, featureTags=None, moduleName=None, templateBindings=None, featureExpression=None, useOriginalCsvNames=None, pythonFunctionBindings=None, pythonFunctionName=None, projectConfig=None, features={}, duplicateFeatures={}, pointInTimeGroups={}, annotationConfig={}, concatenationConfig={}, indexingConfig={}, codeSource={}, featureGroupTemplate={}, explanation={}, latestFeatureGroupVersion={}):
71
72
  super().__init__(client, featureGroupId)
72
73
  self.modification_lock = modificationLock
73
74
  self.feature_group_id = featureGroupId
@@ -105,13 +106,14 @@ class FeatureGroup(AbstractApiClass):
105
106
  self.use_original_csv_names = useOriginalCsvNames
106
107
  self.python_function_bindings = pythonFunctionBindings
107
108
  self.python_function_name = pythonFunctionName
108
- self.annotation_config = annotationConfig
109
109
  self.project_config = projectConfig
110
110
  self.features = client._build_class(Feature, features)
111
111
  self.duplicate_features = client._build_class(
112
112
  Feature, duplicateFeatures)
113
113
  self.point_in_time_groups = client._build_class(
114
114
  PointInTimeGroup, pointInTimeGroups)
115
+ self.annotation_config = client._build_class(
116
+ AnnotationConfig, annotationConfig)
115
117
  self.concatenation_config = client._build_class(
116
118
  ConcatenationConfig, concatenationConfig)
117
119
  self.indexing_config = client._build_class(
@@ -125,7 +127,7 @@ class FeatureGroup(AbstractApiClass):
125
127
  FeatureGroupVersion, latestFeatureGroupVersion)
126
128
 
127
129
  def __repr__(self):
128
- return f"FeatureGroup(modification_lock={repr(self.modification_lock)},\n feature_group_id={repr(self.feature_group_id)},\n name={repr(self.name)},\n feature_group_source_type={repr(self.feature_group_source_type)},\n table_name={repr(self.table_name)},\n sql={repr(self.sql)},\n dataset_id={repr(self.dataset_id)},\n function_source_code={repr(self.function_source_code)},\n function_name={repr(self.function_name)},\n source_tables={repr(self.source_tables)},\n created_at={repr(self.created_at)},\n description={repr(self.description)},\n feature_group_type={repr(self.feature_group_type)},\n sql_error={repr(self.sql_error)},\n latest_version_outdated={repr(self.latest_version_outdated)},\n referenced_feature_groups={repr(self.referenced_feature_groups)},\n tags={repr(self.tags)},\n primary_key={repr(self.primary_key)},\n update_timestamp_key={repr(self.update_timestamp_key)},\n lookup_keys={repr(self.lookup_keys)},\n streaming_enabled={repr(self.streaming_enabled)},\n feature_group_use={repr(self.feature_group_use)},\n incremental={repr(self.incremental)},\n merge_config={repr(self.merge_config)},\n transform_config={repr(self.transform_config)},\n sampling_config={repr(self.sampling_config)},\n cpu_size={repr(self.cpu_size)},\n memory={repr(self.memory)},\n streaming_ready={repr(self.streaming_ready)},\n feature_tags={repr(self.feature_tags)},\n module_name={repr(self.module_name)},\n template_bindings={repr(self.template_bindings)},\n feature_expression={repr(self.feature_expression)},\n use_original_csv_names={repr(self.use_original_csv_names)},\n python_function_bindings={repr(self.python_function_bindings)},\n python_function_name={repr(self.python_function_name)},\n annotation_config={repr(self.annotation_config)},\n project_config={repr(self.project_config)},\n features={repr(self.features)},\n duplicate_features={repr(self.duplicate_features)},\n point_in_time_groups={repr(self.point_in_time_groups)},\n concatenation_config={repr(self.concatenation_config)},\n indexing_config={repr(self.indexing_config)},\n code_source={repr(self.code_source)},\n feature_group_template={repr(self.feature_group_template)},\n explanation={repr(self.explanation)},\n latest_feature_group_version={repr(self.latest_feature_group_version)})"
130
+ return f"FeatureGroup(modification_lock={repr(self.modification_lock)},\n feature_group_id={repr(self.feature_group_id)},\n name={repr(self.name)},\n feature_group_source_type={repr(self.feature_group_source_type)},\n table_name={repr(self.table_name)},\n sql={repr(self.sql)},\n dataset_id={repr(self.dataset_id)},\n function_source_code={repr(self.function_source_code)},\n function_name={repr(self.function_name)},\n source_tables={repr(self.source_tables)},\n created_at={repr(self.created_at)},\n description={repr(self.description)},\n feature_group_type={repr(self.feature_group_type)},\n sql_error={repr(self.sql_error)},\n latest_version_outdated={repr(self.latest_version_outdated)},\n referenced_feature_groups={repr(self.referenced_feature_groups)},\n tags={repr(self.tags)},\n primary_key={repr(self.primary_key)},\n update_timestamp_key={repr(self.update_timestamp_key)},\n lookup_keys={repr(self.lookup_keys)},\n streaming_enabled={repr(self.streaming_enabled)},\n feature_group_use={repr(self.feature_group_use)},\n incremental={repr(self.incremental)},\n merge_config={repr(self.merge_config)},\n transform_config={repr(self.transform_config)},\n sampling_config={repr(self.sampling_config)},\n cpu_size={repr(self.cpu_size)},\n memory={repr(self.memory)},\n streaming_ready={repr(self.streaming_ready)},\n feature_tags={repr(self.feature_tags)},\n module_name={repr(self.module_name)},\n template_bindings={repr(self.template_bindings)},\n feature_expression={repr(self.feature_expression)},\n use_original_csv_names={repr(self.use_original_csv_names)},\n python_function_bindings={repr(self.python_function_bindings)},\n python_function_name={repr(self.python_function_name)},\n project_config={repr(self.project_config)},\n features={repr(self.features)},\n duplicate_features={repr(self.duplicate_features)},\n point_in_time_groups={repr(self.point_in_time_groups)},\n annotation_config={repr(self.annotation_config)},\n concatenation_config={repr(self.concatenation_config)},\n indexing_config={repr(self.indexing_config)},\n code_source={repr(self.code_source)},\n feature_group_template={repr(self.feature_group_template)},\n explanation={repr(self.explanation)},\n latest_feature_group_version={repr(self.latest_feature_group_version)})"
129
131
 
130
132
  def to_dict(self):
131
133
  """
@@ -134,7 +136,7 @@ class FeatureGroup(AbstractApiClass):
134
136
  Returns:
135
137
  dict: The dict value representation of the class parameters
136
138
  """
137
- return {'modification_lock': self.modification_lock, 'feature_group_id': self.feature_group_id, 'name': self.name, 'feature_group_source_type': self.feature_group_source_type, 'table_name': self.table_name, 'sql': self.sql, 'dataset_id': self.dataset_id, 'function_source_code': self.function_source_code, 'function_name': self.function_name, 'source_tables': self.source_tables, 'created_at': self.created_at, 'description': self.description, 'feature_group_type': self.feature_group_type, 'sql_error': self.sql_error, 'latest_version_outdated': self.latest_version_outdated, 'referenced_feature_groups': self.referenced_feature_groups, 'tags': self.tags, 'primary_key': self.primary_key, 'update_timestamp_key': self.update_timestamp_key, 'lookup_keys': self.lookup_keys, 'streaming_enabled': self.streaming_enabled, 'feature_group_use': self.feature_group_use, 'incremental': self.incremental, 'merge_config': self.merge_config, 'transform_config': self.transform_config, 'sampling_config': self.sampling_config, 'cpu_size': self.cpu_size, 'memory': self.memory, 'streaming_ready': self.streaming_ready, 'feature_tags': self.feature_tags, 'module_name': self.module_name, 'template_bindings': self.template_bindings, 'feature_expression': self.feature_expression, 'use_original_csv_names': self.use_original_csv_names, 'python_function_bindings': self.python_function_bindings, 'python_function_name': self.python_function_name, 'annotation_config': self.annotation_config, 'project_config': self.project_config, 'features': self._get_attribute_as_dict(self.features), 'duplicate_features': self._get_attribute_as_dict(self.duplicate_features), 'point_in_time_groups': self._get_attribute_as_dict(self.point_in_time_groups), 'concatenation_config': self._get_attribute_as_dict(self.concatenation_config), 'indexing_config': self._get_attribute_as_dict(self.indexing_config), 'code_source': self._get_attribute_as_dict(self.code_source), 'feature_group_template': self._get_attribute_as_dict(self.feature_group_template), 'explanation': self._get_attribute_as_dict(self.explanation), 'latest_feature_group_version': self._get_attribute_as_dict(self.latest_feature_group_version)}
139
+ return {'modification_lock': self.modification_lock, 'feature_group_id': self.feature_group_id, 'name': self.name, 'feature_group_source_type': self.feature_group_source_type, 'table_name': self.table_name, 'sql': self.sql, 'dataset_id': self.dataset_id, 'function_source_code': self.function_source_code, 'function_name': self.function_name, 'source_tables': self.source_tables, 'created_at': self.created_at, 'description': self.description, 'feature_group_type': self.feature_group_type, 'sql_error': self.sql_error, 'latest_version_outdated': self.latest_version_outdated, 'referenced_feature_groups': self.referenced_feature_groups, 'tags': self.tags, 'primary_key': self.primary_key, 'update_timestamp_key': self.update_timestamp_key, 'lookup_keys': self.lookup_keys, 'streaming_enabled': self.streaming_enabled, 'feature_group_use': self.feature_group_use, 'incremental': self.incremental, 'merge_config': self.merge_config, 'transform_config': self.transform_config, 'sampling_config': self.sampling_config, 'cpu_size': self.cpu_size, 'memory': self.memory, 'streaming_ready': self.streaming_ready, 'feature_tags': self.feature_tags, 'module_name': self.module_name, 'template_bindings': self.template_bindings, 'feature_expression': self.feature_expression, 'use_original_csv_names': self.use_original_csv_names, 'python_function_bindings': self.python_function_bindings, 'python_function_name': self.python_function_name, 'project_config': self.project_config, 'features': self._get_attribute_as_dict(self.features), 'duplicate_features': self._get_attribute_as_dict(self.duplicate_features), 'point_in_time_groups': self._get_attribute_as_dict(self.point_in_time_groups), 'annotation_config': self._get_attribute_as_dict(self.annotation_config), 'concatenation_config': self._get_attribute_as_dict(self.concatenation_config), 'indexing_config': self._get_attribute_as_dict(self.indexing_config), 'code_source': self._get_attribute_as_dict(self.code_source), 'feature_group_template': self._get_attribute_as_dict(self.feature_group_template), 'explanation': self._get_attribute_as_dict(self.explanation), 'latest_feature_group_version': self._get_attribute_as_dict(self.latest_feature_group_version)}
138
140
 
139
141
  def add_to_project(self, project_id: str, feature_group_type: str = 'CUSTOM_TABLE'):
140
142
  """
@@ -0,0 +1,29 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class FeatureGroupMetrics(AbstractApiClass):
5
+ """
6
+ Metrics for a feature group
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ metrics (list[dict]): A list of dicts with metrics for each columns in the feature group
11
+ schema (list[dict]): A list of dicts with the schema for each metric
12
+ """
13
+
14
+ def __init__(self, client, metrics=None, schema=None):
15
+ super().__init__(client, None)
16
+ self.metrics = metrics
17
+ self.schema = schema
18
+
19
+ def __repr__(self):
20
+ return f"FeatureGroupMetrics(metrics={repr(self.metrics)},\n schema={repr(self.schema)})"
21
+
22
+ def to_dict(self):
23
+ """
24
+ Get a dict representation of the parameters in this class
25
+
26
+ Returns:
27
+ dict: The dict value representation of the class parameters
28
+ """
29
+ return {'metrics': self.metrics, 'schema': self.schema}
@@ -2,6 +2,7 @@ import os
2
2
  import tempfile
3
3
  from concurrent.futures import ThreadPoolExecutor
4
4
 
5
+ from .annotation_config import AnnotationConfig
5
6
  from .code_source import CodeSource
6
7
  from .feature import Feature
7
8
  from .point_in_time_group import PointInTimeGroup
@@ -26,13 +27,13 @@ class FeatureGroupVersion(AbstractApiClass):
26
27
  memory (int): Memory in GB specified for the python feature group.
27
28
  useOriginalCsvNames (bool): If true, the feature group will use the original column names in the source dataset.
28
29
  pythonFunctionBindings (list): Config specifying variable names, types, and values to use when resolving a Python feature group.
29
- annotationConfig (dict): The annotations config for the feature group.
30
30
  features (Feature): List of features.
31
31
  pointInTimeGroups (PointInTimeGroup): List of Point In Time Groups
32
32
  codeSource (CodeSource): If a python feature group, information on the source code
33
+ annotationConfig (AnnotationConfig): The annotations config for the feature group.
33
34
  """
34
35
 
35
- def __init__(self, client, featureGroupVersion=None, featureGroupId=None, sql=None, sourceTables=None, createdAt=None, status=None, error=None, deployable=None, cpuSize=None, memory=None, useOriginalCsvNames=None, pythonFunctionBindings=None, annotationConfig=None, features={}, pointInTimeGroups={}, codeSource={}):
36
+ def __init__(self, client, featureGroupVersion=None, featureGroupId=None, sql=None, sourceTables=None, createdAt=None, status=None, error=None, deployable=None, cpuSize=None, memory=None, useOriginalCsvNames=None, pythonFunctionBindings=None, features={}, pointInTimeGroups={}, codeSource={}, annotationConfig={}):
36
37
  super().__init__(client, featureGroupVersion)
37
38
  self.feature_group_version = featureGroupVersion
38
39
  self.feature_group_id = featureGroupId
@@ -46,14 +47,15 @@ class FeatureGroupVersion(AbstractApiClass):
46
47
  self.memory = memory
47
48
  self.use_original_csv_names = useOriginalCsvNames
48
49
  self.python_function_bindings = pythonFunctionBindings
49
- self.annotation_config = annotationConfig
50
50
  self.features = client._build_class(Feature, features)
51
51
  self.point_in_time_groups = client._build_class(
52
52
  PointInTimeGroup, pointInTimeGroups)
53
53
  self.code_source = client._build_class(CodeSource, codeSource)
54
+ self.annotation_config = client._build_class(
55
+ AnnotationConfig, annotationConfig)
54
56
 
55
57
  def __repr__(self):
56
- return f"FeatureGroupVersion(feature_group_version={repr(self.feature_group_version)},\n feature_group_id={repr(self.feature_group_id)},\n sql={repr(self.sql)},\n source_tables={repr(self.source_tables)},\n created_at={repr(self.created_at)},\n status={repr(self.status)},\n error={repr(self.error)},\n deployable={repr(self.deployable)},\n cpu_size={repr(self.cpu_size)},\n memory={repr(self.memory)},\n use_original_csv_names={repr(self.use_original_csv_names)},\n python_function_bindings={repr(self.python_function_bindings)},\n annotation_config={repr(self.annotation_config)},\n features={repr(self.features)},\n point_in_time_groups={repr(self.point_in_time_groups)},\n code_source={repr(self.code_source)})"
58
+ return f"FeatureGroupVersion(feature_group_version={repr(self.feature_group_version)},\n feature_group_id={repr(self.feature_group_id)},\n sql={repr(self.sql)},\n source_tables={repr(self.source_tables)},\n created_at={repr(self.created_at)},\n status={repr(self.status)},\n error={repr(self.error)},\n deployable={repr(self.deployable)},\n cpu_size={repr(self.cpu_size)},\n memory={repr(self.memory)},\n use_original_csv_names={repr(self.use_original_csv_names)},\n python_function_bindings={repr(self.python_function_bindings)},\n features={repr(self.features)},\n point_in_time_groups={repr(self.point_in_time_groups)},\n code_source={repr(self.code_source)},\n annotation_config={repr(self.annotation_config)})"
57
59
 
58
60
  def to_dict(self):
59
61
  """
@@ -62,7 +64,7 @@ class FeatureGroupVersion(AbstractApiClass):
62
64
  Returns:
63
65
  dict: The dict value representation of the class parameters
64
66
  """
65
- return {'feature_group_version': self.feature_group_version, 'feature_group_id': self.feature_group_id, 'sql': self.sql, 'source_tables': self.source_tables, 'created_at': self.created_at, 'status': self.status, 'error': self.error, 'deployable': self.deployable, 'cpu_size': self.cpu_size, 'memory': self.memory, 'use_original_csv_names': self.use_original_csv_names, 'python_function_bindings': self.python_function_bindings, 'annotation_config': self.annotation_config, 'features': self._get_attribute_as_dict(self.features), 'point_in_time_groups': self._get_attribute_as_dict(self.point_in_time_groups), 'code_source': self._get_attribute_as_dict(self.code_source)}
67
+ return {'feature_group_version': self.feature_group_version, 'feature_group_id': self.feature_group_id, 'sql': self.sql, 'source_tables': self.source_tables, 'created_at': self.created_at, 'status': self.status, 'error': self.error, 'deployable': self.deployable, 'cpu_size': self.cpu_size, 'memory': self.memory, 'use_original_csv_names': self.use_original_csv_names, 'python_function_bindings': self.python_function_bindings, 'features': self._get_attribute_as_dict(self.features), 'point_in_time_groups': self._get_attribute_as_dict(self.point_in_time_groups), 'code_source': self._get_attribute_as_dict(self.code_source), 'annotation_config': self._get_attribute_as_dict(self.annotation_config)}
66
68
 
67
69
  def create_snapshot_feature_group(self, table_name: str):
68
70
  """
@@ -21,9 +21,10 @@ class ModelUpload(AbstractApiClass):
21
21
  inputPreprocessorUploadId (str): An upload identifier to be used when uploading the input preprocessor JSON file.
22
22
  requirementsUploadId (str): An upload identifier to be used when uploading the requirements JSON file.
23
23
  resourcesUploadId (str): An upload identifier to be used when uploading the resources JSON file.
24
+ multiCatalogEmbeddingsUploadId (str): An upload identifier to be used when upload the multi-catalog embeddings CSV file.
24
25
  """
25
26
 
26
- def __init__(self, client, modelId=None, modelVersion=None, status=None, createdAt=None, modelUploadId=None, embeddingsUploadId=None, artifactsUploadId=None, verificationsUploadId=None, defaultItemsUploadId=None, modelFileUploadId=None, modelStateUploadId=None, inputPreprocessorUploadId=None, requirementsUploadId=None, resourcesUploadId=None):
27
+ def __init__(self, client, modelId=None, modelVersion=None, status=None, createdAt=None, modelUploadId=None, embeddingsUploadId=None, artifactsUploadId=None, verificationsUploadId=None, defaultItemsUploadId=None, modelFileUploadId=None, modelStateUploadId=None, inputPreprocessorUploadId=None, requirementsUploadId=None, resourcesUploadId=None, multiCatalogEmbeddingsUploadId=None):
27
28
  super().__init__(client, modelUploadId)
28
29
  self.model_id = modelId
29
30
  self.model_version = modelVersion
@@ -39,9 +40,10 @@ class ModelUpload(AbstractApiClass):
39
40
  self.input_preprocessor_upload_id = inputPreprocessorUploadId
40
41
  self.requirements_upload_id = requirementsUploadId
41
42
  self.resources_upload_id = resourcesUploadId
43
+ self.multi_catalog_embeddings_upload_id = multiCatalogEmbeddingsUploadId
42
44
 
43
45
  def __repr__(self):
44
- return f"ModelUpload(model_id={repr(self.model_id)},\n model_version={repr(self.model_version)},\n status={repr(self.status)},\n created_at={repr(self.created_at)},\n model_upload_id={repr(self.model_upload_id)},\n embeddings_upload_id={repr(self.embeddings_upload_id)},\n artifacts_upload_id={repr(self.artifacts_upload_id)},\n verifications_upload_id={repr(self.verifications_upload_id)},\n default_items_upload_id={repr(self.default_items_upload_id)},\n model_file_upload_id={repr(self.model_file_upload_id)},\n model_state_upload_id={repr(self.model_state_upload_id)},\n input_preprocessor_upload_id={repr(self.input_preprocessor_upload_id)},\n requirements_upload_id={repr(self.requirements_upload_id)},\n resources_upload_id={repr(self.resources_upload_id)})"
46
+ return f"ModelUpload(model_id={repr(self.model_id)},\n model_version={repr(self.model_version)},\n status={repr(self.status)},\n created_at={repr(self.created_at)},\n model_upload_id={repr(self.model_upload_id)},\n embeddings_upload_id={repr(self.embeddings_upload_id)},\n artifacts_upload_id={repr(self.artifacts_upload_id)},\n verifications_upload_id={repr(self.verifications_upload_id)},\n default_items_upload_id={repr(self.default_items_upload_id)},\n model_file_upload_id={repr(self.model_file_upload_id)},\n model_state_upload_id={repr(self.model_state_upload_id)},\n input_preprocessor_upload_id={repr(self.input_preprocessor_upload_id)},\n requirements_upload_id={repr(self.requirements_upload_id)},\n resources_upload_id={repr(self.resources_upload_id)},\n multi_catalog_embeddings_upload_id={repr(self.multi_catalog_embeddings_upload_id)})"
45
47
 
46
48
  def to_dict(self):
47
49
  """
@@ -50,4 +52,4 @@ class ModelUpload(AbstractApiClass):
50
52
  Returns:
51
53
  dict: The dict value representation of the class parameters
52
54
  """
53
- return {'model_id': self.model_id, 'model_version': self.model_version, 'status': self.status, 'created_at': self.created_at, 'model_upload_id': self.model_upload_id, 'embeddings_upload_id': self.embeddings_upload_id, 'artifacts_upload_id': self.artifacts_upload_id, 'verifications_upload_id': self.verifications_upload_id, 'default_items_upload_id': self.default_items_upload_id, 'model_file_upload_id': self.model_file_upload_id, 'model_state_upload_id': self.model_state_upload_id, 'input_preprocessor_upload_id': self.input_preprocessor_upload_id, 'requirements_upload_id': self.requirements_upload_id, 'resources_upload_id': self.resources_upload_id}
55
+ return {'model_id': self.model_id, 'model_version': self.model_version, 'status': self.status, 'created_at': self.created_at, 'model_upload_id': self.model_upload_id, 'embeddings_upload_id': self.embeddings_upload_id, 'artifacts_upload_id': self.artifacts_upload_id, 'verifications_upload_id': self.verifications_upload_id, 'default_items_upload_id': self.default_items_upload_id, 'model_file_upload_id': self.model_file_upload_id, 'model_state_upload_id': self.model_state_upload_id, 'input_preprocessor_upload_id': self.input_preprocessor_upload_id, 'requirements_upload_id': self.requirements_upload_id, 'resources_upload_id': self.resources_upload_id, 'multi_catalog_embeddings_upload_id': self.multi_catalog_embeddings_upload_id}
@@ -0,0 +1,36 @@
1
+ from .pipeline_step import PipelineStep
2
+ from .return_class import AbstractApiClass
3
+
4
+
5
+ class Pipeline(AbstractApiClass):
6
+ """
7
+ A Pipeline For Steps.
8
+
9
+ Args:
10
+ client (ApiClient): An authenticated API Client instance
11
+ pipelineName (str): The name of the pipeline this step is a part of.
12
+ pipelineId (str): The reference to the pipeline this step belongs to.
13
+ createdAt (str): The date and time which the pipeline was created.
14
+ pipelineVariableMappings (dict): A description of the function variables into the pipeline.
15
+ steps (PipelineStep): A list of the pipeline steps attached to the pipeline.
16
+ """
17
+
18
+ def __init__(self, client, pipelineName=None, pipelineId=None, createdAt=None, pipelineVariableMappings=None, steps={}):
19
+ super().__init__(client, pipelineId)
20
+ self.pipeline_name = pipelineName
21
+ self.pipeline_id = pipelineId
22
+ self.created_at = createdAt
23
+ self.pipeline_variable_mappings = pipelineVariableMappings
24
+ self.steps = client._build_class(PipelineStep, steps)
25
+
26
+ def __repr__(self):
27
+ return f"Pipeline(pipeline_name={repr(self.pipeline_name)},\n pipeline_id={repr(self.pipeline_id)},\n created_at={repr(self.created_at)},\n pipeline_variable_mappings={repr(self.pipeline_variable_mappings)},\n steps={repr(self.steps)})"
28
+
29
+ def to_dict(self):
30
+ """
31
+ Get a dict representation of the parameters in this class
32
+
33
+ Returns:
34
+ dict: The dict value representation of the class parameters
35
+ """
36
+ return {'pipeline_name': self.pipeline_name, 'pipeline_id': self.pipeline_id, 'created_at': self.created_at, 'pipeline_variable_mappings': self.pipeline_variable_mappings, 'steps': self._get_attribute_as_dict(self.steps)}
@@ -0,0 +1,45 @@
1
+ from .python_function import PythonFunction
2
+ from .return_class import AbstractApiClass
3
+
4
+
5
+ class PipelineStep(AbstractApiClass):
6
+ """
7
+ A step in a pipeline.
8
+
9
+ Args:
10
+ client (ApiClient): An authenticated API Client instance
11
+ pipelineStepId (str): The reference to this step.
12
+ pipelineId (str): The reference to the pipeline this step belongs to.
13
+ stepName (str): The name of the step.
14
+ pipelineName (str): The name of the pipeline this step is a part of.
15
+ createdAt (str): The date and time which this step was created.
16
+ updatedAt (str): The date and time when this step was last updated.
17
+ pythonFunctionId (str): The python function_id.
18
+ stepDependencies (list[str]): List of steps this step depends on.
19
+ pythonFunction (PythonFunction): Information about the python function for the step.
20
+ """
21
+
22
+ def __init__(self, client, pipelineStepId=None, pipelineId=None, stepName=None, pipelineName=None, createdAt=None, updatedAt=None, pythonFunctionId=None, stepDependencies=None, pythonFunction={}):
23
+ super().__init__(client, pipelineStepId)
24
+ self.pipeline_step_id = pipelineStepId
25
+ self.pipeline_id = pipelineId
26
+ self.step_name = stepName
27
+ self.pipeline_name = pipelineName
28
+ self.created_at = createdAt
29
+ self.updated_at = updatedAt
30
+ self.python_function_id = pythonFunctionId
31
+ self.step_dependencies = stepDependencies
32
+ self.python_function = client._build_class(
33
+ PythonFunction, pythonFunction)
34
+
35
+ def __repr__(self):
36
+ return f"PipelineStep(pipeline_step_id={repr(self.pipeline_step_id)},\n pipeline_id={repr(self.pipeline_id)},\n step_name={repr(self.step_name)},\n pipeline_name={repr(self.pipeline_name)},\n created_at={repr(self.created_at)},\n updated_at={repr(self.updated_at)},\n python_function_id={repr(self.python_function_id)},\n step_dependencies={repr(self.step_dependencies)},\n python_function={repr(self.python_function)})"
37
+
38
+ def to_dict(self):
39
+ """
40
+ Get a dict representation of the parameters in this class
41
+
42
+ Returns:
43
+ dict: The dict value representation of the class parameters
44
+ """
45
+ return {'pipeline_step_id': self.pipeline_step_id, 'pipeline_id': self.pipeline_id, 'step_name': self.step_name, 'pipeline_name': self.pipeline_name, 'created_at': self.created_at, 'updated_at': self.updated_at, 'python_function_id': self.python_function_id, 'step_dependencies': self.step_dependencies, 'python_function': self._get_attribute_as_dict(self.python_function)}
@@ -0,0 +1,49 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class PipelineStepVersion(AbstractApiClass):
5
+ """
6
+ A version of a pipeline step.
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ stepName (str): The name of the step.
11
+ pipelineStepVersion (str): The reference to the pipeline step version.
12
+ pipelineStepId (str): The reference to this step.
13
+ pipelineId (str): The reference to the pipeline this step belongs to.
14
+ pipelineVersion (str): The reference to the pipeline version.
15
+ createdAt (str): The date and time which this step was created.
16
+ updatedAt (str): The date and time when this step was last updated.
17
+ status (str): The status of the pipeline version.
18
+ pythonFunctionId (str): The reference to the python function
19
+ functionVariableMappings (dict): The mappings for function parameters' names.
20
+ stepDependencies (list[str]): List of steps this step depends on.
21
+ outputVariableMappings (dict): The mappings for the output variables to the step.
22
+ """
23
+
24
+ def __init__(self, client, stepName=None, pipelineStepVersion=None, pipelineStepId=None, pipelineId=None, pipelineVersion=None, createdAt=None, updatedAt=None, status=None, pythonFunctionId=None, functionVariableMappings=None, stepDependencies=None, outputVariableMappings=None):
25
+ super().__init__(client, pipelineStepVersion)
26
+ self.step_name = stepName
27
+ self.pipeline_step_version = pipelineStepVersion
28
+ self.pipeline_step_id = pipelineStepId
29
+ self.pipeline_id = pipelineId
30
+ self.pipeline_version = pipelineVersion
31
+ self.created_at = createdAt
32
+ self.updated_at = updatedAt
33
+ self.status = status
34
+ self.python_function_id = pythonFunctionId
35
+ self.function_variable_mappings = functionVariableMappings
36
+ self.step_dependencies = stepDependencies
37
+ self.output_variable_mappings = outputVariableMappings
38
+
39
+ def __repr__(self):
40
+ return f"PipelineStepVersion(step_name={repr(self.step_name)},\n pipeline_step_version={repr(self.pipeline_step_version)},\n pipeline_step_id={repr(self.pipeline_step_id)},\n pipeline_id={repr(self.pipeline_id)},\n pipeline_version={repr(self.pipeline_version)},\n created_at={repr(self.created_at)},\n updated_at={repr(self.updated_at)},\n status={repr(self.status)},\n python_function_id={repr(self.python_function_id)},\n function_variable_mappings={repr(self.function_variable_mappings)},\n step_dependencies={repr(self.step_dependencies)},\n output_variable_mappings={repr(self.output_variable_mappings)})"
41
+
42
+ def to_dict(self):
43
+ """
44
+ Get a dict representation of the parameters in this class
45
+
46
+ Returns:
47
+ dict: The dict value representation of the class parameters
48
+ """
49
+ return {'step_name': self.step_name, 'pipeline_step_version': self.pipeline_step_version, 'pipeline_step_id': self.pipeline_step_id, 'pipeline_id': self.pipeline_id, 'pipeline_version': self.pipeline_version, 'created_at': self.created_at, 'updated_at': self.updated_at, 'status': self.status, 'python_function_id': self.python_function_id, 'function_variable_mappings': self.function_variable_mappings, 'step_dependencies': self.step_dependencies, 'output_variable_mappings': self.output_variable_mappings}