scope-client 1.4.890__py3-none-any.whl → 1.4.891__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.
@@ -1211,7 +1211,7 @@ class JobsV1Api:
1211
1211
  trigger_type: Annotated[Optional[JobTrigger], Field(description="Filter the results for the jobs that were started by this trigger type. Optional.")] = None,
1212
1212
  triggered_by_user_id: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user id. Only valid when trigger_type = 'user'. Optional.")] = None,
1213
1213
  triggered_by_user_email: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.")] = None,
1214
- model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Optional")] = None,
1214
+ model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.")] = None,
1215
1215
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The page to return starting from 1 up to total_pages.")] = None,
1216
1216
  page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="The number of records per page. The max is 1000.")] = None,
1217
1217
  _request_timeout: Union[
@@ -1279,7 +1279,7 @@ class JobsV1Api:
1279
1279
  :type triggered_by_user_id: str
1280
1280
  :param triggered_by_user_email: Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.
1281
1281
  :type triggered_by_user_email: str
1282
- :param model_id: Filter the results for jobs associated with this model ID. Optional
1282
+ :param model_id: Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.
1283
1283
  :type model_id: str
1284
1284
  :param page: The page to return starting from 1 up to total_pages.
1285
1285
  :type page: int
@@ -1385,7 +1385,7 @@ class JobsV1Api:
1385
1385
  trigger_type: Annotated[Optional[JobTrigger], Field(description="Filter the results for the jobs that were started by this trigger type. Optional.")] = None,
1386
1386
  triggered_by_user_id: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user id. Only valid when trigger_type = 'user'. Optional.")] = None,
1387
1387
  triggered_by_user_email: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.")] = None,
1388
- model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Optional")] = None,
1388
+ model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.")] = None,
1389
1389
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The page to return starting from 1 up to total_pages.")] = None,
1390
1390
  page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="The number of records per page. The max is 1000.")] = None,
1391
1391
  _request_timeout: Union[
@@ -1453,7 +1453,7 @@ class JobsV1Api:
1453
1453
  :type triggered_by_user_id: str
1454
1454
  :param triggered_by_user_email: Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.
1455
1455
  :type triggered_by_user_email: str
1456
- :param model_id: Filter the results for jobs associated with this model ID. Optional
1456
+ :param model_id: Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.
1457
1457
  :type model_id: str
1458
1458
  :param page: The page to return starting from 1 up to total_pages.
1459
1459
  :type page: int
@@ -1559,7 +1559,7 @@ class JobsV1Api:
1559
1559
  trigger_type: Annotated[Optional[JobTrigger], Field(description="Filter the results for the jobs that were started by this trigger type. Optional.")] = None,
1560
1560
  triggered_by_user_id: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user id. Only valid when trigger_type = 'user'. Optional.")] = None,
1561
1561
  triggered_by_user_email: Annotated[Optional[StrictStr], Field(description="Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.")] = None,
1562
- model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Optional")] = None,
1562
+ model_id: Annotated[Optional[StrictStr], Field(description="Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.")] = None,
1563
1563
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The page to return starting from 1 up to total_pages.")] = None,
1564
1564
  page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="The number of records per page. The max is 1000.")] = None,
1565
1565
  _request_timeout: Union[
@@ -1627,7 +1627,7 @@ class JobsV1Api:
1627
1627
  :type triggered_by_user_id: str
1628
1628
  :param triggered_by_user_email: Filter the results for the jobs that started by this user email. Only valid when trigger_type = 'user'. Optional.
1629
1629
  :type triggered_by_user_email: str
1630
- :param model_id: Filter the results for jobs associated with this model ID. Optional
1630
+ :param model_id: Filter the results for jobs associated with this model ID. Includes jobs associated with datasets used by the model. Optional.
1631
1631
  :type model_id: str
1632
1632
  :param page: The page to return starting from 1 up to total_pages.
1633
1633
  :type page: int
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scope_client
3
- Version: 1.4.890
3
+ Version: 1.4.891
4
4
  Summary: Arthur Python API Client Library
5
5
  Author-email: Arthur <info@arthur.ai>
6
6
  License: MIT
@@ -17,7 +17,7 @@ scope_client/api_bindings/api/data_retrieval_v1_api.py,sha256=o8yKv-rw3E0KVa2nye
17
17
  scope_client/api_bindings/api/datasets_v1_api.py,sha256=RqnNMeqo6w_nPiPwHDCM6Xm2Gs87KLumpHPiBgfplck,172648
18
18
  scope_client/api_bindings/api/default_api.py,sha256=N2kYEK0fkvWQVIUYyFgRfsdUvpK0lI3G3Yl3Iz4R2oM,10588
19
19
  scope_client/api_bindings/api/groups_v1_api.py,sha256=pQhyw03PyGEEWROuqh50ESmWwpFkhpEMytiqaiEXouw,111569
20
- scope_client/api_bindings/api/jobs_v1_api.py,sha256=P8kYLKqVoEYwwpVx653MqzL5p6h1YQSe29ctSgYZJBw,162223
20
+ scope_client/api_bindings/api/jobs_v1_api.py,sha256=ZdeRvKJLLRf9E9sBxJouXLwkU3XN4Tvhs6Aqak6zypw,162577
21
21
  scope_client/api_bindings/api/metric_functions_v1_api.py,sha256=45LccTGUq20MocyPk5rzbngTtAFRfyIw_Adck4RSP7s,10836
22
22
  scope_client/api_bindings/api/metrics_v1_api.py,sha256=QumpmMptWgGyCRBhNCUU23IQFLHslg3W3gFL4BMxLMI,52522
23
23
  scope_client/api_bindings/api/models_v1_api.py,sha256=viDIh3SNeqCwWb5e2JeH9OPdNw5KNzleh_uaCbzHxLI,106912
@@ -272,7 +272,7 @@ scope_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD9
272
272
  scope_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
273
273
  scope_client/auth/oauth_api_config.py,sha256=wcEslusOFKr0oTzW0Ku2MhM1mvc-nm4BEJU8LHo1uXA,1347
274
274
  scope_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
275
- scope_client-1.4.890.dist-info/METADATA,sha256=iYx70OLqPI7j0PXrNpl9-oFlBn44sqFg885YWs9cV-Y,1776
276
- scope_client-1.4.890.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
277
- scope_client-1.4.890.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
278
- scope_client-1.4.890.dist-info/RECORD,,
275
+ scope_client-1.4.891.dist-info/METADATA,sha256=KGgqMn0Lm2gho3sG_Bk7HU4pQeXc92jxvfHr2p4aX_o,1776
276
+ scope_client-1.4.891.dist-info/WHEEL,sha256=L0N565qmK-3nM2eBoMNFszYJ_MTx03_tQ0CQu1bHLYo,91
277
+ scope_client-1.4.891.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
278
+ scope_client-1.4.891.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (77.0.3)
2
+ Generator: setuptools (78.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5