arthur-client 1.4.1274__py3-none-any.whl → 1.4.1276__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.
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
12
12
  **source_dataset_parameter_key** | **str** | Name of the parameter that provides the dataset to be used for this column. |
13
13
  **allowed_column_types** | [**List[BaseColumnParameterSchemaAllowedColumnTypesInner]**](BaseColumnParameterSchemaAllowedColumnTypesInner.md) | | [optional]
14
14
  **allow_any_column_type** | **bool** | Indicates if this metric parameter can accept any column type. | [optional] [default to False]
15
- **parameter_type** | **str** | | [optional] [default to 'column_list']
16
15
  **optional** | **bool** | Boolean denoting if the parameter is optional. | [optional] [default to False]
16
+ **parameter_type** | **str** | | [optional] [default to 'column_list']
17
17
 
18
18
  ## Example
19
19
 
@@ -35,9 +35,9 @@ class MetricsColumnListParameterSchema(BaseModel):
35
35
  source_dataset_parameter_key: StrictStr = Field(description="Name of the parameter that provides the dataset to be used for this column.")
36
36
  allowed_column_types: Optional[List[BaseColumnParameterSchemaAllowedColumnTypesInner]] = None
37
37
  allow_any_column_type: Optional[StrictBool] = Field(default=False, description="Indicates if this metric parameter can accept any column type.")
38
- parameter_type: Optional[StrictStr] = 'column_list'
39
38
  optional: Optional[StrictBool] = Field(default=False, description="Boolean denoting if the parameter is optional.")
40
- __properties: ClassVar[List[str]] = ["parameter_key", "friendly_name", "description", "tag_hints", "source_dataset_parameter_key", "allowed_column_types", "allow_any_column_type", "parameter_type", "optional"]
39
+ parameter_type: Optional[StrictStr] = 'column_list'
40
+ __properties: ClassVar[List[str]] = ["parameter_key", "friendly_name", "description", "tag_hints", "source_dataset_parameter_key", "allowed_column_types", "allow_any_column_type", "optional", "parameter_type"]
41
41
 
42
42
  @field_validator('parameter_type')
43
43
  def parameter_type_validate_enum(cls, value):
@@ -119,8 +119,8 @@ class MetricsColumnListParameterSchema(BaseModel):
119
119
  "source_dataset_parameter_key": obj.get("source_dataset_parameter_key"),
120
120
  "allowed_column_types": [BaseColumnParameterSchemaAllowedColumnTypesInner.from_dict(_item) for _item in obj["allowed_column_types"]] if obj.get("allowed_column_types") is not None else None,
121
121
  "allow_any_column_type": obj.get("allow_any_column_type") if obj.get("allow_any_column_type") is not None else False,
122
- "parameter_type": obj.get("parameter_type") if obj.get("parameter_type") is not None else 'column_list',
123
- "optional": obj.get("optional") if obj.get("optional") is not None else False
122
+ "optional": obj.get("optional") if obj.get("optional") is not None else False,
123
+ "parameter_type": obj.get("parameter_type") if obj.get("parameter_type") is not None else 'column_list'
124
124
  })
125
125
  return _obj
126
126
 
@@ -46,8 +46,8 @@ class TestMetricsColumnListParameterSchema(unittest.TestCase):
46
46
  null
47
47
  ],
48
48
  allow_any_column_type = True,
49
- parameter_type = 'column_list',
50
- optional = True
49
+ optional = True,
50
+ parameter_type = 'column_list'
51
51
  )
52
52
  else:
53
53
  return MetricsColumnListParameterSchema(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arthur-client
3
- Version: 1.4.1274
3
+ Version: 1.4.1276
4
4
  Summary: Arthur Python API Client Library
5
5
  License: MIT
6
6
  Keywords: api arthur client ArthurAI sdk ml model monitoring
@@ -169,7 +169,7 @@ arthur_client/api_bindings/docs/MetricResponse.md,sha256=_t1AGbxN1C0v_t9krvyczLl
169
169
  arthur_client/api_bindings/docs/MetricType.md,sha256=-YsN-u-pnZ_GbK0NZ60sOHcccNrvvjtQYGYrurBnFEs,336
170
170
  arthur_client/api_bindings/docs/MetricsArgSpec.md,sha256=tXKn0IqDwU5F28UrdZ2xbDIAHd4IZIElvPm-fybDXTQ,953
171
171
  arthur_client/api_bindings/docs/MetricsCalculationJobSpec.md,sha256=XzInYXAf7yN861tKg3tqpGfpInLR8soASVTASdKFvAE,1338
172
- arthur_client/api_bindings/docs/MetricsColumnListParameterSchema.md,sha256=DFOL6fLqEjEIxK7TKA2T1eYsH_amSf8Rxm8DB3-i7aA,2112
172
+ arthur_client/api_bindings/docs/MetricsColumnListParameterSchema.md,sha256=nnG8w0QL0RtKor0q-8q78_-XHPb9KHZpOhCrliVjqjA,2112
173
173
  arthur_client/api_bindings/docs/MetricsColumnParameterSchema.md,sha256=SS8TfF_3AyUWW7P1bE7y6zYsGujEjexhItrCtltyRoM,2049
174
174
  arthur_client/api_bindings/docs/MetricsDatasetParameterSchema.md,sha256=O-E0rx1s7O-DUlSgluF_h9dCzMDP4_oOS2TMtqrjvW8,1516
175
175
  arthur_client/api_bindings/docs/MetricsLiteralParameterSchema.md,sha256=k_YwuqLv_oHZfeNLZhsnMid634IJiu28VFVuglmoABE,1507
@@ -478,7 +478,7 @@ arthur_client/api_bindings/models/metric_response.py,sha256=88eFOed9PrEfRy-Asrz6
478
478
  arthur_client/api_bindings/models/metric_type.py,sha256=pgoybDLEOcHtj7-DITeTqj_z02UPmUzSsFj7bIBSmEw,822
479
479
  arthur_client/api_bindings/models/metrics_arg_spec.py,sha256=wbR1Wnzq3gqhbEhmh3JYdUr_MBpFO7dfdvINNODLPhg,2859
480
480
  arthur_client/api_bindings/models/metrics_calculation_job_spec.py,sha256=MyFAelowMrhjTUm23x98GRvCZjlDbr38jak4S4rth-Y,3532
481
- arthur_client/api_bindings/models/metrics_column_list_parameter_schema.py,sha256=IZtr_Ycy7VQGVrcMLO0nruZqYnE1mAIapKWBYCJpd6o,5781
481
+ arthur_client/api_bindings/models/metrics_column_list_parameter_schema.py,sha256=wWhp1AzLzD_zCmeLDRqKmIoVESAmzAWHJ7uKm3F8zy0,5781
482
482
  arthur_client/api_bindings/models/metrics_column_parameter_schema.py,sha256=YU65tH3gtRZZ8P9ueA9aNCdJERRPMS2FD9zMmAK8C24,5745
483
483
  arthur_client/api_bindings/models/metrics_dataset_parameter_schema.py,sha256=HCKW53MnfT4eFdtsytg5k-8CX1JK4bz9Ggr29WteRso,4167
484
484
  arthur_client/api_bindings/models/metrics_literal_parameter_schema.py,sha256=zEDq0jtnsOF9xZFvo7YFkK3pu1IRV2AVv7upoaW6VVg,3900
@@ -790,7 +790,7 @@ arthur_client/api_bindings/test/test_metric_response.py,sha256=ANrsCpet6SYk8Ka28
790
790
  arthur_client/api_bindings/test/test_metric_type.py,sha256=UGjowdMkohtvHMO9c7ntcVC2dkcc8PtaLgn8ElH03Ew,700
791
791
  arthur_client/api_bindings/test/test_metrics_arg_spec.py,sha256=xywNmlrxNeLV6WGiEGOTuJVOlI3tLCXO6GcueXzR_EA,1500
792
792
  arthur_client/api_bindings/test/test_metrics_calculation_job_spec.py,sha256=edsaqFJ-B0TBDkbtQz3HgtGu-DpwVI5OcIP9C-9OQvk,2073
793
- arthur_client/api_bindings/test/test_metrics_column_list_parameter_schema.py,sha256=tqqGCmWroEOrNqYmYFKCQNWGvg96JU2N4ARjWgdx9ps,2207
793
+ arthur_client/api_bindings/test/test_metrics_column_list_parameter_schema.py,sha256=_Z-hR0LOTgAAWnxxqSj1t1cpEgXHpnkxYy4bRwuVGac,2207
794
794
  arthur_client/api_bindings/test/test_metrics_column_parameter_schema.py,sha256=9o5UD2uauhDZQvqUirEQunREe6up5b4lYbPjAh654rQ,2153
795
795
  arthur_client/api_bindings/test/test_metrics_dataset_parameter_schema.py,sha256=79kiKMeN4wd9HxRJRpsv5a0Bag53VAWzoyX4UJ-_C7g,1893
796
796
  arthur_client/api_bindings/test/test_metrics_literal_parameter_schema.py,sha256=vE-GSOgIPYvozJM_8BHPrJJNNzqxixkLjpu4kkyobLM,1936
@@ -982,6 +982,6 @@ arthur_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD
982
982
  arthur_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
983
983
  arthur_client/auth/oauth_api_config.py,sha256=MB-bwm6Qo_USZD_4KVId6d_v5OtLBphwBjMjslVjTlo,1348
984
984
  arthur_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
985
- arthur_client-1.4.1274.dist-info/METADATA,sha256=ZN1qxlXzgwOz90MFG52PEcj6GKQMvVPIfgQWCPqkeZ4,1730
986
- arthur_client-1.4.1274.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
987
- arthur_client-1.4.1274.dist-info/RECORD,,
985
+ arthur_client-1.4.1276.dist-info/METADATA,sha256=wNJFBgkKwAzR7obOuCQNzC0_QztrEca4zkT6c-F80tI,1730
986
+ arthur_client-1.4.1276.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
987
+ arthur_client-1.4.1276.dist-info/RECORD,,