rapidata 2.16.0__py3-none-any.whl → 2.17.0__py3-none-any.whl

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 (33) hide show
  1. rapidata/__init__.py +1 -0
  2. rapidata/api_client/api/client_api.py +6 -6
  3. rapidata/api_client/api/dataset_api.py +6 -6
  4. rapidata/api_client/api/identity_api.py +12 -12
  5. rapidata/api_client/api/order_api.py +24 -24
  6. rapidata/api_client/api/pipeline_api.py +6 -6
  7. rapidata/api_client/api/workflow_api.py +6 -6
  8. rapidata/api_client/models/add_campaign_model.py +1 -1
  9. rapidata/api_client/models/compare_workflow_config_model.py +1 -1
  10. rapidata/api_client/models/compare_workflow_model.py +1 -1
  11. rapidata/api_client/models/create_datapoint_from_files_model.py +1 -1
  12. rapidata/api_client/models/create_datapoint_from_text_sources_model.py +1 -1
  13. rapidata/api_client/models/create_datapoint_from_urls_model.py +2 -2
  14. rapidata/api_client/models/create_order_model.py +1 -1
  15. rapidata/api_client/models/early_stopping_referee_model.py +1 -1
  16. rapidata/api_client/models/elo_config_model.py +2 -2
  17. rapidata/api_client/models/evaluation_workflow_model.py +2 -2
  18. rapidata/api_client/models/online_pair_maker_config_model.py +1 -1
  19. rapidata/api_client/models/simple_workflow_config_model.py +1 -1
  20. rapidata/api_client/models/simple_workflow_config_model_blueprint.py +1 -1
  21. rapidata/api_client/models/simple_workflow_model.py +1 -1
  22. rapidata/api_client/models/simple_workflow_model_blueprint.py +1 -1
  23. rapidata/api_client/models/update_campaign_model.py +1 -1
  24. rapidata/api_client/models/upload_text_sources_to_dataset_model.py +1 -1
  25. rapidata/api_client_README.md +6 -6
  26. rapidata/rapidata_client/__init__.py +1 -0
  27. rapidata/rapidata_client/selection/__init__.py +1 -0
  28. rapidata/rapidata_client/selection/rapidata_selections.py +4 -1
  29. rapidata/rapidata_client/selection/shuffling_selection.py +36 -0
  30. {rapidata-2.16.0.dist-info → rapidata-2.17.0.dist-info}/METADATA +1 -1
  31. {rapidata-2.16.0.dist-info → rapidata-2.17.0.dist-info}/RECORD +33 -32
  32. {rapidata-2.16.0.dist-info → rapidata-2.17.0.dist-info}/LICENSE +0 -0
  33. {rapidata-2.16.0.dist-info → rapidata-2.17.0.dist-info}/WHEEL +0 -0
rapidata/__init__.py CHANGED
@@ -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
 
@@ -42,7 +42,7 @@ class CreateOrderModel(BaseModel):
42
42
  user_score_dimensions: Optional[List[StrictStr]] = Field(default=None, description="The user score dimensions are used to determine the score of the responses from the user.", alias="userScoreDimensions")
43
43
  demographic_keys: Optional[List[StrictStr]] = Field(default=None, description="The demographic keys are used to determine which demographics to store on the resposnes from the user.", alias="demographicKeys")
44
44
  user_filters: List[CreateOrderModelUserFiltersInner] = Field(description="The user filters are used to restrict the order to only collect votes from a specific demographic.", alias="userFilters")
45
- validation_set_id: Optional[StrictStr] = Field(default=None, description="The validation set id can be changed to point to a specific validation set. if not provided a sane default will be used.", alias="validationSetId")
45
+ validation_set_id: Optional[StrictStr] = Field(default=None, description="The validation set id can be changed to point to a specific validation set. if not provided a sane default will be used.", alias="validationSetId")
46
46
  selections: Optional[List[AbTestSelectionAInner]] = Field(default=None, description="The selections are used to determine which tasks are shown to a user.")
47
47
  __properties: ClassVar[List[str]] = ["_t", "orderName", "workflow", "referee", "aggregator", "featureFlags", "priority", "isSticky", "userScoreDimensions", "demographicKeys", "userFilters", "validationSetId", "selections"]
48
48
 
@@ -24,7 +24,7 @@ from typing_extensions import Self
24
24
 
25
25
  class EarlyStoppingRefereeModel(BaseModel):
26
26
  """
27
- The Early Stopping Referee can currently only be used for classification tasks and will stop once a certain threshold is reached or the maximum number of votes is collected.
27
+ The Early Stopping Referee can currently only be used for classification tasks and will stop once a certain threshold is reached or the maximum number of votes is collected.
28
28
  """ # noqa: E501
29
29
  t: StrictStr = Field(description="Discriminator value for EarlyStoppingReferee", alias="_t")
30
30
  max_votes: StrictInt = Field(description="The upper limit of votes that will be collected for each task.", alias="maxVotes")
@@ -27,8 +27,8 @@ class EloConfigModel(BaseModel):
27
27
  These parameters affect how the ELO algorithms behaves
28
28
  """ # noqa: E501
29
29
  starting_elo: Optional[StrictInt] = Field(default=None, description="The starting ELO score for each datapoint.", alias="startingElo")
30
- k_factor: Optional[StrictInt] = Field(default=None, description="The K-factor to use in the ELO calculation. Determines the maximum possible change in a player's Elo rating after a single match. Higher K-Factor values result in larger rating changes.", alias="kFactor")
31
- scaling_factor: Optional[StrictInt] = Field(default=None, description="Scaling factor to use in the ELO calculation. Adjusts the sensitivity of the Elo rating system to differences in player ratings. It affects how much the rating changes based on the expected outcome versus the actual outcome.", alias="scalingFactor")
30
+ k_factor: Optional[StrictInt] = Field(default=None, description="The K-factor to use in the ELO calculation. Determines the maximum possible change in a player's Elo rating after a single match. Higher K-Factor values result in larger rating changes.", alias="kFactor")
31
+ scaling_factor: Optional[StrictInt] = Field(default=None, description="Scaling factor to use in the ELO calculation. Adjusts the sensitivity of the Elo rating system to differences in player ratings. It affects how much the rating changes based on the expected outcome versus the actual outcome.", alias="scalingFactor")
32
32
  __properties: ClassVar[List[str]] = ["startingElo", "kFactor", "scalingFactor"]
33
33
 
34
34
  model_config = ConfigDict(
@@ -24,11 +24,11 @@ from typing_extensions import Self
24
24
 
25
25
  class EvaluationWorkflowModel(BaseModel):
26
26
  """
