scope-client 1.4.1039__py3-none-any.whl → 1.4.1041__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.
- scope_client/api_bindings/models/metrics_upload.py +1 -1
- {scope_client-1.4.1039.dist-info → scope_client-1.4.1041.dist-info}/METADATA +1 -1
- {scope_client-1.4.1039.dist-info → scope_client-1.4.1041.dist-info}/RECORD +5 -5
- {scope_client-1.4.1039.dist-info → scope_client-1.4.1041.dist-info}/WHEEL +1 -1
- {scope_client-1.4.1039.dist-info → scope_client-1.4.1041.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ from typing_extensions import Self
|
|
25
25
|
|
26
26
|
class MetricsUpload(BaseModel):
|
27
27
|
"""
|
28
|
-
|
28
|
+
The set of metrics that are available to submit via the PostMetrics API Notably, this does not include systems metrics jobs
|
29
29
|
""" # noqa: E501
|
30
30
|
metrics: List[MetricsUploadMetricsInner] = Field(description="List of metrics to upload.")
|
31
31
|
__properties: ClassVar[List[str]] = ["metrics"]
|
@@ -149,7 +149,7 @@ scope_client/api_bindings/models/metrics_dataset_parameter_schema.py,sha256=l6n0
|
|
149
149
|
scope_client/api_bindings/models/metrics_literal_parameter_schema.py,sha256=_9gYI1Tx7FE_vyD1NFQentxWAQjEMilBtpPZhQco038,3899
|
150
150
|
scope_client/api_bindings/models/metrics_query_result.py,sha256=xnfYYBocFqpeRMOVqlrbRyvcd1NJREotAI-iFOFYoEo,2585
|
151
151
|
scope_client/api_bindings/models/metrics_result_filter_op.py,sha256=7tzoEQuAWFvGPXeI9_mus6qJEWKnusHPLsJA_Tj_wWo,985
|
152
|
-
scope_client/api_bindings/models/metrics_upload.py,sha256=
|
152
|
+
scope_client/api_bindings/models/metrics_upload.py,sha256=8TVuLe_tZr1QppFvQItngPgli5vwvbngUzEZresZwH8,3190
|
153
153
|
scope_client/api_bindings/models/metrics_upload_metrics_inner.py,sha256=46eRuiOOAWY2APVId1XIwQG7YMc6MjHrhAefDb0d8zE,4966
|
154
154
|
scope_client/api_bindings/models/metrics_upload_result.py,sha256=1m4F6hEnfqAuUM0vJ3szIzazssQy5fNDNLR2f9KDRxo,3109
|
155
155
|
scope_client/api_bindings/models/metrics_version.py,sha256=fdMhE-G65uU4oo7puz4WjpfzqEA4i51PjpblvHZ6r5I,3436
|
@@ -311,7 +311,7 @@ scope_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD9
|
|
311
311
|
scope_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
|
312
312
|
scope_client/auth/oauth_api_config.py,sha256=wcEslusOFKr0oTzW0Ku2MhM1mvc-nm4BEJU8LHo1uXA,1347
|
313
313
|
scope_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
|
314
|
-
scope_client-1.4.
|
315
|
-
scope_client-1.4.
|
316
|
-
scope_client-1.4.
|
317
|
-
scope_client-1.4.
|
314
|
+
scope_client-1.4.1041.dist-info/METADATA,sha256=pJ7gCjQdK0XG6ODcQT4HUwW-kJzoH5rv-QoS0P-ps5g,1777
|
315
|
+
scope_client-1.4.1041.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
316
|
+
scope_client-1.4.1041.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
|
317
|
+
scope_client-1.4.1041.dist-info/RECORD,,
|
File without changes
|