rapidata 2.16.0__tar.gz → 2.17.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 rapidata might be problematic. Click here for more details.

Files changed (496) hide show
  1. {rapidata-2.16.0 → rapidata-2.17.0}/PKG-INFO +1 -1
  2. {rapidata-2.16.0 → rapidata-2.17.0}/pyproject.toml +1 -1
  3. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/__init__.py +1 -0
  4. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/client_api.py +6 -6
  5. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/dataset_api.py +6 -6
  6. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/identity_api.py +12 -12
  7. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/order_api.py +24 -24
  8. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/pipeline_api.py +6 -6
  9. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/workflow_api.py +6 -6
  10. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_campaign_model.py +1 -1
  11. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_model.py +1 -1
  12. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_model.py +1 -1
  13. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_from_files_model.py +1 -1
  14. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_from_text_sources_model.py +1 -1
  15. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_from_urls_model.py +2 -2
  16. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_model.py +1 -1
  17. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/early_stopping_referee_model.py +1 -1
  18. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/elo_config_model.py +2 -2
  19. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/evaluation_workflow_model.py +2 -2
  20. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/online_pair_maker_config_model.py +1 -1
  21. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_config_model.py +1 -1
  22. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_config_model_blueprint.py +1 -1
  23. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_model.py +1 -1
  24. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_model_blueprint.py +1 -1
  25. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_campaign_model.py +1 -1
  26. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/upload_text_sources_to_dataset_model.py +1 -1
  27. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client_README.md +6 -6
  28. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/__init__.py +1 -0
  29. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/__init__.py +1 -0
  30. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/rapidata_selections.py +4 -1
  31. rapidata-2.17.0/src/rapidata/rapidata_client/selection/shuffling_selection.py +36 -0
  32. {rapidata-2.16.0 → rapidata-2.17.0}/LICENSE +0 -0
  33. {rapidata-2.16.0 → rapidata-2.17.0}/README.md +0 -0
  34. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/__init__.py +0 -0
  35. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/__init__.py +0 -0
  36. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/campaign_api.py +0 -0
  37. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/coco_api.py +0 -0
  38. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/compare_workflow_api.py +0 -0
  39. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/datapoint_api.py +0 -0
  40. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/feedback_api.py +0 -0
  41. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/newsletter_api.py +0 -0
  42. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/rapid_api.py +0 -0
  43. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/rapidata_identity_api_api.py +0 -0
  44. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/simple_workflow_api.py +0 -0
  45. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/user_info_api.py +0 -0
  46. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/validation_api.py +0 -0
  47. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api/validation_set_api.py +0 -0
  48. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api_client.py +0 -0
  49. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/api_response.py +0 -0
  50. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/configuration.py +0 -0
  51. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/exceptions.py +0 -0
  52. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/__init__.py +0 -0
  53. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/ab_test_selection.py +0 -0
  54. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/ab_test_selection_a_inner.py +0 -0
  55. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_campaign_artifact_result.py +0 -0
  56. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_campaign_model_user_filters_inner.py +0 -0
  57. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_user_response_result.py +0 -0
  58. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_user_response_result_validation_truth.py +0 -0
  59. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_validation_rapid_model.py +0 -0
  60. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_validation_rapid_model_payload.py +0 -0
  61. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_validation_rapid_model_truth.py +0 -0
  62. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_validation_rapid_result.py +0 -0
  63. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/add_validation_text_rapid_model.py +0 -0
  64. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/admin_order_model.py +0 -0
  65. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/admin_order_model_paged_result.py +0 -0
  66. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/age_group.py +0 -0
  67. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/age_user_filter_model.py +0 -0
  68. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/aggregator_type.py +0 -0
  69. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/are_rapids_active_result.py +0 -0
  70. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/attach_category_rapid_blueprint.py +0 -0
  71. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/attach_category_result.py +0 -0
  72. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/attach_category_truth.py +0 -0
  73. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/base_error.py +0 -0
  74. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/bounding_box_payload.py +0 -0
  75. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/bounding_box_rapid_blueprint.py +0 -0
  76. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/bounding_box_result.py +0 -0
  77. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/bounding_box_truth.py +0 -0
  78. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/box_shape.py +0 -0
  79. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_artifact_model.py +0 -0
  80. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_query_model.py +0 -0
  81. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_query_model_paged_result.py +0 -0
  82. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_query_result.py +0 -0
  83. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_query_result_paged_result.py +0 -0
  84. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_status.py +0 -0
  85. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/campaign_user_filter_model.py +0 -0
  86. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/capped_selection.py +0 -0
  87. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/capped_selection_selections_inner.py +0 -0
  88. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/classification_metadata.py +0 -0
  89. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/classification_metadata_filter_config.py +0 -0
  90. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/classification_metadata_model.py +0 -0
  91. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/classify_payload.py +0 -0
  92. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/clients_query_result.py +0 -0
  93. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/clients_query_result_paged_result.py +0 -0
  94. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/clone_dataset_model.py +0 -0
  95. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/clone_order_model.py +0 -0
  96. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/clone_order_result.py +0 -0
  97. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_match_status.py +0 -0
  98. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_payload.py +0 -0
  99. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_rapid_blueprint.py +0 -0
  100. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_result.py +0 -0
  101. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_truth.py +0 -0
  102. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config.py +0 -0
  103. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_metadata_value.py +0 -0
  104. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_model_pair_maker_config.py +0 -0
  105. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_pair_maker_config.py +0 -0
  106. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_rapid_selection_configs_inner.py +0 -0
  107. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_config_referee.py +0 -0
  108. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_get_result_overview_get200_response.py +0 -0
  109. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_model1.py +0 -0
  110. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_model1_pair_maker_information.py +0 -0
  111. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_model1_referee.py +0 -0
  112. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/compare_workflow_model_pair_maker_config.py +0 -0
  113. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/completed_rapid_model.py +0 -0
  114. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/completed_rapid_model_asset.py +0 -0
  115. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/conditional_validation_rapid_selection_config.py +0 -0
  116. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/conditional_validation_selection.py +0 -0
  117. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/coordinate.py +0 -0
  118. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/correlated_rapid_selection_config.py +0 -0
  119. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/count_classification_metadata_filter_config.py +0 -0
  120. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/count_metadata.py +0 -0
  121. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/count_metadata_model.py +0 -0
  122. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/country_user_filter_model.py +0 -0
  123. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_bridge_token_result.py +0 -0
  124. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_client_model.py +0 -0
  125. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_client_result.py +0 -0
  126. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_complex_order_model.py +0 -0
  127. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_complex_order_model_pipeline.py +0 -0
  128. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_complex_order_result.py +0 -0
  129. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_from_files_model_metadata_inner.py +0 -0
  130. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_from_urls_model_metadata_inner.py +0 -0
  131. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoint_result.py +0 -0
  132. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_datapoints_from_s3_bucket_model.py +0 -0
  133. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_dataset_artifact_model.py +0 -0
  134. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_dataset_artifact_model_dataset.py +0 -0
  135. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_default_order_model.py +0 -0
  136. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_default_order_model_workflow_config.py +0 -0
  137. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_demographic_rapid_model.py +0 -0
  138. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_empty_validation_set_result.py +0 -0
  139. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_independent_workflow_model.py +0 -0
  140. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_independent_workflow_model_workflow_config.py +0 -0
  141. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_independent_workflow_result.py +0 -0
  142. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_legacy_client_model.py +0 -0
  143. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_legacy_order_result.py +0 -0
  144. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_model_referee.py +0 -0
  145. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_model_selections_inner.py +0 -0
  146. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_model_user_filters_inner.py +0 -0
  147. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_model_workflow.py +0 -0
  148. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_order_result.py +0 -0
  149. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_rapid_result.py +0 -0
  150. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_simple_pipeline_model.py +0 -0
  151. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_simple_pipeline_model_artifacts_inner.py +0 -0
  152. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_simple_pipeline_model_pipeline_steps_inner.py +0 -0
  153. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_unsupported_order_model.py +0 -0
  154. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/create_validation_set_model.py +0 -0
  155. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/custom_user_filter_model.py +0 -0
  156. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/customer_order_model.py +0 -0
  157. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/customer_order_model_paged_result.py +0 -0
  158. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint.py +0 -0
  159. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_asset.py +0 -0
  160. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_get_by_id_get200_response.py +0 -0
  161. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_metadata_model.py +0 -0
  162. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_metadata_model_metadata_inner.py +0 -0
  163. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_model.py +0 -0
  164. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_model_asset.py +0 -0
  165. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/datapoint_state.py +0 -0
  166. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/dataset_artifact_model.py +0 -0
  167. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/dataset_evaluation_step_model.py +0 -0
  168. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/demographic.py +0 -0
  169. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/demographic_metadata_model.py +0 -0
  170. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/demographic_rapid_selection_config.py +0 -0
  171. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/demographic_selection.py +0 -0
  172. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/elo_config.py +0 -0
  173. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/empty_validation_truth.py +0 -0
  174. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/error_type.py +0 -0
  175. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/evaluation_workflow_config.py +0 -0
  176. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/feature_flag.py +0 -0
  177. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/feature_flag_model.py +0 -0
  178. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/feedback_model.py +0 -0
  179. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_artifact_model.py +0 -0
  180. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset.py +0 -0
  181. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_metadata_inner.py +0 -0
  182. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model.py +0 -0
  183. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model1.py +0 -0
  184. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model1_metadata_inner.py +0 -0
  185. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model2.py +0 -0
  186. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model_metadata_inner.py +0 -0
  187. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/file_asset_model_metadata_value.py +0 -0
  188. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/filter.py +0 -0
  189. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/filter_operator.py +0 -0
  190. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/free_text_payload.py +0 -0
  191. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/free_text_rapid_blueprint.py +0 -0
  192. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/free_text_result.py +0 -0
  193. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/gender.py +0 -0
  194. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/gender_user_filter_model.py +0 -0
  195. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_attach_category_workflow_result_overview_result.py +0 -0
  196. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_available_validation_sets_result.py +0 -0
  197. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_classify_workflow_result_overview_result.py +0 -0
  198. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_ab_summary_result.py +0 -0
  199. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_result_overview_result.py +0 -0
  200. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_result_overview_small_result.py +0 -0
  201. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_results_model.py +0 -0
  202. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_results_result.py +0 -0
  203. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_results_result_asset.py +0 -0
  204. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_compare_workflow_results_result_paged_result.py +0 -0
  205. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_datapoint_by_id_result.py +0 -0
  206. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_datapoints_by_dataset_id_result.py +0 -0
  207. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_dataset_by_id_result.py +0 -0
  208. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_dataset_progress_result.py +0 -0
  209. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_failed_datapoints_result.py +0 -0
  210. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_order_by_id_result.py +0 -0
  211. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_order_results_result.py +0 -0
  212. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_pipeline_by_id_result.py +0 -0
  213. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_pipeline_by_id_result_artifacts_value.py +0 -0
  214. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_public_orders_result.py +0 -0
  215. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_rapid_responses_result.py +0 -0
  216. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_responses_result.py +0 -0
  217. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_simple_workflow_result_overview_result.py +0 -0
  218. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_simple_workflow_results_model.py +0 -0
  219. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_simple_workflow_results_result.py +0 -0
  220. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_simple_workflow_results_result_paged_result.py +0 -0
  221. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_validation_rapids_query.py +0 -0
  222. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_validation_rapids_query_paged_result.py +0 -0
  223. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_validation_set_by_id_result.py +0 -0
  224. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_by_id_result.py +0 -0
  225. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_by_id_result_workflow.py +0 -0
  226. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_config_result.py +0 -0
  227. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_config_result_workflow_config.py +0 -0
  228. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_progress_result.py +0 -0
  229. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/get_workflow_result_overview_result.py +0 -0
  230. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/i_workflow_model_paged_result.py +0 -0
  231. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/identity_read_bridge_token_get202_response.py +0 -0
  232. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/image_dimension_metadata.py +0 -0
  233. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/image_dimension_metadata_model.py +0 -0
  234. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/import_from_file_result.py +0 -0
  235. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/import_validation_set_from_file_result.py +0 -0
  236. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/in_progress_rapid_model.py +0 -0
  237. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/inspect_report_result.py +0 -0
  238. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/issue_auth_token_result.py +0 -0
  239. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/issue_client_auth_token_result.py +0 -0
  240. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/labeling_selection.py +0 -0
  241. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/language_user_filter_model.py +0 -0
  242. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/legacy_issue_client_auth_token_result.py +0 -0
  243. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/legacy_request_password_reset_command.py +0 -0
  244. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/legacy_submit_password_reset_command.py +0 -0
  245. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line.py +0 -0
  246. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line_payload.py +0 -0
  247. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line_point.py +0 -0
  248. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line_rapid_blueprint.py +0 -0
  249. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line_result.py +0 -0
  250. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/line_truth.py +0 -0
  251. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/locate_box_truth.py +0 -0
  252. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/locate_coordinate.py +0 -0
  253. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/locate_payload.py +0 -0
  254. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/locate_rapid_blueprint.py +0 -0
  255. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/locate_result.py +0 -0
  256. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/location_metadata.py +0 -0
  257. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/location_metadata_exists_filter_config.py +0 -0
  258. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/location_metadata_model.py +0 -0
  259. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/logic_operator.py +0 -0
  260. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/login_model.py +0 -0
  261. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/metadata_visibilities.py +0 -0
  262. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/multi_asset.py +0 -0
  263. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/multi_asset_model.py +0 -0
  264. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/multi_asset_model1.py +0 -0
  265. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/multi_asset_model1_assets_inner.py +0 -0
  266. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/multi_asset_model2.py +0 -0
  267. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/naive_referee_config.py +0 -0
  268. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/naive_referee_model.py +0 -0
  269. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/named_classification.py +0 -0
  270. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/named_entity_payload.py +0 -0
  271. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/named_entity_rapid_blueprint.py +0 -0
  272. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/named_entity_result.py +0 -0
  273. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/named_entity_truth.py +0 -0
  274. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/never_ending_referee_config.py +0 -0
  275. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/new_user_filter_model.py +0 -0
  276. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/new_user_filter_model1.py +0 -0
  277. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/newsletter_model.py +0 -0
  278. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/no_validation_workflow_rapid_selection_config.py +0 -0
  279. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/not_available_yet_result.py +0 -0
  280. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/not_started_rapid_model.py +0 -0
  281. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/null_asset.py +0 -0
  282. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/null_asset_model.py +0 -0
  283. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/null_asset_model1.py +0 -0
  284. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/null_asset_model2.py +0 -0
  285. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/online_pair_maker_config.py +0 -0
  286. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/online_pair_maker_information.py +0 -0
  287. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/only_validation_workflow_rapid_selection_config.py +0 -0
  288. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/order_model.py +0 -0
  289. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/order_model_paged_result.py +0 -0
  290. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/order_query_get200_response.py +0 -0
  291. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/order_state.py +0 -0
  292. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/original_filename_metadata.py +0 -0
  293. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/original_filename_metadata_model.py +0 -0
  294. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/page_info.py +0 -0
  295. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/pipeline_id_workflow_artifact_id_put_request.py +0 -0
  296. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/pipeline_id_workflow_put_request.py +0 -0
  297. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/polygon_payload.py +0 -0
  298. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/polygon_rapid_blueprint.py +0 -0
  299. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/polygon_result.py +0 -0
  300. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/polygon_truth.py +0 -0
  301. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/pre_arranged_pair_maker_config.py +0 -0
  302. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/pre_arranged_pair_maker_config_model.py +0 -0
  303. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/pre_arranged_pair_maker_information.py +0 -0
  304. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/preliminary_download_model.py +0 -0
  305. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/preliminary_download_result.py +0 -0
  306. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/private_text_metadata_input.py +0 -0
  307. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/probabilistic_attach_category_referee_config.py +0 -0
  308. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/problem_details.py +0 -0
  309. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/prompt_metadata.py +0 -0
  310. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/prompt_metadata_input.py +0 -0
  311. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/prompt_metadata_model.py +0 -0
  312. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/public_order_model.py +0 -0
  313. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/public_text_metadata_input.py +0 -0
  314. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_campaigns_model.py +0 -0
  315. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_model.py +0 -0
  316. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_orders_model.py +0 -0
  317. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_rapids_result.py +0 -0
  318. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_rapids_result_asset.py +0 -0
  319. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_rapids_result_paged_result.py +0 -0
  320. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_rapids_result_payload.py +0 -0
  321. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_rapids_result_truth.py +0 -0
  322. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_validation_set_model.py +0 -0
  323. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/query_workflows_model.py +0 -0
  324. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/ranked_datapoint_model.py +0 -0
  325. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_answer.py +0 -0
  326. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_answer_result.py +0 -0
  327. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_issue.py +0 -0
  328. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_response.py +0 -0
  329. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_response_result.py +0 -0
  330. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_result_model.py +0 -0
  331. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_result_model_result.py +0 -0
  332. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_skipped_model.py +0 -0
  333. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/rapid_state.py +0 -0
  334. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/read_bridge_token_keys_result.py +0 -0
  335. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/register_temporary_customer_model.py +0 -0
  336. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/register_temporary_customer_result.py +0 -0
  337. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/report_model.py +0 -0
  338. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/request_password_reset_command.py +0 -0
  339. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/root_filter.py +0 -0
  340. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/scrub_payload.py +0 -0
  341. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/scrub_range.py +0 -0
  342. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/scrub_rapid_blueprint.py +0 -0
  343. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/scrub_result.py +0 -0
  344. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/scrub_truth.py +0 -0
  345. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/send_completion_mail_step_model.py +0 -0
  346. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/shape.py +0 -0
  347. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/shuffling_selection.py +0 -0
  348. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/signup_customer_model.py +0 -0
  349. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/signup_shadow_customer_model.py +0 -0
  350. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_config.py +0 -0
  351. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_config_blueprint.py +0 -0
  352. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_get_result_overview_get200_response.py +0 -0
  353. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_model1.py +0 -0
  354. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/simple_workflow_model1_blueprint.py +0 -0
  355. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/skip_result.py +0 -0
  356. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/sort_criterion.py +0 -0
  357. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/sort_direction.py +0 -0
  358. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/source_url_metadata.py +0 -0
  359. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/source_url_metadata_model.py +0 -0
  360. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/static_rapid_selection_config.py +0 -0
  361. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/static_selection.py +0 -0
  362. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/submit_coco_model.py +0 -0
  363. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/submit_coco_result.py +0 -0
  364. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/submit_password_reset_command.py +0 -0
  365. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_asset.py +0 -0
  366. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_asset_model.py +0 -0
  367. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_asset_model1.py +0 -0
  368. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_asset_model2.py +0 -0
  369. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_metadata.py +0 -0
  370. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/text_metadata_model.py +0 -0
  371. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_metadata.py +0 -0
  372. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_metadata_input.py +0 -0
  373. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_metadata_model.py +0 -0
  374. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_payload.py +0 -0
  375. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_rapid_blueprint.py +0 -0
  376. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_result.py +0 -0
  377. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_truth.py +0 -0
  378. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/transcription_word.py +0 -0
  379. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/translated_prompt_metadata_model.py +0 -0
  380. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/translated_string.py +0 -0
  381. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/unlock_order_result.py +0 -0
  382. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_access_model.py +0 -0
  383. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_dataset_name_model.py +0 -0
  384. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_dimensions_model.py +0 -0
  385. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_order_model.py +0 -0
  386. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_order_name_model.py +0 -0
  387. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_validation_rapid_model.py +0 -0
  388. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_validation_rapid_model_truth.py +0 -0
  389. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_workflow_config_model.py +0 -0
  390. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_workflow_config_model_workflow_config.py +0 -0
  391. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_workflow_config_request.py +0 -0
  392. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/update_workflow_config_request_config.py +0 -0
  393. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/upload_coco_result.py +0 -0
  394. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/upload_datapoints_result.py +0 -0
  395. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/upload_files_from_s3_bucket_model.py +0 -0
  396. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/upload_from_s3_result.py +0 -0
  397. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/user_score_user_filter_model.py +0 -0
  398. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_chance.py +0 -0
  399. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_import_post_request_blueprint.py +0 -0
  400. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_rapid_selection_config.py +0 -0
  401. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_selection.py +0 -0
  402. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_set.py +0 -0
  403. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_set_model.py +0 -0
  404. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_set_model_paged_result.py +0 -0
  405. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_set_overview_model.py +0 -0
  406. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/validation_set_paged_result.py +0 -0
  407. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_aggregation_step_model.py +0 -0
  408. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_artifact_model.py +0 -0
  409. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_config_artifact_model.py +0 -0
  410. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_config_artifact_model_workflow_config.py +0 -0
  411. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_labeling_step_model.py +0 -0
  412. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_split_model.py +0 -0
  413. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_split_model_filter_configs_inner.py +0 -0
  414. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/models/workflow_state.py +0 -0
  415. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/api_client/rest.py +0 -0
  416. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/__init__.py +0 -0
  417. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/_base_asset.py +0 -0
  418. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/_media_asset.py +0 -0
  419. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/_multi_asset.py +0 -0
  420. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/_text_asset.py +0 -0
  421. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/assets/data_type_enum.py +0 -0
  422. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/country_codes/__init__.py +0 -0
  423. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/country_codes/country_codes.py +0 -0
  424. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/demographic/__init__.py +0 -0
  425. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/demographic/demographic_manager.py +0 -0
  426. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/__init__.py +0 -0
  427. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/_base_filter.py +0 -0
  428. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/age_filter.py +0 -0
  429. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/campaign_filter.py +0 -0
  430. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/country_filter.py +0 -0
  431. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/custom_filter.py +0 -0
  432. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/gender_filter.py +0 -0
  433. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/language_filter.py +0 -0
  434. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/models/__init__.py +0 -0
  435. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/models/age_group.py +0 -0
  436. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/models/gender.py +0 -0
  437. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/rapidata_filters.py +0 -0
  438. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/filter/user_score_filter.py +0 -0
  439. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/__init__.py +0 -0
  440. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/_base_metadata.py +0 -0
  441. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/_private_text_metadata.py +0 -0
  442. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/_prompt_metadata.py +0 -0
  443. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/_public_text_metadata.py +0 -0
  444. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/metadata/_select_words_metadata.py +0 -0
  445. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/__init__.py +0 -0
  446. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/_rapidata_dataset.py +0 -0
  447. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/_rapidata_order_builder.py +0 -0
  448. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/rapidata_order.py +0 -0
  449. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/rapidata_order_manager.py +0 -0
  450. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/order/rapidata_results.py +0 -0
  451. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/rapidata_client.py +0 -0
  452. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/referee/__init__.py +0 -0
  453. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/referee/_base_referee.py +0 -0
  454. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/referee/_early_stopping_referee.py +0 -0
  455. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/referee/_naive_referee.py +0 -0
  456. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/_base_selection.py +0 -0
  457. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/ab_test_selection.py +0 -0
  458. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/capped_selection.py +0 -0
  459. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/conditional_validation_selection.py +0 -0
  460. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/demographic_selection.py +0 -0
  461. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/labeling_selection.py +0 -0
  462. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/selection/validation_selection.py +0 -0
  463. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/__init__.py +0 -0
  464. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/_rapidata_setting.py +0 -0
  465. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/alert_on_fast_response.py +0 -0
  466. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/custom_setting.py +0 -0
  467. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/free_text_minimum_characters.py +0 -0
  468. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/models/__init__.py +0 -0
  469. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/models/translation_behaviour_options.py +0 -0
  470. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/no_shuffle.py +0 -0
  471. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/play_video_until_the_end.py +0 -0
  472. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/rapidata_settings.py +0 -0
  473. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/settings/translation_behaviour.py +0 -0
  474. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/__init__.py +0 -0
  475. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/rapidata_validation_set.py +0 -0
  476. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/rapids/__init__.py +0 -0
  477. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/rapids/box.py +0 -0
  478. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/rapids/rapids.py +0 -0
  479. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/rapids/rapids_manager.py +0 -0
  480. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/validation/validation_set_manager.py +0 -0
  481. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/__init__.py +0 -0
  482. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_base_workflow.py +0 -0
  483. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_classify_workflow.py +0 -0
  484. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_compare_workflow.py +0 -0
  485. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_draw_workflow.py +0 -0
  486. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_evaluation_workflow.py +0 -0
  487. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_free_text_workflow.py +0 -0
  488. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_locate_workflow.py +0 -0
  489. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_ranking_workflow.py +0 -0
  490. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_select_words_workflow.py +0 -0
  491. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/rapidata_client/workflow/_timestamp_workflow.py +0 -0
  492. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/service/__init__.py +0 -0
  493. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/service/credential_manager.py +0 -0
  494. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/service/local_file_service.py +0 -0
  495. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/service/openapi_service.py +0 -0
  496. {rapidata-2.16.0 → rapidata-2.17.0}/src/rapidata/service/token_manager.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rapidata