27
- If the EvaluationWorkflow is chosen a validation set will be used as a source for all tasks. It functions similarly to the SimpleWorkflow as there is a 1:1 mapping between validation rapids and tasks.
27
+ If the EvaluationWorkflow is chosen a validation set will be used as a source for all tasks. It functions similarly to the SimpleWorkflow as there is a 1:1 mapping between validation rapids and tasks.
28
28
  """ # noqa: E501
29
29
  t: StrictStr = Field(description="Discriminator value for EvaluationWorkflow", alias="_t")
30
30
  validation_set_id: StrictStr = Field(description="The Validation Set id is used to as a source for the tasks that will be sent to the user.", alias="validationSetId")
31
- should_accept_incorrect: StrictBool = Field(description="Indicates if the user should get feedback on their answers if they answer wrong. If set to true the user will not notice that he was tested.", alias="shouldAcceptIncorrect")
31
+ should_accept_incorrect: StrictBool = Field(description="Indicates if the user should get feedback on their answers if they answer wrong. If set to true the user will not notice that he was tested.", alias="shouldAcceptIncorrect")
32
32
  __properties: ClassVar[List[str]] = ["_t", "validationSetId", "shouldAcceptIncorrect"]
33
33
 
34
34
  @field_validator('t')
@@ -24,7 +24,7 @@ from typing_extensions import Self
24
24
 
25
25
  class OnlinePairMakerConfigModel(BaseModel):
26
26
  """
27
- The OnlinePairMaker creates random pairs in the beginning and then continues to create pairs that are close in ranking.
27
+ The OnlinePairMaker creates random pairs in the beginning and then continues to create pairs that are close in ranking.
28
28
  """ # noqa: E501
29
29
  t: StrictStr = Field(description="Discriminator value for OnlinePairMaker", alias="_t")
30
30
  random_matches_ratio: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The ratio of random matches for the algorithm to burn-in.", alias="randomMatchesRatio")
@@ -26,7 +26,7 @@ from typing_extensions import Self
26
26
 
27
27
  class SimpleWorkflowConfigModel(BaseModel):
28
28
  """
29
- The configuration for a simple workflow. A simple workflow creates a rapid for each datapoint in its dataset. It is considered complete when all rapids have been completed.
29
+ The configuration for a simple workflow. A simple workflow creates a rapid for each datapoint in its dataset. It is considered complete when all rapids have been completed.
30
30
  """ # noqa: E501
31
31
  t: StrictStr = Field(description="Discriminator value for SimpleWorkflowConfig", alias="_t")
32
32
  referee: CompareWorkflowModel1Referee
@@ -35,7 +35,7 @@ SIMPLEWORKFLOWCONFIGMODELBLUEPRINT_ONE_OF_SCHEMAS = ["AttachCategoryRapidBluepri
35
35
 
36
36
  class SimpleWorkflowConfigModelBlueprint(BaseModel):
37
37
  """
38
- The blueprint to use when creating rapids for this workflow. The blueprint determines what kind of rapids will be created and what data they will contain.
38
+ The blueprint to use when creating rapids for this workflow. The blueprint determines what kind of rapids will be created and what data they will contain.
39
39
  """
40
40
  # data type: TranscriptionRapidBlueprint
41
41
  oneof_schema_1_validator: Optional[TranscriptionRapidBlueprint] = None
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
 
26
26
  class SimpleWorkflowModel(BaseModel):
27
27
  """
28
- If the SimpleWorkflow is chosen, each datapoint uploaded will correspond to a single task to be solved. This is the most commonly chosen workflow.
28
+ If the SimpleWorkflow is chosen, each datapoint uploaded will correspond to a single task to be solved. This is the most commonly chosen workflow.
29
29
  """ # noqa: E501
30
30
  t: StrictStr = Field(description="Discriminator value for SimpleWorkflow", alias="_t")
31
31
  blueprint: SimpleWorkflowModelBlueprint
@@ -35,7 +35,7 @@ SIMPLEWORKFLOWMODELBLUEPRINT_ONE_OF_SCHEMAS = ["AttachCategoryRapidBlueprint", "
35
35
 
36
36
  class SimpleWorkflowModelBlueprint(BaseModel):
37
37
  """
38
- The blueprint is used to create the tasks that will be shown to the users. They contain the common information across all tasks. For example, the tasks question.
38
+ The blueprint is used to create the tasks that will be shown to the users. They contain the common information across all tasks. For example, the tasks question.
39
39
  """
40
40
  # data type: TranscriptionRapidBlueprint
41
41
  oneof_schema_1_validator: Optional[TranscriptionRapidBlueprint] = None
@@ -26,7 +26,7 @@ class UpdateCampaignModel(BaseModel):
26
26
  """
27
27
  The model containing the new configuration for a campaign.
