shaped 2.0.2__py3-none-any.whl → 2.0.5__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.
Files changed (283) hide show
  1. shaped/__init__.py +47 -42
  2. shaped/autogen/__init__.py +41 -56
  3. shaped/autogen/api/engine_api.py +5 -6
  4. shaped/autogen/api/query_api.py +12 -73
  5. shaped/autogen/api/table_api.py +5 -6
  6. shaped/autogen/api/view_api.py +5 -6
  7. shaped/autogen/api_client.py +8 -9
  8. shaped/autogen/configuration.py +9 -8
  9. shaped/autogen/exceptions.py +11 -9
  10. shaped/autogen/models/__init__.py +23 -31
  11. shaped/autogen/models/ai_enrichment_view_config.py +5 -6
  12. shaped/autogen/models/algorithm.py +5 -6
  13. shaped/autogen/models/amplitude_table_config.py +5 -6
  14. shaped/autogen/models/attn_dropout_prob.py +5 -6
  15. shaped/autogen/models/attribute_journey.py +5 -6
  16. shaped/autogen/models/attribute_value.py +5 -6
  17. shaped/autogen/models/autoscaling_config.py +5 -6
  18. shaped/autogen/models/aws_pinpoint_table_config.py +5 -6
  19. shaped/autogen/models/batch_size.py +5 -6
  20. shaped/autogen/models/batch_size1.py +5 -6
  21. shaped/autogen/models/batch_size2.py +5 -6
  22. shaped/autogen/models/big_query_table_config.py +5 -6
  23. shaped/autogen/models/bm25.py +5 -6
  24. shaped/autogen/models/boosted_reorder_step.py +5 -6
  25. shaped/autogen/models/canary_rollout.py +5 -6
  26. shaped/autogen/models/candidate_attributes_retrieve_step.py +5 -19
  27. shaped/autogen/models/candidate_ids_retrieve_step.py +5 -6
  28. shaped/autogen/models/candidate_retrieval_strategy.py +5 -6
  29. shaped/autogen/models/clickhouse_table_config.py +5 -6
  30. shaped/autogen/models/column_order_retrieve_step.py +5 -6
  31. shaped/autogen/models/column_ordering.py +5 -6
  32. shaped/autogen/models/create_table_response.py +5 -6
  33. shaped/autogen/models/create_view_response.py +5 -6
  34. shaped/autogen/models/custom_table_config.py +5 -6
  35. shaped/autogen/models/data_compute_config.py +5 -6
  36. shaped/autogen/models/data_config.py +5 -6
  37. shaped/autogen/models/data_config_interaction_table.py +5 -6
  38. shaped/autogen/models/data_split_config.py +5 -6
  39. shaped/autogen/models/data_split_strategy.py +5 -6
  40. shaped/autogen/models/data_tier.py +5 -6
  41. shaped/autogen/models/default.py +5 -6
  42. shaped/autogen/models/delete_engine_response.py +5 -6
  43. shaped/autogen/models/delete_table_response.py +5 -6
  44. shaped/autogen/models/delete_view_response.py +5 -6
  45. shaped/autogen/models/deployment_config.py +6 -13
  46. shaped/autogen/models/diversity_reorder_step.py +5 -6
  47. shaped/autogen/models/dropout_rate.py +5 -6
  48. shaped/autogen/models/dynamo_db_table_config.py +5 -6
  49. shaped/autogen/models/dynamo_db_table_config_scan_kwargs_value.py +5 -6
  50. shaped/autogen/models/embedder_batch_size.py +5 -6
  51. shaped/autogen/models/embedding_config.py +5 -6
  52. shaped/autogen/models/embedding_dim.py +5 -6
  53. shaped/autogen/models/embedding_dims.py +5 -6
  54. shaped/autogen/models/embedding_size.py +5 -6
  55. shaped/autogen/models/encoder.py +5 -6
  56. shaped/autogen/models/engine.py +5 -6
  57. shaped/autogen/models/engine_config_v2.py +5 -6
  58. shaped/autogen/models/engine_details_response.py +5 -6
  59. shaped/autogen/models/engine_schema.py +12 -13
  60. shaped/autogen/models/entity_config.py +5 -6
  61. shaped/autogen/models/entity_journey.py +32 -24
  62. shaped/autogen/models/entity_type.py +5 -6
  63. shaped/autogen/models/evaluation_config.py +5 -6
  64. shaped/autogen/models/exploration_reorder_step.py +5 -6
  65. shaped/autogen/models/expression_filter_step.py +5 -6
  66. shaped/autogen/models/factors.py +5 -6
  67. shaped/autogen/models/factors1.py +5 -6
  68. shaped/autogen/models/feature.py +5 -6
  69. shaped/autogen/models/feature_type.py +5 -6
  70. shaped/autogen/models/file_table_config.py +5 -6
  71. shaped/autogen/models/filter_config.py +18 -19
  72. shaped/autogen/models/filter_index_type.py +5 -6
  73. shaped/autogen/models/filter_retrieve_step.py +5 -6
  74. shaped/autogen/models/filter_step_explanation.py +164 -0
  75. shaped/autogen/models/{filter_dataset.py → filter_table.py} +12 -13
  76. shaped/autogen/models/{type.py → filter_type.py} +10 -11
  77. shaped/autogen/models/global_filter.py +5 -6
  78. shaped/autogen/models/hidden_dropout_prob.py +5 -6
  79. shaped/autogen/models/hidden_size.py +5 -6
  80. shaped/autogen/models/hidden_size1.py +5 -6
  81. shaped/autogen/models/http_problem_response.py +5 -6
  82. shaped/autogen/models/http_validation_error.py +5 -6
  83. shaped/autogen/models/hugging_face_encoder.py +10 -9
  84. shaped/autogen/models/iceberg_table_config.py +5 -6
  85. shaped/autogen/models/index_config.py +5 -6
  86. shaped/autogen/models/{time_window_in_days.py → inner_entity_id.py} +27 -26
  87. shaped/autogen/models/inner_size.py +5 -6
  88. shaped/autogen/models/inner_size1.py +5 -6
  89. shaped/autogen/models/{mode2.py → inner_uid.py} +37 -30
  90. shaped/autogen/models/interaction_config.py +5 -6
  91. shaped/autogen/models/interaction_pooling_encoder.py +5 -6
  92. shaped/autogen/models/interaction_round_robin_encoder.py +5 -6
  93. shaped/autogen/models/item_attribute_pooling_encoder.py +5 -19
  94. shaped/autogen/models/journey.py +5 -6
  95. shaped/autogen/models/kafka_table_config.py +5 -6
  96. shaped/autogen/models/kinesis_table_config.py +5 -6
  97. shaped/autogen/models/kinesis_table_config_column_schema_value.py +5 -6
  98. shaped/autogen/models/label.py +5 -6
  99. shaped/autogen/models/label_type.py +5 -7
  100. shaped/autogen/models/laplace_smoothing.py +5 -6
  101. shaped/autogen/models/latency_scaling_policy.py +5 -6
  102. shaped/autogen/models/learning_rate.py +5 -6
  103. shaped/autogen/models/learning_rate1.py +5 -6
  104. shaped/autogen/models/learning_rate2.py +5 -6
  105. shaped/autogen/models/learning_rate3.py +5 -6
  106. shaped/autogen/models/lexical_search_mode.py +7 -8
  107. shaped/autogen/models/list_engines_response.py +5 -6
  108. shaped/autogen/models/list_tables_response.py +5 -6
  109. shaped/autogen/models/list_views_response.py +5 -6
  110. shaped/autogen/models/{validation_error_loc_inner.py → location_inner.py} +11 -12
  111. shaped/autogen/models/loss_types.py +5 -6
  112. shaped/autogen/models/lr.py +5 -6
  113. shaped/autogen/models/lr1.py +5 -6
  114. shaped/autogen/models/lr2.py +5 -6
  115. shaped/autogen/models/max_depth.py +5 -6
  116. shaped/autogen/models/max_leaves.py +5 -6
  117. shaped/autogen/models/max_seq_length.py +5 -6
  118. shaped/autogen/models/max_seq_length1.py +5 -6
  119. shaped/autogen/models/max_seq_length2.py +5 -6
  120. shaped/autogen/models/mode.py +5 -6
  121. shaped/autogen/models/mode1.py +24 -23
  122. shaped/autogen/models/{training_config_models_inner.py → models_inner.py} +13 -14
  123. shaped/autogen/models/mongo_db_table_config.py +5 -6
  124. shaped/autogen/models/mssql_table_config.py +5 -6
  125. shaped/autogen/models/my_sql_table_config.py +5 -6
  126. shaped/autogen/models/n_epochs.py +5 -6
  127. shaped/autogen/models/n_epochs1.py +5 -6
  128. shaped/autogen/models/n_epochs2.py +5 -6
  129. shaped/autogen/models/n_estimators.py +5 -6
  130. shaped/autogen/models/n_heads.py +5 -6
  131. shaped/autogen/models/n_layers.py +5 -6
  132. shaped/autogen/models/neg_per_positive.py +5 -6
  133. shaped/autogen/models/negative_samples_count.py +5 -6
  134. shaped/autogen/models/ngram_tokenizer.py +5 -6
  135. shaped/autogen/models/no_op_config.py +5 -6
  136. shaped/autogen/models/num_blocks.py +5 -6
  137. shaped/autogen/models/num_heads.py +5 -6
  138. shaped/autogen/models/num_leaves.py +5 -6
  139. shaped/autogen/models/objective.py +5 -6
  140. shaped/autogen/models/objective1.py +5 -6
  141. shaped/autogen/models/online_store_config.py +5 -6
  142. shaped/autogen/models/pagination_config.py +5 -6
  143. shaped/autogen/models/parameter_definition.py +5 -6
  144. shaped/autogen/models/parameters_value.py +5 -6
  145. shaped/autogen/models/passthrough_score.py +5 -6
  146. shaped/autogen/models/personal_filter.py +5 -6
  147. shaped/autogen/models/pipeline_stage_explanation.py +8 -9
  148. shaped/autogen/models/policy.py +5 -6
  149. shaped/autogen/models/pooling_function.py +5 -6
  150. shaped/autogen/models/postgres_table_config.py +5 -6
  151. shaped/autogen/models/posthog_table_config.py +5 -6
  152. shaped/autogen/models/prebuilt_filter_step.py +5 -6
  153. shaped/autogen/models/precomputed_item_embedding.py +5 -6
  154. shaped/autogen/models/precomputed_user_embedding.py +5 -6
  155. shaped/autogen/models/query.py +19 -20
  156. shaped/autogen/models/query1.py +19 -20
  157. shaped/autogen/models/{query_any_of.py → query_config.py} +13 -14
  158. shaped/autogen/models/query_definition.py +5 -6
  159. shaped/autogen/models/query_encoder.py +5 -6
  160. shaped/autogen/models/query_explanation.py +11 -8
  161. shaped/autogen/models/query_request.py +5 -6
  162. shaped/autogen/models/query_result.py +5 -6
  163. shaped/autogen/models/query_table_config.py +5 -6
  164. shaped/autogen/models/rank_item_attribute_values_query_config.py +5 -6
  165. shaped/autogen/models/rank_query_config.py +11 -12
  166. shaped/autogen/models/rank_query_config_filter_inner.py +5 -6
  167. shaped/autogen/models/recreate_rollout.py +5 -6
  168. shaped/autogen/models/redshift_table_config.py +5 -6
  169. shaped/autogen/models/reference_table_config.py +5 -6
  170. shaped/autogen/models/regularization.py +5 -6
  171. shaped/autogen/models/{rank_query_config_reorder_inner.py → reorder_inner.py} +11 -12
  172. shaped/autogen/models/reorder_step_explanation.py +206 -0
  173. shaped/autogen/models/request.py +5 -6
  174. shaped/autogen/models/request1.py +5 -6
  175. shaped/autogen/models/requests_per_second_scaling_policy.py +5 -6
  176. shaped/autogen/models/resource_config.py +99 -0
  177. shaped/autogen/models/response_get_view_details_views_view_name_get.py +5 -6
  178. shaped/autogen/models/result.py +5 -19
  179. shaped/autogen/models/result_embeddings_value.py +5 -6
  180. shaped/autogen/models/{ascending.py → retrieval_scores_value.py} +26 -36
  181. shaped/autogen/models/{rank_query_config_retrieve_inner.py → retrieve_inner.py} +13 -14
  182. shaped/autogen/models/retrieve_step_explanation.py +171 -0
  183. shaped/autogen/models/retriever.py +5 -6
  184. shaped/autogen/models/retriever1.py +5 -6
  185. shaped/autogen/models/rollout_config.py +5 -6
  186. shaped/autogen/models/rudderstack_table_config.py +5 -6
  187. shaped/autogen/models/sampling_strategy.py +5 -6
  188. shaped/autogen/models/saved_query_info_response.py +22 -9
  189. shaped/autogen/models/saved_query_list_response.py +5 -6
  190. shaped/autogen/models/saved_query_request.py +5 -6
  191. shaped/autogen/models/schema_config.py +5 -6
  192. shaped/autogen/models/score.py +5 -6
  193. shaped/autogen/models/score_ensemble.py +5 -19
  194. shaped/autogen/models/score_step_explanation.py +223 -0
  195. shaped/autogen/models/search_config.py +5 -6
  196. shaped/autogen/models/segment_table_config.py +5 -6
  197. shaped/autogen/models/sequence_length.py +5 -6
  198. shaped/autogen/models/server_config.py +18 -6
  199. shaped/autogen/models/setup_engine_response.py +5 -6
  200. shaped/autogen/models/shaped_internal_recsys_policies_als_model_policy_als_model_policy_config.py +13 -8
  201. shaped/autogen/models/shaped_internal_recsys_policies_beeformer_model_policy_beeformer_model_policy_beeformer_model_policy_config.py +13 -8
  202. shaped/autogen/models/shaped_internal_recsys_policies_bert_model_policy_bert_model_policy_bert_model_policy_config.py +14 -9
  203. shaped/autogen/models/shaped_internal_recsys_policies_elsa_model_policy_elsa_model_policy_elsa_model_policy_config.py +10 -9
  204. shaped/autogen/models/shaped_internal_recsys_policies_gsasrec_model_policy_gsasrec_model_policy_gsas_rec_model_policy_config.py +13 -8
  205. shaped/autogen/models/shaped_internal_recsys_policies_item2vec_model_policy_item2_vec_model_policy_config.py +5 -6
  206. shaped/autogen/models/shaped_internal_recsys_policies_lightgbm_model_policy_lightgbm_model_policy_light_gbm_model_policy_config.py +13 -8
  207. shaped/autogen/models/shaped_internal_recsys_policies_ngram_model_policy_ngram_model_policy_config.py +5 -6
  208. shaped/autogen/models/shaped_internal_recsys_policies_rising_popular_policy_rising_popular_policy_config.py +5 -6
  209. shaped/autogen/models/shaped_internal_recsys_policies_sasrec_model_policy_sasrec_model_policy_sas_rec_model_policy_config.py +13 -8
  210. shaped/autogen/models/shaped_internal_recsys_policies_svd_model_policy_svd_model_policy_config.py +5 -6
  211. shaped/autogen/models/shaped_internal_recsys_policies_two_tower_model_policy_two_tower_model_policy_two_tower_model_policy_config.py +13 -8
  212. shaped/autogen/models/shaped_internal_recsys_policies_widedeep_model_policy_wide_deep_model_policy_config.py +14 -9
  213. shaped/autogen/models/shaped_internal_recsys_policies_xgboost_model_policy_xg_boost_model_policy_config.py +16 -11
  214. shaped/autogen/models/shopify_table_config.py +5 -6
  215. shaped/autogen/models/similarity_retrieve_step.py +10 -9
  216. shaped/autogen/models/snowflake_table_config.py +5 -6
  217. shaped/autogen/models/sql_transform_type.py +5 -6
  218. shaped/autogen/models/sql_view_config.py +5 -6
  219. shaped/autogen/models/stemmer_tokenizer.py +5 -6
  220. shaped/autogen/models/step_explanation.py +5 -6
  221. shaped/autogen/models/steps_inner.py +178 -0
  222. shaped/autogen/models/strategy.py +5 -6
  223. shaped/autogen/models/table.py +5 -6
  224. shaped/autogen/models/table_deployment_type.py +5 -6
  225. shaped/autogen/models/table_insert_arguments.py +7 -8
  226. shaped/autogen/models/table_insert_response.py +5 -6
  227. shaped/autogen/models/text_search_retrieve_step.py +5 -6
  228. shaped/autogen/models/time_frequency.py +5 -6
  229. shaped/autogen/models/time_window.py +5 -6
  230. shaped/autogen/models/tokenizer.py +5 -6
  231. shaped/autogen/models/trained_model_encoder.py +5 -6
  232. shaped/autogen/models/training_compute_config.py +8 -9
  233. shaped/autogen/models/training_config.py +8 -9
  234. shaped/autogen/models/training_strategy.py +5 -6
  235. shaped/autogen/models/transform_status.py +40 -0
  236. shaped/autogen/models/truncate_filter_step.py +5 -6
  237. shaped/autogen/models/tunable_bool.py +5 -6
  238. shaped/autogen/models/tunable_float.py +5 -6
  239. shaped/autogen/models/tunable_int.py +5 -6
  240. shaped/autogen/models/tunable_int_categorical.py +5 -6
  241. shaped/autogen/models/tunable_string.py +5 -6
  242. shaped/autogen/models/tuning_config.py +5 -6
  243. shaped/autogen/models/update_table_response.py +5 -6
  244. shaped/autogen/models/update_view_response.py +5 -6
  245. shaped/autogen/models/user_attribute_pooling_encoder.py +5 -6
  246. shaped/autogen/models/{engine_schema_user_inner.py → user_inner.py} +11 -12
  247. shaped/autogen/models/val_split.py +5 -6
  248. shaped/autogen/models/validation_error.py +8 -9
  249. shaped/autogen/models/value_type.py +5 -6
  250. shaped/autogen/models/vector_search_mode.py +10 -9
  251. shaped/autogen/models/view.py +8 -9
  252. shaped/autogen/models/view_details_ai.py +10 -11
  253. shaped/autogen/models/view_details_ai_schema_value.py +5 -6
  254. shaped/autogen/models/view_details_sql.py +10 -11
  255. shaped/autogen/models/weight_decay.py +5 -6
  256. shaped/autogen/models/whitespace_tokenizer.py +5 -6
  257. shaped/autogen/models/window_size.py +5 -6
  258. shaped/autogen/rest.py +13 -14
  259. shaped/cli/shaped_cli.py +152 -29
  260. shaped/client.py +50 -43
  261. shaped/config_builders.py +110 -100
  262. shaped/query_builder.py +56 -49
  263. {shaped-2.0.2.dist-info → shaped-2.0.5.dist-info}/METADATA +2 -2
  264. shaped-2.0.5.dist-info/RECORD +271 -0
  265. {shaped-2.0.2.dist-info → shaped-2.0.5.dist-info}/WHEEL +1 -1
  266. shaped/autogen/models/distance_function.py +0 -38
  267. shaped/autogen/models/encoding_pooling_strategy.py +0 -38
  268. shaped/autogen/models/pool_fn.py +0 -134
  269. shaped/autogen/models/score_ensemble_policy_config.py +0 -141
  270. shaped/autogen/models/score_ensemble_policy_config_policies_inner.py +0 -422
  271. shaped/autogen/models/shaped_internal_recsys_policies_chronological_model_policy_chronological_model_policy_config.py +0 -137
  272. shaped/autogen/models/shaped_internal_recsys_policies_item_content_similarity_model_policy_item_content_similarity_model_policy_config.py +0 -152
  273. shaped/autogen/models/shaped_internal_recsys_policies_popular_model_policy_popular_model_policy_config.py +0 -137
  274. shaped/autogen/models/shaped_internal_recsys_policies_random_model_policy_random_model_policy_config.py +0 -104
  275. shaped/autogen/models/shaped_internal_recsys_policies_recently_popular_policy_recently_popular_policy_config.py +0 -130
  276. shaped/autogen/models/shaped_internal_recsys_policies_user_item_content_similarity_model_policy_user_item_content_similarity_model_policy_config.py +0 -131
  277. shaped/autogen/models/text_encoding.py +0 -136
  278. shaped/autogen/models/trending_mode.py +0 -37
  279. shaped/autogen/models/view_status.py +0 -41
  280. shaped-2.0.2.dist-info/RECORD +0 -278
  281. {shaped-2.0.2.dist-info → shaped-2.0.5.dist-info}/entry_points.txt +0 -0
  282. {shaped-2.0.2.dist-info → shaped-2.0.5.dist-info}/top_level.txt +0 -0
  283. {shaped-2.0.2.dist-info → shaped-2.0.5.dist-info}/zip-safe +0 -0