3
- Version: 2.16.0
3
+ Version: 2.17.0
4
4
  Summary: Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way.
5
5
  License: Apache-2.0
6
6
  Author: Rapidata AG
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "rapidata"
3
- version = "2.16.0"
3
+ version = "2.17.0"
4
4
  description = "Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way."
5
5
  authors = ["Rapidata AG <info@rapidata.ai>"]
6
6
  license = "Apache-2.0"
@@ -5,6 +5,7 @@ from .rapidata_client import (
5
5
  ValidationSelection,
6
6
  ConditionalValidationSelection,
7
7
  CappedSelection,
8
+ ShufflingSelection,
8
9
  RapidataSettings,
9
10
  TranslationBehaviourOptions,
10
11
  AlertOnFastResponse,
@@ -589,7 +589,7 @@ class ClientApi:
589
589
  ) -> ClientsQueryResultPagedResult:
590
590
  """(Deprecated) Gets the clients for the current customer.
591
591
 
592
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
592
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
593
593
 
594
594
  :param request:
595
595
  :type request: QueryModel
@@ -657,7 +657,7 @@ class ClientApi:
657
657
  ) -> ApiResponse[ClientsQueryResultPagedResult]:
658
658
  """(Deprecated) Gets the clients for the current customer.
659
659
 
660
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
660
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
661
661
 