28
28
  """ # noqa: E501
29
- priority: Optional[StrictInt] = Field(default=None, description="A value above 0 indicating how much the campaign should be prioritized. The higher the value the more weight it will be given during campaign selection.")
29
+ priority: Optional[StrictInt] = Field(default=None, description="A value above 0 indicating how much the campaign should be prioritized. The higher the value the more weight it will be given during campaign selection.")
30
30
  feature_flags: Optional[Dict[str, StrictStr]] = Field(default=None, description="The feature flags to assign this campaign.", alias="featureFlags")
31
31
  __properties: ClassVar[List[str]] = ["priority", "featureFlags"]
32
32
 
@@ -30,7 +30,7 @@ class UploadTextSourcesToDatasetModel(BaseModel):
30
30
  dataset_id: StrictStr = Field(description="The id of the dataset to upload the text sources to.", alias="datasetId")
31
31
  text_sources: List[StrictStr] = Field(description="The text sources to upload.", alias="textSources")
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
- 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
+ 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.")
34
34
  __properties: ClassVar[List[str]] = ["datasetId", "textSources", "sortIndex", "metadata"]
35
35
 
36
36
  model_config = ConfigDict(
@@ -111,10 +111,10 @@ Class | Method | HTTP request | Description
111
111
  *DatasetApi* | [**dataset_updatename_post**](rapidata/api_client/docs/DatasetApi.md#dataset_updatename_post) | **POST** /dataset/updatename | Updates the name of a dataset.
112
112
  *DatasetApi* | [**dataset_uploadfilesfroms3_post**](rapidata/api_client/docs/DatasetApi.md#dataset_uploadfilesfroms3_post) | **POST** /dataset/uploadfilesfroms3 | Uploads files from an S3 bucket to a dataset.
113
113
  *FeedbackApi* | [**feedback_feedback_post**](rapidata/api_client/docs/FeedbackApi.md#feedback_feedback_post) | **POST** /feedback/feedback | Submits feedback about our services.
114
- *IdentityApi* | [**identity_bridge_token_get**](rapidata/api_client/docs/IdentityApi.md#identity_bridge_token_get) | **GET** /identity/bridge-token | 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.
115
- *IdentityApi* | [**identity_bridge_token_post**](rapidata/api_client/docs/IdentityApi.md#identity_bridge_token_post) | **POST** /identity/bridge-token | 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.
116
- *IdentityApi* | [**identity_createbridgetoken_post**](rapidata/api_client/docs/IdentityApi.md#identity_createbridgetoken_post) | **POST** /identity/createbridgetoken | 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.
117
- *IdentityApi* | [**identity_readbridgetoken_get**](rapidata/api_client/docs/IdentityApi.md#identity_readbridgetoken_get) | **GET** /identity/readbridgetoken | 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.
114
+ *IdentityApi* | [**identity_bridge_token_get**](rapidata/api_client/docs/IdentityApi.md#identity_bridge_token_get) | **GET** /identity/bridge-token | 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.
115
+ *IdentityApi* | [**identity_bridge_token_post**](rapidata/api_client/docs/IdentityApi.md#identity_bridge_token_post) | **POST** /identity/bridge-token | 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.
116
+ *IdentityApi* | [**identity_createbridgetoken_post**](rapidata/api_client/docs/IdentityApi.md#identity_createbridgetoken_post) | **POST** /identity/createbridgetoken | 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.
117
+ *IdentityApi* | [**identity_readbridgetoken_get**](rapidata/api_client/docs/IdentityApi.md#identity_readbridgetoken_get) | **GET** /identity/readbridgetoken | 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.
118
118
  *IdentityApi* | [**identity_referrer_post**](rapidata/api_client/docs/IdentityApi.md#identity_referrer_post) | **POST** /identity/referrer | Sets the referrer for the current customer.
119
119
  *IdentityApi* | [**identity_registertemporary_post**](rapidata/api_client/docs/IdentityApi.md#identity_registertemporary_post) | **POST** /identity/registertemporary | Registers and logs in a temporary customer.
120
120
  *IdentityApi* | [**identity_temporary_post**](rapidata/api_client/docs/IdentityApi.md#identity_temporary_post) | **POST** /identity/temporary | Registers and logs in a temporary customer.
@@ -209,10 +209,10 @@ Class | Method | HTTP request | Description
209
209
  *WorkflowApi* | [**workflow_getbyid_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_getbyid_get) | **GET** /workflow/getbyid | Get a workflow by its ID.
210
210
  *WorkflowApi* | [**workflow_getprogress_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_getprogress_get) | **GET** /workflow/getprogress | Get the progress of a workflow.
211
211
  *WorkflowApi* | [**workflow_query_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_query_get) | **GET** /workflow/query | Queries workflows based on the provided filter, page, and sort criteria.
212
- *WorkflowApi* | [**workflow_workflow_id_compare_ab_summary_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_compare_ab_summary_get) | **GET** /workflow/{workflowId}/compare-ab-summary | 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.
212
+ *WorkflowApi* | [**workflow_workflow_id_compare_ab_summary_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_compare_ab_summary_get) | **GET** /workflow/{workflowId}/compare-ab-summary | 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.
213
213
  *WorkflowApi* | [**workflow_workflow_id_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_get) | **GET** /workflow/{workflowId} | Get a workflow by its ID.
214
214
  *WorkflowApi* | [**workflow_workflow_id_progress_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_progress_get) | **GET** /workflow/{workflowId}/progress | Get the progress of a workflow.
215
- *WorkflowApi* | [**workflow_workflow_id_responses_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_responses_get) | **GET** /workflow/{workflowId}/responses | 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.
215
+ *WorkflowApi* | [**workflow_workflow_id_responses_get**](rapidata/api_client/docs/WorkflowApi.md#workflow_workflow_id_responses_get) | **GET** /workflow/{workflowId}/responses | 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.
216
216
  *WorkflowApi* | [**workflows_get**](rapidata/api_client/docs/WorkflowApi.md#workflows_get) | **GET** /workflows | Queries workflows based on the provided filter, page, and sort criteria.
217
217
 
218
218
 
@@ -5,6 +5,7 @@ from .selection import (
5
5
  ValidationSelection,
6
6
  ConditionalValidationSelection,
7
7
  CappedSelection,
8
+ ShufflingSelection,
8
9
  )
9
10
  from .metadata import (
10
11
  PrivateTextMetadata,
@@ -4,3 +4,4 @@ from .labeling_selection import LabelingSelection
4
4
  from .validation_selection import ValidationSelection
5
5
  from .conditional_validation_selection import ConditionalValidationSelection
6
6
  from .capped_selection import CappedSelection
7
+ from .shuffling_selection import ShufflingSelection
@@ -3,7 +3,8 @@ from rapidata.rapidata_client.selection import (
3
3
  LabelingSelection,
4
4
  ValidationSelection,
5
5
  ConditionalValidationSelection,
6
- CappedSelection)
6
+ CappedSelection,
7
+ ShufflingSelection)
7
8
 
8
9
  class RapidataSelections:
9
10
  """RapidataSelections Classes
@@ -17,6 +18,7 @@ class RapidataSelections:
17
18
  conditional_validation (ConditionalValidationSelection): The ConditionalValidationSelection instance.
18
19
  demographic (DemographicSelection): The DemographicSelection instance.
19
20
  capped (CappedSelection): The CappedSelection instance.
21
+ shuffling (ShufflingSelection): The ShufflingSelection instance.
20
22
 
21
23
  Example:
22
24
  ```python
@@ -32,3 +34,4 @@ class RapidataSelections:
32
34
  conditional_validation = ConditionalValidationSelection
33
35
  demographic = DemographicSelection
34
36
  capped = CappedSelection
37
+ shuffling = ShufflingSelection
@@ -0,0 +1,36 @@
1
+
2
+ from rapidata.api_client.models.ab_test_selection_a_inner import AbTestSelectionAInner
3
+ from rapidata.api_client.models.shuffling_selection import ShufflingSelection as ShufflingSelectionModel
4
+ from rapidata.rapidata_client.selection._base_selection import RapidataSelection
5
+
6
+ from typing import Sequence
7
+
8
+
9
+ class ShufflingSelection(RapidataSelection):
10
+ """ShufflingSelection Class
11
+
12
+ Shuffles the selections provided in the list.
13
+
14
+ Args:
15
+ selections (Sequence[RapidataSelection]): List of selections to shuffle.
16
+
17
+ Example:
18
+ ```python
19
+ selection = ShufflingSelection(
20
+ [ValidSelections("validation_id", 1), LabelingSelection(2)])
21
+ ```
22
+ This means that the users will get 1 validation task and 2 labeling tasks in a shuffled order.
23
+ """
24
+
25
+ def __init__(self, selections: Sequence[RapidataSelection]):
26
+ self.selections = selections
27
+
28
+ def _to_model(self) -> ShufflingSelectionModel:
29
+ return ShufflingSelectionModel(
30
+ _t="ShufflingSelection",
31
+ selections=[
32
+ AbTestSelectionAInner(selection._to_model())
33
+ for selection in self.selections
34
+ ]
35
+ )
36
+
@@ -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,24 +1,24 @@
1
- rapidata/__init__.py,sha256=8tov2fxRG_tIgSUjJ3HCMXxoc28sIKqHsLVpRp2rfWg,602
1
+ rapidata/__init__.py,sha256=6em4FQqmF6LMIlTElMP91xahUwPKi4nbErtoO7ecEKo,626
2
2
  rapidata/api_client/__init__.py,sha256=F2L8sRZIq9q_r6oSFMCdsoHpXI6PP2YYm8VgKNNMm_U,26279
3
3
  rapidata/api_client/api/__init__.py,sha256=z_KCn1Nw9RrVXzdC2RCpoEk7_vU19JT261Opw04RqNI,1129
4
4
  rapidata/api_client/api/campaign_api.py,sha256=1ajX0hSnA4O5GacJLIGkAgorPlNDRVaEZY029Pkutl4,71353
5
- rapidata/api_client/api/client_api.py,sha256=nMNGBHKWeWcp7bivfo3cgA1Dkbl8dj9FbYqOx__rqk8,53369
5
+ rapidata/api_client/api/client_api.py,sha256=qGiNJHQarNEFNmkrgWeHmlVX96WuDZINozhYaNfiy3c,53357
6
6
  rapidata/api_client/api/coco_api.py,sha256=IdXoawGadGo9FaVUbqxHOGYgNmSLjvvEZczBGjtH2-w,46574
7
7
  rapidata/api_client/api/compare_workflow_api.py,sha256=BG_cNnR1UO48Jfy2_ZLEcR2mknD0wXbDYKHLNVt4Szw,12833
8
8
  rapidata/api_client/api/datapoint_api.py,sha256=TF0pUq98imO4hxDbxuNu86HmgRQnC-m4YI2oNY8tOdo,52596
9
- rapidata/api_client/api/dataset_api.py,sha256=fYsupTEHp2GbBFi1PfiPan7r473YlLok6upsXaGxxNw,187078
9
+ rapidata/api_client/api/dataset_api.py,sha256=M-FwzuKrBu-dcZEK0FfcvAGd-lk4DLipntkLsRPwXLI,187066
10
10
  rapidata/api_client/api/feedback_api.py,sha256=9ecA2GTvEMkCugXm6McGWbK2bT9gSOb8C-LT8syZ3s0,11661
11
- rapidata/api_client/api/identity_api.py,sha256=n_Km_Xr3PCiNsIPRxxHyVKAmMgJLXHJpfgm6aKwqOc8,78135
11
+ rapidata/api_client/api/identity_api.py,sha256=glClYKwEPyGUDY_SWef-8FGjbbui_RIpOeBhwfzTxAk,78117
12
12
  rapidata/api_client/api/newsletter_api.py,sha256=pdJ7Gdxw7yKZromzGNhM1hRhzrqm4nDRib5xVvnClME,34230
13
- rapidata/api_client/api/order_api.py,sha256=dc5tjaMVQi7bYsCHAFvWKakrNScvUuX96vC--Eup_u4,413446
14
- rapidata/api_client/api/pipeline_api.py,sha256=Gl4jAaYycsvWSOiDzsjjB4qBPhHF3E_9N43skKG8Ivk,86643
13
+ rapidata/api_client/api/order_api.py,sha256=FxrDFCcnSwN3HAO0Oz1yCkqCz0cE839pvA7aUnokuqk,413404
14
+ rapidata/api_client/api/pipeline_api.py,sha256=PUFIw9CR3KftJBVZ_udd8AKLvEtWKvMz93c36wo9v8k,86637
15
15
  rapidata/api_client/api/rapid_api.py,sha256=wsUdeuL0JOyRoGwZ6bxUli3ik8aZV9vloD6fIjUAJsw,173070
16
16
  rapidata/api_client/api/rapidata_identity_api_api.py,sha256=-kgoDuLdh-R4MQ7JPi3kQ0WDFKbmI0MkCjxwHXBmksA,9824
17
17
  rapidata/api_client/api/simple_workflow_api.py,sha256=676u_J6hIL5u1V0jLuSEkkvHwBQBcpHGSfyd0147x-0,12806
18
18
  rapidata/api_client/api/user_info_api.py,sha256=FuuA95Beeky-rnqIoSUe2-WQ7oVTfq0RElX0jfKXT0w,10042
19
19
  rapidata/api_client/api/validation_api.py,sha256=XET31snfRc78TJre3jGOlb0bAs8wr82qhRiURiitUaE,98706
20
20
  rapidata/api_client/api/validation_set_api.py,sha256=TxFR2cSJ5NXUJ5ZkLfB7XuszvYbYoRQ7NRUyoCz20PY,213794
21
- rapidata/api_client/api/workflow_api.py,sha256=iwsxc8Gx1qlj4YW4-629UsSkmL4BpPgoS8qz3IdLAZg,98907
21
+ rapidata/api_client/api/workflow_api.py,sha256=a4LSlqk4X08YEKm4pS7wQeK1tK3JPKJ2xW0ye252r7A,98898
22
22
  rapidata/api_client/api_client.py,sha256=EDhxAOUc5JFWvFsF1zc726Q7GoEFkuB8uor5SlGx9K4,27503
23
23
  rapidata/api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
24
24
  rapidata/api_client/configuration.py,sha256=g472vHVPLBotq8EkfSXP4sbp7xnn-3sb8O8BBlRWK1I,15931
@@ -27,7 +27,7 @@ rapidata/api_client/models/__init__.py,sha256=ywsStsEMzTBpHoaCrkz5PgJee9uma-aN1c
27
27
  rapidata/api_client/models/ab_test_selection.py,sha256=xQcE1BgKSnkTcmIuroeVOAQcAhGkHLlMP9XjakMFgDc,4327
28
28
  rapidata/api_client/models/ab_test_selection_a_inner.py,sha256=2sM9nimGo85Fk1k7yZQnp-3ncMXcz_wvYBCR8NG1Sb8,10771
29
29
  rapidata/api_client/models/add_campaign_artifact_result.py,sha256=4IvFVS-tLlL6eHsWp-IZ_ul5T30-h3YEwd2B5ioBbgY,2582
30
- rapidata/api_client/models/add_campaign_model.py,sha256=Sja8qnmZ_DOqWqGTPnYNSbkkQ5zuLWlCFexNhe-iInw,7479
30
+ rapidata/api_client/models/add_campaign_model.py,sha256=HRFP1EGEzroTC2xzwvJoTaGiAlYUcprUlFkjxmxpOas,7478
31
31
  rapidata/api_client/models/add_campaign_model_user_filters_inner.py,sha256=i7R_ToWdsfkOZechTm_-KE01kucRGvsJ_tVIJWqkGgw,11152
32
32
  rapidata/api_client/models/add_user_response_result.py,sha256=bJe6-xga6kGS1RtDQVa-2iwqZtmbZ6dYFda0oX6nhug,4040
33
33
  rapidata/api_client/models/add_user_response_result_validation_truth.py,sha256=1_BKJKBayJ2h3HspPoMwbCrtG_zzMIy8y_b4RC8r6oM,11916
@@ -76,13 +76,13 @@ rapidata/api_client/models/compare_result.py,sha256=fYjZceOWQH9eVUW_Du5G0mLj94gx
76
76
  rapidata/api_client/models/compare_truth.py,sha256=1aVg80bn_0Q_ZnuA0uaoQ9wmiQ4GhaGaGQrx4povU0s,2955
77
77
  rapidata/api_client/models/compare_workflow_config.py,sha256=Rv94nLBSIdVxMtY2Fz1gmtsK0OF7bz4_BPY2zvH7-U8,5476
78
78
  rapidata/api_client/models/compare_workflow_config_metadata_value.py,sha256=ZJ113eW0xUSn-z1bC-_zVYyh7R9L8hZ-HGvqpIJydW8,11512
79
- rapidata/api_client/models/compare_workflow_config_model.py,sha256=GkK_q6uUSpBoc0gHLQ5EWKlcksM1hFSC-0LLA7ZZ8Gs,6139
79
+ rapidata/api_client/models/compare_workflow_config_model.py,sha256=k3R29s5rc3EceULNlDX_TI-z29JjRnqr_j8Bro_YSrE,6135
80
80
  rapidata/api_client/models/compare_workflow_config_model_pair_maker_config.py,sha256=Abxt8p19L3Fz5alg26BHDmukC-mNt-QnvojqGfIAJ8M,4987
81
81
  rapidata/api_client/models/compare_workflow_config_pair_maker_config.py,sha256=D_gLJA_T08erqik4AdM5TzXctdLX3ckHcSQuz_QN_YA,4923
82
82
  rapidata/api_client/models/compare_workflow_config_rapid_selection_configs_inner.py,sha256=k8zuwt4GC3j0oLD6MAy39BhGf_AhyK-uPpL9PaDz3Oc,11919
83
83
  rapidata/api_client/models/compare_workflow_config_referee.py,sha256=L0o57EoYVGhtP6DqDjuG3gFVc62U8cWKIlnqdhQf27Q,6956
84
84
  rapidata/api_client/models/compare_workflow_get_result_overview_get200_response.py,sha256=G7L7oRJw0koqFCcsm8a7br-Dh3fYT8QTiZ77KYlNtRs,6497
85
- rapidata/api_client/models/compare_workflow_model.py,sha256=0aWSjglQgPWWwayzmPxD_I2tkhFrGt353PQm2xl7DA0,5336
85
+ rapidata/api_client/models/compare_workflow_model.py,sha256=2E3K3HGzYXpHwFk-8M7odpbQnUu29fFUKy9thwAYae8,5335
86
86
  rapidata/api_client/models/compare_workflow_model1.py,sha256=ZRZuZGtB3PHb0LY4u_Gb6l4wBrl67M9k5DzxcU5QVQg,5426
87
87
  rapidata/api_client/models/compare_workflow_model1_pair_maker_information.py,sha256=zWpfdMZHt9Ktp2Bm7H4R1DLHi5kwoJUtevyol1F5jCc,5048
88
88
  rapidata/api_client/models/compare_workflow_model1_referee.py,sha256=opTltLO2arZUUhQSiLOea6_aRT35fLDCnTyPE3GgnJc,6956
@@ -103,10 +103,10 @@ rapidata/api_client/models/create_client_result.py,sha256=OHBnTMyW5Nno39JHoJkcQb
103
103
  rapidata/api_client/models/create_complex_order_model.py,sha256=46n1IJRAIyCYCGXKvF5LjMVf4pXILC-kP86oU6YKo1w,3337
104
104
  rapidata/api_client/models/create_complex_order_model_pipeline.py,sha256=yF_-tOciVlAiDlWb1bptnoEFGlQis68WEI_EeviEFk8,4939
105
105
  rapidata/api_client/models/create_complex_order_result.py,sha256=UW57ewUKFPZcx8lRjaICdYZWVPS7Yzr6eqK3-i-tf4s,3300
106
- rapidata/api_client/models/create_datapoint_from_files_model.py,sha256=Cokia94niiA1CNlpooAacIaP3rta4snH_JXG5aJWztM,3793
106
+ rapidata/api_client/models/create_datapoint_from_files_model.py,sha256=Mly7BuAq0Lg249oNNxQiCf3cQybiCEkx-FAYEEaN8Ew,3792
107
107
  rapidata/api_client/models/create_datapoint_from_files_model_metadata_inner.py,sha256=3urQLUeUpYPHPyS8I1Rq51T3sVOnfoKE3f2B5nl03-c,7766
108
- rapidata/api_client/models/create_datapoint_from_text_sources_model.py,sha256=kjYpgACjCcPsR7f80iLkHNGj_-6V1rOUyrNXJg2aYEQ,4336
109
- rapidata/api_client/models/create_datapoint_from_urls_model.py,sha256=RA_TfSChmflfnv5b_Yjnj0tK9M_tnzP799CbunCsy6w,4377
108
+ rapidata/api_client/models/create_datapoint_from_text_sources_model.py,sha256=zeOQKyw3U0X5Jjjs-y0MxcI-_XQJpP3ZmoHq3zyMSVE,4335
109
+ rapidata/api_client/models/create_datapoint_from_urls_model.py,sha256=QmBNkGiZdHB6X3vjrWNJS9hnNIwEG7mBEFJcBU15EGQ,4374
110
110
  rapidata/api_client/models/create_datapoint_from_urls_model_metadata_inner.py,sha256=nbYw6r2C0qKGDn46sY45ySe1deQ9hOXG7fRN5qc7Pq4,7758
111
111
  rapidata/api_client/models/create_datapoint_result.py,sha256=uaI0xE4pj7IKDesJRdF5gmS_faxZTaUUbVDRcnPi1h8,3303
112
112
  rapidata/api_client/models/create_datapoints_from_s3_bucket_model.py,sha256=e2UTd-uI6-QbElMjkdtEXsuBx8JZDnfTH0f7nmWVXHw,5101
@@ -121,7 +121,7 @@ rapidata/api_client/models/create_independent_workflow_model_workflow_config.py,
121
121
  rapidata/api_client/models/create_independent_workflow_result.py,sha256=JOhS75mAH-VvarvDDFsycahPlIezVKT1upuqIo93hC0,2719
122
122
  rapidata/api_client/models/create_legacy_client_model.py,sha256=8LcKnjv3Lq6w28ku6NG6nG9qfxWQnfPow53maGlwNdE,2802
123
123
  rapidata/api_client/models/create_legacy_order_result.py,sha256=BR1XqPKq9QkDe0UytTW6dpihAeNyfCc4C1m0XfY53hQ,2672
124
- rapidata/api_client/models/create_order_model.py,sha256=QLmxq0bY1K95fjnUtME0X3QQRma1iEF2a6kXpjrjST8,10203
124
+ rapidata/api_client/models/create_order_model.py,sha256=CkCBzqF5vWK-Rswy5MlIWpe8qZIaSnAsEVjF3zKMbn8,10202
125
125
  rapidata/api_client/models/create_order_model_referee.py,sha256=dxQ9SDiBjFIKYjctVNeiuGvjZwzIa0Q8JpW7iRei00I,5748
126
126
  rapidata/api_client/models/create_order_model_selections_inner.py,sha256=9p9BJKHN3WhRiu-FwWf421COAxeGmm1KkkyDT7UW5uc,8354
127
127
  rapidata/api_client/models/create_order_model_user_filters_inner.py,sha256=1GJXqDHshTP4EIl6LerKESmbOiDKg8SuTIa22RXXRBw,11135
@@ -150,13 +150,13 @@ rapidata/api_client/models/demographic.py,sha256=7lUHDHUHxhqdsrMFmKGuVfqTPVC86FM
150
150
  rapidata/api_client/models/demographic_metadata_model.py,sha256=zTow5DwlpJ1lOiSfiFkEO1QHfMW97A1YyDvJjYLpgCI,3726
151
151
  rapidata/api_client/models/demographic_rapid_selection_config.py,sha256=83bLP2Of1i-1kTHPpVOdV6v5w_OScsGvPMSBRKnMTII,3228
152
152
  rapidata/api_client/models/demographic_selection.py,sha256=-RIAemMmI0omKU6cVIY_a080lP7ccc5IGbn1yBGHzes,3140
153
- rapidata/api_client/models/early_stopping_referee_model.py,sha256=V_hO_gkya117PMUh8haNMJit5hENQpseozybqvoOlE0,3490
153
+ rapidata/api_client/models/early_stopping_referee_model.py,sha256=FhLrKAhvoI0OAMMEoJn0DjQo3WhTU_5fyzv8sd83kRk,3489
154
154
  rapidata/api_client/models/elo_config.py,sha256=r06LW9FrKOUhkwv_T_TajX7ljUCBBaw1_D61ZYnk8eU,2841
155
- rapidata/api_client/models/elo_config_model.py,sha256=lMMdzZIdoRcdazCLBD5iuEMKxmYXMWnpcxrazl6ln8I,3404
155
+ rapidata/api_client/models/elo_config_model.py,sha256=sSjZL2zxe9mLDywONksXK_E2SQgWJJy9xr2nI8wAoMI,3400
156
156
  rapidata/api_client/models/empty_validation_truth.py,sha256=dn4EDj_8DPBtupr2Hrmk-g9PuclrmJoe080rSBD_F6A,2911
157
157
  rapidata/api_client/models/error_type.py,sha256=AZKEf0UaGxP2PW5Gf9jYolx9GWBD9rWyDuzXcbgsm6E,842
158
158
  rapidata/api_client/models/evaluation_workflow_config.py,sha256=dAiyC1dmuKv-pl7gOxMsAmz5_exHdmItXfv4M9bs30I,3715
159
- rapidata/api_client/models/evaluation_workflow_model.py,sha256=tZC0REfFS9SxshS38Pejf7diurbUTGik647caE1LO1A,3686
159
+ rapidata/api_client/models/evaluation_workflow_model.py,sha256=vZE0H4Gf0vjeLQsf4gQgeP1XIIY3NDTVzjPEu8lmVtI,3684
160
160
  rapidata/api_client/models/feature_flag.py,sha256=Ctw_S0nxSr0gz4n2GQW1QmcvfVNV8A-IldefaojbgAc,2531
161
161
  rapidata/api_client/models/feature_flag_model.py,sha256=Bzq7vkZRoYnft2_2-HKHLj4FVa6a5lbN3x34-m8vFsA,2803
162
162
  rapidata/api_client/models/feedback_model.py,sha256=BqJoYITA22lE1O2SWenv2Ndw1_JfqIfWMhDvB9gJ0YA,3304
@@ -267,7 +267,7 @@ rapidata/api_client/models/null_asset_model.py,sha256=iYkiSxsLr1aJubdfsLKi468YWX
267
267
  rapidata/api_client/models/null_asset_model1.py,sha256=FAu0ayR7eK_mssNRFwDiaLTumoB44MiZzvWg6Lf3tOw,3601
268
268
  rapidata/api_client/models/null_asset_model2.py,sha256=VZSWnotnBGTuHXeySuHxQ8KWzMzi2WZrSlMqJNuEsTs,3601
269
269
  rapidata/api_client/models/online_pair_maker_config.py,sha256=j29pRLXwNzlMs4uOV6tgDhc76FNxWOM-nCjm-h98Lek,3361
270
- rapidata/api_client/models/online_pair_maker_config_model.py,sha256=JRajsevJoAH2Kc763T4O1_BXN3iHPfqTkNy6rSz7UVc,3581
270
+ rapidata/api_client/models/online_pair_maker_config_model.py,sha256=2jvkHrlEJhde9iD6yJ4TQCFE8-gWbEq8EQzm6GbYg2w,3580
271
271
  rapidata/api_client/models/online_pair_maker_information.py,sha256=SSVJUesx5nptyi9laNMT-K6JNieFn5IuegtqbbWyLCY,3609
272
272
  rapidata/api_client/models/only_validation_workflow_rapid_selection_config.py,sha256=I_k5RsXAXbK8Oe3yhQjN_JO1t1kvPnA4pemQS_CzHmw,3231
273
273
  rapidata/api_client/models/order_model.py,sha256=bkC1-XRSCOhDrzMa6t1Io_MynNmnoMA1J3VXvV5221Y,3864
@@ -334,13 +334,13 @@ rapidata/api_client/models/signup_customer_model.py,sha256=_0ELpAIeH1HPC3zMlLraM
334
334
  rapidata/api_client/models/signup_shadow_customer_model.py,sha256=Io0xUf9zTZuqSHgNCCgBNy-nRF7enYnr8VRX4NxnBdU,2628
335
335
  rapidata/api_client/models/simple_workflow_config.py,sha256=TcVrAusCMTjqxga4fN26nKQZmX4zhwMFUlcWDF3Ad1c,4009
336
336
  rapidata/api_client/models/simple_workflow_config_blueprint.py,sha256=_ECzeTNHF4y1GIcKds_gCXCvVbCTZYdQcfAPhd_X0CE,12264
337
- rapidata/api_client/models/simple_workflow_config_model.py,sha256=-gwTnxqejLiXw4V3VjhUmEbVuqr1MMojUHrh1HWpORs,4242
338
- rapidata/api_client/models/simple_workflow_config_model_blueprint.py,sha256=3OH1Xf7BTk6h7scSMOHP-DxZbUKs3t9uQzEucA3InbY,13278
337
+ rapidata/api_client/models/simple_workflow_config_model.py,sha256=M5NEgLNnD29R50v7-jiD8OoDfVDT8q25FA46Lcix6JE,4240
338
+ rapidata/api_client/models/simple_workflow_config_model_blueprint.py,sha256=LS5H-dD7z54ursFgX_YEJ27KCJ9XCxFyFU1fvJxRtdE,13277
339
339
  rapidata/api_client/models/simple_workflow_get_result_overview_get200_response.py,sha256=KCayJ1XrsclR7niDSqXwIkWQqKgfsdY2bjcMIuaA7TY,6403
340
- rapidata/api_client/models/simple_workflow_model.py,sha256=JiQxu983jp5bChhO7Q2J5ehQ-xKjKslkEYCsIboqpro,3470
340
+ rapidata/api_client/models/simple_workflow_model.py,sha256=p5E3sNBNrmIrC-jeWl0E4CM3C2eoI5MYzgrBAp40P68,3469
341
341
  rapidata/api_client/models/simple_workflow_model1.py,sha256=NxMgskHRvJoXy0fzfPA8MsEtx0IO6WdB16fV8hXq8X0,4759
342
342
  rapidata/api_client/models/simple_workflow_model1_blueprint.py,sha256=A3yCsFJfPnXtKgHEIKhond96vhVDzW5oMb-z0WBtOUA,12264
343
- rapidata/api_client/models/simple_workflow_model_blueprint.py,sha256=FOLg0zrr_kI-_EDv9zdlj_bXdYV90u08wwx2knj5-qM,13243
343
+ rapidata/api_client/models/simple_workflow_model_blueprint.py,sha256=BsO5cZncmoOfb6Y2LPMoqaLlwsR9n4JUsebGgd33ef8,13242
344
344
  rapidata/api_client/models/skip_result.py,sha256=Olj6h05ZjkjJIVKk6T95zoerioMRYCiBbcVH3Jm9CRo,2934
345
345
  rapidata/api_client/models/sort_criterion.py,sha256=klwKhELiScAGHRL8yF_TtL0X_4Z4ddBBAtPFRsOGQY8,2901
346
346
  rapidata/api_client/models/sort_direction.py,sha256=yNLZqvgL5fHbD98kMWFAsfgqn3gKM_GFIyRVfheZydI,748
@@ -369,7 +369,7 @@ rapidata/api_client/models/translated_prompt_metadata_model.py,sha256=BRKheCvA8e
369
369
  rapidata/api_client/models/translated_string.py,sha256=AeftEOw-sR4sMaQNOPy5iSo38kXmbyMIi7MmpbLvYew,2900
370
370
  rapidata/api_client/models/unlock_order_result.py,sha256=xAyBfOotLJ3mgaIjin7k3b-KLLQLJDwuxMfhkUMJr1Y,2561
371
371
  rapidata/api_client/models/update_access_model.py,sha256=VtOJotdQck_AMYBhPhK73uVcwJScqdyKRYNallR6Vjg,2614
372
- rapidata/api_client/models/update_campaign_model.py,sha256=BMpnFrKlyEhM6q2S-HohfRqT5tsTGyvPVkhazKRjBhk,3452
372
+ rapidata/api_client/models/update_campaign_model.py,sha256=9mCp3fQZqtecsCQS1SBbfNyESWxTD9Y7t8R9_21NLlQ,3451
373
373
  rapidata/api_client/models/update_dataset_name_model.py,sha256=IeGRrxo6G2fKfMwnoBFYj4BW9ksGo_8db21VcLYfLvc,2599
374
374
  rapidata/api_client/models/update_dimensions_model.py,sha256=jDg2114Y14AxcQHg_C6oTxMZ17Cq4vEQRtzeNjN70dk,2591
375
375
  rapidata/api_client/models/update_order_model.py,sha256=RUlxnzLqO6o-w5EEPb8wv1ANRKpkSbs8PhGM42T35uw,2570
@@ -384,7 +384,7 @@ rapidata/api_client/models/upload_coco_result.py,sha256=1bO7PjM5Su1fQKzFqpe0-HuL
384
384
  rapidata/api_client/models/upload_datapoints_result.py,sha256=elRh6AliS3UJsOeQCVv3RtRS4lthhYm-IOezshzmT9I,3122
385
385
  rapidata/api_client/models/upload_files_from_s3_bucket_model.py,sha256=mKhoXquUoNVFT-8iDLf9CwuHyJTBHtlpp2O_6M61ww8,4695
386
386
  rapidata/api_client/models/upload_from_s3_result.py,sha256=s3h6f2z7uMe870Vx2-mnollv77GRRMaLVouuYmCKC8I,2608
387
- rapidata/api_client/models/upload_text_sources_to_dataset_model.py,sha256=rKPZHXrgjKBRV_YT7PGl6bFuZmc9ksGpwYE6zJDSUpk,4498
387
+ rapidata/api_client/models/upload_text_sources_to_dataset_model.py,sha256=NTrHR7FWaEnOLyAu7QWy7byAboJJ79L6hF3qFLuCfMs,4497
388
388
  rapidata/api_client/models/user_score_user_filter_model.py,sha256=IEAhRRE4ertksZTIo9LfG6VNPMj7DQk8cgCm_4dtt9c,3521
389
389
  rapidata/api_client/models/validation_chance.py,sha256=noMnBjmt2MjJFpg6OPLfrEppoXmdv82fvCF8v6o4dL0,2838
390
390
  rapidata/api_client/models/validation_import_post_request_blueprint.py,sha256=O2BoEcpuRKfsV-ORVIpsm8DLVx-1sCehlm2G2fJ3iKA,13173
@@ -404,8 +404,8 @@ rapidata/api_client/models/workflow_split_model.py,sha256=zthOSaUl8dbLhLymLK_lrP
404
404
  rapidata/api_client/models/workflow_split_model_filter_configs_inner.py,sha256=1Fx9uZtztiiAdMXkj7YeCqt7o6VkG9lKf7D7UP_h088,7447
405
405
  rapidata/api_client/models/workflow_state.py,sha256=5LAK1se76RCoozeVB6oxMPb8p_5bhLZJqn7q5fFQWis,850
406
406
  rapidata/api_client/rest.py,sha256=zmCIFQC2l1t-KZcq-TgEm3vco3y_LK6vRm3Q07K-xRI,9423
407
- rapidata/api_client_README.md,sha256=WSakwgi-gz9g-uR3s51H72ph_DMWaApMJhM0-jXmxos,53793
408
- rapidata/rapidata_client/__init__.py,sha256=kkT6FMU4P8rTdYKTJgZNcyptr-Rq1iZmsyLIyRCwpYA,896
407
+ rapidata/api_client_README.md,sha256=97mR2UeWNIhqNxgUAz87zH8kM9RsbrColX_FvIy_rYo,53784
408
+ rapidata/rapidata_client/__init__.py,sha256=yU0cRoX-RmOHQv0Qj3yJpHaDET4DHZWSO6w2cAApQhQ,920
409
409
  rapidata/rapidata_client/assets/__init__.py,sha256=hKgrOSn8gJcBSULaf4auYhH1S1N5AfcwIhBSq1BOKwQ,323
410
410
  rapidata/rapidata_client/assets/_base_asset.py,sha256=B2YWH1NgaeYUYHDW3OPpHM_bqawHbH4EjnRCE2BYwiM,298
411
411
  rapidata/rapidata_client/assets/_media_asset.py,sha256=9IKNKWarBJ-aAxfTjh80ScNsHlWGJnd55fsDbrf8x4s,10336
@@ -446,14 +446,15 @@ rapidata/rapidata_client/referee/__init__.py,sha256=q0Hv9nmfEpyChejtyMLT8hWKL0vT
446
446
  rapidata/rapidata_client/referee/_base_referee.py,sha256=MdFOhdxt3sRnWXLDKLJZKFdVpjBGn9jypPnWWQ6msQA,496
447
447
  rapidata/rapidata_client/referee/_early_stopping_referee.py,sha256=ULbokQZ91wc9D_20qHUhe55D28D9eTY1J1cMp_-oIDc,2088
448
448
  rapidata/rapidata_client/referee/_naive_referee.py,sha256=PVR8uy8hfRjr2DBzdOFyvou6S3swNc-4UvgjhO-09TU,1209
449
- rapidata/rapidata_client/selection/__init__.py,sha256=_SzgWBUYktT_JBPYDoQDjxqkm_TzGgr3ZRBdzP17UKk,330
449
+ rapidata/rapidata_client/selection/__init__.py,sha256=LbafUzvKgKbykbvHZJ7S9aYU82HQl71Y7jAbj_HTZ8c,382
450
450
  rapidata/rapidata_client/selection/_base_selection.py,sha256=tInbWOgxT_4CHkr5QHoG55ZcUi1ZmfcEGIwLKKCnN20,147
451
451
  rapidata/rapidata_client/selection/ab_test_selection.py,sha256=yNVRpYbRBBde_vg_Pf_xSKMemmJSrbHiL7XXKZW6kWw,1301
452
452
  rapidata/rapidata_client/selection/capped_selection.py,sha256=iWhbM1LcayhgFm7oKADXCaKHGdiQIupI0jbYuuEVM2A,1184
453
453
  rapidata/rapidata_client/selection/conditional_validation_selection.py,sha256=4etkO5p-wBoI8Wh8vBhNrXm7a_ioFvVmCANJmP8kIwI,2561
454
454
  rapidata/rapidata_client/selection/demographic_selection.py,sha256=l4vnNbzlf9ED6BKqN4k5cZXShkXu9L1C5DtO78Vwr5M,1454
455
455
  rapidata/rapidata_client/selection/labeling_selection.py,sha256=v26QogjmraFfRoSIgWZl6NMIW_TqbGeuCI2p4HxCeOM,657
456
- rapidata/rapidata_client/selection/rapidata_selections.py,sha256=Q5oQhjtjJbUyM6l4ZR5aCTJW_1HgUHbVFlf5QnmOv4E,1394
456
+ rapidata/rapidata_client/selection/rapidata_selections.py,sha256=Azh0ntBZp9EQNL19imIItotQ8QW3B1gEs5YmuTvUn6U,1526
457
+ rapidata/rapidata_client/selection/shuffling_selection.py,sha256=FzOp7mnBLxNzM5at_-935wd77IHyWnFR1f8uqokiMOg,1201
457
458
  rapidata/rapidata_client/selection/validation_selection.py,sha256=sedeIa8lpXVXKtFJA9IDeRvo9A1Ne4ZGcepaWDUGhCU,851
458
459
  rapidata/rapidata_client/settings/__init__.py,sha256=DTEAT_YykwodZJXqKYOtWRwimLCA-Jxo0F0d-H6A3vM,458
459
460
  rapidata/rapidata_client/settings/_rapidata_setting.py,sha256=MD5JhhogSLLrjFKjvL3JhMszOMCygyqLF-st0EwMSkw,352
@@ -489,7 +490,7 @@ rapidata/service/credential_manager.py,sha256=_DIP665fpl4fkqj1l-wjRrBp-8fy2Db7tn
489
490
  rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5AnfY14BW8,877
490
491
  rapidata/service/openapi_service.py,sha256=fUQGLQzezjJbLqHVq7o6pQZUrK2Y12sfV23OstV4lOk,3234
491
492
  rapidata/service/token_manager.py,sha256=C-8dN6P5TXCLANZCHWusmwAful5YBpKjKg0StQtajF0,6547
492
- rapidata-2.16.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
493
- rapidata-2.16.0.dist-info/METADATA,sha256=fUufe7p_gtm4UNIg-kzlR-WP9CwUDhiWVjIWJo3Pf3k,1147
494
- rapidata-2.16.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
495
- rapidata-2.16.0.dist-info/RECORD,,
493
+ rapidata-2.17.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
494
+ rapidata-2.17.0.dist-info/METADATA,sha256=5yD0-X5uZr9D4YPNk_KKwhXPOVAkcUpGubS61oz3Yfg,1147
495
+ rapidata-2.17.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
496
+ rapidata-2.17.0.dist-info/RECORD,,