shaped 2.0.2__py3-none-any.whl → 2.0.4__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.
- shaped/__init__.py +47 -42
- shaped/autogen/__init__.py +37 -51
- shaped/autogen/api/engine_api.py +1 -1
- shaped/autogen/api/query_api.py +8 -68
- shaped/autogen/api/table_api.py +1 -1
- shaped/autogen/api/view_api.py +1 -1
- shaped/autogen/api_client.py +4 -4
- shaped/autogen/configuration.py +5 -3
- shaped/autogen/exceptions.py +7 -4
- shaped/autogen/models/__init__.py +19 -26
- shaped/autogen/models/ai_enrichment_view_config.py +1 -1
- shaped/autogen/models/algorithm.py +1 -1
- shaped/autogen/models/amplitude_table_config.py +1 -1
- shaped/autogen/models/ascending.py +29 -17
- shaped/autogen/models/attn_dropout_prob.py +1 -1
- shaped/autogen/models/attribute_journey.py +1 -1
- shaped/autogen/models/attribute_value.py +1 -1
- shaped/autogen/models/autoscaling_config.py +1 -1
- shaped/autogen/models/aws_pinpoint_table_config.py +1 -1
- shaped/autogen/models/batch_size.py +1 -1
- shaped/autogen/models/batch_size1.py +1 -1
- shaped/autogen/models/batch_size2.py +1 -1
- shaped/autogen/models/big_query_table_config.py +1 -1
- shaped/autogen/models/bm25.py +1 -1
- shaped/autogen/models/boosted_reorder_step.py +1 -1
- shaped/autogen/models/canary_rollout.py +1 -1
- shaped/autogen/models/candidate_attributes_retrieve_step.py +1 -14
- shaped/autogen/models/candidate_ids_retrieve_step.py +1 -1
- shaped/autogen/models/candidate_retrieval_strategy.py +1 -1
- shaped/autogen/models/clickhouse_table_config.py +1 -1
- shaped/autogen/models/column_order_retrieve_step.py +1 -1
- shaped/autogen/models/column_ordering.py +1 -1
- shaped/autogen/models/create_table_response.py +1 -1
- shaped/autogen/models/create_view_response.py +1 -1
- shaped/autogen/models/custom_table_config.py +1 -1
- shaped/autogen/models/data_compute_config.py +1 -1
- shaped/autogen/models/data_config.py +1 -1
- shaped/autogen/models/data_config_interaction_table.py +1 -1
- shaped/autogen/models/data_split_config.py +1 -1
- shaped/autogen/models/data_split_strategy.py +1 -1
- shaped/autogen/models/data_tier.py +1 -1
- shaped/autogen/models/default.py +1 -1
- shaped/autogen/models/delete_engine_response.py +1 -1
- shaped/autogen/models/delete_table_response.py +1 -1
- shaped/autogen/models/delete_view_response.py +1 -1
- shaped/autogen/models/deployment_config.py +2 -8
- shaped/autogen/models/distance_function.py +5 -5
- shaped/autogen/models/diversity_reorder_step.py +1 -1
- shaped/autogen/models/dropout_rate.py +1 -1
- shaped/autogen/models/dynamo_db_table_config.py +1 -1
- shaped/autogen/models/dynamo_db_table_config_scan_kwargs_value.py +1 -1
- shaped/autogen/models/embedder_batch_size.py +1 -1
- shaped/autogen/models/embedding_config.py +1 -1
- shaped/autogen/models/embedding_dim.py +1 -1
- shaped/autogen/models/embedding_dims.py +1 -1
- shaped/autogen/models/embedding_size.py +1 -1
- shaped/autogen/models/encoder.py +1 -1
- shaped/autogen/models/encoding_pooling_strategy.py +5 -5
- shaped/autogen/models/engine.py +1 -1
- shaped/autogen/models/engine_config_v2.py +1 -1
- shaped/autogen/models/engine_details_response.py +1 -1
- shaped/autogen/models/engine_schema.py +8 -8
- shaped/autogen/models/engine_schema_user_inner.py +30 -18
- shaped/autogen/models/entity_config.py +1 -1
- shaped/autogen/models/entity_journey.py +28 -19
- shaped/autogen/models/entity_type.py +1 -1
- shaped/autogen/models/evaluation_config.py +1 -1
- shaped/autogen/models/exploration_reorder_step.py +1 -1
- shaped/autogen/models/expression_filter_step.py +1 -1
- shaped/autogen/models/factors.py +1 -1
- shaped/autogen/models/factors1.py +1 -1
- shaped/autogen/models/feature.py +1 -1
- shaped/autogen/models/feature_type.py +1 -1
- shaped/autogen/models/file_table_config.py +1 -1
- shaped/autogen/models/filter_config.py +14 -14
- shaped/autogen/models/filter_dataset.py +47 -23
- shaped/autogen/models/filter_index_type.py +1 -1
- shaped/autogen/models/filter_retrieve_step.py +1 -1
- shaped/autogen/models/filter_step_explanation.py +165 -0
- shaped/autogen/models/filter_table.py +140 -0
- shaped/autogen/models/filter_type.py +134 -0
- shaped/autogen/models/global_filter.py +1 -1
- shaped/autogen/models/hidden_dropout_prob.py +1 -1
- shaped/autogen/models/hidden_size.py +1 -1
- shaped/autogen/models/hidden_size1.py +1 -1
- shaped/autogen/models/http_problem_response.py +1 -1
- shaped/autogen/models/http_validation_error.py +1 -1
- shaped/autogen/models/hugging_face_encoder.py +6 -4
- shaped/autogen/models/iceberg_table_config.py +1 -1
- shaped/autogen/models/index_config.py +1 -1
- shaped/autogen/models/inner_entity_id.py +144 -0
- shaped/autogen/models/inner_size.py +1 -1
- shaped/autogen/models/inner_size1.py +1 -1
- shaped/autogen/models/inner_uid.py +144 -0
- shaped/autogen/models/interaction_config.py +1 -1
- shaped/autogen/models/interaction_pooling_encoder.py +1 -1
- shaped/autogen/models/interaction_round_robin_encoder.py +1 -1
- shaped/autogen/models/item_attribute_pooling_encoder.py +1 -14
- shaped/autogen/models/journey.py +1 -1
- shaped/autogen/models/kafka_table_config.py +1 -1
- shaped/autogen/models/kinesis_table_config.py +1 -1
- shaped/autogen/models/kinesis_table_config_column_schema_value.py +1 -1
- shaped/autogen/models/label.py +1 -1
- shaped/autogen/models/label_type.py +1 -2
- shaped/autogen/models/laplace_smoothing.py +1 -1
- shaped/autogen/models/latency_scaling_policy.py +1 -1
- shaped/autogen/models/learning_rate.py +1 -1
- shaped/autogen/models/learning_rate1.py +1 -1
- shaped/autogen/models/learning_rate2.py +1 -1
- shaped/autogen/models/learning_rate3.py +1 -1
- shaped/autogen/models/lexical_search_mode.py +3 -3
- shaped/autogen/models/list_engines_response.py +1 -1
- shaped/autogen/models/list_tables_response.py +1 -1
- shaped/autogen/models/list_views_response.py +1 -1
- shaped/autogen/models/location_inner.py +138 -0
- shaped/autogen/models/loss_types.py +1 -1
- shaped/autogen/models/lr.py +1 -1
- shaped/autogen/models/lr1.py +1 -1
- shaped/autogen/models/lr2.py +1 -1
- shaped/autogen/models/max_depth.py +1 -1
- shaped/autogen/models/max_leaves.py +1 -1
- shaped/autogen/models/max_seq_length.py +1 -1
- shaped/autogen/models/max_seq_length1.py +1 -1
- shaped/autogen/models/max_seq_length2.py +1 -1
- shaped/autogen/models/mode.py +1 -1
- shaped/autogen/models/mode1.py +20 -18
- shaped/autogen/models/mode2.py +32 -18
- shaped/autogen/models/models_inner.py +308 -0
- shaped/autogen/models/mongo_db_table_config.py +1 -1
- shaped/autogen/models/mssql_table_config.py +1 -1
- shaped/autogen/models/my_sql_table_config.py +1 -1
- shaped/autogen/models/n_epochs.py +1 -1
- shaped/autogen/models/n_epochs1.py +1 -1
- shaped/autogen/models/n_epochs2.py +1 -1
- shaped/autogen/models/n_estimators.py +1 -1
- shaped/autogen/models/n_heads.py +1 -1
- shaped/autogen/models/n_layers.py +1 -1
- shaped/autogen/models/neg_per_positive.py +1 -1
- shaped/autogen/models/negative_samples_count.py +1 -1
- shaped/autogen/models/ngram_tokenizer.py +1 -1
- shaped/autogen/models/no_op_config.py +1 -1
- shaped/autogen/models/num_blocks.py +1 -1
- shaped/autogen/models/num_heads.py +1 -1
- shaped/autogen/models/num_leaves.py +1 -1
- shaped/autogen/models/objective.py +1 -1
- shaped/autogen/models/objective1.py +1 -1
- shaped/autogen/models/online_store_config.py +1 -1
- shaped/autogen/models/pagination_config.py +1 -1
- shaped/autogen/models/parameter_definition.py +1 -1
- shaped/autogen/models/parameters_value.py +1 -1
- shaped/autogen/models/passthrough_score.py +1 -1
- shaped/autogen/models/personal_filter.py +1 -1
- shaped/autogen/models/pipeline_stage_explanation.py +4 -4
- shaped/autogen/models/policy.py +1 -1
- shaped/autogen/models/pool_fn.py +39 -21
- shaped/autogen/models/pooling_function.py +1 -1
- shaped/autogen/models/postgres_table_config.py +1 -1
- shaped/autogen/models/posthog_table_config.py +1 -1
- shaped/autogen/models/prebuilt_filter_step.py +1 -1
- shaped/autogen/models/precomputed_item_embedding.py +1 -1
- shaped/autogen/models/precomputed_user_embedding.py +1 -1
- shaped/autogen/models/query.py +15 -15
- shaped/autogen/models/query1.py +15 -15
- shaped/autogen/models/query_any_of.py +58 -26
- shaped/autogen/models/query_config.py +140 -0
- shaped/autogen/models/query_definition.py +1 -1
- shaped/autogen/models/query_encoder.py +1 -1
- shaped/autogen/models/query_explanation.py +7 -3
- shaped/autogen/models/query_request.py +1 -1
- shaped/autogen/models/query_result.py +1 -1
- shaped/autogen/models/query_table_config.py +1 -1
- shaped/autogen/models/rank_item_attribute_values_query_config.py +1 -1
- shaped/autogen/models/rank_query_config.py +7 -7
- shaped/autogen/models/rank_query_config_filter_inner.py +1 -1
- shaped/autogen/models/rank_query_config_reorder_inner.py +62 -25
- shaped/autogen/models/rank_query_config_retrieve_inner.py +100 -31
- shaped/autogen/models/recreate_rollout.py +1 -1
- shaped/autogen/models/redshift_table_config.py +1 -1
- shaped/autogen/models/reference_table_config.py +1 -1
- shaped/autogen/models/regularization.py +1 -1
- shaped/autogen/models/reorder_inner.py +149 -0
- shaped/autogen/models/reorder_step_explanation.py +207 -0
- shaped/autogen/models/request.py +1 -1
- shaped/autogen/models/request1.py +1 -1
- shaped/autogen/models/requests_per_second_scaling_policy.py +1 -1
- shaped/autogen/models/resource_config.py +100 -0
- shaped/autogen/models/response_get_view_details_views_view_name_get.py +1 -1
- shaped/autogen/models/result.py +1 -14
- shaped/autogen/models/result_embeddings_value.py +1 -1
- shaped/autogen/models/retrieval_scores_value.py +127 -0
- shaped/autogen/models/retrieve_inner.py +196 -0
- shaped/autogen/models/retrieve_step_explanation.py +172 -0
- shaped/autogen/models/retriever.py +1 -1
- shaped/autogen/models/retriever1.py +1 -1
- shaped/autogen/models/rollout_config.py +1 -1
- shaped/autogen/models/rudderstack_table_config.py +1 -1
- shaped/autogen/models/sampling_strategy.py +1 -1
- shaped/autogen/models/saved_query_info_response.py +18 -4
- shaped/autogen/models/saved_query_list_response.py +1 -1
- shaped/autogen/models/saved_query_request.py +1 -1
- shaped/autogen/models/schema_config.py +1 -1
- shaped/autogen/models/score.py +1 -1
- shaped/autogen/models/score_ensemble.py +1 -14
- shaped/autogen/models/score_ensemble_policy_config.py +49 -25
- shaped/autogen/models/score_ensemble_policy_config_policies_inner.py +456 -123
- shaped/autogen/models/score_step_explanation.py +224 -0
- shaped/autogen/models/search_config.py +1 -1
- shaped/autogen/models/segment_table_config.py +1 -1
- shaped/autogen/models/sequence_length.py +1 -1
- shaped/autogen/models/server_config.py +14 -1
- shaped/autogen/models/setup_engine_response.py +1 -1
- shaped/autogen/models/shaped_internal_recsys_policies_als_model_policy_als_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_beeformer_model_policy_beeformer_model_policy_beeformer_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_bert_model_policy_bert_model_policy_bert_model_policy_config.py +10 -4
- shaped/autogen/models/shaped_internal_recsys_policies_chronological_model_policy_chronological_model_policy_config.py +46 -27
- shaped/autogen/models/shaped_internal_recsys_policies_elsa_model_policy_elsa_model_policy_elsa_model_policy_config.py +6 -4
- shaped/autogen/models/shaped_internal_recsys_policies_gsasrec_model_policy_gsasrec_model_policy_gsas_rec_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_item2vec_model_policy_item2_vec_model_policy_config.py +1 -1
- shaped/autogen/models/shaped_internal_recsys_policies_item_content_similarity_model_policy_item_content_similarity_model_policy_config.py +77 -34
- shaped/autogen/models/shaped_internal_recsys_policies_lightgbm_model_policy_lightgbm_model_policy_light_gbm_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_ngram_model_policy_ngram_model_policy_config.py +1 -1
- shaped/autogen/models/shaped_internal_recsys_policies_popular_model_policy_popular_model_policy_config.py +52 -28
- shaped/autogen/models/shaped_internal_recsys_policies_random_model_policy_random_model_policy_config.py +21 -17
- shaped/autogen/models/shaped_internal_recsys_policies_recently_popular_policy_recently_popular_policy_config.py +36 -23
- shaped/autogen/models/shaped_internal_recsys_policies_rising_popular_policy_rising_popular_policy_config.py +1 -1
- shaped/autogen/models/shaped_internal_recsys_policies_sasrec_model_policy_sasrec_model_policy_sas_rec_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_svd_model_policy_svd_model_policy_config.py +1 -1
- shaped/autogen/models/shaped_internal_recsys_policies_two_tower_model_policy_two_tower_model_policy_two_tower_model_policy_config.py +9 -3
- shaped/autogen/models/shaped_internal_recsys_policies_user_item_content_similarity_model_policy_user_item_content_similarity_model_policy_config.py +53 -31
- shaped/autogen/models/shaped_internal_recsys_policies_widedeep_model_policy_wide_deep_model_policy_config.py +10 -4
- shaped/autogen/models/shaped_internal_recsys_policies_xgboost_model_policy_xg_boost_model_policy_config.py +12 -6
- shaped/autogen/models/shopify_table_config.py +1 -1
- shaped/autogen/models/similarity_retrieve_step.py +6 -4
- shaped/autogen/models/snowflake_table_config.py +1 -1
- shaped/autogen/models/sql_transform_type.py +1 -1
- shaped/autogen/models/sql_view_config.py +1 -1
- shaped/autogen/models/stemmer_tokenizer.py +1 -1
- shaped/autogen/models/step_explanation.py +1 -1
- shaped/autogen/models/steps_inner.py +179 -0
- shaped/autogen/models/strategy.py +1 -1
- shaped/autogen/models/table.py +1 -1
- shaped/autogen/models/table_deployment_type.py +1 -1
- shaped/autogen/models/table_insert_arguments.py +3 -3
- shaped/autogen/models/table_insert_response.py +1 -1
- shaped/autogen/models/text_encoding.py +29 -17
- shaped/autogen/models/text_search_retrieve_step.py +1 -1
- shaped/autogen/models/time_frequency.py +1 -1
- shaped/autogen/models/time_window.py +1 -1
- shaped/autogen/models/time_window_in_days.py +29 -17
- shaped/autogen/models/tokenizer.py +1 -1
- shaped/autogen/models/trained_model_encoder.py +1 -1
- shaped/autogen/models/training_compute_config.py +4 -4
- shaped/autogen/models/training_config.py +4 -4
- shaped/autogen/models/training_config_models_inner.py +325 -93
- shaped/autogen/models/training_strategy.py +1 -1
- shaped/autogen/models/transform_status.py +41 -0
- shaped/autogen/models/trending_mode.py +4 -4
- shaped/autogen/models/truncate_filter_step.py +1 -1
- shaped/autogen/models/tunable_bool.py +1 -1
- shaped/autogen/models/tunable_float.py +1 -1
- shaped/autogen/models/tunable_int.py +1 -1
- shaped/autogen/models/tunable_int_categorical.py +1 -1
- shaped/autogen/models/tunable_string.py +1 -1
- shaped/autogen/models/tuning_config.py +1 -1
- shaped/autogen/models/type.py +36 -20
- shaped/autogen/models/update_table_response.py +1 -1
- shaped/autogen/models/update_view_response.py +1 -1
- shaped/autogen/models/user_attribute_pooling_encoder.py +1 -1
- shaped/autogen/models/user_inner.py +134 -0
- shaped/autogen/models/val_split.py +1 -1
- shaped/autogen/models/validation_error.py +4 -4
- shaped/autogen/models/validation_error_loc_inner.py +28 -16
- shaped/autogen/models/value_type.py +1 -1
- shaped/autogen/models/vector_search_mode.py +6 -4
- shaped/autogen/models/view.py +4 -4
- shaped/autogen/models/view_details_ai.py +6 -6
- shaped/autogen/models/view_details_ai_schema_value.py +1 -1
- shaped/autogen/models/view_details_sql.py +6 -6
- shaped/autogen/models/view_status.py +8 -8
- shaped/autogen/models/weight_decay.py +1 -1
- shaped/autogen/models/whitespace_tokenizer.py +1 -1
- shaped/autogen/models/window_size.py +1 -1
- shaped/autogen/rest.py +9 -9
- shaped/cli/shaped_cli.py +152 -29
- shaped/client.py +50 -43
- shaped/config_builders.py +110 -100
- shaped/query_builder.py +56 -49
- {shaped-2.0.2.dist-info → shaped-2.0.4.dist-info}/METADATA +2 -2
- shaped-2.0.4.dist-info/RECORD +296 -0
- {shaped-2.0.2.dist-info → shaped-2.0.4.dist-info}/WHEEL +1 -1
- shaped-2.0.2.dist-info/RECORD +0 -278
- {shaped-2.0.2.dist-info → shaped-2.0.4.dist-info}/entry_points.txt +0 -0
- {shaped-2.0.2.dist-info → shaped-2.0.4.dist-info}/top_level.txt +0 -0
- {shaped-2.0.2.dist-info → shaped-2.0.4.dist-info}/zip-safe +0 -0
|
@@ -13,165 +13,341 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
from __future__ import annotations
|
|
16
|
+
|
|
16
17
|
import json
|
|
17
18
|
import pprint
|
|
18
|
-
from
|
|
19
|
-
|
|
20
|
-
from
|
|
21
|
-
from shaped.autogen.models.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
from shaped.autogen.models.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
from shaped.autogen.models.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
from shaped.autogen.models.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
from shaped.autogen.models.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
from
|
|
19
|
+
from typing import Any, Dict, Optional, Set, Union
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, ValidationError, field_validator
|
|
22
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_als_model_policy_als_model_policy_config import (
|
|
23
|
+
ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig,
|
|
24
|
+
)
|
|
25
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_beeformer_model_policy_beeformer_model_policy_beeformer_model_policy_config import (
|
|
26
|
+
ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig,
|
|
27
|
+
)
|
|
28
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_bert_model_policy_bert_model_policy_bert_model_policy_config import (
|
|
29
|
+
ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig,
|
|
30
|
+
)
|
|
31
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_elsa_model_policy_elsa_model_policy_elsa_model_policy_config import (
|
|
32
|
+
ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig,
|
|
33
|
+
)
|
|
34
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_gsasrec_model_policy_gsasrec_model_policy_gsas_rec_model_policy_config import (
|
|
35
|
+
ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig,
|
|
36
|
+
)
|
|
37
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_item2vec_model_policy_item2_vec_model_policy_config import (
|
|
38
|
+
ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig,
|
|
39
|
+
)
|
|
40
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_lightgbm_model_policy_lightgbm_model_policy_light_gbm_model_policy_config import (
|
|
41
|
+
ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig,
|
|
42
|
+
)
|
|
43
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_ngram_model_policy_ngram_model_policy_config import (
|
|
44
|
+
ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig,
|
|
45
|
+
)
|
|
46
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_rising_popular_policy_rising_popular_policy_config import (
|
|
47
|
+
ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig,
|
|
48
|
+
)
|
|
49
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_sasrec_model_policy_sasrec_model_policy_sas_rec_model_policy_config import (
|
|
50
|
+
ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig,
|
|
51
|
+
)
|
|
52
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_svd_model_policy_svd_model_policy_config import (
|
|
53
|
+
ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig,
|
|
54
|
+
)
|
|
55
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_two_tower_model_policy_two_tower_model_policy_two_tower_model_policy_config import (
|
|
56
|
+
ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig,
|
|
57
|
+
)
|
|
58
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_widedeep_model_policy_wide_deep_model_policy_config import (
|
|
59
|
+
ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig,
|
|
60
|
+
)
|
|
61
|
+
from shaped.autogen.models.shaped_internal_recsys_policies_xgboost_model_policy_xg_boost_model_policy_config import (
|
|
62
|
+
ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig,
|
|
63
|
+
)
|
|
64
|
+
from typing_extensions import Self
|
|
65
|
+
|
|
66
|
+
TRAININGCONFIGMODELSINNER_ONE_OF_SCHEMAS = [
|
|
67
|
+
"ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig",
|
|
68
|
+
"ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig",
|
|
69
|
+
"ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig",
|
|
70
|
+
"ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig",
|
|
71
|
+
"ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig",
|
|
72
|
+
"ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig",
|
|
73
|
+
"ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig",
|
|
74
|
+
"ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig",
|
|
75
|
+
"ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig",
|
|
76
|
+
"ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig",
|
|
77
|
+
"ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig",
|
|
78
|
+
"ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig",
|
|
79
|
+
"ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig",
|
|
80
|
+
"ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig",
|
|
81
|
+
]
|
|
37
82
|
|
|
38
|
-
TRAININGCONFIGMODELSINNER_ONE_OF_SCHEMAS = ["ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig", "ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig", "ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig", "ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig", "ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig", "ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig", "ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig", "ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig", "ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig", "ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig", "ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig", "ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig", "ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig", "ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig"]
|
|
39
83
|
|
|
40
84
|
class TrainingConfigModelsInner(BaseModel):
|
|
41
85
|
"""
|
|
42
86
|
TrainingConfigModelsInner
|
|
43
87
|
"""
|
|
88
|
+
|
|
44
89
|
# data type: ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig
|
|
45
|
-
oneof_schema_1_validator: Optional[
|
|
90
|
+
oneof_schema_1_validator: Optional[
|
|
91
|
+
ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig
|
|
92
|
+
] = None
|
|
46
93
|
# data type: ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig
|
|
47
|
-
oneof_schema_2_validator: Optional[
|
|
94
|
+
oneof_schema_2_validator: Optional[
|
|
95
|
+
ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig
|
|
96
|
+
] = None
|
|
48
97
|
# data type: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig
|
|
49
|
-
oneof_schema_3_validator: Optional[
|
|
98
|
+
oneof_schema_3_validator: Optional[
|
|
99
|
+
ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig
|
|
100
|
+
] = None
|
|
50
101
|
# data type: ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig
|
|
51
|
-
oneof_schema_4_validator: Optional[
|
|
102
|
+
oneof_schema_4_validator: Optional[
|
|
103
|
+
ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig
|
|
104
|
+
] = None
|
|
52
105
|
# data type: ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig
|
|
53
|
-
oneof_schema_5_validator: Optional[
|
|
106
|
+
oneof_schema_5_validator: Optional[
|
|
107
|
+
ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig
|
|
108
|
+
] = None
|
|
54
109
|
# data type: ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig
|
|
55
|
-
oneof_schema_6_validator: Optional[
|
|
110
|
+
oneof_schema_6_validator: Optional[
|
|
111
|
+
ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig
|
|
112
|
+
] = None
|
|
56
113
|
# data type: ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig
|
|
57
|
-
oneof_schema_7_validator: Optional[
|
|
114
|
+
oneof_schema_7_validator: Optional[
|
|
115
|
+
ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig
|
|
116
|
+
] = None
|
|
58
117
|
# data type: ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig
|
|
59
|
-
oneof_schema_8_validator: Optional[
|
|
118
|
+
oneof_schema_8_validator: Optional[
|
|
119
|
+
ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig
|
|
120
|
+
] = None
|
|
60
121
|
# data type: ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig
|
|
61
|
-
oneof_schema_9_validator: Optional[
|
|
122
|
+
oneof_schema_9_validator: Optional[
|
|
123
|
+
ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig
|
|
124
|
+
] = None
|
|
62
125
|
# data type: ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig
|
|
63
|
-
oneof_schema_10_validator: Optional[
|
|
126
|
+
oneof_schema_10_validator: Optional[
|
|
127
|
+
ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig
|
|
128
|
+
] = None
|
|
64
129
|
# data type: ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig
|
|
65
|
-
oneof_schema_11_validator: Optional[
|
|
130
|
+
oneof_schema_11_validator: Optional[
|
|
131
|
+
ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig
|
|
132
|
+
] = None
|
|
66
133
|
# data type: ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig
|
|
67
|
-
oneof_schema_12_validator: Optional[
|
|
134
|
+
oneof_schema_12_validator: Optional[
|
|
135
|
+
ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig
|
|
136
|
+
] = None
|
|
68
137
|
# data type: ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig
|
|
69
|
-
oneof_schema_13_validator: Optional[
|
|
138
|
+
oneof_schema_13_validator: Optional[
|
|
139
|
+
ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig
|
|
140
|
+
] = None
|
|
70
141
|
# data type: ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig
|
|
71
|
-
oneof_schema_14_validator: Optional[
|
|
72
|
-
|
|
73
|
-
|
|
142
|
+
oneof_schema_14_validator: Optional[
|
|
143
|
+
ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig
|
|
144
|
+
] = None
|
|
145
|
+
actual_instance: Optional[
|
|
146
|
+
Union[
|
|
147
|
+
ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig,
|
|
148
|
+
ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig,
|
|
149
|
+
ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig,
|
|
150
|
+
ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig,
|
|
151
|
+
ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig,
|
|
152
|
+
ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig,
|
|
153
|
+
ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig,
|
|
154
|
+
ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig,
|
|
155
|
+
ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig,
|
|
156
|
+
ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig,
|
|
157
|
+
ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig,
|
|
158
|
+
ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig,
|
|
159
|
+
ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig,
|
|
160
|
+
ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig,
|
|
161
|
+
]
|
|
162
|
+
] = None
|
|
163
|
+
one_of_schemas: Set[str] = {
|
|
164
|
+
"ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig",
|
|
165
|
+
"ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig",
|
|
166
|
+
"ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig",
|
|
167
|
+
"ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig",
|
|
168
|
+
"ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig",
|
|
169
|
+
"ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig",
|
|
170
|
+
"ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig",
|
|
171
|
+
"ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig",
|
|
172
|
+
"ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig",
|
|
173
|
+
"ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig",
|
|
174
|
+
"ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig",
|
|
175
|
+
"ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig",
|
|
176
|
+
"ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig",
|
|
177
|
+
"ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig",
|
|
178
|
+
}
|
|
74
179
|
|
|
75
180
|
model_config = ConfigDict(
|
|
76
181
|
validate_assignment=True,
|
|
77
182
|
protected_namespaces=(),
|
|
78
183
|
)
|
|
79
184
|
|
|
80
|
-
|
|
81
|
-
discriminator_value_class_map: Dict[str, str] = {
|
|
82
|
-
}
|
|
185
|
+
discriminator_value_class_map: Dict[str, str] = {}
|
|
83
186
|
|
|
84
187
|
def __init__(self, *args, **kwargs) -> None:
|
|
85
188
|
if args:
|
|
86
189
|
if len(args) > 1:
|
|
87
|
-
raise ValueError(
|
|
190
|
+
raise ValueError(
|
|
191
|
+
"If a position argument is used, only 1 is allowed to set `actual_instance`"
|
|
192
|
+
)
|
|
88
193
|
if kwargs:
|
|
89
|
-
raise ValueError(
|
|
194
|
+
raise ValueError(
|
|
195
|
+
"If a position argument is used, keyword arguments cannot be used."
|
|
196
|
+
)
|
|
90
197
|
super().__init__(actual_instance=args[0])
|
|
91
198
|
else:
|
|
92
199
|
super().__init__(**kwargs)
|
|
93
200
|
|
|
94
|
-
@field_validator(
|
|
201
|
+
@field_validator("actual_instance")
|
|
95
202
|
def actual_instance_must_validate_oneof(cls, v):
|
|
96
203
|
instance = TrainingConfigModelsInner.model_construct()
|
|
97
204
|
error_messages = []
|
|
98
205
|
match = 0
|
|
99
206
|
# validate data type: ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig
|
|
100
|
-
if not isinstance(
|
|
101
|
-
|
|
207
|
+
if not isinstance(
|
|
208
|
+
v,
|
|
209
|
+
ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig,
|
|
210
|
+
):
|
|
211
|
+
error_messages.append(
|
|
212
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig`"
|
|
213
|
+
)
|
|
102
214
|
else:
|
|
103
215
|
match += 1
|
|
104
216
|
# validate data type: ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig
|
|
105
|
-
if not isinstance(
|
|
106
|
-
|
|
217
|
+
if not isinstance(
|
|
218
|
+
v,
|
|
219
|
+
ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig,
|
|
220
|
+
):
|
|
221
|
+
error_messages.append(
|
|
222
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig`"
|
|
223
|
+
)
|
|
107
224
|
else:
|
|
108
225
|
match += 1
|
|
109
226
|
# validate data type: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig
|
|
110
|
-
if not isinstance(
|
|
111
|
-
|
|
227
|
+
if not isinstance(
|
|
228
|
+
v, ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig
|
|
229
|
+
):
|
|
230
|
+
error_messages.append(
|
|
231
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig`"
|
|
232
|
+
)
|
|
112
233
|
else:
|
|
113
234
|
match += 1
|
|
114
235
|
# validate data type: ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig
|
|
115
|
-
if not isinstance(
|
|
116
|
-
|
|
236
|
+
if not isinstance(
|
|
237
|
+
v, ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig
|
|
238
|
+
):
|
|
239
|
+
error_messages.append(
|
|
240
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig`"
|
|
241
|
+
)
|
|
117
242
|
else:
|
|
118
243
|
match += 1
|
|
119
244
|
# validate data type: ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig
|
|
120
|
-
if not isinstance(
|
|
121
|
-
|
|
245
|
+
if not isinstance(
|
|
246
|
+
v,
|
|
247
|
+
ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig,
|
|
248
|
+
):
|
|
249
|
+
error_messages.append(
|
|
250
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig`"
|
|
251
|
+
)
|
|
122
252
|
else:
|
|
123
253
|
match += 1
|
|
124
254
|
# validate data type: ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig
|
|
125
|
-
if not isinstance(
|
|
126
|
-
|
|
255
|
+
if not isinstance(
|
|
256
|
+
v,
|
|
257
|
+
ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig,
|
|
258
|
+
):
|
|
259
|
+
error_messages.append(
|
|
260
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig`"
|
|
261
|
+
)
|
|
127
262
|
else:
|
|
128
263
|
match += 1
|
|
129
264
|
# validate data type: ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig
|
|
130
|
-
if not isinstance(
|
|
131
|
-
|
|
265
|
+
if not isinstance(
|
|
266
|
+
v,
|
|
267
|
+
ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig,
|
|
268
|
+
):
|
|
269
|
+
error_messages.append(
|
|
270
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig`"
|
|
271
|
+
)
|
|
132
272
|
else:
|
|
133
273
|
match += 1
|
|
134
274
|
# validate data type: ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig
|
|
135
|
-
if not isinstance(
|
|
136
|
-
|
|
275
|
+
if not isinstance(
|
|
276
|
+
v,
|
|
277
|
+
ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig,
|
|
278
|
+
):
|
|
279
|
+
error_messages.append(
|
|
280
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig`"
|
|
281
|
+
)
|
|
137
282
|
else:
|
|
138
283
|
match += 1
|
|
139
284
|
# validate data type: ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig
|
|
140
|
-
if not isinstance(
|
|
141
|
-
|
|
285
|
+
if not isinstance(
|
|
286
|
+
v, ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig
|
|
287
|
+
):
|
|
288
|
+
error_messages.append(
|
|
289
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig`"
|
|
290
|
+
)
|
|
142
291
|
else:
|
|
143
292
|
match += 1
|
|
144
293
|
# validate data type: ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig
|
|
145
|
-
if not isinstance(
|
|
146
|
-
|
|
294
|
+
if not isinstance(
|
|
295
|
+
v, ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig
|
|
296
|
+
):
|
|
297
|
+
error_messages.append(
|
|
298
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig`"
|
|
299
|
+
)
|
|
147
300
|
else:
|
|
148
301
|
match += 1
|
|
149
302
|
# validate data type: ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig
|
|
150
|
-
if not isinstance(
|
|
151
|
-
|
|
303
|
+
if not isinstance(
|
|
304
|
+
v, ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig
|
|
305
|
+
):
|
|
306
|
+
error_messages.append(
|
|
307
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig`"
|
|
308
|
+
)
|
|
152
309
|
else:
|
|
153
310
|
match += 1
|
|
154
311
|
# validate data type: ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig
|
|
155
|
-
if not isinstance(
|
|
156
|
-
|
|
312
|
+
if not isinstance(
|
|
313
|
+
v, ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig
|
|
314
|
+
):
|
|
315
|
+
error_messages.append(
|
|
316
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig`"
|
|
317
|
+
)
|
|
157
318
|
else:
|
|
158
319
|
match += 1
|
|
159
320
|
# validate data type: ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig
|
|
160
|
-
if not isinstance(
|
|
161
|
-
|
|
321
|
+
if not isinstance(
|
|
322
|
+
v, ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig
|
|
323
|
+
):
|
|
324
|
+
error_messages.append(
|
|
325
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig`"
|
|
326
|
+
)
|
|
162
327
|
else:
|
|
163
328
|
match += 1
|
|
164
329
|
# validate data type: ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig
|
|
165
|
-
if not isinstance(
|
|
166
|
-
|
|
330
|
+
if not isinstance(
|
|
331
|
+
v,
|
|
332
|
+
ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig,
|
|
333
|
+
):
|
|
334
|
+
error_messages.append(
|
|
335
|
+
f"Error! Input type `{type(v)}` is not `ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig`"
|
|
336
|
+
)
|
|
167
337
|
else:
|
|
168
338
|
match += 1
|
|
169
339
|
if match > 1:
|
|
170
340
|
# more than 1 match
|
|
171
|
-
raise ValueError(
|
|
341
|
+
raise ValueError(
|
|
342
|
+
"Multiple matches found when setting `actual_instance` in TrainingConfigModelsInner with oneOf schemas: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig, ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig, ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig, ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig, ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig, ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig, ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig, ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig, ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig, ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig, ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig, ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig, ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig, ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig. Details: "
|
|
343
|
+
+ ", ".join(error_messages)
|
|
344
|
+
)
|
|
172
345
|
elif match == 0:
|
|
173
346
|
# no match
|
|
174
|
-
raise ValueError(
|
|
347
|
+
raise ValueError(
|
|
348
|
+
"No match found when setting `actual_instance` in TrainingConfigModelsInner with oneOf schemas: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig, ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig, ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig, ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig, ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig, ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig, ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig, ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig, ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig, ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig, ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig, ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig, ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig, ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig. Details: "
|
|
349
|
+
+ ", ".join(error_messages)
|
|
350
|
+
)
|
|
175
351
|
else:
|
|
176
352
|
return v
|
|
177
353
|
|
|
@@ -188,95 +364,129 @@ class TrainingConfigModelsInner(BaseModel):
|
|
|
188
364
|
|
|
189
365
|
# deserialize data into ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig
|
|
190
366
|
try:
|
|
191
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig.from_json(
|
|
367
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig.from_json(
|
|
368
|
+
json_str
|
|
369
|
+
)
|
|
192
370
|
match += 1
|
|
193
371
|
except (ValidationError, ValueError) as e:
|
|
194
372
|
error_messages.append(str(e))
|
|
195
373
|
# deserialize data into ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig
|
|
196
374
|
try:
|
|
197
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig.from_json(
|
|
375
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig.from_json(
|
|
376
|
+
json_str
|
|
377
|
+
)
|
|
198
378
|
match += 1
|
|
199
379
|
except (ValidationError, ValueError) as e:
|
|
200
380
|
error_messages.append(str(e))
|
|
201
381
|
# deserialize data into ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig
|
|
202
382
|
try:
|
|
203
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig.from_json(
|
|
383
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig.from_json(
|
|
384
|
+
json_str
|
|
385
|
+
)
|
|
204
386
|
match += 1
|
|
205
387
|
except (ValidationError, ValueError) as e:
|
|
206
388
|
error_messages.append(str(e))
|
|
207
389
|
# deserialize data into ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig
|
|
208
390
|
try:
|
|
209
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig.from_json(
|
|
391
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig.from_json(
|
|
392
|
+
json_str
|
|
393
|
+
)
|
|
210
394
|
match += 1
|
|
211
395
|
except (ValidationError, ValueError) as e:
|
|
212
396
|
error_messages.append(str(e))
|
|
213
397
|
# deserialize data into ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig
|
|
214
398
|
try:
|
|
215
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig.from_json(
|
|
399
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig.from_json(
|
|
400
|
+
json_str
|
|
401
|
+
)
|
|
216
402
|
match += 1
|
|
217
403
|
except (ValidationError, ValueError) as e:
|
|
218
404
|
error_messages.append(str(e))
|
|
219
405
|
# deserialize data into ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig
|
|
220
406
|
try:
|
|
221
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig.from_json(
|
|
407
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig.from_json(
|
|
408
|
+
json_str
|
|
409
|
+
)
|
|
222
410
|
match += 1
|
|
223
411
|
except (ValidationError, ValueError) as e:
|
|
224
412
|
error_messages.append(str(e))
|
|
225
413
|
# deserialize data into ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig
|
|
226
414
|
try:
|
|
227
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig.from_json(
|
|
415
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig.from_json(
|
|
416
|
+
json_str
|
|
417
|
+
)
|
|
228
418
|
match += 1
|
|
229
419
|
except (ValidationError, ValueError) as e:
|
|
230
420
|
error_messages.append(str(e))
|
|
231
421
|
# deserialize data into ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig
|
|
232
422
|
try:
|
|
233
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig.from_json(
|
|
423
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig.from_json(
|
|
424
|
+
json_str
|
|
425
|
+
)
|
|
234
426
|
match += 1
|
|
235
427
|
except (ValidationError, ValueError) as e:
|
|
236
428
|
error_messages.append(str(e))
|
|
237
429
|
# deserialize data into ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig
|
|
238
430
|
try:
|
|
239
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig.from_json(
|
|
431
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig.from_json(
|
|
432
|
+
json_str
|
|
433
|
+
)
|
|
240
434
|
match += 1
|
|
241
435
|
except (ValidationError, ValueError) as e:
|
|
242
436
|
error_messages.append(str(e))
|
|
243
437
|
# deserialize data into ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig
|
|
244
438
|
try:
|
|
245
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig.from_json(
|
|
439
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig.from_json(
|
|
440
|
+
json_str
|
|
441
|
+
)
|
|
246
442
|
match += 1
|
|
247
443
|
except (ValidationError, ValueError) as e:
|
|
248
444
|
error_messages.append(str(e))
|
|
249
445
|
# deserialize data into ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig
|
|
250
446
|
try:
|
|
251
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig.from_json(
|
|
447
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig.from_json(
|
|
448
|
+
json_str
|
|
449
|
+
)
|
|
252
450
|
match += 1
|
|
253
451
|
except (ValidationError, ValueError) as e:
|
|
254
452
|
error_messages.append(str(e))
|
|
255
453
|
# deserialize data into ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig
|
|
256
454
|
try:
|
|
257
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig.from_json(
|
|
455
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig.from_json(
|
|
456
|
+
json_str
|
|
457
|
+
)
|
|
258
458
|
match += 1
|
|
259
459
|
except (ValidationError, ValueError) as e:
|
|
260
460
|
error_messages.append(str(e))
|
|
261
461
|
# deserialize data into ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig
|
|
262
462
|
try:
|
|
263
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig.from_json(
|
|
463
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig.from_json(
|
|
464
|
+
json_str
|
|
465
|
+
)
|
|
264
466
|
match += 1
|
|
265
467
|
except (ValidationError, ValueError) as e:
|
|
266
468
|
error_messages.append(str(e))
|
|
267
469
|
# deserialize data into ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig
|
|
268
470
|
try:
|
|
269
|
-
instance.actual_instance = ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig.from_json(
|
|
471
|
+
instance.actual_instance = ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig.from_json(
|
|
472
|
+
json_str
|
|
473
|
+
)
|
|
270
474
|
match += 1
|
|
271
475
|
except (ValidationError, ValueError) as e:
|
|
272
476
|
error_messages.append(str(e))
|
|
273
477
|
|
|
274
478
|
if match > 1:
|
|
275
479
|
# more than 1 match
|
|
276
|
-
raise ValueError(
|
|
480
|
+
raise ValueError(
|
|
481
|
+
"Multiple matches found when deserializing the JSON string into TrainingConfigModelsInner with oneOf schemas: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig, ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig, ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig, ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig, ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig, ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig, ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig, ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig, ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig, ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig, ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig, ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig, ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig, ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig. Details: "
|
|
482
|
+
+ ", ".join(error_messages)
|
|
483
|
+
)
|
|
277
484
|
elif match == 0:
|
|
278
485
|
# no match
|
|
279
|
-
raise ValueError(
|
|
486
|
+
raise ValueError(
|
|
487
|
+
"No match found when deserializing the JSON string into TrainingConfigModelsInner with oneOf schemas: ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig, ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig, ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig, ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig, ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig, ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig, ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig, ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig, ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig, ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig, ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig, ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig, ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig, ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig. Details: "
|
|
488
|
+
+ ", ".join(error_messages)
|
|
489
|
+
)
|
|
280
490
|
else:
|
|
281
491
|
return instance
|
|
282
492
|
|
|
@@ -285,17 +495,41 @@ class TrainingConfigModelsInner(BaseModel):
|
|
|
285
495
|
if self.actual_instance is None:
|
|
286
496
|
return "null"
|
|
287
497
|
|
|
288
|
-
if hasattr(self.actual_instance, "to_json") and callable(
|
|
498
|
+
if hasattr(self.actual_instance, "to_json") and callable(
|
|
499
|
+
self.actual_instance.to_json
|
|
500
|
+
):
|
|
289
501
|
return self.actual_instance.to_json()
|
|
290
502
|
else:
|
|
291
503
|
return json.dumps(self.actual_instance)
|
|
292
504
|
|
|
293
|
-
def to_dict(
|
|
505
|
+
def to_dict(
|
|
506
|
+
self,
|
|
507
|
+
) -> Optional[
|
|
508
|
+
Union[
|
|
509
|
+
Dict[str, Any],
|
|
510
|
+
ShapedInternalRecsysPoliciesAlsModelPolicyALSModelPolicyConfig,
|
|
511
|
+
ShapedInternalRecsysPoliciesBeeformerModelPolicyBeeformerModelPolicyBeeformerModelPolicyConfig,
|
|
512
|
+
ShapedInternalRecsysPoliciesBertModelPolicyBertModelPolicyBERTModelPolicyConfig,
|
|
513
|
+
ShapedInternalRecsysPoliciesElsaModelPolicyElsaModelPolicyELSAModelPolicyConfig,
|
|
514
|
+
ShapedInternalRecsysPoliciesGsasrecModelPolicyGsasrecModelPolicyGSASRecModelPolicyConfig,
|
|
515
|
+
ShapedInternalRecsysPoliciesItem2vecModelPolicyItem2VecModelPolicyConfig,
|
|
516
|
+
ShapedInternalRecsysPoliciesLightgbmModelPolicyLightgbmModelPolicyLightGBMModelPolicyConfig,
|
|
517
|
+
ShapedInternalRecsysPoliciesNgramModelPolicyNgramModelPolicyConfig,
|
|
518
|
+
ShapedInternalRecsysPoliciesRisingPopularPolicyRisingPopularPolicyConfig,
|
|
519
|
+
ShapedInternalRecsysPoliciesSasrecModelPolicySasrecModelPolicySASRecModelPolicyConfig,
|
|
520
|
+
ShapedInternalRecsysPoliciesSvdModelPolicySVDModelPolicyConfig,
|
|
521
|
+
ShapedInternalRecsysPoliciesTwoTowerModelPolicyTwoTowerModelPolicyTwoTowerModelPolicyConfig,
|
|
522
|
+
ShapedInternalRecsysPoliciesWidedeepModelPolicyWideDeepModelPolicyConfig,
|
|
523
|
+
ShapedInternalRecsysPoliciesXgboostModelPolicyXGBoostModelPolicyConfig,
|
|
524
|
+
]
|
|
525
|
+
]:
|
|
294
526
|
"""Returns the dict representation of the actual instance"""
|
|
295
527
|
if self.actual_instance is None:
|
|
296
528
|
return None
|
|
297
529
|
|
|
298
|
-
if hasattr(self.actual_instance, "to_dict") and callable(
|
|
530
|
+
if hasattr(self.actual_instance, "to_dict") and callable(
|
|
531
|
+
self.actual_instance.to_dict
|
|
532
|
+
):
|
|
299
533
|
return self.actual_instance.to_dict()
|
|
300
534
|
else:
|
|
301
535
|
# primitive type
|
|
@@ -304,5 +538,3 @@ class TrainingConfigModelsInner(BaseModel):
|
|
|
304
538
|
def to_str(self) -> str:
|
|
305
539
|
"""Returns the string representation of the actual instance"""
|
|
306
540
|
return pprint.pformat(self.model_dump())
|
|
307
|
-
|
|
308
|
-
|