662
662
  :param request:
663
663
  :type request: QueryModel
@@ -725,7 +725,7 @@ class ClientApi:
725
725
  ) -> RESTResponseType:
726
726
  """(Deprecated) Gets the clients for the current customer.
727
727
 
728
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
728
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
729
729
 
730
730
  :param request:
731
731
  :type request: QueryModel
@@ -1115,7 +1115,7 @@ class ClientApi:
1115
1115
  ) -> ClientsQueryResultPagedResult:
1116
1116
  """Queries the clients for the current customer.
1117
1117
 
1118
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1118
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1119
1119
 
1120
1120
  :param request:
1121
1121
  :type request: QueryModel
@@ -1182,7 +1182,7 @@ class ClientApi:
1182
1182
  ) -> ApiResponse[ClientsQueryResultPagedResult]:
1183
1183
  """Queries the clients for the current customer.
1184
1184
 
1185
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1185
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1186
1186
 
1187
1187
  :param request:
1188
1188
  :type request: QueryModel
@@ -1249,7 +1249,7 @@ class ClientApi:
1249
1249
  ) -> RESTResponseType:
1250
1250
  """Queries the clients for the current customer.
1251
1251
 
1252
- A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1252
+ A client allows a customer to authenticate with the APIs without using their own credentials. This is useful for creating service accounts or other automated processes, as when using the Rapidata Python SDK.
1253
1253
 
