rapidata 2.37.0__py3-none-any.whl → 3.0.0a8__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.
Potentially problematic release.
This version of rapidata might be problematic. Click here for more details.
- rapidata/__init__.py +23 -15
- rapidata/api_client/__init__.py +84 -427
- rapidata/api_client/api/__init__.py +5 -2
- rapidata/api_client/api/asset_api.py +853 -0
- rapidata/api_client/api/audience_api.py +2505 -0
- rapidata/api_client/api/benchmark_api.py +618 -253
- rapidata/api_client/api/campaign_api.py +322 -32
- rapidata/api_client/api/client_api.py +38 -33
- rapidata/api_client/api/compare_workflow_api.py +11 -10
- rapidata/api_client/api/customer_rapid_api.py +119 -125
- rapidata/api_client/api/datapoint_api.py +8 -6
- rapidata/api_client/api/dataset_api.py +240 -1516
- rapidata/api_client/api/evaluation_workflow_api.py +29 -82
- rapidata/api_client/api/feedback_api.py +11 -11
- rapidata/api_client/api/grouped_ranking_workflow_api.py +319 -0
- rapidata/api_client/api/identity_api.py +26 -300
- rapidata/api_client/api/job_api.py +3902 -0
- rapidata/api_client/api/job_definition_api.py +319 -0
- rapidata/api_client/api/job_revision_api.py +335 -0
- rapidata/api_client/api/leaderboard_api.py +139 -2355
- rapidata/api_client/api/newsletter_api.py +20 -19
- rapidata/api_client/api/order_api.py +375 -91
- rapidata/api_client/api/participant_api.py +80 -118
- rapidata/api_client/api/pipeline_api.py +24 -607
- rapidata/api_client/api/prompt_api.py +11 -11
- rapidata/api_client/api/rapidata_identity_api_api.py +5 -4
- rapidata/api_client/api/sample_api.py +5 -4
- rapidata/api_client/api/simple_workflow_api.py +11 -10
- rapidata/api_client/api/survey_api.py +304 -0
- rapidata/api_client/api/user_rapid_api.py +35 -31
- rapidata/api_client/api/validation_set_api.py +337 -2043
- rapidata/api_client/api/workflow_api.py +32 -26
- rapidata/api_client/api_client.py +2 -2
- rapidata/api_client/configuration.py +16 -29
- rapidata/api_client/exceptions.py +2 -2
- rapidata/api_client/models/__init__.py +65 -400
- rapidata/api_client/models/ab_test_selection_a_inner.py +1 -1
- rapidata/api_client/models/add_rapid_to_audience_model.py +144 -0
- rapidata/api_client/models/add_user_response_result.py +10 -5
- rapidata/api_client/models/add_validation_rapid_model.py +34 -36
- rapidata/api_client/models/add_validation_rapid_model_asset.py +154 -0
- rapidata/api_client/models/add_validation_rapid_model_context_asset.py +160 -0
- rapidata/api_client/models/add_validation_rapid_model_metadata_inner.py +140 -0
- rapidata/api_client/models/add_validation_rapid_new_model.py +137 -0
- rapidata/api_client/models/add_validation_rapid_new_model_asset.py +182 -0
- rapidata/api_client/models/add_validation_rapid_new_model_truth.py +286 -0
- rapidata/api_client/models/age_user_filter_model.py +2 -2
- rapidata/api_client/models/age_user_filter_model_age_group.py +41 -0
- rapidata/api_client/models/aggregated_orders_model.py +98 -0
- rapidata/api_client/models/aggregator_type.py +4 -2
- rapidata/api_client/models/and_filter_filters_inner.py +24 -10
- rapidata/api_client/models/are_rapids_active_result.py +2 -2
- rapidata/api_client/models/asset_metadata.py +2 -8
- rapidata/api_client/models/attach_category_rapid_blueprint.py +13 -3
- rapidata/api_client/models/attach_category_rapid_blueprint_category.py +89 -0
- rapidata/api_client/models/audience_job_state.py +38 -0
- rapidata/api_client/models/audience_status.py +39 -0
- rapidata/api_client/models/benchmark_query_result.py +5 -3
- rapidata/api_client/models/boost_leaderboard_model.py +5 -5
- rapidata/api_client/models/boost_query_result.py +4 -4
- rapidata/api_client/models/boost_query_result_boost_mode.py +37 -0
- rapidata/api_client/models/boost_query_result_boost_status.py +39 -0
- rapidata/api_client/models/boosting_profile.py +91 -0
- rapidata/api_client/models/box_shape.py +4 -33
- rapidata/api_client/models/campaign_query_result.py +13 -5
- rapidata/api_client/models/campaign_status.py +2 -2
- rapidata/api_client/models/change_boost_model.py +5 -5
- rapidata/api_client/models/classify_payload.py +14 -15
- rapidata/api_client/models/classify_payload_category.py +89 -0
- rapidata/api_client/models/client_model.py +25 -35
- rapidata/api_client/models/clients_query_result.py +5 -5
- rapidata/api_client/models/clone_order_model.py +4 -4
- rapidata/api_client/models/clone_order_result.py +9 -4
- rapidata/api_client/models/compare_workflow_config.py +19 -18
- rapidata/api_client/models/compare_workflow_config_context_asset.py +174 -0
- rapidata/api_client/models/compare_workflow_config_model.py +3 -3
- rapidata/api_client/models/compare_workflow_model.py +25 -7
- rapidata/api_client/models/compare_workflow_model1.py +20 -9
- rapidata/api_client/models/compare_workflow_model_context_asset.py +160 -0
- rapidata/api_client/models/compare_workflow_model_metadata_inner.py +154 -0
- rapidata/api_client/models/compare_workflow_model_pair_maker_config.py +1 -1
- rapidata/api_client/models/comparison_operator.py +2 -2
- rapidata/api_client/models/conditional_validation_selection.py +6 -11
- rapidata/api_client/models/conditional_validation_selection_validation_chance.py +103 -0
- rapidata/api_client/models/confidence_interval.py +89 -0
- rapidata/api_client/models/create_audience_request.py +122 -0
- rapidata/api_client/models/create_audience_result.py +87 -0
- rapidata/api_client/models/create_benchmark_model.py +5 -5
- rapidata/api_client/models/create_benchmark_participant_model.py +5 -5
- rapidata/api_client/models/create_benchmark_participant_result.py +4 -4
- rapidata/api_client/models/create_benchmark_prompt_result.py +87 -0
- rapidata/api_client/models/create_benchmark_result.py +2 -2
- rapidata/api_client/models/create_bridge_token_result.py +2 -2
- rapidata/api_client/models/create_client_model.py +6 -13
- rapidata/api_client/models/create_complex_order_model.py +9 -9
- rapidata/api_client/models/create_complex_order_result.py +2 -2
- rapidata/api_client/models/create_customer_client_result.py +2 -2
- rapidata/api_client/models/create_datapoint_from_files_model.py +3 -3
- rapidata/api_client/models/create_datapoint_from_text_sources_model.py +3 -3
- rapidata/api_client/models/create_datapoint_from_urls_model.py +3 -3
- rapidata/api_client/models/create_datapoint_model.py +124 -0
- rapidata/api_client/models/create_datapoint_model_asset.py +154 -0
- rapidata/api_client/models/create_datapoint_model_context_asset.py +160 -0
- rapidata/api_client/models/create_datapoint_model_metadata_inner.py +154 -0
- rapidata/api_client/models/create_datapoint_result.py +2 -2
- rapidata/api_client/models/create_dataset_endpoint_input.py +87 -0
- rapidata/api_client/models/create_dataset_endpoint_output.py +87 -0
- rapidata/api_client/models/create_demographic_rapid_model.py +33 -10
- rapidata/api_client/models/create_demographic_rapid_model_asset.py +160 -0
- rapidata/api_client/models/create_demographic_rapid_model_context_asset.py +160 -0
- rapidata/api_client/models/create_demographic_rapid_model_new.py +119 -0
- rapidata/api_client/models/create_empty_validation_set_result.py +2 -2
- rapidata/api_client/models/create_job_definition_endpoint_input.py +119 -0
- rapidata/api_client/models/create_job_definition_endpoint_output.py +89 -0
- rapidata/api_client/models/create_job_endpoint_input.py +100 -0
- rapidata/api_client/models/create_job_endpoint_output.py +89 -0
- rapidata/api_client/models/create_job_revision_endpoint_input.py +127 -0
- rapidata/api_client/models/create_job_revision_endpoint_output.py +89 -0
- rapidata/api_client/models/create_leaderboard_model.py +23 -26
- rapidata/api_client/models/create_leaderboard_result.py +2 -2
- rapidata/api_client/models/create_order_definition_model.py +119 -0
- rapidata/api_client/models/create_order_definition_result.py +87 -0
- rapidata/api_client/models/create_order_definition_revision_model.py +117 -0
- rapidata/api_client/models/create_order_definition_revision_result.py +87 -0
- rapidata/api_client/models/create_order_model.py +33 -62
- rapidata/api_client/models/create_order_model_referee.py +12 -12
- rapidata/api_client/models/create_order_model_workflow.py +35 -21
- rapidata/api_client/models/create_order_result.py +2 -2
- rapidata/api_client/models/create_rapid_result.py +2 -2
- rapidata/api_client/models/create_sample_model.py +13 -7
- rapidata/api_client/models/create_sample_model_asset.py +154 -0
- rapidata/api_client/models/create_sample_model_obsolete.py +87 -0
- rapidata/api_client/models/create_simple_pipeline_model_pipeline_steps_inner.py +8 -22
- rapidata/api_client/models/create_unsupported_order_model.py +6 -6
- rapidata/api_client/models/create_validation_set_model.py +5 -5
- rapidata/api_client/models/datapoint_model.py +3 -3
- rapidata/api_client/models/datapoint_state.py +2 -2
- rapidata/api_client/models/definition_type.py +49 -0
- rapidata/api_client/models/dynamic_client_registration_request.py +21 -36
- rapidata/api_client/models/early_stopping_referee_model.py +3 -3
- rapidata/api_client/models/elo_config.py +2 -2
- rapidata/api_client/models/elo_config_model.py +6 -6
- rapidata/api_client/models/entity_tag_header_value.py +93 -0
- rapidata/api_client/models/evaluation_workflow_model.py +4 -4
- rapidata/api_client/models/existing_asset_input.py +109 -0
- rapidata/api_client/models/existing_asset_input_metadata_value.py +126 -0
- rapidata/api_client/models/feature_flag.py +2 -2
- rapidata/api_client/models/feature_flag_model.py +2 -2
- rapidata/api_client/models/feedback_model.py +7 -7
- rapidata/api_client/models/file_asset.py +3 -5
- rapidata/api_client/models/file_asset_input_file.py +8 -22
- rapidata/api_client/models/file_asset_metadata_value.py +252 -0
- rapidata/api_client/models/file_asset_model_metadata_value.py +18 -88
- rapidata/api_client/models/file_stream_result.py +122 -0
- rapidata/api_client/models/file_type.py +2 -2
- rapidata/api_client/models/filter.py +2 -2
- rapidata/api_client/models/filter_operator.py +2 -2
- rapidata/api_client/models/fork_benchmark_result.py +87 -0
- rapidata/api_client/models/form_file_wrapper.py +17 -2
- rapidata/api_client/models/gender_user_filter_model.py +2 -2
- rapidata/api_client/models/gender_user_filter_model_gender.py +38 -0
- rapidata/api_client/models/get_asset_metadata_result.py +100 -0
- rapidata/api_client/models/get_audience_by_id_result.py +118 -0
- rapidata/api_client/models/get_available_validation_sets_result.py +2 -2
- rapidata/api_client/models/get_benchmark_by_id_result.py +8 -4
- rapidata/api_client/models/get_boost_result.py +97 -0
- rapidata/api_client/models/get_boost_result_boost_mode.py +37 -0
- rapidata/api_client/models/get_boost_result_boost_status.py +39 -0
- rapidata/api_client/models/get_compare_ab_summary_result.py +3 -5
- rapidata/api_client/models/get_compare_workflow_results_model.py +7 -7
- rapidata/api_client/models/get_compare_workflow_results_result.py +5 -5
- rapidata/api_client/models/get_datapoint_by_id_result.py +7 -12
- rapidata/api_client/models/get_datapoint_by_id_result_asset.py +170 -0
- rapidata/api_client/models/get_dataset_by_id_result.py +2 -2
- rapidata/api_client/models/get_dataset_progress_result.py +2 -2
- rapidata/api_client/models/get_evaluation_workflow_results_model.py +119 -0
- rapidata/api_client/models/get_failed_datapoints_result.py +5 -5
- rapidata/api_client/models/get_failed_datapoints_result_datapoint.py +100 -0
- rapidata/api_client/models/get_file_metadata_result.py +100 -0
- rapidata/api_client/models/get_grouped_ranking_workflow_results_model.py +106 -0
- rapidata/api_client/models/get_grouped_ranking_workflow_results_result.py +97 -0
- rapidata/api_client/models/get_grouped_ranking_workflow_results_result_paged_result.py +105 -0
- rapidata/api_client/models/get_job_by_id_endpoint_output.py +130 -0
- rapidata/api_client/models/get_job_definition_by_id_endpoint_output.py +95 -0
- rapidata/api_client/models/get_job_revision_endpoint_output.py +133 -0
- rapidata/api_client/models/get_leaderboard_by_id_result.py +5 -5
- rapidata/api_client/models/get_order_by_id_result.py +12 -5
- rapidata/api_client/models/get_participant_by_id_result.py +4 -6
- rapidata/api_client/models/get_pipeline_by_id_result.py +5 -5
- rapidata/api_client/models/get_public_orders_result.py +2 -2
- rapidata/api_client/models/get_public_responses_result.py +5 -5
- rapidata/api_client/models/get_public_responses_result_response.py +112 -0
- rapidata/api_client/models/get_rapid_responses_result.py +3 -3
- rapidata/api_client/models/get_recommended_validation_set_result.py +2 -2
- rapidata/api_client/models/get_responses_for_rapid_result.py +106 -0
- rapidata/api_client/models/get_responses_for_rapid_result_response.py +103 -0
- rapidata/api_client/models/get_responses_for_rapid_result_response_result.py +266 -0
- rapidata/api_client/models/get_responses_result.py +5 -5
- rapidata/api_client/models/get_responses_result_response.py +103 -0
- rapidata/api_client/models/get_sample_by_id_result.py +7 -8
- rapidata/api_client/models/get_simple_workflow_results_model.py +20 -15
- rapidata/api_client/models/get_standing_by_id_result.py +3 -5
- rapidata/api_client/models/get_validation_rapids_result.py +29 -32
- rapidata/api_client/models/get_validation_set_by_id_result.py +10 -4
- rapidata/api_client/models/get_workflow_by_id_result.py +5 -5
- rapidata/api_client/models/get_workflow_by_id_result_workflow.py +23 -9
- rapidata/api_client/models/get_workflow_progress_result.py +2 -2
- rapidata/api_client/models/get_workflow_results_result.py +31 -14
- rapidata/api_client/models/get_workflow_results_result_response.py +103 -0
- rapidata/api_client/models/google_one_tap_login_model.py +4 -4
- rapidata/api_client/models/grouped_ranking_workflow_config.py +155 -0
- rapidata/api_client/models/grouped_ranking_workflow_config_context_assets_value.py +170 -0
- rapidata/api_client/models/grouped_ranking_workflow_model.py +147 -0
- rapidata/api_client/models/grouped_ranking_workflow_model1.py +121 -0
- rapidata/api_client/models/i_artifact_model.py +182 -0
- rapidata/api_client/models/i_artifact_model_campaign_artifact_model.py +98 -0
- rapidata/api_client/models/i_artifact_model_dataset_artifact_model.py +98 -0
- rapidata/api_client/models/i_artifact_model_file_artifact_model.py +98 -0
- rapidata/api_client/models/i_artifact_model_workflow_artifact_model.py +98 -0
- rapidata/api_client/models/i_artifact_model_workflow_config_artifact_model.py +102 -0
- rapidata/api_client/models/i_asset.py +170 -0
- rapidata/api_client/models/i_asset_file_asset.py +111 -0
- rapidata/api_client/models/i_asset_input.py +156 -0
- rapidata/api_client/models/i_asset_input_existing_asset_input.py +118 -0
- rapidata/api_client/models/i_asset_input_multi_asset_input.py +128 -0
- rapidata/api_client/models/i_asset_input_text_asset_input.py +118 -0
- rapidata/api_client/models/i_asset_model.py +170 -0
- rapidata/api_client/models/i_asset_model_file_asset_model.py +113 -0
- rapidata/api_client/models/i_asset_model_multi_asset_model.py +123 -0
- rapidata/api_client/models/i_asset_model_null_asset_model.py +111 -0
- rapidata/api_client/models/i_asset_model_text_asset_model.py +113 -0
- rapidata/api_client/models/i_asset_multi_asset.py +121 -0
- rapidata/api_client/models/i_asset_null_asset.py +109 -0
- rapidata/api_client/models/i_asset_text_asset.py +111 -0
- rapidata/api_client/models/i_audience_filter.py +184 -0
- rapidata/api_client/models/i_audience_filter_and_audience_filter.py +106 -0
- rapidata/api_client/models/i_audience_filter_country_audience_filter.py +96 -0
- rapidata/api_client/models/i_audience_filter_country_filter.py +96 -0
- rapidata/api_client/models/i_audience_filter_language_audience_filter.py +96 -0
- rapidata/api_client/models/i_audience_filter_language_filter.py +96 -0
- rapidata/api_client/models/i_audience_filter_not_audience_filter.py +102 -0
- rapidata/api_client/models/i_audience_filter_or_audience_filter.py +106 -0
- rapidata/api_client/models/i_campaign_filter.py +296 -0
- rapidata/api_client/models/i_campaign_filter_and_filter.py +117 -0
- rapidata/api_client/models/i_campaign_filter_campaign_filter.py +98 -0
- rapidata/api_client/models/i_campaign_filter_campaign_session_count_filter.py +101 -0
- rapidata/api_client/models/i_campaign_filter_country_filter.py +98 -0
- rapidata/api_client/models/i_campaign_filter_demographic_filter.py +100 -0
- rapidata/api_client/models/i_campaign_filter_device_filter.py +106 -0
- rapidata/api_client/models/i_campaign_filter_language_filter.py +98 -0
- rapidata/api_client/models/i_campaign_filter_new_user_filter.py +96 -0
- rapidata/api_client/models/i_campaign_filter_not_filter.py +113 -0
- rapidata/api_client/models/i_campaign_filter_or_filter.py +117 -0
- rapidata/api_client/models/i_campaign_filter_response_count_filter.py +103 -0
- rapidata/api_client/models/i_campaign_filter_user_action_restriction_filter.py +106 -0
- rapidata/api_client/models/i_campaign_filter_user_score_filter.py +102 -0
- rapidata/api_client/models/i_campaign_filter_user_state_filter.py +106 -0
- rapidata/api_client/models/i_dataset_metadata_input.py +154 -0
- rapidata/api_client/models/i_dataset_metadata_input_prompt_asset_metadata_input.py +100 -0
- rapidata/api_client/models/i_dataset_metadata_input_prompt_metadata_input.py +96 -0
- rapidata/api_client/models/i_dataset_metadata_input_transcription_metadata_input.py +96 -0
- rapidata/api_client/models/i_dataset_model.py +126 -0
- rapidata/api_client/models/i_dataset_model_clone_dataset_model.py +98 -0
- rapidata/api_client/models/i_metadata.py +252 -0
- rapidata/api_client/models/i_metadata_classification_metadata.py +109 -0
- rapidata/api_client/models/i_metadata_count_metadata.py +109 -0
- rapidata/api_client/models/i_metadata_duration_metadata.py +110 -0
- rapidata/api_client/models/i_metadata_file_type_metadata.py +110 -0
- rapidata/api_client/models/i_metadata_image_dimension_metadata.py +111 -0
- rapidata/api_client/models/i_metadata_input.py +126 -0
- rapidata/api_client/models/i_metadata_input_text_metadata_input.py +111 -0
- rapidata/api_client/models/i_metadata_location_metadata.py +111 -0
- rapidata/api_client/models/i_metadata_model.py +252 -0
- rapidata/api_client/models/i_metadata_model_classification_metadata_model.py +96 -0
- rapidata/api_client/models/i_metadata_model_count_metadata_model.py +96 -0
- rapidata/api_client/models/i_metadata_model_file_type_metadata_model.py +97 -0
- rapidata/api_client/models/i_metadata_model_image_dimension_metadata_model.py +98 -0
- rapidata/api_client/models/i_metadata_model_location_metadata_model.py +98 -0
- rapidata/api_client/models/i_metadata_model_original_filename_metadata_model.py +96 -0
- rapidata/api_client/models/i_metadata_model_source_url_metadata_model.py +96 -0
- rapidata/api_client/models/i_metadata_model_streams_metadata_model.py +100 -0
- rapidata/api_client/models/i_metadata_model_text_metadata_model.py +101 -0
- rapidata/api_client/models/i_metadata_model_video_duration_metadata_model.py +97 -0
- rapidata/api_client/models/i_metadata_original_filename_metadata.py +109 -0
- rapidata/api_client/models/i_metadata_source_url_metadata.py +109 -0
- rapidata/api_client/models/i_metadata_streams_metadata.py +113 -0
- rapidata/api_client/models/i_metadata_text_metadata.py +114 -0
- rapidata/api_client/models/i_metadata_video_duration_metadata.py +110 -0
- rapidata/api_client/models/i_order_workflow_model.py +168 -0
- rapidata/api_client/models/i_order_workflow_model_compare_workflow_model.py +146 -0
- rapidata/api_client/models/i_order_workflow_model_evaluation_workflow_model.py +108 -0
- rapidata/api_client/models/i_order_workflow_model_grouped_ranking_workflow_model.py +147 -0
- rapidata/api_client/models/i_order_workflow_model_simple_workflow_model.py +110 -0
- rapidata/api_client/models/i_pair_maker_config.py +126 -0
- rapidata/api_client/models/i_pair_maker_config_model.py +126 -0
- rapidata/api_client/models/i_pair_maker_config_model_online_pair_maker_config_model.py +98 -0
- rapidata/api_client/models/i_pair_maker_config_online_pair_maker_config.py +98 -0
- rapidata/api_client/models/i_pair_maker_information.py +126 -0
- rapidata/api_client/models/i_pair_maker_information_online_pair_maker_information.py +100 -0
- rapidata/api_client/models/i_pipeline_artifact_model.py +126 -0
- rapidata/api_client/models/i_pipeline_artifact_model_create_dataset_artifact_model.py +102 -0
- rapidata/api_client/models/i_pipeline_model.py +126 -0
- rapidata/api_client/models/i_pipeline_model_create_simple_pipeline_model.py +116 -0
- rapidata/api_client/models/i_pipeline_step_model.py +168 -0
- rapidata/api_client/models/i_pipeline_step_model_dataset_evaluation_step_model.py +102 -0
- rapidata/api_client/models/i_pipeline_step_model_send_completion_mail_step_model.py +98 -0
- rapidata/api_client/models/i_pipeline_step_model_workflow_aggregation_step_model.py +103 -0
- rapidata/api_client/models/i_pipeline_step_model_workflow_labeling_step_model.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint.py +252 -0
- rapidata/api_client/models/i_rapid_blueprint_attach_category_rapid_blueprint.py +108 -0
- rapidata/api_client/models/i_rapid_blueprint_bounding_box_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint_compare_rapid_blueprint.py +98 -0
- rapidata/api_client/models/i_rapid_blueprint_free_text_rapid_blueprint.py +105 -0
- rapidata/api_client/models/i_rapid_blueprint_line_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint_locate_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint_named_entity_rapid_blueprint.py +98 -0
- rapidata/api_client/models/i_rapid_blueprint_polygon_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint_scrub_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_blueprint_transcription_rapid_blueprint.py +96 -0
- rapidata/api_client/models/i_rapid_payload.py +252 -0
- rapidata/api_client/models/i_rapid_payload_bounding_box_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_classify_payload.py +106 -0
- rapidata/api_client/models/i_rapid_payload_compare_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_free_text_payload.py +105 -0
- rapidata/api_client/models/i_rapid_payload_line_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_locate_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_named_entity_payload.py +98 -0
- rapidata/api_client/models/i_rapid_payload_polygon_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_scrub_payload.py +96 -0
- rapidata/api_client/models/i_rapid_payload_transcription_payload.py +106 -0
- rapidata/api_client/models/i_rapid_result.py +266 -0
- rapidata/api_client/models/i_rapid_result_attach_category_result.py +98 -0
- rapidata/api_client/models/i_rapid_result_bounding_box_result.py +106 -0
- rapidata/api_client/models/i_rapid_result_compare_result.py +98 -0
- rapidata/api_client/models/i_rapid_result_free_text_result.py +98 -0
- rapidata/api_client/models/i_rapid_result_line_result.py +106 -0
- rapidata/api_client/models/i_rapid_result_locate_result.py +106 -0
- rapidata/api_client/models/i_rapid_result_named_entity_result.py +106 -0
- rapidata/api_client/models/i_rapid_result_polygon_result.py +106 -0
- rapidata/api_client/models/i_rapid_result_scrub_result.py +98 -0
- rapidata/api_client/models/i_rapid_result_skip_result.py +96 -0
- rapidata/api_client/models/i_rapid_result_transcription_result.py +106 -0
- rapidata/api_client/models/i_referee_config.py +154 -0
- rapidata/api_client/models/i_referee_config_naive_referee_config.py +96 -0
- rapidata/api_client/models/i_referee_config_never_ending_referee_config.py +94 -0
- rapidata/api_client/models/i_referee_config_probabilistic_attach_category_referee_config.py +98 -0
- rapidata/api_client/models/i_referee_info.py +154 -0
- rapidata/api_client/models/i_referee_info_naive_referee_info.py +96 -0
- rapidata/api_client/models/i_referee_info_never_ending_referee_info.py +94 -0
- rapidata/api_client/models/i_referee_info_probabilistic_attach_category_referee_info.py +98 -0
- rapidata/api_client/models/i_referee_model.py +140 -0
- rapidata/api_client/models/i_referee_model_early_stopping_referee_model.py +98 -0
- rapidata/api_client/models/i_referee_model_naive_referee_model.py +96 -0
- rapidata/api_client/models/i_selection.py +240 -0
- rapidata/api_client/models/i_selection_ab_test_selection.py +122 -0
- rapidata/api_client/models/i_selection_capped_selection.py +108 -0
- rapidata/api_client/models/i_selection_conditional_validation_selection.py +110 -0
- rapidata/api_client/models/i_selection_demographic_selection.py +98 -0
- rapidata/api_client/models/i_selection_effort_capped_selection.py +101 -0
- rapidata/api_client/models/i_selection_labeling_selection.py +103 -0
- rapidata/api_client/models/i_selection_shuffling_selection.py +106 -0
- rapidata/api_client/models/i_selection_static_selection.py +96 -0
- rapidata/api_client/models/i_selection_validation_selection.py +98 -0
- rapidata/api_client/models/i_user_filter_model.py +296 -0
- rapidata/api_client/models/i_user_filter_model_age_user_filter_model.py +104 -0
- rapidata/api_client/models/i_user_filter_model_and_user_filter_model.py +106 -0
- rapidata/api_client/models/i_user_filter_model_campaign_user_filter_model.py +96 -0
- rapidata/api_client/models/i_user_filter_model_country_user_filter_model.py +96 -0
- rapidata/api_client/models/i_user_filter_model_custom_user_filter_model.py +98 -0
- rapidata/api_client/models/i_user_filter_model_device_user_filter_model.py +104 -0
- rapidata/api_client/models/i_user_filter_model_gender_user_filter_model.py +104 -0
- rapidata/api_client/models/i_user_filter_model_language_user_filter_model.py +96 -0
- rapidata/api_client/models/i_user_filter_model_new_user_filter_model.py +94 -0
- rapidata/api_client/models/i_user_filter_model_not_user_filter_model.py +102 -0
- rapidata/api_client/models/i_user_filter_model_or_user_filter_model.py +106 -0
- rapidata/api_client/models/i_user_filter_model_response_count_user_filter_model.py +101 -0
- rapidata/api_client/models/i_user_filter_model_user_score_user_filter_model.py +105 -0
- rapidata/api_client/models/i_validation_metadata_input.py +140 -0
- rapidata/api_client/models/i_validation_metadata_input_prompt_asset_metadata_input.py +100 -0
- rapidata/api_client/models/i_validation_metadata_input_prompt_metadata_input.py +96 -0
- rapidata/api_client/models/i_validation_truth.py +280 -0
- rapidata/api_client/models/i_validation_truth_attach_category_truth.py +96 -0
- rapidata/api_client/models/i_validation_truth_bounding_box_truth.py +102 -0
- rapidata/api_client/models/i_validation_truth_compare_truth.py +96 -0
- rapidata/api_client/models/i_validation_truth_empty_validation_truth.py +94 -0
- rapidata/api_client/models/i_validation_truth_line_truth.py +94 -0
- rapidata/api_client/models/i_validation_truth_locate_box_truth.py +108 -0
- rapidata/api_client/models/i_validation_truth_model.py +294 -0
- rapidata/api_client/models/i_validation_truth_model_attach_category_truth_model.py +96 -0
- rapidata/api_client/models/i_validation_truth_model_bounding_box_truth_model.py +102 -0
- rapidata/api_client/models/i_validation_truth_model_classify_truth_model.py +96 -0
- rapidata/api_client/models/i_validation_truth_model_compare_truth_model.py +96 -0
- rapidata/api_client/models/i_validation_truth_model_empty_validation_truth_model.py +94 -0
- rapidata/api_client/models/i_validation_truth_model_line_truth_model.py +94 -0
- rapidata/api_client/models/i_validation_truth_model_locate_box_truth_model.py +108 -0
- rapidata/api_client/models/i_validation_truth_model_multi_compare_truth_model.py +96 -0
- rapidata/api_client/models/i_validation_truth_model_named_entity_truth_model.py +104 -0
- rapidata/api_client/models/i_validation_truth_model_polygon_truth_model.py +94 -0
- rapidata/api_client/models/i_validation_truth_model_scrub_truth_model.py +104 -0
- rapidata/api_client/models/i_validation_truth_model_skip_truth_model.py +94 -0
- rapidata/api_client/models/i_validation_truth_model_transcription_truth_model.py +115 -0
- rapidata/api_client/models/i_validation_truth_multi_compare_truth.py +96 -0
- rapidata/api_client/models/i_validation_truth_named_entity_truth.py +104 -0
- rapidata/api_client/models/i_validation_truth_polygon_truth.py +94 -0
- rapidata/api_client/models/i_validation_truth_scrub_truth.py +104 -0
- rapidata/api_client/models/i_validation_truth_skip_truth.py +94 -0
- rapidata/api_client/models/i_validation_truth_transcription_truth.py +115 -0
- rapidata/api_client/models/i_workflow_config.py +168 -0
- rapidata/api_client/models/i_workflow_config_compare_workflow_config.py +142 -0
- rapidata/api_client/models/i_workflow_config_evaluation_workflow_config.py +114 -0
- rapidata/api_client/models/i_workflow_config_grouped_ranking_workflow_config.py +155 -0
- rapidata/api_client/models/i_workflow_config_simple_workflow_config.py +116 -0
- rapidata/api_client/models/i_workflow_model.py +168 -0
- rapidata/api_client/models/i_workflow_model_compare_workflow_model.py +145 -0
- rapidata/api_client/models/i_workflow_model_evaluation_workflow_model.py +115 -0
- rapidata/api_client/models/i_workflow_model_grouped_ranking_workflow_model.py +121 -0
- rapidata/api_client/models/i_workflow_model_simple_workflow_model.py +119 -0
- rapidata/api_client/models/inquire_file_metadata_result.py +100 -0
- rapidata/api_client/models/inspect_report_result.py +2 -2
- rapidata/api_client/models/job_definition_revision_state.py +38 -0
- rapidata/api_client/models/json_web_key.py +2 -36
- rapidata/api_client/models/json_web_key_set.py +2 -22
- rapidata/api_client/models/labeling_selection.py +9 -2
- rapidata/api_client/models/leaderboards_query_result.py +135 -0
- rapidata/api_client/models/line_result.py +3 -3
- rapidata/api_client/models/line_result_line.py +97 -0
- rapidata/api_client/models/line_result_line_point.py +89 -0
- rapidata/api_client/models/locate_coordinate.py +4 -13
- rapidata/api_client/models/logic_operator.py +2 -2
- rapidata/api_client/models/metadata_i_order_metadata_input.py +154 -0
- rapidata/api_client/models/metadata_i_order_metadata_input_metadata_prompt_asset_metadata_input.py +100 -0
- rapidata/api_client/models/metadata_i_order_metadata_input_metadata_prompt_metadata_input.py +96 -0
- rapidata/api_client/models/metadata_i_order_metadata_input_metadata_transcription_metadata_input.py +96 -0
- rapidata/api_client/models/metadata_prompt_asset_metadata_input.py +100 -0
- rapidata/api_client/models/metadata_prompt_metadata_input.py +96 -0
- rapidata/api_client/models/metadata_transcription_metadata_input.py +96 -0
- rapidata/api_client/models/multi_asset.py +6 -6
- rapidata/api_client/models/multi_asset_assets_inner.py +170 -0
- rapidata/api_client/models/multi_asset_input.py +21 -1
- rapidata/api_client/models/multi_asset_input1_assets_inner.py +40 -12
- rapidata/api_client/models/multi_asset_input3_assets_inner.py +40 -12
- rapidata/api_client/models/multi_asset_input_assets_inner.py +16 -30
- rapidata/api_client/models/multi_asset_model.py +3 -3
- rapidata/api_client/models/naive_referee_model.py +2 -2
- rapidata/api_client/models/named_classification.py +4 -13
- rapidata/api_client/models/newsletter_model.py +6 -6
- rapidata/api_client/models/not_available_yet_result.py +4 -13
- rapidata/api_client/models/null_asset.py +3 -5
- rapidata/api_client/models/online_pair_maker_config_model.py +3 -3
- rapidata/api_client/models/option_of_aggregator_type.py +49 -0
- rapidata/api_client/models/order_model.py +12 -5
- rapidata/api_client/models/order_state.py +2 -2
- rapidata/api_client/models/page_info.py +2 -7
- rapidata/api_client/models/paged_result_aggregated_orders_model.py +105 -0
- rapidata/api_client/models/paged_result_benchmark_query_result.py +105 -0
- rapidata/api_client/models/paged_result_campaign_query_result.py +105 -0
- rapidata/api_client/models/paged_result_clients_query_result.py +105 -0
- rapidata/api_client/models/paged_result_datapoint_model.py +105 -0
- rapidata/api_client/models/paged_result_get_compare_workflow_results_result.py +105 -0
- rapidata/api_client/models/paged_result_get_grouped_ranking_workflow_results_result.py +105 -0
- rapidata/api_client/models/paged_result_get_validation_rapids_result.py +105 -0
- rapidata/api_client/models/paged_result_get_workflow_results_result.py +105 -0
- rapidata/api_client/models/paged_result_i_workflow_model.py +105 -0
- rapidata/api_client/models/paged_result_leaderboard_query_result.py +105 -0
- rapidata/api_client/models/paged_result_leaderboards_query_result.py +105 -0
- rapidata/api_client/models/paged_result_of_aggregated_orders_model.py +103 -0
- rapidata/api_client/models/paged_result_of_benchmark_query_result.py +103 -0
- rapidata/api_client/models/paged_result_of_campaign_query_result.py +103 -0
- rapidata/api_client/models/paged_result_of_clients_query_result.py +103 -0
- rapidata/api_client/models/paged_result_of_get_compare_workflow_results_result.py +103 -0
- rapidata/api_client/models/paged_result_of_get_grouped_ranking_workflow_results_result.py +103 -0
- rapidata/api_client/models/paged_result_of_get_validation_rapids_result.py +103 -0
- rapidata/api_client/models/paged_result_of_get_workflow_results_result.py +103 -0
- rapidata/api_client/models/paged_result_of_i_workflow_model.py +103 -0
- rapidata/api_client/models/paged_result_of_leaderboards_query_result.py +103 -0
- rapidata/api_client/models/paged_result_of_order_model.py +103 -0
- rapidata/api_client/models/paged_result_of_participant_by_benchmark.py +103 -0
- rapidata/api_client/models/paged_result_of_prompt_by_benchmark_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_audiences_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_datapoints_by_dataset_id_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_job_definitions_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_job_revisions_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_jobs_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_rapids_for_audience_result.py +103 -0
- rapidata/api_client/models/paged_result_of_query_validation_rapid_eligibility_result.py +103 -0
- rapidata/api_client/models/paged_result_of_rapid_model.py +103 -0
- rapidata/api_client/models/paged_result_of_runs_by_leaderboard_result.py +103 -0
- rapidata/api_client/models/paged_result_of_sample_by_identifier.py +103 -0
- rapidata/api_client/models/paged_result_of_sample_by_participant.py +103 -0
- rapidata/api_client/models/paged_result_of_standing_by_leaderboard.py +103 -0
- rapidata/api_client/models/paged_result_of_validation_set_model.py +103 -0
- rapidata/api_client/models/paged_result_order_model.py +105 -0
- rapidata/api_client/models/paged_result_participant_by_benchmark.py +105 -0
- rapidata/api_client/models/paged_result_potential_validation_rapid.py +105 -0
- rapidata/api_client/models/paged_result_prompt_by_benchmark_result.py +105 -0
- rapidata/api_client/models/paged_result_query_audiences_result.py +105 -0
- rapidata/api_client/models/paged_result_query_datapoints_by_dataset_id_result.py +105 -0
- rapidata/api_client/models/paged_result_query_validation_rapid_eligibility_result.py +105 -0
- rapidata/api_client/models/paged_result_rapid_model.py +105 -0
- rapidata/api_client/models/paged_result_runs_by_leaderboard_result.py +105 -0
- rapidata/api_client/models/paged_result_sample_by_identifier.py +105 -0
- rapidata/api_client/models/paged_result_sample_by_participant.py +105 -0
- rapidata/api_client/models/paged_result_standing_by_leaderboard.py +105 -0
- rapidata/api_client/models/paged_result_validation_set_model.py +105 -0
- rapidata/api_client/models/participant_by_benchmark.py +3 -5
- rapidata/api_client/models/participant_status.py +2 -2
- rapidata/api_client/models/polygon_result.py +3 -3
- rapidata/api_client/models/polygon_result_coordinate.py +89 -0
- rapidata/api_client/models/polygon_result_shape.py +95 -0
- rapidata/api_client/models/preliminary_download_model.py +5 -5
- rapidata/api_client/models/preview_order_model.py +5 -5
- rapidata/api_client/models/problem_details.py +2 -20
- rapidata/api_client/models/prompt_asset_metadata_input.py +4 -6
- rapidata/api_client/models/prompt_asset_metadata_input_asset.py +25 -41
- rapidata/api_client/models/prompt_by_benchmark_result.py +5 -5
- rapidata/api_client/models/prompt_metadata_input.py +5 -7
- rapidata/api_client/models/proxy_file_wrapper.py +17 -2
- rapidata/api_client/models/public_order_model.py +2 -2
- rapidata/api_client/models/query_audiences_result.py +118 -0
- rapidata/api_client/models/query_datapoints_by_dataset_id_result.py +95 -0
- rapidata/api_client/models/query_job_definitions_result.py +97 -0
- rapidata/api_client/models/query_job_revisions_result.py +95 -0
- rapidata/api_client/models/query_jobs_result.py +103 -0
- rapidata/api_client/models/query_model.py +10 -5
- rapidata/api_client/models/query_rapids_for_audience_result.py +150 -0
- rapidata/api_client/models/query_validation_rapid_eligibility_model_query_validation_model.py +107 -0
- rapidata/api_client/models/query_validation_rapid_eligibility_result.py +103 -0
- rapidata/api_client/models/query_validation_rapid_eligibility_result_truth.py +280 -0
- rapidata/api_client/models/rapid_issue.py +2 -2
- rapidata/api_client/models/rapid_model.py +30 -40
- rapidata/api_client/models/rapid_result_model.py +7 -7
- rapidata/api_client/models/rapid_skipped_model.py +5 -5
- rapidata/api_client/models/rapid_state.py +2 -2
- rapidata/api_client/models/read_bridge_token_keys_result.py +10 -24
- rapidata/api_client/models/reference_asset_input.py +100 -0
- rapidata/api_client/models/report_model.py +7 -7
- rapidata/api_client/models/retrieval_mode.py +2 -2
- rapidata/api_client/models/root_filter.py +2 -2
- rapidata/api_client/models/run_status.py +2 -2
- rapidata/api_client/models/runs_by_leaderboard_result.py +3 -3
- rapidata/api_client/models/sample_by_identifier.py +7 -8
- rapidata/api_client/models/sample_by_participant.py +7 -8
- rapidata/api_client/models/scrub_range.py +2 -2
- rapidata/api_client/models/send_survey_model.py +87 -0
- rapidata/api_client/models/simple_workflow_config.py +3 -3
- rapidata/api_client/models/simple_workflow_model.py +2 -2
- rapidata/api_client/models/simple_workflow_model1.py +4 -11
- rapidata/api_client/models/simple_workflow_model_blueprint.py +1 -1
- rapidata/api_client/models/sort_criterion.py +2 -2
- rapidata/api_client/models/sort_direction.py +2 -2
- rapidata/api_client/models/standing_by_benchmark.py +113 -0
- rapidata/api_client/models/standing_by_leaderboard.py +16 -12
- rapidata/api_client/models/standing_status.py +2 -2
- rapidata/api_client/models/standings_by_benchmark_result.py +95 -0
- rapidata/api_client/models/standings_by_leaderboard_result.py +2 -2
- rapidata/api_client/models/start_preliminary_download_result.py +87 -0
- rapidata/api_client/models/sticky_state.py +3 -2
- rapidata/api_client/models/stream_file_wrapper.py +25 -3
- rapidata/api_client/models/string_segment.py +105 -0
- rapidata/api_client/models/submit_order_model.py +5 -5
- rapidata/api_client/models/submit_participant_result.py +2 -2
- rapidata/api_client/models/submit_prompt_model.py +9 -14
- rapidata/api_client/models/submit_prompt_model_prompt_asset.py +40 -12
- rapidata/api_client/models/tags_by_benchmark_result.py +2 -2
- rapidata/api_client/models/text_asset.py +3 -5
- rapidata/api_client/models/text_asset_input.py +21 -1
- rapidata/api_client/models/text_metadata.py +6 -1
- rapidata/api_client/models/text_metadata_input.py +111 -0
- rapidata/api_client/models/text_metadata_model.py +7 -2
- rapidata/api_client/models/transcription_metadata_input.py +5 -7
- rapidata/api_client/models/transcription_word.py +2 -2
- rapidata/api_client/models/translated_string.py +2 -2
- rapidata/api_client/models/unlock_order_result.py +2 -2
- rapidata/api_client/models/update_audience_request.py +113 -0
- rapidata/api_client/models/update_benchmark_model.py +99 -0
- rapidata/api_client/models/update_benchmark_name_model.py +5 -5
- rapidata/api_client/models/update_campaign_model.py +11 -11
- rapidata/api_client/models/update_dataset_name_model.py +5 -5
- rapidata/api_client/models/update_dimensions_model.py +3 -3
- rapidata/api_client/models/update_job_definition_endpoint_input.py +92 -0
- rapidata/api_client/models/update_leaderboard_model.py +18 -3
- rapidata/api_client/models/update_leaderboard_name_model.py +5 -5
- rapidata/api_client/models/update_leaderboard_response_config_model.py +5 -5
- rapidata/api_client/models/update_order_name_model.py +5 -5
- rapidata/api_client/models/update_participant_model.py +92 -0
- rapidata/api_client/models/update_participant_name_model.py +5 -5
- rapidata/api_client/models/update_priority_model.py +87 -0
- rapidata/api_client/models/update_prompt_tags_model.py +5 -5
- rapidata/api_client/models/update_should_alert_model.py +4 -4
- rapidata/api_client/models/update_validation_rapid_model.py +35 -14
- rapidata/api_client/models/update_validation_rapid_model_context_asset.py +160 -0
- rapidata/api_client/models/update_validation_set_model.py +120 -0
- rapidata/api_client/models/upload_asset_result.py +102 -0
- rapidata/api_client/models/upload_file_from_url_result.py +87 -0
- rapidata/api_client/models/upload_file_result.py +87 -0
- rapidata/api_client/models/user_action_restriction.py +37 -0
- rapidata/api_client/models/user_action_restriction_filter.py +101 -0
- rapidata/api_client/models/validation_chance.py +20 -3
- rapidata/api_client/models/validation_problem_details.py +117 -0
- rapidata/api_client/models/validation_set_model.py +11 -16
- rapidata/api_client/models/validation_set_overview_model.py +2 -2
- rapidata/api_client/models/workflow_config_artifact_model_workflow_config.py +23 -9
- rapidata/api_client/models/workflow_state.py +2 -2
- rapidata/api_client/models/zip_entry_file_wrapper.py +33 -2
- rapidata/api_client/rest.py +2 -2
- rapidata/api_client_README.md +371 -326
- rapidata/rapidata_client/__init__.py +14 -11
- rapidata/rapidata_client/api/{rapidata_exception.py → rapidata_api_client.py} +119 -2
- rapidata/rapidata_client/audience/__init__.py +2 -0
- rapidata/rapidata_client/audience/audience_example_handler.py +168 -0
- rapidata/rapidata_client/audience/rapidata_audience.py +287 -0
- rapidata/rapidata_client/audience/rapidata_audience_manager.py +162 -0
- rapidata/rapidata_client/benchmark/_detail_mapper.py +11 -9
- rapidata/rapidata_client/benchmark/leaderboard/rapidata_leaderboard.py +98 -54
- rapidata/rapidata_client/benchmark/participant/_participant.py +57 -32
- rapidata/rapidata_client/benchmark/rapidata_benchmark.py +384 -246
- rapidata/rapidata_client/benchmark/rapidata_benchmark_manager.py +137 -81
- rapidata/rapidata_client/config/__init__.py +3 -0
- rapidata/rapidata_client/config/logger.py +135 -0
- rapidata/rapidata_client/config/logging_config.py +55 -0
- rapidata/rapidata_client/config/managed_print.py +6 -0
- rapidata/rapidata_client/config/order_config.py +14 -0
- rapidata/rapidata_client/config/rapidata_config.py +15 -10
- rapidata/rapidata_client/config/tracer.py +184 -0
- rapidata/rapidata_client/config/upload_config.py +64 -0
- rapidata/rapidata_client/datapoints/__init__.py +0 -3
- rapidata/rapidata_client/datapoints/_asset_uploader.py +184 -0
- rapidata/rapidata_client/datapoints/_datapoint.py +72 -176
- rapidata/rapidata_client/datapoints/_datapoint_uploader.py +47 -0
- rapidata/rapidata_client/datapoints/_datapoints_validator.py +70 -0
- rapidata/rapidata_client/datapoints/assets/__init__.py +0 -10
- rapidata/rapidata_client/datapoints/metadata/__init__.py +0 -2
- rapidata/rapidata_client/datapoints/metadata/_private_text_metadata.py +5 -6
- rapidata/rapidata_client/datapoints/metadata/_prompt_identifier_metadata.py +4 -5
- rapidata/rapidata_client/datapoints/metadata/_public_text_metadata.py +5 -6
- rapidata/rapidata_client/datapoints/metadata/_select_words_metadata.py +3 -4
- rapidata/rapidata_client/dataset/__init__.py +1 -0
- rapidata/rapidata_client/dataset/_rapidata_dataset.py +55 -0
- rapidata/rapidata_client/demographic/demographic_manager.py +44 -19
- rapidata/rapidata_client/exceptions/failed_upload_exception.py +10 -65
- rapidata/rapidata_client/filter/_backend_filter_mapper.py +134 -0
- rapidata/rapidata_client/filter/_base_filter.py +13 -8
- rapidata/rapidata_client/filter/age_filter.py +26 -10
- rapidata/rapidata_client/filter/and_filter.py +36 -11
- rapidata/rapidata_client/filter/campaign_filter.py +21 -10
- rapidata/rapidata_client/filter/country_filter.py +46 -12
- rapidata/rapidata_client/filter/custom_filter.py +25 -12
- rapidata/rapidata_client/filter/gender_filter.py +25 -10
- rapidata/rapidata_client/filter/language_filter.py +51 -21
- rapidata/rapidata_client/filter/models/age_group.py +14 -12
- rapidata/rapidata_client/filter/models/gender.py +12 -8
- rapidata/rapidata_client/filter/new_user_filter.py +14 -4
- rapidata/rapidata_client/filter/not_filter.py +35 -11
- rapidata/rapidata_client/filter/or_filter.py +36 -11
- rapidata/rapidata_client/filter/rapidata_filters.py +17 -23
- rapidata/rapidata_client/filter/response_count_filter.py +40 -14
- rapidata/rapidata_client/filter/user_score_filter.py +62 -24
- rapidata/rapidata_client/job/__init__.py +3 -0
- rapidata/rapidata_client/job/job_definition.py +110 -0
- rapidata/rapidata_client/job/job_manager.py +758 -0
- rapidata/rapidata_client/job/rapidata_job.py +326 -0
- rapidata/rapidata_client/order/__init__.py +2 -0
- rapidata/rapidata_client/order/_rapidata_order_builder.py +236 -196
- rapidata/rapidata_client/order/rapidata_order.py +271 -176
- rapidata/rapidata_client/order/rapidata_order_manager.py +520 -364
- rapidata/rapidata_client/rapidata_client.py +96 -29
- rapidata/rapidata_client/referee/__init__.py +1 -1
- rapidata/rapidata_client/referee/_base_referee.py +14 -3
- rapidata/rapidata_client/referee/_early_stopping_referee.py +32 -17
- rapidata/rapidata_client/referee/_naive_referee.py +24 -3
- rapidata/rapidata_client/results/__init__.py +3 -0
- rapidata/rapidata_client/{order → results}/rapidata_results.py +86 -63
- rapidata/rapidata_client/selection/_base_selection.py +9 -2
- rapidata/rapidata_client/selection/ab_test_selection.py +28 -20
- rapidata/rapidata_client/selection/capped_selection.py +23 -16
- rapidata/rapidata_client/selection/conditional_validation_selection.py +43 -24
- rapidata/rapidata_client/selection/demographic_selection.py +21 -6
- rapidata/rapidata_client/selection/effort_selection.py +20 -8
- rapidata/rapidata_client/selection/labeling_selection.py +21 -10
- rapidata/rapidata_client/selection/rapidata_selections.py +23 -14
- rapidata/rapidata_client/selection/shuffling_selection.py +21 -13
- rapidata/rapidata_client/selection/static_selection.py +19 -8
- rapidata/rapidata_client/selection/validation_selection.py +20 -4
- rapidata/rapidata_client/settings/__init__.py +2 -0
- rapidata/rapidata_client/settings/_rapidata_setting.py +22 -3
- rapidata/rapidata_client/settings/alert_on_fast_response.py +8 -5
- rapidata/rapidata_client/settings/allow_neither_both.py +3 -0
- rapidata/rapidata_client/settings/custom_setting.py +3 -2
- rapidata/rapidata_client/settings/free_text_minimum_characters.py +9 -4
- rapidata/rapidata_client/settings/models/translation_behaviour_options.py +3 -2
- rapidata/rapidata_client/settings/mute_video.py +15 -0
- rapidata/rapidata_client/settings/no_shuffle.py +4 -2
- rapidata/rapidata_client/settings/play_video_until_the_end.py +7 -4
- rapidata/rapidata_client/settings/rapidata_settings.py +22 -9
- rapidata/rapidata_client/settings/swap_context_instruction.py +20 -0
- rapidata/rapidata_client/settings/translation_behaviour.py +7 -5
- rapidata/rapidata_client/utils/__init__.py +3 -0
- rapidata/rapidata_client/utils/threaded_uploader.py +153 -0
- rapidata/rapidata_client/validation/__init__.py +2 -0
- rapidata/rapidata_client/validation/rapidata_validation_set.py +68 -21
- rapidata/rapidata_client/validation/rapids/__init__.py +2 -0
- rapidata/rapidata_client/validation/rapids/_validation_rapid_uploader.py +48 -0
- rapidata/rapidata_client/validation/rapids/box.py +37 -12
- rapidata/rapidata_client/validation/rapids/rapids.py +28 -109
- rapidata/rapidata_client/validation/rapids/rapids_manager.py +369 -211
- rapidata/rapidata_client/validation/validation_set_manager.py +417 -294
- rapidata/rapidata_client/workflow/__init__.py +2 -2
- rapidata/rapidata_client/workflow/_base_workflow.py +17 -26
- rapidata/rapidata_client/workflow/_classify_workflow.py +44 -17
- rapidata/rapidata_client/workflow/_compare_workflow.py +33 -14
- rapidata/rapidata_client/workflow/_draw_workflow.py +35 -13
- rapidata/rapidata_client/workflow/_evaluation_workflow.py +20 -6
- rapidata/rapidata_client/workflow/_free_text_workflow.py +34 -15
- rapidata/rapidata_client/workflow/_locate_workflow.py +35 -13
- rapidata/rapidata_client/workflow/_multi_ranking_workflow.py +90 -0
- rapidata/rapidata_client/workflow/_select_words_workflow.py +38 -32
- rapidata/rapidata_client/workflow/_timestamp_workflow.py +35 -13
- rapidata/service/__init__.py +0 -1
- rapidata/service/credential_manager.py +1 -1
- rapidata/service/openapi_service.py +99 -23
- rapidata/types/__init__.py +149 -0
- rapidata-3.0.0a8.dist-info/METADATA +32 -0
- rapidata-3.0.0a8.dist-info/RECORD +1083 -0
- {rapidata-2.37.0.dist-info → rapidata-3.0.0a8.dist-info}/WHEEL +1 -1
- rapidata/rapidata_client/country_codes/__init__.py +0 -1
- rapidata/rapidata_client/country_codes/country_codes.py +0 -19
- rapidata/rapidata_client/datapoints/assets/_base_asset.py +0 -11
- rapidata/rapidata_client/datapoints/assets/_media_asset.py +0 -318
- rapidata/rapidata_client/datapoints/assets/_multi_asset.py +0 -61
- rapidata/rapidata_client/datapoints/assets/_sessions.py +0 -40
- rapidata/rapidata_client/datapoints/assets/_text_asset.py +0 -34
- rapidata/rapidata_client/datapoints/assets/data_type_enum.py +0 -8
- rapidata/rapidata_client/datapoints/metadata/_media_asset_metadata.py +0 -22
- rapidata/rapidata_client/datapoints/metadata/_prompt_metadata.py +0 -18
- rapidata/rapidata_client/logging/__init__.py +0 -2
- rapidata/rapidata_client/logging/logger.py +0 -122
- rapidata/rapidata_client/logging/output_manager.py +0 -20
- rapidata/rapidata_client/order/_rapidata_dataset.py +0 -447
- rapidata/rapidata_client/workflow/_ranking_workflow.py +0 -71
- rapidata/service/local_file_service.py +0 -25
- rapidata-2.37.0.dist-info/METADATA +0 -35
- rapidata-2.37.0.dist-info/RECORD +0 -687
- {rapidata-2.37.0.dist-info → rapidata-3.0.0a8.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
Rapidata
|
|
4
|
+
Rapidata Asset API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
The API for the Rapidata Asset service
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v1
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -16,17 +16,17 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
16
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
|
-
from pydantic import Field,
|
|
20
|
-
from typing import
|
|
19
|
+
from pydantic import Field, StrictFloat, StrictInt, StrictStr
|
|
20
|
+
from typing import Optional, Union
|
|
21
21
|
from typing_extensions import Annotated
|
|
22
22
|
from rapidata.api_client.models.create_demographic_rapid_model import CreateDemographicRapidModel
|
|
23
23
|
from rapidata.api_client.models.create_rapid_result import CreateRapidResult
|
|
24
24
|
from rapidata.api_client.models.get_public_responses_result import GetPublicResponsesResult
|
|
25
|
-
from rapidata.api_client.models.
|
|
26
|
-
from rapidata.api_client.models.
|
|
25
|
+
from rapidata.api_client.models.get_responses_for_rapid_result import GetResponsesForRapidResult
|
|
26
|
+
from rapidata.api_client.models.paged_result_of_query_validation_rapid_eligibility_result import PagedResultOfQueryValidationRapidEligibilityResult
|
|
27
|
+
from rapidata.api_client.models.paged_result_of_rapid_model import PagedResultOfRapidModel
|
|
27
28
|
from rapidata.api_client.models.query_model import QueryModel
|
|
28
|
-
from rapidata.api_client.models.
|
|
29
|
-
from rapidata.api_client.models.rapid_model_paged_result import RapidModelPagedResult
|
|
29
|
+
from rapidata.api_client.models.query_validation_rapid_eligibility_model_query_validation_model import QueryValidationRapidEligibilityModelQueryValidationModel
|
|
30
30
|
from rapidata.api_client.models.update_validation_rapid_model import UpdateValidationRapidModel
|
|
31
31
|
|
|
32
32
|
from rapidata.api_client.api_client import ApiClient, RequestSerialized
|
|
@@ -50,11 +50,11 @@ class CustomerRapidApi:
|
|
|
50
50
|
@validate_call
|
|
51
51
|
def rapid_correlation_id_validation_potential_get(
|
|
52
52
|
self,
|
|
53
|
-
correlation_id:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
53
|
+
correlation_id: StrictStr,
|
|
54
|
+
min_responses: Optional[StrictInt] = None,
|
|
55
|
+
min_confidence: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
56
|
+
target_group_id: Optional[StrictStr] = None,
|
|
57
|
+
request: Optional[QueryValidationRapidEligibilityModelQueryValidationModel] = None,
|
|
58
58
|
_request_timeout: Union[
|
|
59
59
|
None,
|
|
60
60
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -67,20 +67,20 @@ class CustomerRapidApi:
|
|
|
67
67
|
_content_type: Optional[StrictStr] = None,
|
|
68
68
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
69
69
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
70
|
-
) ->
|
|
70
|
+
) -> PagedResultOfQueryValidationRapidEligibilityResult:
|
|
71
71
|
"""Queries rapids that are potentially eligible for validation set creation.
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
:param correlation_id:
|
|
74
|
+
:param correlation_id: (required)
|
|
75
75
|
:type correlation_id: str
|
|
76
|
-
:param
|
|
77
|
-
:type request: QueryValidationModel
|
|
78
|
-
:param min_responses: The minimum number of responses a rapid should have to be considered eligible.
|
|
76
|
+
:param min_responses:
|
|
79
77
|
:type min_responses: int
|
|
80
|
-
:param min_confidence:
|
|
78
|
+
:param min_confidence:
|
|
81
79
|
:type min_confidence: float
|
|
82
|
-
:param target_group_id:
|
|
80
|
+
:param target_group_id:
|
|
83
81
|
:type target_group_id: str
|
|
82
|
+
:param request:
|
|
83
|
+
:type request: QueryValidationRapidEligibilityModelQueryValidationModel
|
|
84
84
|
:param _request_timeout: timeout setting for this request. If one
|
|
85
85
|
number provided, it will be total request
|
|
86
86
|
timeout. It can also be a pair (tuple) of
|
|
@@ -105,10 +105,10 @@ class CustomerRapidApi:
|
|
|
105
105
|
|
|
106
106
|
_param = self._rapid_correlation_id_validation_potential_get_serialize(
|
|
107
107
|
correlation_id=correlation_id,
|
|
108
|
-
request=request,
|
|
109
108
|
min_responses=min_responses,
|
|
110
109
|
min_confidence=min_confidence,
|
|
111
110
|
target_group_id=target_group_id,
|
|
111
|
+
request=request,
|
|
112
112
|
_request_auth=_request_auth,
|
|
113
113
|
_content_type=_content_type,
|
|
114
114
|
_headers=_headers,
|
|
@@ -116,7 +116,7 @@ class CustomerRapidApi:
|
|
|
116
116
|
)
|
|
117
117
|
|
|
118
118
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
119
|
-
'200': "
|
|
119
|
+
'200': "PagedResultOfQueryValidationRapidEligibilityResult",
|
|
120
120
|
}
|
|
121
121
|
response_data = self.api_client.call_api(
|
|
122
122
|
*_param,
|
|
@@ -132,11 +132,11 @@ class CustomerRapidApi:
|
|
|
132
132
|
@validate_call
|
|
133
133
|
def rapid_correlation_id_validation_potential_get_with_http_info(
|
|
134
134
|
self,
|
|
135
|
-
correlation_id:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
135
|
+
correlation_id: StrictStr,
|
|
136
|
+
min_responses: Optional[StrictInt] = None,
|
|
137
|
+
min_confidence: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
138
|
+
target_group_id: Optional[StrictStr] = None,
|
|
139
|
+
request: Optional[QueryValidationRapidEligibilityModelQueryValidationModel] = None,
|
|
140
140
|
_request_timeout: Union[
|
|
141
141
|
None,
|
|
142
142
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -149,20 +149,20 @@ class CustomerRapidApi:
|
|
|
149
149
|
_content_type: Optional[StrictStr] = None,
|
|
150
150
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
151
151
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
152
|
-
) -> ApiResponse[
|
|
152
|
+
) -> ApiResponse[PagedResultOfQueryValidationRapidEligibilityResult]:
|
|
153
153
|
"""Queries rapids that are potentially eligible for validation set creation.
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
:param correlation_id:
|
|
156
|
+
:param correlation_id: (required)
|
|
157
157
|
:type correlation_id: str
|
|
158
|
-
:param
|
|
159
|
-
:type request: QueryValidationModel
|
|
160
|
-
:param min_responses: The minimum number of responses a rapid should have to be considered eligible.
|
|
158
|
+
:param min_responses:
|
|
161
159
|
:type min_responses: int
|
|
162
|
-
:param min_confidence:
|
|
160
|
+
:param min_confidence:
|
|
163
161
|
:type min_confidence: float
|
|
164
|
-
:param target_group_id:
|
|
162
|
+
:param target_group_id:
|
|
165
163
|
:type target_group_id: str
|
|
164
|
+
:param request:
|
|
165
|
+
:type request: QueryValidationRapidEligibilityModelQueryValidationModel
|
|
166
166
|
:param _request_timeout: timeout setting for this request. If one
|
|
167
167
|
number provided, it will be total request
|
|
168
168
|
timeout. It can also be a pair (tuple) of
|
|
@@ -187,10 +187,10 @@ class CustomerRapidApi:
|
|
|
187
187
|
|
|
188
188
|
_param = self._rapid_correlation_id_validation_potential_get_serialize(
|
|
189
189
|
correlation_id=correlation_id,
|
|
190
|
-
request=request,
|
|
191
190
|
min_responses=min_responses,
|
|
192
191
|
min_confidence=min_confidence,
|
|
193
192
|
target_group_id=target_group_id,
|
|
193
|
+
request=request,
|
|
194
194
|
_request_auth=_request_auth,
|
|
195
195
|
_content_type=_content_type,
|
|
196
196
|
_headers=_headers,
|
|
@@ -198,7 +198,7 @@ class CustomerRapidApi:
|
|
|
198
198
|
)
|
|
199
199
|
|
|
200
200
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
201
|
-
'200': "
|
|
201
|
+
'200': "PagedResultOfQueryValidationRapidEligibilityResult",
|
|
202
202
|
}
|
|
203
203
|
response_data = self.api_client.call_api(
|
|
204
204
|
*_param,
|
|
@@ -214,11 +214,11 @@ class CustomerRapidApi:
|
|
|
214
214
|
@validate_call
|
|
215
215
|
def rapid_correlation_id_validation_potential_get_without_preload_content(
|
|
216
216
|
self,
|
|
217
|
-
correlation_id:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
217
|
+
correlation_id: StrictStr,
|
|
218
|
+
min_responses: Optional[StrictInt] = None,
|
|
219
|
+
min_confidence: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
220
|
+
target_group_id: Optional[StrictStr] = None,
|
|
221
|
+
request: Optional[QueryValidationRapidEligibilityModelQueryValidationModel] = None,
|
|
222
222
|
_request_timeout: Union[
|
|
223
223
|
None,
|
|
224
224
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -235,16 +235,16 @@ class CustomerRapidApi:
|
|
|
235
235
|
"""Queries rapids that are potentially eligible for validation set creation.
|
|
236
236
|
|
|
237
237
|
|
|
238
|
-
:param correlation_id:
|
|
238
|
+
:param correlation_id: (required)
|
|
239
239
|
:type correlation_id: str
|
|
240
|
-
:param
|
|
241
|
-
:type request: QueryValidationModel
|
|
242
|
-
:param min_responses: The minimum number of responses a rapid should have to be considered eligible.
|
|
240
|
+
:param min_responses:
|
|
243
241
|
:type min_responses: int
|
|
244
|
-
:param min_confidence:
|
|
242
|
+
:param min_confidence:
|
|
245
243
|
:type min_confidence: float
|
|
246
|
-
:param target_group_id:
|
|
244
|
+
:param target_group_id:
|
|
247
245
|
:type target_group_id: str
|
|
246
|
+
:param request:
|
|
247
|
+
:type request: QueryValidationRapidEligibilityModelQueryValidationModel
|
|
248
248
|
:param _request_timeout: timeout setting for this request. If one
|
|
249
249
|
number provided, it will be total request
|
|
250
250
|
timeout. It can also be a pair (tuple) of
|
|
@@ -269,10 +269,10 @@ class CustomerRapidApi:
|
|
|
269
269
|
|
|
270
270
|
_param = self._rapid_correlation_id_validation_potential_get_serialize(
|
|
271
271
|
correlation_id=correlation_id,
|
|
272
|
-
request=request,
|
|
273
272
|
min_responses=min_responses,
|
|
274
273
|
min_confidence=min_confidence,
|
|
275
274
|
target_group_id=target_group_id,
|
|
275
|
+
request=request,
|
|
276
276
|
_request_auth=_request_auth,
|
|
277
277
|
_content_type=_content_type,
|
|
278
278
|
_headers=_headers,
|
|
@@ -280,7 +280,7 @@ class CustomerRapidApi:
|
|
|
280
280
|
)
|
|
281
281
|
|
|
282
282
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
283
|
-
'200': "
|
|
283
|
+
'200': "PagedResultOfQueryValidationRapidEligibilityResult",
|
|
284
284
|
}
|
|
285
285
|
response_data = self.api_client.call_api(
|
|
286
286
|
*_param,
|
|
@@ -292,10 +292,10 @@ class CustomerRapidApi:
|
|
|
292
292
|
def _rapid_correlation_id_validation_potential_get_serialize(
|
|
293
293
|
self,
|
|
294
294
|
correlation_id,
|
|
295
|
-
request,
|
|
296
295
|
min_responses,
|
|
297
296
|
min_confidence,
|
|
298
297
|
target_group_id,
|
|
298
|
+
request,
|
|
299
299
|
_request_auth,
|
|
300
300
|
_content_type,
|
|
301
301
|
_headers,
|
|
@@ -318,12 +318,8 @@ class CustomerRapidApi:
|
|
|
318
318
|
|
|
319
319
|
# process the path parameters
|
|
320
320
|
if correlation_id is not None:
|
|
321
|
-
_path_params['
|
|
321
|
+
_path_params['correlationId'] = correlation_id
|
|
322
322
|
# process the query parameters
|
|
323
|
-
if request is not None:
|
|
324
|
-
|
|
325
|
-
_query_params.append(('Request', request))
|
|
326
|
-
|
|
327
323
|
if min_responses is not None:
|
|
328
324
|
|
|
329
325
|
_query_params.append(('MinResponses', min_responses))
|
|
@@ -336,6 +332,10 @@ class CustomerRapidApi:
|
|
|
336
332
|
|
|
337
333
|
_query_params.append(('TargetGroupId', target_group_id))
|
|
338
334
|
|
|
335
|
+
if request is not None:
|
|
336
|
+
|
|
337
|
+
_query_params.append(('request', request))
|
|
338
|
+
|
|
339
339
|
# process the header parameters
|
|
340
340
|
# process the form parameters
|
|
341
341
|
# process the body parameter
|
|
@@ -354,8 +354,9 @@ class CustomerRapidApi:
|
|
|
354
354
|
|
|
355
355
|
# authentication setting
|
|
356
356
|
_auth_settings: List[str] = [
|
|
357
|
-
'
|
|
358
|
-
'
|
|
357
|
+
'OAuth2',
|
|
358
|
+
'OpenIdConnect',
|
|
359
|
+
'Bearer'
|
|
359
360
|
]
|
|
360
361
|
|
|
361
362
|
return self.api_client.param_serialize(
|
|
@@ -379,8 +380,7 @@ class CustomerRapidApi:
|
|
|
379
380
|
@validate_call
|
|
380
381
|
def rapid_demographic_post(
|
|
381
382
|
self,
|
|
382
|
-
|
|
383
|
-
file: Optional[List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]]] = None,
|
|
383
|
+
create_demographic_rapid_model: Annotated[CreateDemographicRapidModel, Field(description="The model containing the demographic rapid.")],
|
|
384
384
|
_request_timeout: Union[
|
|
385
385
|
None,
|
|
386
386
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -394,13 +394,11 @@ class CustomerRapidApi:
|
|
|
394
394
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
395
395
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
396
396
|
) -> CreateRapidResult:
|
|
397
|
-
"""Creates a new Demographic Rapid.
|
|
397
|
+
"""Creates a new Demographic Rapid with JSON body.
|
|
398
398
|
|
|
399
399
|
|
|
400
|
-
:param model
|
|
401
|
-
:type
|
|
402
|
-
:param file:
|
|
403
|
-
:type file: List[bytearray]
|
|
400
|
+
:param create_demographic_rapid_model: The model containing the demographic rapid. (required)
|
|
401
|
+
:type create_demographic_rapid_model: CreateDemographicRapidModel
|
|
404
402
|
:param _request_timeout: timeout setting for this request. If one
|
|
405
403
|
number provided, it will be total request
|
|
406
404
|
timeout. It can also be a pair (tuple) of
|
|
@@ -424,8 +422,7 @@ class CustomerRapidApi:
|
|
|
424
422
|
""" # noqa: E501
|
|
425
423
|
|
|
426
424
|
_param = self._rapid_demographic_post_serialize(
|
|
427
|
-
|
|
428
|
-
file=file,
|
|
425
|
+
create_demographic_rapid_model=create_demographic_rapid_model,
|
|
429
426
|
_request_auth=_request_auth,
|
|
430
427
|
_content_type=_content_type,
|
|
431
428
|
_headers=_headers,
|
|
@@ -449,8 +446,7 @@ class CustomerRapidApi:
|
|
|
449
446
|
@validate_call
|
|
450
447
|
def rapid_demographic_post_with_http_info(
|
|
451
448
|
self,
|
|
452
|
-
|
|
453
|
-
file: Optional[List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]]] = None,
|
|
449
|
+
create_demographic_rapid_model: Annotated[CreateDemographicRapidModel, Field(description="The model containing the demographic rapid.")],
|
|
454
450
|
_request_timeout: Union[
|
|
455
451
|
None,
|
|
456
452
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -464,13 +460,11 @@ class CustomerRapidApi:
|
|
|
464
460
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
465
461
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
466
462
|
) -> ApiResponse[CreateRapidResult]:
|
|
467
|
-
"""Creates a new Demographic Rapid.
|
|
463
|
+
"""Creates a new Demographic Rapid with JSON body.
|
|
468
464
|
|
|
469
465
|
|
|
470
|
-
:param model
|
|
471
|
-
:type
|
|
472
|
-
:param file:
|
|
473
|
-
:type file: List[bytearray]
|
|
466
|
+
:param create_demographic_rapid_model: The model containing the demographic rapid. (required)
|
|
467
|
+
:type create_demographic_rapid_model: CreateDemographicRapidModel
|
|
474
468
|
:param _request_timeout: timeout setting for this request. If one
|
|
475
469
|
number provided, it will be total request
|
|
476
470
|
timeout. It can also be a pair (tuple) of
|
|
@@ -494,8 +488,7 @@ class CustomerRapidApi:
|
|
|
494
488
|
""" # noqa: E501
|
|
495
489
|
|
|
496
490
|
_param = self._rapid_demographic_post_serialize(
|
|
497
|
-
|
|
498
|
-
file=file,
|
|
491
|
+
create_demographic_rapid_model=create_demographic_rapid_model,
|
|
499
492
|
_request_auth=_request_auth,
|
|
500
493
|
_content_type=_content_type,
|
|
501
494
|
_headers=_headers,
|
|
@@ -519,8 +512,7 @@ class CustomerRapidApi:
|
|
|
519
512
|
@validate_call
|
|
520
513
|
def rapid_demographic_post_without_preload_content(
|
|
521
514
|
self,
|
|
522
|
-
|
|
523
|
-
file: Optional[List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]]] = None,
|
|
515
|
+
create_demographic_rapid_model: Annotated[CreateDemographicRapidModel, Field(description="The model containing the demographic rapid.")],
|
|
524
516
|
_request_timeout: Union[
|
|
525
517
|
None,
|
|
526
518
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -534,13 +526,11 @@ class CustomerRapidApi:
|
|
|
534
526
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
535
527
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
536
528
|
) -> RESTResponseType:
|
|
537
|
-
"""Creates a new Demographic Rapid.
|
|
529
|
+
"""Creates a new Demographic Rapid with JSON body.
|
|
538
530
|
|
|
539
531
|
|
|
540
|
-
:param model
|
|
541
|
-
:type
|
|
542
|
-
:param file:
|
|
543
|
-
:type file: List[bytearray]
|
|
532
|
+
:param create_demographic_rapid_model: The model containing the demographic rapid. (required)
|
|
533
|
+
:type create_demographic_rapid_model: CreateDemographicRapidModel
|
|
544
534
|
:param _request_timeout: timeout setting for this request. If one
|
|
545
535
|
number provided, it will be total request
|
|
546
536
|
timeout. It can also be a pair (tuple) of
|
|
@@ -564,8 +554,7 @@ class CustomerRapidApi:
|
|
|
564
554
|
""" # noqa: E501
|
|
565
555
|
|
|
566
556
|
_param = self._rapid_demographic_post_serialize(
|
|
567
|
-
|
|
568
|
-
file=file,
|
|
557
|
+
create_demographic_rapid_model=create_demographic_rapid_model,
|
|
569
558
|
_request_auth=_request_auth,
|
|
570
559
|
_content_type=_content_type,
|
|
571
560
|
_headers=_headers,
|
|
@@ -584,8 +573,7 @@ class CustomerRapidApi:
|
|
|
584
573
|
|
|
585
574
|
def _rapid_demographic_post_serialize(
|
|
586
575
|
self,
|
|
587
|
-
|
|
588
|
-
file,
|
|
576
|
+
create_demographic_rapid_model,
|
|
589
577
|
_request_auth,
|
|
590
578
|
_content_type,
|
|
591
579
|
_headers,
|
|
@@ -595,7 +583,6 @@ class CustomerRapidApi:
|
|
|
595
583
|
_host = None
|
|
596
584
|
|
|
597
585
|
_collection_formats: Dict[str, str] = {
|
|
598
|
-
'file': 'multi',
|
|
599
586
|
}
|
|
600
587
|
|
|
601
588
|
_path_params: Dict[str, str] = {}
|
|
@@ -611,11 +598,9 @@ class CustomerRapidApi:
|
|
|
611
598
|
# process the query parameters
|
|
612
599
|
# process the header parameters
|
|
613
600
|
# process the form parameters
|
|
614
|
-
if model is not None:
|
|
615
|
-
_form_params.append(('model', model))
|
|
616
|
-
if file is not None:
|
|
617
|
-
_files['file'] = file
|
|
618
601
|
# process the body parameter
|
|
602
|
+
if create_demographic_rapid_model is not None:
|
|
603
|
+
_body_params = create_demographic_rapid_model
|
|
619
604
|
|
|
620
605
|
|
|
621
606
|
# set the HTTP header `Accept`
|
|
@@ -635,7 +620,9 @@ class CustomerRapidApi:
|
|
|
635
620
|
_default_content_type = (
|
|
636
621
|
self.api_client.select_header_content_type(
|
|
637
622
|
[
|
|
638
|
-
'
|
|
623
|
+
'application/json',
|
|
624
|
+
'text/json',
|
|
625
|
+
'application/*+json'
|
|
639
626
|
]
|
|
640
627
|
)
|
|
641
628
|
)
|
|
@@ -644,8 +631,9 @@ class CustomerRapidApi:
|
|
|
644
631
|
|
|
645
632
|
# authentication setting
|
|
646
633
|
_auth_settings: List[str] = [
|
|
647
|
-
'
|
|
648
|
-
'
|
|
634
|
+
'OAuth2',
|
|
635
|
+
'OpenIdConnect',
|
|
636
|
+
'Bearer'
|
|
649
637
|
]
|
|
650
638
|
|
|
651
639
|
return self.api_client.param_serialize(
|
|
@@ -890,8 +878,9 @@ class CustomerRapidApi:
|
|
|
890
878
|
|
|
891
879
|
# authentication setting
|
|
892
880
|
_auth_settings: List[str] = [
|
|
893
|
-
'
|
|
894
|
-
'
|
|
881
|
+
'OAuth2',
|
|
882
|
+
'OpenIdConnect',
|
|
883
|
+
'Bearer'
|
|
895
884
|
]
|
|
896
885
|
|
|
897
886
|
return self.api_client.param_serialize(
|
|
@@ -1142,8 +1131,9 @@ class CustomerRapidApi:
|
|
|
1142
1131
|
|
|
1143
1132
|
# authentication setting
|
|
1144
1133
|
_auth_settings: List[str] = [
|
|
1145
|
-
'
|
|
1146
|
-
'
|
|
1134
|
+
'OAuth2',
|
|
1135
|
+
'OpenIdConnect',
|
|
1136
|
+
'Bearer'
|
|
1147
1137
|
]
|
|
1148
1138
|
|
|
1149
1139
|
return self.api_client.param_serialize(
|
|
@@ -1180,7 +1170,7 @@ class CustomerRapidApi:
|
|
|
1180
1170
|
_content_type: Optional[StrictStr] = None,
|
|
1181
1171
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1182
1172
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1183
|
-
) ->
|
|
1173
|
+
) -> GetResponsesForRapidResult:
|
|
1184
1174
|
"""Gets all responses for a given rapid.
|
|
1185
1175
|
|
|
1186
1176
|
|
|
@@ -1217,7 +1207,7 @@ class CustomerRapidApi:
|
|
|
1217
1207
|
)
|
|
1218
1208
|
|
|
1219
1209
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1220
|
-
'200': "
|
|
1210
|
+
'200': "GetResponsesForRapidResult",
|
|
1221
1211
|
}
|
|
1222
1212
|
response_data = self.api_client.call_api(
|
|
1223
1213
|
*_param,
|
|
@@ -1246,7 +1236,7 @@ class CustomerRapidApi:
|
|
|
1246
1236
|
_content_type: Optional[StrictStr] = None,
|
|
1247
1237
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1248
1238
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1249
|
-
) -> ApiResponse[
|
|
1239
|
+
) -> ApiResponse[GetResponsesForRapidResult]:
|
|
1250
1240
|
"""Gets all responses for a given rapid.
|
|
1251
1241
|
|
|
1252
1242
|
|
|
@@ -1283,7 +1273,7 @@ class CustomerRapidApi:
|
|
|
1283
1273
|
)
|
|
1284
1274
|
|
|
1285
1275
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1286
|
-
'200': "
|
|
1276
|
+
'200': "GetResponsesForRapidResult",
|
|
1287
1277
|
}
|
|
1288
1278
|
response_data = self.api_client.call_api(
|
|
1289
1279
|
*_param,
|
|
@@ -1349,7 +1339,7 @@ class CustomerRapidApi:
|
|
|
1349
1339
|
)
|
|
1350
1340
|
|
|
1351
1341
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1352
|
-
'200': "
|
|
1342
|
+
'200': "GetResponsesForRapidResult",
|
|
1353
1343
|
}
|
|
1354
1344
|
response_data = self.api_client.call_api(
|
|
1355
1345
|
*_param,
|
|
@@ -1403,8 +1393,9 @@ class CustomerRapidApi:
|
|
|
1403
1393
|
|
|
1404
1394
|
# authentication setting
|
|
1405
1395
|
_auth_settings: List[str] = [
|
|
1406
|
-
'
|
|
1407
|
-
'
|
|
1396
|
+
'OAuth2',
|
|
1397
|
+
'OpenIdConnect',
|
|
1398
|
+
'Bearer'
|
|
1408
1399
|
]
|
|
1409
1400
|
|
|
1410
1401
|
return self.api_client.param_serialize(
|
|
@@ -1442,7 +1433,7 @@ class CustomerRapidApi:
|
|
|
1442
1433
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1443
1434
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1444
1435
|
) -> None:
|
|
1445
|
-
"""Unflags a flagged rapid.
|
|
1436
|
+
"""Unflags a flagged rapid. This will add the rapid back to the active labeling pool and prevent it from being flagged again.
|
|
1446
1437
|
|
|
1447
1438
|
|
|
1448
1439
|
:param rapid_id: The id of the rapid to unflag (required)
|
|
@@ -1508,7 +1499,7 @@ class CustomerRapidApi:
|
|
|
1508
1499
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1509
1500
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1510
1501
|
) -> ApiResponse[None]:
|
|
1511
|
-
"""Unflags a flagged rapid.
|
|
1502
|
+
"""Unflags a flagged rapid. This will add the rapid back to the active labeling pool and prevent it from being flagged again.
|
|
1512
1503
|
|
|
1513
1504
|
|
|
1514
1505
|
:param rapid_id: The id of the rapid to unflag (required)
|
|
@@ -1574,7 +1565,7 @@ class CustomerRapidApi:
|
|
|
1574
1565
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1575
1566
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1576
1567
|
) -> RESTResponseType:
|
|
1577
|
-
"""Unflags a flagged rapid.
|
|
1568
|
+
"""Unflags a flagged rapid. This will add the rapid back to the active labeling pool and prevent it from being flagged again.
|
|
1578
1569
|
|
|
1579
1570
|
|
|
1580
1571
|
:param rapid_id: The id of the rapid to unflag (required)
|
|
@@ -1655,8 +1646,9 @@ class CustomerRapidApi:
|
|
|
1655
1646
|
|
|
1656
1647
|
# authentication setting
|
|
1657
1648
|
_auth_settings: List[str] = [
|
|
1658
|
-
'
|
|
1659
|
-
'
|
|
1649
|
+
'OAuth2',
|
|
1650
|
+
'OpenIdConnect',
|
|
1651
|
+
'Bearer'
|
|
1660
1652
|
]
|
|
1661
1653
|
|
|
1662
1654
|
return self.api_client.param_serialize(
|
|
@@ -1681,7 +1673,7 @@ class CustomerRapidApi:
|
|
|
1681
1673
|
def rapid_validation_rapid_id_patch(
|
|
1682
1674
|
self,
|
|
1683
1675
|
rapid_id: Annotated[StrictStr, Field(description="The id of the rapid to update")],
|
|
1684
|
-
update_validation_rapid_model: Annotated[
|
|
1676
|
+
update_validation_rapid_model: Annotated[UpdateValidationRapidModel, Field(description="The body request")],
|
|
1685
1677
|
_request_timeout: Union[
|
|
1686
1678
|
None,
|
|
1687
1679
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1700,7 +1692,7 @@ class CustomerRapidApi:
|
|
|
1700
1692
|
|
|
1701
1693
|
:param rapid_id: The id of the rapid to update (required)
|
|
1702
1694
|
:type rapid_id: str
|
|
1703
|
-
:param update_validation_rapid_model: The body request
|
|
1695
|
+
:param update_validation_rapid_model: The body request (required)
|
|
1704
1696
|
:type update_validation_rapid_model: UpdateValidationRapidModel
|
|
1705
1697
|
:param _request_timeout: timeout setting for this request. If one
|
|
1706
1698
|
number provided, it will be total request
|
|
@@ -1751,7 +1743,7 @@ class CustomerRapidApi:
|
|
|
1751
1743
|
def rapid_validation_rapid_id_patch_with_http_info(
|
|
1752
1744
|
self,
|
|
1753
1745
|
rapid_id: Annotated[StrictStr, Field(description="The id of the rapid to update")],
|
|
1754
|
-
update_validation_rapid_model: Annotated[
|
|
1746
|
+
update_validation_rapid_model: Annotated[UpdateValidationRapidModel, Field(description="The body request")],
|
|
1755
1747
|
_request_timeout: Union[
|
|
1756
1748
|
None,
|
|
1757
1749
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1770,7 +1762,7 @@ class CustomerRapidApi:
|
|
|
1770
1762
|
|
|
1771
1763
|
:param rapid_id: The id of the rapid to update (required)
|
|
1772
1764
|
:type rapid_id: str
|
|
1773
|
-
:param update_validation_rapid_model: The body request
|
|
1765
|
+
:param update_validation_rapid_model: The body request (required)
|
|
1774
1766
|
:type update_validation_rapid_model: UpdateValidationRapidModel
|
|
1775
1767
|
:param _request_timeout: timeout setting for this request. If one
|
|
1776
1768
|
number provided, it will be total request
|
|
@@ -1821,7 +1813,7 @@ class CustomerRapidApi:
|
|
|
1821
1813
|
def rapid_validation_rapid_id_patch_without_preload_content(
|
|
1822
1814
|
self,
|
|
1823
1815
|
rapid_id: Annotated[StrictStr, Field(description="The id of the rapid to update")],
|
|
1824
|
-
update_validation_rapid_model: Annotated[
|
|
1816
|
+
update_validation_rapid_model: Annotated[UpdateValidationRapidModel, Field(description="The body request")],
|
|
1825
1817
|
_request_timeout: Union[
|
|
1826
1818
|
None,
|
|
1827
1819
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1840,7 +1832,7 @@ class CustomerRapidApi:
|
|
|
1840
1832
|
|
|
1841
1833
|
:param rapid_id: The id of the rapid to update (required)
|
|
1842
1834
|
:type rapid_id: str
|
|
1843
|
-
:param update_validation_rapid_model: The body request
|
|
1835
|
+
:param update_validation_rapid_model: The body request (required)
|
|
1844
1836
|
:type update_validation_rapid_model: UpdateValidationRapidModel
|
|
1845
1837
|
:param _request_timeout: timeout setting for this request. If one
|
|
1846
1838
|
number provided, it will be total request
|
|
@@ -1937,8 +1929,9 @@ class CustomerRapidApi:
|
|
|
1937
1929
|
|
|
1938
1930
|
# authentication setting
|
|
1939
1931
|
_auth_settings: List[str] = [
|
|
1940
|
-
'
|
|
1941
|
-
'
|
|
1932
|
+
'OAuth2',
|
|
1933
|
+
'OpenIdConnect',
|
|
1934
|
+
'Bearer'
|
|
1942
1935
|
]
|
|
1943
1936
|
|
|
1944
1937
|
return self.api_client.param_serialize(
|
|
@@ -1975,7 +1968,7 @@ class CustomerRapidApi:
|
|
|
1975
1968
|
_content_type: Optional[StrictStr] = None,
|
|
1976
1969
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1977
1970
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1978
|
-
) ->
|
|
1971
|
+
) -> PagedResultOfRapidModel:
|
|
1979
1972
|
"""Allows querying all rapids that have been flagged.
|
|
1980
1973
|
|
|
1981
1974
|
|
|
@@ -2012,7 +2005,7 @@ class CustomerRapidApi:
|
|
|
2012
2005
|
)
|
|
2013
2006
|
|
|
2014
2007
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2015
|
-
'200': "
|
|
2008
|
+
'200': "PagedResultOfRapidModel",
|
|
2016
2009
|
}
|
|
2017
2010
|
response_data = self.api_client.call_api(
|
|
2018
2011
|
*_param,
|
|
@@ -2041,7 +2034,7 @@ class CustomerRapidApi:
|
|
|
2041
2034
|
_content_type: Optional[StrictStr] = None,
|
|
2042
2035
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2043
2036
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2044
|
-
) -> ApiResponse[
|
|
2037
|
+
) -> ApiResponse[PagedResultOfRapidModel]:
|
|
2045
2038
|
"""Allows querying all rapids that have been flagged.
|
|
2046
2039
|
|
|
2047
2040
|
|
|
@@ -2078,7 +2071,7 @@ class CustomerRapidApi:
|
|
|
2078
2071
|
)
|
|
2079
2072
|
|
|
2080
2073
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2081
|
-
'200': "
|
|
2074
|
+
'200': "PagedResultOfRapidModel",
|
|
2082
2075
|
}
|
|
2083
2076
|
response_data = self.api_client.call_api(
|
|
2084
2077
|
*_param,
|
|
@@ -2144,7 +2137,7 @@ class CustomerRapidApi:
|
|
|
2144
2137
|
)
|
|
2145
2138
|
|
|
2146
2139
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2147
|
-
'200': "
|
|
2140
|
+
'200': "PagedResultOfRapidModel",
|
|
2148
2141
|
}
|
|
2149
2142
|
response_data = self.api_client.call_api(
|
|
2150
2143
|
*_param,
|
|
@@ -2200,8 +2193,9 @@ class CustomerRapidApi:
|
|
|
2200
2193
|
|
|
2201
2194
|
# authentication setting
|
|
2202
2195
|
_auth_settings: List[str] = [
|
|
2203
|
-
'
|
|
2204
|
-
'
|
|
2196
|
+
'OAuth2',
|
|
2197
|
+
'OpenIdConnect',
|
|
2198
|
+
'Bearer'
|
|
2205
2199
|
]
|
|
2206
2200
|
|
|
2207
2201
|
return self.api_client.param_serialize(
|