@@ -1,152 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Shaped API
5
-
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
-
8
- The version of the OpenAPI document: 2.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr, field_validator
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from shaped.autogen.models.distance_function import DistanceFunction
23
- from shaped.autogen.models.pool_fn import PoolFn
24
- from shaped.autogen.models.text_encoding import TextEncoding
25
- from typing import Optional, Set
26
- from typing_extensions import Self
27
-
28
- class ShapedInternalRecsysPoliciesItemContentSimilarityModelPolicyItemContentSimilarityModelPolicyConfig(BaseModel):
29
- """
30
- ShapedInternalRecsysPoliciesItemContentSimilarityModelPolicyItemContentSimilarityModelPolicyConfig
31
- """ # noqa: E501
32
- policy_type: Optional[StrictStr] = 'item-content-similarity'
33
- name: Optional[StrictStr] = None
34
- event_values: Optional[List[StrictStr]] = None
35
- pool_fn: Optional[PoolFn] = None
36
- include_item_id: Optional[StrictBool] = True
37
- text_encoding: Optional[TextEncoding] = None
38
- categorical_and_numerical_encoding: Optional[StrictBool] = False
39
- distance_fn: Optional[DistanceFunction] = None
40
- encode_items_using_stored_factors: Optional[StrictBool] = True
41
- item_feature_names: Optional[List[StrictStr]] = None
42
- additional_properties: Dict[str, Any] = {}
43
- __properties: ClassVar[List[str]] = ["policy_type", "name", "event_values", "pool_fn", "include_item_id", "text_encoding", "categorical_and_numerical_encoding", "distance_fn", "encode_items_using_stored_factors", "item_feature_names"]
44
-
45
- @field_validator('policy_type')
46
- def policy_type_validate_enum(cls, value):
47
- """Validates the enum"""
48
- if value is None:
49
- return value
50
-
51
- if value not in set(['item-content-similarity']):
52
- raise ValueError("must be one of enum values ('item-content-similarity')")
53
- return value
54
-
55
- model_config = ConfigDict(
56
- populate_by_name=True,
57
- validate_assignment=True,
58
- protected_namespaces=(),
59
- )
60
-
61
-
62
- def to_str(self) -> str:
63
- """Returns the string representation of the model using alias"""
64
- return pprint.pformat(self.model_dump(by_alias=True))
65
-
66
- def to_json(self) -> str:
67
- """Returns the JSON representation of the model using alias"""
68
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
69
- return json.dumps(self.to_dict())
70
-
71
- @classmethod
72
- def from_json(cls, json_str: str) -> Optional[Self]:
73
- """Create an instance of ShapedInternalRecsysPoliciesItemContentSimilarityModelPolicyItemContentSimilarityModelPolicyConfig from a JSON string"""
74
- return cls.from_dict(json.loads(json_str))
75
-
76
- def to_dict(self) -> Dict[str, Any]:
77
- """Return the dictionary representation of the model using alias.
78
-
79
- This has the following differences from calling pydantic's
80
- `self.model_dump(by_alias=True)`:
81
-
82
- * `None` is only added to the output dict for nullable fields that
83
- were set at model initialization. Other fields with value `None`
84
- are ignored.
85
- * Fields in `self.additional_properties` are added to the output dict.
86
- """
87
- excluded_fields: Set[str] = set([
88
- "additional_properties",
89
- ])
90
-
91
- _dict = self.model_dump(
92
- by_alias=True,
93
- exclude=excluded_fields,
94
- exclude_none=True,
95
- )
96
- # override the default output from pydantic by calling `to_dict()` of pool_fn
97
- if self.pool_fn:
98
- _dict['pool_fn'] = self.pool_fn.to_dict()
99
- # override the default output from pydantic by calling `to_dict()` of text_encoding
100
- if self.text_encoding:
101
- _dict['text_encoding'] = self.text_encoding.to_dict()
102
- # puts key-value pairs in additional_properties in the top level
103
- if self.additional_properties is not None:
104
- for _key, _value in self.additional_properties.items():
105
- _dict[_key] = _value
106
-
107
- # set to None if name (nullable) is None
108
- # and model_fields_set contains the field
109
- if self.name is None and "name" in self.model_fields_set:
110
- _dict['name'] = None
111
-
112
- # set to None if event_values (nullable) is None
113
- # and model_fields_set contains the field
114
- if self.event_values is None and "event_values" in self.model_fields_set:
115
- _dict['event_values'] = None
116
-
117
- # set to None if item_feature_names (nullable) is None
118
- # and model_fields_set contains the field
119
- if self.item_feature_names is None and "item_feature_names" in self.model_fields_set:
120
- _dict['item_feature_names'] = None
121
-
122
- return _dict
123
-
124
- @classmethod
125
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
126
- """Create an instance of ShapedInternalRecsysPoliciesItemContentSimilarityModelPolicyItemContentSimilarityModelPolicyConfig from a dict"""
127
- if obj is None:
128
- return None
129
-
130
- if not isinstance(obj, dict):
131
- return cls.model_validate(obj)
132
-
133
- _obj = cls.model_validate({
134
- "policy_type": obj.get("policy_type") if obj.get("policy_type") is not None else 'item-content-similarity',
135
- "name": obj.get("name"),
136
- "event_values": obj.get("event_values"),
137
- "pool_fn": PoolFn.from_dict(obj["pool_fn"]) if obj.get("pool_fn") is not None else None,
138
- "include_item_id": obj.get("include_item_id") if obj.get("include_item_id") is not None else True,
139
- "text_encoding": TextEncoding.from_dict(obj["text_encoding"]) if obj.get("text_encoding") is not None else None,
140
- "categorical_and_numerical_encoding": obj.get("categorical_and_numerical_encoding") if obj.get("categorical_and_numerical_encoding") is not None else False,
141
- "distance_fn": obj.get("distance_fn"),
142
- "encode_items_using_stored_factors": obj.get("encode_items_using_stored_factors") if obj.get("encode_items_using_stored_factors") is not None else True,
143
- "item_feature_names": obj.get("item_feature_names")
144
- })
145
- # store additional fields in additional_properties
146
- for _key in obj.keys():
147
- if _key not in cls.__properties:
148
- _obj.additional_properties[_key] = obj.get(_key)
149
-
150
- return _obj
151
-
152
-
@@ -1,137 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Shaped API
5
-
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
-
8
- The version of the OpenAPI document: 2.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr, field_validator
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from shaped.autogen.models.time_window_in_days import TimeWindowInDays
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class ShapedInternalRecsysPoliciesPopularModelPolicyPopularModelPolicyConfig(BaseModel):
27
- """
28
- ShapedInternalRecsysPoliciesPopularModelPolicyPopularModelPolicyConfig
29
- """ # noqa: E501
30
- policy_type: Optional[StrictStr] = 'popular'
31
- name: Optional[StrictStr] = None
32
- event_values: Optional[List[StrictStr]] = None
33
- mode: Optional[StrictStr] = 'positive_popularity'
34
- time_window_in_days: Optional[TimeWindowInDays] = None
35
- additional_properties: Dict[str, Any] = {}
36
- __properties: ClassVar[List[str]] = ["policy_type", "name", "event_values", "mode", "time_window_in_days"]
37
-
38
- @field_validator('policy_type')
39
- def policy_type_validate_enum(cls, value):
40
- """Validates the enum"""
41
- if value is None:
42
- return value
43
-
44
- if value not in set(['popular']):
45
- raise ValueError("must be one of enum values ('popular')")
46
- return value
47
-
48
- model_config = ConfigDict(
49
- populate_by_name=True,
50
- validate_assignment=True,
51
- protected_namespaces=(),
52
- )
53
-
54
-
55
- def to_str(self) -> str:
56
- """Returns the string representation of the model using alias"""
57
- return pprint.pformat(self.model_dump(by_alias=True))
58
-
59
- def to_json(self) -> str:
60
- """Returns the JSON representation of the model using alias"""
61
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
62
- return json.dumps(self.to_dict())
63
-
64
- @classmethod
65
- def from_json(cls, json_str: str) -> Optional[Self]:
66
- """Create an instance of ShapedInternalRecsysPoliciesPopularModelPolicyPopularModelPolicyConfig from a JSON string"""
67
- return cls.from_dict(json.loads(json_str))
68
-
69
- def to_dict(self) -> Dict[str, Any]:
70
- """Return the dictionary representation of the model using alias.
71
-
72
- This has the following differences from calling pydantic's
73
- `self.model_dump(by_alias=True)`:
74
-
75
- * `None` is only added to the output dict for nullable fields that
76
- were set at model initialization. Other fields with value `None`
77
- are ignored.
78
- * Fields in `self.additional_properties` are added to the output dict.
79
- """
80
- excluded_fields: Set[str] = set([
81
- "additional_properties",
82
- ])
83
-
84
- _dict = self.model_dump(
85
- by_alias=True,
86
- exclude=excluded_fields,
87
- exclude_none=True,
88
- )
89
- # override the default output from pydantic by calling `to_dict()` of time_window_in_days
90
- if self.time_window_in_days:
91
- _dict['time_window_in_days'] = self.time_window_in_days.to_dict()
92
- # puts key-value pairs in additional_properties in the top level
93
- if self.additional_properties is not None:
94
- for _key, _value in self.additional_properties.items():
95
- _dict[_key] = _value
96
-
97
- # set to None if name (nullable) is None
98
- # and model_fields_set contains the field
99
- if self.name is None and "name" in self.model_fields_set:
100
- _dict['name'] = None
101
-
102
- # set to None if event_values (nullable) is None
103
- # and model_fields_set contains the field
104
- if self.event_values is None and "event_values" in self.model_fields_set:
105
- _dict['event_values'] = None
106
-
107
- # set to None if time_window_in_days (nullable) is None
108
- # and model_fields_set contains the field
109
- if self.time_window_in_days is None and "time_window_in_days" in self.model_fields_set:
110
- _dict['time_window_in_days'] = None
111
-
112
- return _dict
113
-
114
- @classmethod
115
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
116
- """Create an instance of ShapedInternalRecsysPoliciesPopularModelPolicyPopularModelPolicyConfig from a dict"""
117
- if obj is None:
118
- return None
119
-
120
- if not isinstance(obj, dict):
121
- return cls.model_validate(obj)
122
-
123
- _obj = cls.model_validate({
124
- "policy_type": obj.get("policy_type") if obj.get("policy_type") is not None else 'popular',
125
- "name": obj.get("name"),
126
- "event_values": obj.get("event_values"),
127
- "mode": obj.get("mode") if obj.get("mode") is not None else 'positive_popularity',
128
- "time_window_in_days": TimeWindowInDays.from_dict(obj["time_window_in_days"]) if obj.get("time_window_in_days") is not None else None
129
- })
130
- # store additional fields in additional_properties
131
- for _key in obj.keys():
132
- if _key not in cls.__properties:
133
- _obj.additional_properties[_key] = obj.get(_key)
134
-
135
- return _obj
136
-
137
-
@@ -1,104 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Shaped API
5
-
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
-
8
- The version of the OpenAPI document: 2.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr, field_validator
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
- class ShapedInternalRecsysPoliciesRandomModelPolicyRandomModelPolicyConfig(BaseModel):
26
- """
27
- ShapedInternalRecsysPoliciesRandomModelPolicyRandomModelPolicyConfig
28
- """ # noqa: E501
29
- policy_type: Optional[StrictStr] = 'random'
30
- name: Optional[StrictStr] = None
31
- __properties: ClassVar[List[str]] = ["policy_type", "name"]
32
-
33
- @field_validator('policy_type')
34
- def policy_type_validate_enum(cls, value):
35
- """Validates the enum"""
36
- if value is None:
37
- return value
38
-
39
- if value not in set(['random']):
40
- raise ValueError("must be one of enum values ('random')")
41
- return value
42
-
43
- model_config = ConfigDict(
44
- populate_by_name=True,
45
- validate_assignment=True,
46
- protected_namespaces=(),
47
- )
48
-
49
-
50
- def to_str(self) -> str:
51
- """Returns the string representation of the model using alias"""
52
- return pprint.pformat(self.model_dump(by_alias=True))
53
-
54
- def to_json(self) -> str:
55
- """Returns the JSON representation of the model using alias"""
56
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
57
- return json.dumps(self.to_dict())
58
-
59
- @classmethod
60
- def from_json(cls, json_str: str) -> Optional[Self]:
61
- """Create an instance of ShapedInternalRecsysPoliciesRandomModelPolicyRandomModelPolicyConfig from a JSON string"""
62
- return cls.from_dict(json.loads(json_str))
63
-
64
- def to_dict(self) -> Dict[str, Any]:
65
- """Return the dictionary representation of the model using alias.
66
-
67
- This has the following differences from calling pydantic's
68
- `self.model_dump(by_alias=True)`:
69
-
70
- * `None` is only added to the output dict for nullable fields that
71
- were set at model initialization. Other fields with value `None`
72
- are ignored.
73
- """
74
- excluded_fields: Set[str] = set([
75
- ])
76
-
77
- _dict = self.model_dump(
78
- by_alias=True,
79
- exclude=excluded_fields,
80
- exclude_none=True,
81
- )
82
- # set to None if name (nullable) is None
83
- # and model_fields_set contains the field
84
- if self.name is None and "name" in self.model_fields_set:
85
- _dict['name'] = None
86
-
87
- return _dict
88
-
89
- @classmethod
90
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
91
- """Create an instance of ShapedInternalRecsysPoliciesRandomModelPolicyRandomModelPolicyConfig from a dict"""
92
- if obj is None:
93
- return None
94
-
95
- if not isinstance(obj, dict):
96
- return cls.model_validate(obj)
97
-
98
- _obj = cls.model_validate({
99
- "policy_type": obj.get("policy_type") if obj.get("policy_type") is not None else 'random',
100
- "name": obj.get("name")
101
- })
102
- return _obj
103
-
104
-
@@ -1,130 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Shaped API
5
-
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
-
8
- The version of the OpenAPI document: 2.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr, field_validator
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from shaped.autogen.models.mode1 import Mode1
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class ShapedInternalRecsysPoliciesRecentlyPopularPolicyRecentlyPopularPolicyConfig(BaseModel):
27
- """
28
- ShapedInternalRecsysPoliciesRecentlyPopularPolicyRecentlyPopularPolicyConfig
29
- """ # noqa: E501
30
- policy_type: Optional[StrictStr] = 'recently-popular'
31
- name: Optional[StrictStr] = None
32
- event_values: Optional[List[StrictStr]] = None
33
- mode: Optional[Mode1] = None
34
- additional_properties: Dict[str, Any] = {}
35
- __properties: ClassVar[List[str]] = ["policy_type", "name", "event_values", "mode"]
36
-
37
- @field_validator('policy_type')
38
- def policy_type_validate_enum(cls, value):
39
- """Validates the enum"""
40
- if value is None:
41
- return value
42
-
43
- if value not in set(['recently-popular']):
44
- raise ValueError("must be one of enum values ('recently-popular')")
45
- return value
46
-
47
- model_config = ConfigDict(
48
- populate_by_name=True,
49
- validate_assignment=True,
50
- protected_namespaces=(),
51
- )
52
-
53
-
54
- def to_str(self) -> str:
55
- """Returns the string representation of the model using alias"""
56
- return pprint.pformat(self.model_dump(by_alias=True))
57
-
58
- def to_json(self) -> str:
59
- """Returns the JSON representation of the model using alias"""
60
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
61
- return json.dumps(self.to_dict())
62
-
63
- @classmethod
64
- def from_json(cls, json_str: str) -> Optional[Self]:
65
- """Create an instance of ShapedInternalRecsysPoliciesRecentlyPopularPolicyRecentlyPopularPolicyConfig from a JSON string"""
66
- return cls.from_dict(json.loads(json_str))
67
-
68
- def to_dict(self) -> Dict[str, Any]:
69
- """Return the dictionary representation of the model using alias.
70
-
71
- This has the following differences from calling pydantic's
72
- `self.model_dump(by_alias=True)`:
73
-
74
- * `None` is only added to the output dict for nullable fields that
75
- were set at model initialization. Other fields with value `None`
76
- are ignored.
77
- * Fields in `self.additional_properties` are added to the output dict.
78
- """
79
- excluded_fields: Set[str] = set([
80
- "additional_properties",
81
- ])
82
-
83
- _dict = self.model_dump(
84
- by_alias=True,
85
- exclude=excluded_fields,
86
- exclude_none=True,
87
- )
88
- # override the default output from pydantic by calling `to_dict()` of mode
89
- if self.mode:
90
- _dict['mode'] = self.mode.to_dict()
91
- # puts key-value pairs in additional_properties in the top level
92
- if self.additional_properties is not None:
93
- for _key, _value in self.additional_properties.items():
94
- _dict[_key] = _value
95
-
96
- # set to None if name (nullable) is None
97
- # and model_fields_set contains the field
98
- if self.name is None and "name" in self.model_fields_set:
99
- _dict['name'] = None
100
-
101
- # set to None if event_values (nullable) is None
102
- # and model_fields_set contains the field
103
- if self.event_values is None and "event_values" in self.model_fields_set:
104
- _dict['event_values'] = None
105
-
106
- return _dict
107
-
108
- @classmethod
109
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
110
- """Create an instance of ShapedInternalRecsysPoliciesRecentlyPopularPolicyRecentlyPopularPolicyConfig from a dict"""
111
- if obj is None:
112
- return None
113
-
114
- if not isinstance(obj, dict):
115
- return cls.model_validate(obj)
116
-
117
- _obj = cls.model_validate({
118
- "policy_type": obj.get("policy_type") if obj.get("policy_type") is not None else 'recently-popular',
119
- "name": obj.get("name"),
120
- "event_values": obj.get("event_values"),
121
- "mode": Mode1.from_dict(obj["mode"]) if obj.get("mode") is not None else None
122
- })
123
- # store additional fields in additional_properties
124
- for _key in obj.keys():
125
- if _key not in cls.__properties:
126
- _obj.additional_properties[_key] = obj.get(_key)
127
-
128
- return _obj
129
-
130
-
@@ -1,131 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Shaped API
5
-
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
-
8
- The version of the OpenAPI document: 2.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr, field_validator
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from shaped.autogen.models.distance_function import DistanceFunction
23
- from shaped.autogen.models.encoding_pooling_strategy import EncodingPoolingStrategy
24
- from typing import Optional, Set
25
- from typing_extensions import Self
26
-
27
- class ShapedInternalRecsysPoliciesUserItemContentSimilarityModelPolicyUserItemContentSimilarityModelPolicyConfig(BaseModel):
28
- """
29
- ShapedInternalRecsysPoliciesUserItemContentSimilarityModelPolicyUserItemContentSimilarityModelPolicyConfig
30
- """ # noqa: E501
31
- policy_type: Optional[StrictStr] = 'user-item-content-similarity'
32
- name: Optional[StrictStr] = None
33
- event_values: Optional[List[StrictStr]] = None
34
- pool_fn: Optional[EncodingPoolingStrategy] = None
35
- distance_fn: Optional[DistanceFunction] = None
36
- item_feature_names: Optional[List[StrictStr]] = None
37
- user_feature_names: Optional[List[StrictStr]] = None
38
- __properties: ClassVar[List[str]] = ["policy_type", "name", "event_values", "pool_fn", "distance_fn", "item_feature_names", "user_feature_names"]
39
-
40
- @field_validator('policy_type')
41
- def policy_type_validate_enum(cls, value):
42
- """Validates the enum"""
43
- if value is None:
44
- return value
45
-
46
- if value not in set(['user-item-content-similarity']):
47
- raise ValueError("must be one of enum values ('user-item-content-similarity')")
48
- return value
49
-
50
- model_config = ConfigDict(
51
- populate_by_name=True,
52
- validate_assignment=True,
53
- protected_namespaces=(),
54
- )
55
-
56
-
57
- def to_str(self) -> str:
58
- """Returns the string representation of the model using alias"""
59
- return pprint.pformat(self.model_dump(by_alias=True))
60
-
61
- def to_json(self) -> str:
62
- """Returns the JSON representation of the model using alias"""
63
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
64
- return json.dumps(self.to_dict())
65
-
66
- @classmethod
67
- def from_json(cls, json_str: str) -> Optional[Self]:
68
- """Create an instance of ShapedInternalRecsysPoliciesUserItemContentSimilarityModelPolicyUserItemContentSimilarityModelPolicyConfig from a JSON string"""
69
- return cls.from_dict(json.loads(json_str))
70
-
71
- def to_dict(self) -> Dict[str, Any]:
72
- """Return the dictionary representation of the model using alias.
73
-
74
- This has the following differences from calling pydantic's
75
- `self.model_dump(by_alias=True)`:
76
-
77
- * `None` is only added to the output dict for nullable fields that
78
- were set at model initialization. Other fields with value `None`
79
- are ignored.
80
- """
81
- excluded_fields: Set[str] = set([
82
- ])
83
-
84
- _dict = self.model_dump(
85
- by_alias=True,
86
- exclude=excluded_fields,
87
- exclude_none=True,
88
- )
89
- # set to None if name (nullable) is None
90
- # and model_fields_set contains the field
91
- if self.name is None and "name" in self.model_fields_set:
92
- _dict['name'] = None
93
-
94
- # set to None if event_values (nullable) is None
95
- # and model_fields_set contains the field
96
- if self.event_values is None and "event_values" in self.model_fields_set:
97
- _dict['event_values'] = None
98
-
99
- # set to None if item_feature_names (nullable) is None
100
- # and model_fields_set contains the field
101
- if self.item_feature_names is None and "item_feature_names" in self.model_fields_set:
102
- _dict['item_feature_names'] = None
103
-
104
- # set to None if user_feature_names (nullable) is None
105
- # and model_fields_set contains the field
106
- if self.user_feature_names is None and "user_feature_names" in self.model_fields_set:
107
- _dict['user_feature_names'] = None
108
-
109
- return _dict
110
-
111
- @classmethod
112
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
113
- """Create an instance of ShapedInternalRecsysPoliciesUserItemContentSimilarityModelPolicyUserItemContentSimilarityModelPolicyConfig from a dict"""
114
- if obj is None:
115
- return None
116
-
117
- if not isinstance(obj, dict):
118
- return cls.model_validate(obj)
119
-
120
- _obj = cls.model_validate({
121
- "policy_type": obj.get("policy_type") if obj.get("policy_type") is not None else 'user-item-content-similarity',
122
- "name": obj.get("name"),
123
- "event_values": obj.get("event_values"),
124
- "pool_fn": obj.get("pool_fn"),
125
- "distance_fn": obj.get("distance_fn"),
126
- "item_feature_names": obj.get("item_feature_names"),
127
- "user_feature_names": obj.get("user_feature_names")
128
- })
129
- return _obj
130
-
131
-