1254
1254
  :param request:
1255
1255
  :type request: QueryModel
@@ -939,7 +939,7 @@ class DatasetApi:
939
939
  ) -> GetFailedDatapointsResult:
940
940
  """Gets a list of all datapoints that failed to upload.
941
941
 
942
- A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
942
+ A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
943
943
 
944
944
  :param dataset_id: The id of the dataset to get the failed datapoints of. (required)
945
945
  :type dataset_id: str
@@ -1006,7 +1006,7 @@ class DatasetApi:
1006
1006
  ) -> ApiResponse[GetFailedDatapointsResult]:
1007
1007
  """Gets a list of all datapoints that failed to upload.
1008
1008
 
1009
- A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
1009
+ A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
1010
1010
 
1011
1011
  :param dataset_id: The id of the dataset to get the failed datapoints of. (required)
1012
1012
  :type dataset_id: str
@@ -1073,7 +1073,7 @@ class DatasetApi:
1073
1073
  ) -> RESTResponseType:
1074
1074
  """Gets a list of all datapoints that failed to upload.
1075
1075
 
1076
- A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
1076
+ A datapoint usually fails to upload when using a deferred upload mechanism such as when providing a URL and the URL is not accessible.
1077
1077
 
1078
1078
  :param dataset_id: The id of the dataset to get the failed datapoints of. (required)
1079
1079
  :type dataset_id: str
@@ -2361,7 +2361,7 @@ class DatasetApi:
2361
2361
  ) -> CreateDatapointResult:
2362
2362
  """Creates a single datapoint where the assets are fetched from the specified urls.
