shaped 2.0.4__tar.gz → 2.0.5__tar.gz
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-2.0.4 → shaped-2.0.5}/PKG-INFO +1 -1
- {shaped-2.0.4 → shaped-2.0.5}/setup.py +1 -1
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/__init__.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api/engine_api.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api/query_api.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api/table_api.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api/view_api.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api_client.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/configuration.py +6 -7
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/exceptions.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/__init__.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/ai_enrichment_view_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/algorithm.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/amplitude_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/attn_dropout_prob.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/attribute_journey.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/attribute_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/autoscaling_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/aws_pinpoint_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/batch_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/batch_size1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/batch_size2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/big_query_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/bm25.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/boosted_reorder_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/canary_rollout.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/candidate_attributes_retrieve_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/candidate_ids_retrieve_step.py +5 -6
- shaped-2.0.5/shaped/autogen/models/candidate_retrieval_strategy.py +40 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/clickhouse_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/column_order_retrieve_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/column_ordering.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/create_table_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/create_view_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/custom_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/data_compute_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/data_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/data_config_interaction_table.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/data_split_config.py +5 -6
- shaped-2.0.5/shaped/autogen/models/data_split_strategy.py +36 -0
- shaped-2.0.5/shaped/autogen/models/data_tier.py +36 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/default.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/delete_engine_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/delete_table_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/delete_view_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/deployment_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/diversity_reorder_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/dropout_rate.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/dynamo_db_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/dynamo_db_table_config_scan_kwargs_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/embedder_batch_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/embedding_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/embedding_dim.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/embedding_dims.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/embedding_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/engine.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/engine_config_v2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/engine_details_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/engine_schema.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/entity_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/entity_journey.py +5 -6
- shaped-2.0.5/shaped/autogen/models/entity_type.py +37 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/evaluation_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/exploration_reorder_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/expression_filter_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/factors.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/factors1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/feature.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/feature_type.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/file_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/filter_config.py +5 -6
- shaped-2.0.5/shaped/autogen/models/filter_index_type.py +35 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/filter_retrieve_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/filter_step_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/filter_table.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/filter_type.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/global_filter.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/hidden_dropout_prob.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/hidden_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/hidden_size1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/http_problem_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/http_validation_error.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/hugging_face_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/iceberg_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/index_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/inner_entity_id.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/inner_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/inner_size1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/inner_uid.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/interaction_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/interaction_pooling_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/interaction_round_robin_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/item_attribute_pooling_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/journey.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/kafka_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/kinesis_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/kinesis_table_config_column_schema_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/label.py +5 -6
- shaped-2.0.5/shaped/autogen/models/label_type.py +35 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/laplace_smoothing.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/latency_scaling_policy.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/learning_rate.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/learning_rate1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/learning_rate2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/learning_rate3.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/lexical_search_mode.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/list_engines_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/list_tables_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/list_views_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/location_inner.py +5 -6
- shaped-2.0.5/shaped/autogen/models/loss_types.py +36 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/lr.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/lr1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/lr2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/max_depth.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/max_leaves.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/max_seq_length.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/max_seq_length1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/max_seq_length2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/mode.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/mode1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/models_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/mongo_db_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/mssql_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/my_sql_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_epochs.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_epochs1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_epochs2.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_estimators.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_heads.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/n_layers.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/neg_per_positive.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/negative_samples_count.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/ngram_tokenizer.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/no_op_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/num_blocks.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/num_heads.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/num_leaves.py +5 -6
- shaped-2.0.5/shaped/autogen/models/objective.py +39 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/objective1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/online_store_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/pagination_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/parameter_definition.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/parameters_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/passthrough_score.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/personal_filter.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/pipeline_stage_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/policy.py +5 -6
- shaped-2.0.5/shaped/autogen/models/pooling_function.py +36 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/postgres_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/posthog_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/prebuilt_filter_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/precomputed_item_embedding.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/precomputed_user_embedding.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_definition.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_request.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_result.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/query_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/rank_item_attribute_values_query_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/rank_query_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/rank_query_config_filter_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/recreate_rollout.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/redshift_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/reference_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/regularization.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/reorder_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/reorder_step_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/request.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/request1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/requests_per_second_scaling_policy.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/resource_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/response_get_view_details_views_view_name_get.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/result.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/result_embeddings_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/retrieval_scores_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/retrieve_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/retrieve_step_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/retriever.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/retriever1.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/rollout_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/rudderstack_table_config.py +5 -6
- shaped-2.0.5/shaped/autogen/models/sampling_strategy.py +35 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/saved_query_info_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/saved_query_list_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/saved_query_request.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/schema_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/score.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/score_ensemble.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/score_step_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/search_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/segment_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/sequence_length.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/server_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/setup_engine_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_als_model_policy_als_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_beeformer_model_policy_beeformer_model_policy_beeformer_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_bert_model_policy_bert_model_policy_bert_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_elsa_model_policy_elsa_model_policy_elsa_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_gsasrec_model_policy_gsasrec_model_policy_gsas_rec_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_item2vec_model_policy_item2_vec_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_lightgbm_model_policy_lightgbm_model_policy_light_gbm_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_ngram_model_policy_ngram_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_rising_popular_policy_rising_popular_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_sasrec_model_policy_sasrec_model_policy_sas_rec_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_svd_model_policy_svd_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_two_tower_model_policy_two_tower_model_policy_two_tower_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_widedeep_model_policy_wide_deep_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shaped_internal_recsys_policies_xgboost_model_policy_xg_boost_model_policy_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/shopify_table_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/similarity_retrieve_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/snowflake_table_config.py +5 -6
- shaped-2.0.5/shaped/autogen/models/sql_transform_type.py +36 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/sql_view_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/stemmer_tokenizer.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/step_explanation.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/steps_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/strategy.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/table.py +5 -6
- shaped-2.0.5/shaped/autogen/models/table_deployment_type.py +37 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/table_insert_arguments.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/table_insert_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/text_search_retrieve_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/time_frequency.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/time_window.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tokenizer.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/trained_model_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/training_compute_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/training_config.py +5 -6
- shaped-2.0.5/shaped/autogen/models/training_strategy.py +36 -0
- shaped-2.0.5/shaped/autogen/models/transform_status.py +40 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/truncate_filter_step.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tunable_bool.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tunable_float.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tunable_int.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tunable_int_categorical.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tunable_string.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/tuning_config.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/update_table_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/update_view_response.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/user_attribute_pooling_encoder.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/user_inner.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/val_split.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/validation_error.py +5 -6
- shaped-2.0.5/shaped/autogen/models/value_type.py +49 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/vector_search_mode.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/view.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/view_details_ai.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/view_details_ai_schema_value.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/view_details_sql.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/weight_decay.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/whitespace_tokenizer.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/models/window_size.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/rest.py +5 -6
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/PKG-INFO +1 -1
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/SOURCES.txt +0 -50
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_v2.py +2 -2
- shaped-2.0.4/shaped/autogen/models/ascending.py +0 -148
- shaped-2.0.4/shaped/autogen/models/candidate_retrieval_strategy.py +0 -41
- shaped-2.0.4/shaped/autogen/models/data_split_strategy.py +0 -37
- shaped-2.0.4/shaped/autogen/models/data_tier.py +0 -37
- shaped-2.0.4/shaped/autogen/models/distance_function.py +0 -38
- shaped-2.0.4/shaped/autogen/models/encoding_pooling_strategy.py +0 -38
- shaped-2.0.4/shaped/autogen/models/engine_schema_user_inner.py +0 -146
- shaped-2.0.4/shaped/autogen/models/entity_type.py +0 -38
- shaped-2.0.4/shaped/autogen/models/filter_dataset.py +0 -164
- shaped-2.0.4/shaped/autogen/models/filter_index_type.py +0 -36
- shaped-2.0.4/shaped/autogen/models/label_type.py +0 -36
- shaped-2.0.4/shaped/autogen/models/loss_types.py +0 -37
- shaped-2.0.4/shaped/autogen/models/mode2.py +0 -150
- shaped-2.0.4/shaped/autogen/models/objective.py +0 -40
- shaped-2.0.4/shaped/autogen/models/pool_fn.py +0 -152
- shaped-2.0.4/shaped/autogen/models/pooling_function.py +0 -37
- shaped-2.0.4/shaped/autogen/models/query_any_of.py +0 -172
- shaped-2.0.4/shaped/autogen/models/rank_query_config_reorder_inner.py +0 -186
- shaped-2.0.4/shaped/autogen/models/rank_query_config_retrieve_inner.py +0 -265
- shaped-2.0.4/shaped/autogen/models/sampling_strategy.py +0 -36
- shaped-2.0.4/shaped/autogen/models/score_ensemble_policy_config.py +0 -165
- shaped-2.0.4/shaped/autogen/models/score_ensemble_policy_config_policies_inner.py +0 -755
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_chronological_model_policy_chronological_model_policy_config.py +0 -156
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_item_content_similarity_model_policy_item_content_similarity_model_policy_config.py +0 -195
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_popular_model_policy_popular_model_policy_config.py +0 -161
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_random_model_policy_random_model_policy_config.py +0 -108
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_recently_popular_policy_recently_popular_policy_config.py +0 -143
- shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_user_item_content_similarity_model_policy_user_item_content_similarity_model_policy_config.py +0 -153
- shaped-2.0.4/shaped/autogen/models/sql_transform_type.py +0 -37
- shaped-2.0.4/shaped/autogen/models/table_deployment_type.py +0 -38
- shaped-2.0.4/shaped/autogen/models/text_encoding.py +0 -148
- shaped-2.0.4/shaped/autogen/models/time_window_in_days.py +0 -154
- shaped-2.0.4/shaped/autogen/models/training_config_models_inner.py +0 -540
- shaped-2.0.4/shaped/autogen/models/training_strategy.py +0 -37
- shaped-2.0.4/shaped/autogen/models/transform_status.py +0 -41
- shaped-2.0.4/shaped/autogen/models/trending_mode.py +0 -37
- shaped-2.0.4/shaped/autogen/models/type.py +0 -150
- shaped-2.0.4/shaped/autogen/models/validation_error_loc_inner.py +0 -150
- shaped-2.0.4/shaped/autogen/models/value_type.py +0 -50
- shaped-2.0.4/shaped/autogen/models/view_status.py +0 -41
- {shaped-2.0.4 → shaped-2.0.5}/README.md +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/pyproject.toml +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/setup.cfg +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/__init__.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api/__init__.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/autogen/api_response.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/cli/__init__.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/cli/shaped_cli.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/client.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/config_builders.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped/query_builder.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/dependency_links.txt +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/entry_points.txt +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/requires.txt +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/top_level.txt +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/shaped.egg-info/zip-safe +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_cli.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_production.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_query_comprehensive.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_v2_edge_cases.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_v2_errors.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_client_v2_integration.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_config_builders.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_query_builder_comprehensive.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_query_builder_v2.py +0 -0
- {shaped-2.0.4 → shaped-2.0.5}/tests/test_query_builder_v2_edge_cases.py +0 -0
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
# flake8: noqa
|
|
4
4
|
|
|
5
5
|
"""
|
|
6
|
-
|
|
6
|
+
Shaped API
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
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`
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
"""
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
__version__ = "1.0.0"
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
import warnings
|
|
15
14
|
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
import warnings
|
|
15
14
|
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
import warnings
|
|
15
14
|
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
import warnings
|
|
15
14
|
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
import datetime
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
import copy
|
|
@@ -505,7 +504,7 @@ class Configuration:
|
|
|
505
504
|
return "Python SDK Debug Report:\n"\
|
|
506
505
|
"OS: {env}\n"\
|
|
507
506
|
"Python Version: {pyversion}\n"\
|
|
508
|
-
"Version of the API: 2.0.
|
|
507
|
+
"Version of the API: 2.0.5\n"\
|
|
509
508
|
"SDK Package Version: 1.0.0".\
|
|
510
509
|
format(env=sys.platform, pyversion=sys.version)
|
|
511
510
|
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
from typing import Any, Optional
|
|
15
14
|
from typing_extensions import Self
|
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# flake8: noqa
|
|
4
4
|
"""
|
|
5
|
-
|
|
5
|
+
Shaped API
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
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`
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
"""
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
14
13
|
|
|
15
14
|
# import models into model package
|
|
16
15
|
from shaped.autogen.models.ai_enrichment_view_config import AIEnrichmentViewConfig
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
Shaped API
|
|
5
5
|
|
|
6
|
-
|
|
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
7
|
|
|
8
|
-
|
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
8
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
"""
|
|
10
|
+
Do not edit the class manually.
|
|
11
|
+
""" # noqa: E501
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
from __future__ import annotations
|