2363
2363
 
2364
- Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2364
+ Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2365
2365
 
2366
2366
  :param dataset_id: The id of the dataset to create the datapoint in. (required)
2367
2367
  :type dataset_id: str
@@ -2432,7 +2432,7 @@ class DatasetApi:
2432
2432
  ) -> ApiResponse[CreateDatapointResult]:
2433
2433
  """Creates a single datapoint where the assets are fetched from the specified urls.
2434
2434
 
2435
- Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2435
+ Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2436
2436
 
2437
2437
  :param dataset_id: The id of the dataset to create the datapoint in. (required)
2438
2438
  :type dataset_id: str
@@ -2503,7 +2503,7 @@ class DatasetApi:
2503
2503
  ) -> RESTResponseType:
2504
2504
  """Creates a single datapoint where the assets are fetched from the specified urls.
2505
2505
 
2506
- Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2506
+ Passing in multiple urls will create a single datapoint with a MultiAsset. Each url will be fetched and stored as a sub-asset of the MultiAsset. <para /> If any of the urls are not accessible, the request will fail.
2507
2507
 
2508
2508
  :param dataset_id: The id of the dataset to create the datapoint in. (required)
2509
2509
  :type dataset_id: str
@@ -59,7 +59,7 @@ class IdentityApi:
59
59
  _headers: Optional[Dict[StrictStr, Any]] = None,
60
60
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
61
61
  ) -> ReadBridgeTokenKeysResult:
62
- """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
62
+ """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
63
63
 
64
64
 
65
65
  :param read_key: The read key to read the bridge token keys for.
@@ -126,7 +126,7 @@ class IdentityApi:
126
126
  _headers: Optional[Dict[StrictStr, Any]] = None,
127
127
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
128
128
  ) -> ApiResponse[ReadBridgeTokenKeysResult]:
129
- """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
129
+ """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
130
130
 
131
131
 
132
132
  :param read_key: The read key to read the bridge token keys for.
@@ -193,7 +193,7 @@ class IdentityApi:
193
193
  _headers: Optional[Dict[StrictStr, Any]] = None,
194
194
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
195
195
  ) -> RESTResponseType:
196
- """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
196
+ """Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
197
197
 
198
198
 
199
199
  :param read_key: The read key to read the bridge token keys for.
@@ -325,7 +325,7 @@ class IdentityApi:
325
325
  _headers: Optional[Dict[StrictStr, Any]] = None,
326
326
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
327
327
  ) -> CreateBridgeTokenResult:
328
- """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
328
+ """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
329
329
 
330
330
 
331
331
  :param client_id: The client ID to create the keys for.
@@ -391,7 +391,7 @@ class IdentityApi:
391
391
  _headers: Optional[Dict[StrictStr, Any]] = None,
392
392
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
393
393
  ) -> ApiResponse[CreateBridgeTokenResult]:
394
- """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
394
+ """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
395
395
 
396
396
 
397
397
  :param client_id: The client ID to create the keys for.
@@ -457,7 +457,7 @@ class IdentityApi:
457
457
  _headers: Optional[Dict[StrictStr, Any]] = None,
458
458
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
459
459
  ) -> RESTResponseType:
460
- """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
460
+ """Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
461
461
 
462
462
 
463
463
  :param client_id: The client ID to create the keys for.
@@ -588,7 +588,7 @@ class IdentityApi:
588
588
  _headers: Optional[Dict[StrictStr, Any]] = None,
589
589
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
590
590
  ) -> CreateBridgeTokenResult:
591
- """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
591
+ """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
592
592
 
593
593
 
594
594
  :param client_id: The client ID to create the keys for.
@@ -655,7 +655,7 @@ class IdentityApi:
655
655
  _headers: Optional[Dict[StrictStr, Any]] = None,
656
656
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
657
657
  ) -> ApiResponse[CreateBridgeTokenResult]:
658
- """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
658
+ """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
659
659
 
660
660
 
661
661
  :param client_id: The client ID to create the keys for.
@@ -722,7 +722,7 @@ class IdentityApi:
722
722
  _headers: Optional[Dict[StrictStr, Any]] = None,
723
723
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
724
724
  ) -> RESTResponseType:
725
- """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
725
+ """(Deprecated) Creates a pair of read and write keys for a client. The write key is used to store the authentication result. The read key is used to retrieve the authentication result.
726
726
 
727
727
 
728
728
  :param client_id: The client ID to create the keys for.
@@ -854,7 +854,7 @@ class IdentityApi:
854
854
  _headers: Optional[Dict[StrictStr, Any]] = None,
855
855
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
856
856
  ) -> ReadBridgeTokenKeysResult:
857
- """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
857
+ """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
858
858
 
859
859
 
860
860
  :param read_key: The read key to read the bridge token keys for.
@@ -922,7 +922,7 @@ class IdentityApi:
922
922
  _headers: Optional[Dict[StrictStr, Any]] = None,
923
923
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
924
924
  ) -> ApiResponse[ReadBridgeTokenKeysResult]:
925
- """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
925
+ """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
926
926
 
927
927
 
928
928
  :param read_key: The read key to read the bridge token keys for.
@@ -990,7 +990,7 @@ class IdentityApi:
990
990
  _headers: Optional[Dict[StrictStr, Any]] = None,
991
991
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
992
992
  ) -> RESTResponseType:
993
- """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
993
+ """(Deprecated) Tries to read the bridge token keys for a given read key. The read key is used to retrieve the authentication result written by the write key.
994
994
 
995
995
 
996
996
  :param read_key: The read key to read the bridge token keys for.
@@ -71,7 +71,7 @@ class OrderApi:
71
71
  ) -> None:
72
72
  """(Deprecated) Approves an order that has been submitted for manual approval.
73
73
 
74
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
74
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
75
75
 
76
76
  :param order_id: The id of the order to approve
77
77
  :type order_id: str
@@ -139,7 +139,7 @@ class OrderApi:
139
139
  ) -> ApiResponse[None]:
140
140
  """(Deprecated) Approves an order that has been submitted for manual approval.
141
141
 
142
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
142
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
143
143
 
144
144
  :param order_id: The id of the order to approve
145
145
  :type order_id: str
@@ -207,7 +207,7 @@ class OrderApi:
207
207
  ) -> RESTResponseType:
208
208
  """(Deprecated) Approves an order that has been submitted for manual approval.
209
209
 
210
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
210
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
211
211
 
212
212
  :param order_id: The id of the order to approve
213
213
  :type order_id: str
@@ -2240,7 +2240,7 @@ class OrderApi:
2240
2240
  ) -> object:
2241
2241
  """(Deprecated) Aggregates the results of an order.
2242
2242
 
2243
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2243
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2244
2244
 
2245
2245
  :param id: The id of the order
2246
2246
  :type id: str
@@ -2308,7 +2308,7 @@ class OrderApi:
2308
2308
  ) -> ApiResponse[object]:
2309
2309
  """(Deprecated) Aggregates the results of an order.
2310
2310
 
2311
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2311
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2312
2312
 
2313
2313
  :param id: The id of the order
2314
2314
  :type id: str
@@ -2376,7 +2376,7 @@ class OrderApi:
2376
2376
  ) -> RESTResponseType:
2377
2377
  """(Deprecated) Aggregates the results of an order.
2378
2378
 
2379
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2379
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2380
2380
 
2381
2381
  :param id: The id of the order
2382
2382
  :type id: str
@@ -2758,7 +2758,7 @@ class OrderApi:
2758
2758
  ) -> None:
2759
2759
  """Approves an order that has been submitted for manual approval.
2760
2760
 
2761
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2761
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2762
2762
 
2763
2763
  :param order_id: The id of the order to approve (required)
2764
2764
  :type order_id: str
@@ -2825,7 +2825,7 @@ class OrderApi:
2825
2825
  ) -> ApiResponse[None]:
2826
2826
  """Approves an order that has been submitted for manual approval.
2827
2827
 
2828
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2828
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2829
2829
 
2830
2830
  :param order_id: The id of the order to approve (required)
2831
2831
  :type order_id: str
@@ -2892,7 +2892,7 @@ class OrderApi:
2892
2892
  ) -> RESTResponseType:
2893
2893
  """Approves an order that has been submitted for manual approval.
2894
2894
 
2895
- An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2895
+ An order is submitted for manual approval when the automatic approval process could not automatically determine if the order is safe to process. Once an order is approved, the pipeline will start processing the order.
2896
2896
 
2897
2897
  :param order_id: The id of the order to approve (required)
2898
2898
  :type order_id: str
@@ -3828,7 +3828,7 @@ class OrderApi:
3828
3828
  ) -> bytearray:
3829
3829
  """Aggregates the results of an order and returns it as a file attachment.
3830
3830
 
3831
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3831
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3832
3832
 
3833
3833
  :param order_id: The id of the order (required)
3834
3834
  :type order_id: str
@@ -3895,7 +3895,7 @@ class OrderApi:
3895
3895
  ) -> ApiResponse[bytearray]:
3896
3896
  """Aggregates the results of an order and returns it as a file attachment.
3897
3897
 
3898
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3898
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3899
3899
 
3900
3900
  :param order_id: The id of the order (required)
3901
3901
  :type order_id: str
@@ -3962,7 +3962,7 @@ class OrderApi:
3962
3962
  ) -> RESTResponseType:
3963
3963
  """Aggregates the results of an order and returns it as a file attachment.
3964
3964
 
3965
- Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3965
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
3966
3966
 
3967
3967
  :param order_id: The id of the order (required)
3968
3968
  :type order_id: str
@@ -6176,7 +6176,7 @@ class OrderApi:
6176
6176
  ) -> None:
6177
6177
  """Submits an order for approval.
6178
6178
 
6179
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6179
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6180
6180
 
6181
6181
  :param order_id: The id of the order to submit (required)
6182
6182
  :type order_id: str
@@ -6243,7 +6243,7 @@ class OrderApi:
6243
6243
  ) -> ApiResponse[None]:
6244
6244
  """Submits an order for approval.
6245
6245
 
6246
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6246
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6247
6247
 
6248
6248
  :param order_id: The id of the order to submit (required)
6249
6249
  :type order_id: str
@@ -6310,7 +6310,7 @@ class OrderApi:
6310
6310
  ) -> RESTResponseType:
6311
6311
  """Submits an order for approval.
6312
6312
 
6313
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6313
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
6314
6314
 
6315
6315
  :param order_id: The id of the order to submit (required)
6316
6316
  :type order_id: str
@@ -6431,7 +6431,7 @@ class OrderApi:
6431
6431
  ) -> UnlockOrderResult:
6432
6432
  """Unlocks a newly cloned order.
6433
6433
 
6434
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6434
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6435
6435
 
6436
6436
  :param order_id: The id of the order to unlock (required)
6437
6437
  :type order_id: str
@@ -6498,7 +6498,7 @@ class OrderApi:
6498
6498
  ) -> ApiResponse[UnlockOrderResult]:
6499
6499
  """Unlocks a newly cloned order.
6500
6500
 
6501
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6501
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6502
6502
 
6503
6503
  :param order_id: The id of the order to unlock (required)
6504
6504
  :type order_id: str
@@ -6565,7 +6565,7 @@ class OrderApi:
6565
6565
  ) -> RESTResponseType:
6566
6566
  """Unlocks a newly cloned order.
6567
6567
 
6568
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6568
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
6569
6569
 
6570
6570
  :param order_id: The id of the order to unlock (required)
6571
6571
  :type order_id: str
@@ -8531,7 +8531,7 @@ class OrderApi:
8531
8531
  ) -> None:
8532
8532
  """(Deprecated) Submits an order for approval.
8533
8533
 
8534
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8534
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8535
8535
 
8536
8536
  :param order_id: The id of the order to submit
8537
8537
  :type order_id: str
@@ -8599,7 +8599,7 @@ class OrderApi:
8599
8599
  ) -> ApiResponse[None]:
8600
8600
  """(Deprecated) Submits an order for approval.
8601
8601
 
8602
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8602
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8603
8603
 
8604
8604
  :param order_id: The id of the order to submit
8605
8605
  :type order_id: str
@@ -8667,7 +8667,7 @@ class OrderApi:
8667
8667
  ) -> RESTResponseType:
8668
8668
  """(Deprecated) Submits an order for approval.
8669
8669
 
8670
- Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8670
+ Once an order is created its order id and dataset id is returned. The dataset id can be used to fill the dataset with data points. Once submitted, the order will be locked and no further changes can be made.
8671
8671
 
8672
8672
  :param order_id: The id of the order to submit
8673
8673
  :type order_id: str
@@ -8791,7 +8791,7 @@ class OrderApi:
8791
8791
  ) -> UnlockOrderResult:
8792
8792
  """(Deprecated) Unlocks a newly cloned order.
8793
8793
 
8794
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8794
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8795
8795
 
8796
8796
  :param order_id: The id of the order to unlock
8797
8797
  :type order_id: str
@@ -8859,7 +8859,7 @@ class OrderApi:
8859
8859
  ) -> ApiResponse[UnlockOrderResult]:
8860
8860
  """(Deprecated) Unlocks a newly cloned order.
8861
8861
 
8862
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8862
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8863
8863
 
8864
8864
  :param order_id: The id of the order to unlock
8865
8865
  :type order_id: str
@@ -8927,7 +8927,7 @@ class OrderApi:
8927
8927
  ) -> RESTResponseType:
8928
8928
  """(Deprecated) Unlocks a newly cloned order.
8929
8929
 
8930
- When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8930
+ When an order is cloned only the necessary information is copied. In order to make changes to the order, it must be unlocked first. Unlocking the order will clone the entire dataset and its datapoints.
8931
8931
 
8932
8932
  :param order_id: The id of the order to unlock
8933
8933
  :type order_id: str
@@ -66,7 +66,7 @@ class PipelineApi:
66
66
  ) -> None:
67
67
  """(Deprecated) Updates the workflow configuration for a pipeline.
68
68
 
69
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
69
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
70
70
 
71
71
  :param id: The id of the pipeline to update. (required)
72
72
  :type id: str
@@ -142,7 +142,7 @@ class PipelineApi:
142
142
  ) -> ApiResponse[None]:
143
143
  """(Deprecated) Updates the workflow configuration for a pipeline.
144
144
 
145
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
145
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
146
146
 
147
147
  :param id: The id of the pipeline to update. (required)
148
148
  :type id: str
@@ -218,7 +218,7 @@ class PipelineApi:
218
218
  ) -> RESTResponseType:
219
219
  """(Deprecated) Updates the workflow configuration for a pipeline.
220
220
 
221
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
221
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
222
222
 
223
223
  :param id: The id of the pipeline to update. (required)
224
224
  :type id: str
@@ -369,7 +369,7 @@ class PipelineApi:
369
369
  ) -> None:
370
370
  """Updates the workflow configuration for a pipeline.
371
371
 
372
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
372
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
373
373
 
374
374
  :param id: The id of the pipeline to update. (required)
375
375
  :type id: str
@@ -444,7 +444,7 @@ class PipelineApi:
444
444
  ) -> ApiResponse[None]:
445
445
  """Updates the workflow configuration for a pipeline.
446
446
 
447
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
447
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
448
448
 
449
449
  :param id: The id of the pipeline to update. (required)
450
450
  :type id: str
@@ -519,7 +519,7 @@ class PipelineApi:
519
519
  ) -> RESTResponseType:
520
520
  """Updates the workflow configuration for a pipeline.
521
521
 
522
- This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
522
+ This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
523
523
 
524
524
  :param id: The id of the pipeline to update. (required)
525
525
  :type id: str
@@ -1116,7 +1116,7 @@ class WorkflowApi:
1116
1116
  _headers: Optional[Dict[StrictStr, Any]] = None,
1117
1117
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1118
1118
  ) -> GetCompareAbSummaryResult:
1119
- """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1119
+ """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1120
1120
 
1121
1121
 
1122
1122
  :param workflow_id: The ID of the workflow to get the summary for. (required)
@@ -1186,7 +1186,7 @@ class WorkflowApi:
1186
1186
  _headers: Optional[Dict[StrictStr, Any]] = None,
1187
1187
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1188
1188
  ) -> ApiResponse[GetCompareAbSummaryResult]:
1189
- """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1189
+ """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1190
1190
 
1191
1191
 
1192
1192
  :param workflow_id: The ID of the workflow to get the summary for. (required)
@@ -1256,7 +1256,7 @@ class WorkflowApi:
1256
1256
  _headers: Optional[Dict[StrictStr, Any]] = None,
1257
1257
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1258
1258
  ) -> RESTResponseType:
1259
- """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1259
+ """Calculates a summary of the results for a simple compare workflow. The summary includes the number of times an asset at each index was the winner.
1260
1260
 
1261
1261
 
1262
1262
  :param workflow_id: The ID of the workflow to get the summary for. (required)
@@ -1917,7 +1917,7 @@ class WorkflowApi:
1917
1917
  _headers: Optional[Dict[StrictStr, Any]] = None,
1918
1918
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1919
1919
  ) -> GetResponsesResult:
1920
- """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
1920
+ """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
1921
1921
 
1922
1922
 
1923
1923
  :param workflow_id: The ID of the workflow to get the responses for. (required)
@@ -1991,7 +1991,7 @@ class WorkflowApi:
1991
1991
  _headers: Optional[Dict[StrictStr, Any]] = None,
1992
1992
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1993
1993
  ) -> ApiResponse[GetResponsesResult]:
1994
- """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
1994
+ """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
1995
1995
 
1996
1996
 
1997
1997
  :param workflow_id: The ID of the workflow to get the responses for. (required)
@@ -2065,7 +2065,7 @@ class WorkflowApi:
2065
2065
  _headers: Optional[Dict[StrictStr, Any]] = None,
2066
2066
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2067
2067
  ) -> RESTResponseType:
2068
- """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
2068
+ """Gets the limit most recent or oldest responses for a workflow. The responses are not guaranteed to be of any specific rapid. Instead, this endpoint returns all responses to any rapid in the workflow.
2069
2069
 
2070
2070
 
2071
2071
  :param workflow_id: The ID of the workflow to get the responses for. (required)
@@ -38,7 +38,7 @@ class AddCampaignModel(BaseModel):
38
38
  feature_flags: List[FeatureFlag] = Field(description="The feature flags that should be applied to the campaign.", alias="featureFlags")
39
39
  priority: StrictInt = Field(description="The priority of the campaign.")
40
40
  is_sticky: Optional[StrictBool] = Field(default=None, description="Indicates if the campaign is sticky.", alias="isSticky")
41
- is_preview_enabled: Optional[StrictBool] = Field(default=None, description="A flag to indicate whether the campaign should be put into preview mode after creation. This way the campaign will not start automatically and the user will have to manually start it.", alias="isPreviewEnabled")
41
+ is_preview_enabled: Optional[StrictBool] = Field(default=None, description="A flag to indicate whether the campaign should be put into preview mode after creation. This way the campaign will not start automatically and the user will have to manually start it.", alias="isPreviewEnabled")
42
42
  __properties: ClassVar[List[str]] = ["_t", "artifactId", "campaignName", "userFilters", "validationSetId", "selections", "featureFlags", "priority", "isSticky", "isPreviewEnabled"]
43
43
 
44
44
  @field_validator('t')
@@ -28,7 +28,7 @@ from typing_extensions import Self
28
28
 
29
29
  class CompareWorkflowConfigModel(BaseModel):
30
30
  """
31
- The configuration for creating a compare workflow. A compare workflow is a workflow that continuously matches datapoints against each other and updates their respective ELO scores. The ELO scores are used to determine the relative strength of the datapoints, and datapoints are matched against other datapoints with similar ELO scores. The end goal is a ranking of the datapoints based on their relative strength.
31
+ The configuration for creating a compare workflow. A compare workflow is a workflow that continuously matches datapoints against each other and updates their respective ELO scores. The ELO scores are used to determine the relative strength of the datapoints, and datapoints are matched against other datapoints with similar ELO scores. The end goal is a ranking of the datapoints based on their relative strength.
32
32
  """ # noqa: E501
33
33
  t: StrictStr = Field(description="Discriminator value for CompareWorkflowConfig", alias="_t")
34
34
  criteria: StrictStr = Field(description="The criteria to add to each compare rapid.")
@@ -27,7 +27,7 @@ from typing_extensions import Self
27
27
 
28
28
  class CompareWorkflowModel(BaseModel):
29
29
  """
30
- If the SimpleWorkflow is chosen, each datapoint uploaded will correspond to a single task to be solved. This is the most commonly chosen workflow.
30
+ If the SimpleWorkflow is chosen, each datapoint uploaded will correspond to a single task to be solved. This is the most commonly chosen workflow.
31
31
  """ # noqa: E501
32
32
  t: StrictStr = Field(description="Discriminator value for CompareWorkflow", alias="_t")
33
33
  criteria: StrictStr = Field(description="The criteria that the datapoints should be compared based on. No default value.")
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
 
26
26
  class CreateDatapointFromFilesModel(BaseModel):
27
27
  """
28
- The form request for creating a datapoint from files. Needs to be encoded as a json string in the form request.
28
+ The form request for creating a datapoint from files. Needs to be encoded as a json string in the form request.
29
29
  """ # noqa: E501
30
30
  metadata: List[CreateDatapointFromFilesModelMetadataInner] = Field(description="The metadata of the datapoint.")
31
31
  sort_index: Optional[StrictInt] = Field(default=None, description="The index will be used to keep the datapoints in order. Useful if upload is parallelized", alias="sortIndex")
@@ -29,7 +29,7 @@ class CreateDatapointFromTextSourcesModel(BaseModel):
29
29
  """ # noqa: E501
30
30
  text_sources: List[StrictStr] = Field(description="The text sources to upload.", alias="textSources")
31
31
  sort_index: Optional[StrictInt] = Field(default=None, description="The index will be used to keep the datapoints in order. Useful if upload is parallelized", alias="sortIndex")
32
- metadata: Optional[List[CreateDatapointFromFilesModelMetadataInner]] = Field(default=None, description="Additional metadata to attach to the datapoint. Most commonly used to add a prompt to the datapoint using the Rapidata.Shared.Assets.Abstraction.Models.Metadata.Input.PromptMetadataInput.")
32
+ metadata: Optional[List[CreateDatapointFromFilesModelMetadataInner]] = Field(default=None, description="Additional metadata to attach to the datapoint. Most commonly used to add a prompt to the datapoint using the Rapidata.Shared.Assets.Abstraction.Models.Metadata.Input.PromptMetadataInput.")
33
33
  __properties: ClassVar[List[str]] = ["textSources", "sortIndex", "metadata"]
34
34
 
35
35
  model_config = ConfigDict(
@@ -27,8 +27,8 @@ class CreateDatapointFromUrlsModel(BaseModel):
27
27
  """
28
28
  The body request for creating a datapoint from urls.
29
29
  """ # noqa: E501
30
- urls: List[StrictStr] = Field(description="The urls to fetch the assets from. The urls must be publicly accessible. A HEAD request will be made to each url to check if it is accessible.")
31
- metadata: Optional[List[CreateDatapointFromFilesModelMetadataInner]] = Field(default=None, description="Additional metadata to attach to the datapoint. Most commonly used to add a prompt to the datapoint using the Rapidata.Shared.Assets.Abstraction.Models.Metadata.Input.PromptMetadataInput.")
30
+ urls: List[StrictStr] = Field(description="The urls to fetch the assets from. The urls must be publicly accessible. A HEAD request will be made to each url to check if it is accessible.")
31
+ metadata: Optional[List[CreateDatapointFromFilesModelMetadataInner]] = Field(default=None, description="Additional metadata to attach to the datapoint. Most commonly used to add a prompt to the datapoint using the Rapidata.Shared.Assets.Abstraction.Models.Metadata.Input.PromptMetadataInput.")
32
32
  sort_index: Optional[StrictInt] = Field(default=None, description="The index will be used to keep the datapoints in order. Useful if upload is parallelized", alias="sortIndex")
33
33
  __properties: ClassVar[List[str]] = ["urls", "metadata", "sortIndex"]
34
34