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)
|
|
@@ -17,12 +17,11 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
19
|
from pydantic import Field, StrictBytes, StrictStr
|
|
20
|
-
from typing import
|
|
20
|
+
from typing import Tuple, Union
|
|
21
21
|
from typing_extensions import Annotated
|
|
22
22
|
from rapidata.api_client.models.get_pipeline_by_id_result import GetPipelineByIdResult
|
|
23
|
-
from rapidata.api_client.models.pipeline_id_workflow_config_put_request import PipelineIdWorkflowConfigPutRequest
|
|
24
23
|
from rapidata.api_client.models.preliminary_download_model import PreliminaryDownloadModel
|
|
25
|
-
from rapidata.api_client.models.
|
|
24
|
+
from rapidata.api_client.models.start_preliminary_download_result import StartPreliminaryDownloadResult
|
|
26
25
|
|
|
27
26
|
from rapidata.api_client.api_client import ApiClient, RequestSerialized
|
|
28
27
|
from rapidata.api_client.api_response import ApiResponse
|
|
@@ -42,591 +41,6 @@ class PipelineApi:
|
|
|
42
41
|
self.api_client = api_client
|
|
43
42
|
|
|
44
43
|
|
|
45
|
-
@validate_call
|
|
46
|
-
def pipeline_id_workflow_config_artifact_id_put(
|
|
47
|
-
self,
|
|
48
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
49
|
-
artifact_id: Annotated[StrictStr, Field(description="The id of the workflow config artifact to update.")],
|
|
50
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
51
|
-
_request_timeout: Union[
|
|
52
|
-
None,
|
|
53
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
54
|
-
Tuple[
|
|
55
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
56
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
57
|
-
]
|
|
58
|
-
] = None,
|
|
59
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
60
|
-
_content_type: Optional[StrictStr] = None,
|
|
61
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
62
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
63
|
-
) -> None:
|
|
64
|
-
"""Updates the workflow configuration for a pipeline.
|
|
65
|
-
|
|
66
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
67
|
-
|
|
68
|
-
:param id: The id of the pipeline to update. (required)
|
|
69
|
-
:type id: str
|
|
70
|
-
:param artifact_id: The id of the workflow config artifact to update. (required)
|
|
71
|
-
:type artifact_id: str
|
|
72
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
73
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
74
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
75
|
-
number provided, it will be total request
|
|
76
|
-
timeout. It can also be a pair (tuple) of
|
|
77
|
-
(connection, read) timeouts.
|
|
78
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
79
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
80
|
-
request; this effectively ignores the
|
|
81
|
-
authentication in the spec for a single request.
|
|
82
|
-
:type _request_auth: dict, optional
|
|
83
|
-
:param _content_type: force content-type for the request.
|
|
84
|
-
:type _content_type: str, Optional
|
|
85
|
-
:param _headers: set to override the headers for a single
|
|
86
|
-
request; this effectively ignores the headers
|
|
87
|
-
in the spec for a single request.
|
|
88
|
-
:type _headers: dict, optional
|
|
89
|
-
:param _host_index: set to override the host_index for a single
|
|
90
|
-
request; this effectively ignores the host_index
|
|
91
|
-
in the spec for a single request.
|
|
92
|
-
:type _host_index: int, optional
|
|
93
|
-
:return: Returns the result object.
|
|
94
|
-
""" # noqa: E501
|
|
95
|
-
|
|
96
|
-
_param = self._pipeline_id_workflow_config_artifact_id_put_serialize(
|
|
97
|
-
id=id,
|
|
98
|
-
artifact_id=artifact_id,
|
|
99
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
100
|
-
_request_auth=_request_auth,
|
|
101
|
-
_content_type=_content_type,
|
|
102
|
-
_headers=_headers,
|
|
103
|
-
_host_index=_host_index
|
|
104
|
-
)
|
|
105
|
-
|
|
106
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
107
|
-
'204': None,
|
|
108
|
-
}
|
|
109
|
-
response_data = self.api_client.call_api(
|
|
110
|
-
*_param,
|
|
111
|
-
_request_timeout=_request_timeout
|
|
112
|
-
)
|
|
113
|
-
response_data.read()
|
|
114
|
-
return self.api_client.response_deserialize(
|
|
115
|
-
response_data=response_data,
|
|
116
|
-
response_types_map=_response_types_map,
|
|
117
|
-
).data
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
@validate_call
|
|
121
|
-
def pipeline_id_workflow_config_artifact_id_put_with_http_info(
|
|
122
|
-
self,
|
|
123
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
124
|
-
artifact_id: Annotated[StrictStr, Field(description="The id of the workflow config artifact to update.")],
|
|
125
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
126
|
-
_request_timeout: Union[
|
|
127
|
-
None,
|
|
128
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
129
|
-
Tuple[
|
|
130
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
131
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
132
|
-
]
|
|
133
|
-
] = None,
|
|
134
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
135
|
-
_content_type: Optional[StrictStr] = None,
|
|
136
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
137
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
138
|
-
) -> ApiResponse[None]:
|
|
139
|
-
"""Updates the workflow configuration for a pipeline.
|
|
140
|
-
|
|
141
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
142
|
-
|
|
143
|
-
:param id: The id of the pipeline to update. (required)
|
|
144
|
-
:type id: str
|
|
145
|
-
:param artifact_id: The id of the workflow config artifact to update. (required)
|
|
146
|
-
:type artifact_id: str
|
|
147
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
148
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
149
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
150
|
-
number provided, it will be total request
|
|
151
|
-
timeout. It can also be a pair (tuple) of
|
|
152
|
-
(connection, read) timeouts.
|
|
153
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
154
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
155
|
-
request; this effectively ignores the
|
|
156
|
-
authentication in the spec for a single request.
|
|
157
|
-
:type _request_auth: dict, optional
|
|
158
|
-
:param _content_type: force content-type for the request.
|
|
159
|
-
:type _content_type: str, Optional
|
|
160
|
-
:param _headers: set to override the headers for a single
|
|
161
|
-
request; this effectively ignores the headers
|
|
162
|
-
in the spec for a single request.
|
|
163
|
-
:type _headers: dict, optional
|
|
164
|
-
:param _host_index: set to override the host_index for a single
|
|
165
|
-
request; this effectively ignores the host_index
|
|
166
|
-
in the spec for a single request.
|
|
167
|
-
:type _host_index: int, optional
|
|
168
|
-
:return: Returns the result object.
|
|
169
|
-
""" # noqa: E501
|
|
170
|
-
|
|
171
|
-
_param = self._pipeline_id_workflow_config_artifact_id_put_serialize(
|
|
172
|
-
id=id,
|
|
173
|
-
artifact_id=artifact_id,
|
|
174
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
175
|
-
_request_auth=_request_auth,
|
|
176
|
-
_content_type=_content_type,
|
|
177
|
-
_headers=_headers,
|
|
178
|
-
_host_index=_host_index
|
|
179
|
-
)
|
|
180
|
-
|
|
181
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
182
|
-
'204': None,
|
|
183
|
-
}
|
|
184
|
-
response_data = self.api_client.call_api(
|
|
185
|
-
*_param,
|
|
186
|
-
_request_timeout=_request_timeout
|
|
187
|
-
)
|
|
188
|
-
response_data.read()
|
|
189
|
-
return self.api_client.response_deserialize(
|
|
190
|
-
response_data=response_data,
|
|
191
|
-
response_types_map=_response_types_map,
|
|
192
|
-
)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
@validate_call
|
|
196
|
-
def pipeline_id_workflow_config_artifact_id_put_without_preload_content(
|
|
197
|
-
self,
|
|
198
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
199
|
-
artifact_id: Annotated[StrictStr, Field(description="The id of the workflow config artifact to update.")],
|
|
200
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
201
|
-
_request_timeout: Union[
|
|
202
|
-
None,
|
|
203
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
204
|
-
Tuple[
|
|
205
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
206
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
207
|
-
]
|
|
208
|
-
] = None,
|
|
209
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
210
|
-
_content_type: Optional[StrictStr] = None,
|
|
211
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
212
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
213
|
-
) -> RESTResponseType:
|
|
214
|
-
"""Updates the workflow configuration for a pipeline.
|
|
215
|
-
|
|
216
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
217
|
-
|
|
218
|
-
:param id: The id of the pipeline to update. (required)
|
|
219
|
-
:type id: str
|
|
220
|
-
:param artifact_id: The id of the workflow config artifact to update. (required)
|
|
221
|
-
:type artifact_id: str
|
|
222
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
223
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
224
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
225
|
-
number provided, it will be total request
|
|
226
|
-
timeout. It can also be a pair (tuple) of
|
|
227
|
-
(connection, read) timeouts.
|
|
228
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
229
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
230
|
-
request; this effectively ignores the
|
|
231
|
-
authentication in the spec for a single request.
|
|
232
|
-
:type _request_auth: dict, optional
|
|
233
|
-
:param _content_type: force content-type for the request.
|
|
234
|
-
:type _content_type: str, Optional
|
|
235
|
-
:param _headers: set to override the headers for a single
|
|
236
|
-
request; this effectively ignores the headers
|
|
237
|
-
in the spec for a single request.
|
|
238
|
-
:type _headers: dict, optional
|
|
239
|
-
:param _host_index: set to override the host_index for a single
|
|
240
|
-
request; this effectively ignores the host_index
|
|
241
|
-
in the spec for a single request.
|
|
242
|
-
:type _host_index: int, optional
|
|
243
|
-
:return: Returns the result object.
|
|
244
|
-
""" # noqa: E501
|
|
245
|
-
|
|
246
|
-
_param = self._pipeline_id_workflow_config_artifact_id_put_serialize(
|
|
247
|
-
id=id,
|
|
248
|
-
artifact_id=artifact_id,
|
|
249
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
250
|
-
_request_auth=_request_auth,
|
|
251
|
-
_content_type=_content_type,
|
|
252
|
-
_headers=_headers,
|
|
253
|
-
_host_index=_host_index
|
|
254
|
-
)
|
|
255
|
-
|
|
256
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
257
|
-
'204': None,
|
|
258
|
-
}
|
|
259
|
-
response_data = self.api_client.call_api(
|
|
260
|
-
*_param,
|
|
261
|
-
_request_timeout=_request_timeout
|
|
262
|
-
)
|
|
263
|
-
return response_data.response
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
def _pipeline_id_workflow_config_artifact_id_put_serialize(
|
|
267
|
-
self,
|
|
268
|
-
id,
|
|
269
|
-
artifact_id,
|
|
270
|
-
pipeline_id_workflow_config_put_request,
|
|
271
|
-
_request_auth,
|
|
272
|
-
_content_type,
|
|
273
|
-
_headers,
|
|
274
|
-
_host_index,
|
|
275
|
-
) -> RequestSerialized:
|
|
276
|
-
|
|
277
|
-
_host = None
|
|
278
|
-
|
|
279
|
-
_collection_formats: Dict[str, str] = {
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
_path_params: Dict[str, str] = {}
|
|
283
|
-
_query_params: List[Tuple[str, str]] = []
|
|
284
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
285
|
-
_form_params: List[Tuple[str, str]] = []
|
|
286
|
-
_files: Dict[
|
|
287
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
288
|
-
] = {}
|
|
289
|
-
_body_params: Optional[bytes] = None
|
|
290
|
-
|
|
291
|
-
# process the path parameters
|
|
292
|
-
if id is not None:
|
|
293
|
-
_path_params['id'] = id
|
|
294
|
-
if artifact_id is not None:
|
|
295
|
-
_path_params['artifactId'] = artifact_id
|
|
296
|
-
# process the query parameters
|
|
297
|
-
# process the header parameters
|
|
298
|
-
# process the form parameters
|
|
299
|
-
# process the body parameter
|
|
300
|
-
if pipeline_id_workflow_config_put_request is not None:
|
|
301
|
-
_body_params = pipeline_id_workflow_config_put_request
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
# set the HTTP header `Content-Type`
|
|
306
|
-
if _content_type:
|
|
307
|
-
_header_params['Content-Type'] = _content_type
|
|
308
|
-
else:
|
|
309
|
-
_default_content_type = (
|
|
310
|
-
self.api_client.select_header_content_type(
|
|
311
|
-
[
|
|
312
|
-
'application/json',
|
|
313
|
-
'text/json',
|
|
314
|
-
'application/*+json'
|
|
315
|
-
]
|
|
316
|
-
)
|
|
317
|
-
)
|
|
318
|
-
if _default_content_type is not None:
|
|
319
|
-
_header_params['Content-Type'] = _default_content_type
|
|
320
|
-
|
|
321
|
-
# authentication setting
|
|
322
|
-
_auth_settings: List[str] = [
|
|
323
|
-
'bearer',
|
|
324
|
-
'oauth2'
|
|
325
|
-
]
|
|
326
|
-
|
|
327
|
-
return self.api_client.param_serialize(
|
|
328
|
-
method='PUT',
|
|
329
|
-
resource_path='/pipeline/{id}/workflow-config/{artifactId}',
|
|
330
|
-
path_params=_path_params,
|
|
331
|
-
query_params=_query_params,
|
|
332
|
-
header_params=_header_params,
|
|
333
|
-
body=_body_params,
|
|
334
|
-
post_params=_form_params,
|
|
335
|
-
files=_files,
|
|
336
|
-
auth_settings=_auth_settings,
|
|
337
|
-
collection_formats=_collection_formats,
|
|
338
|
-
_host=_host,
|
|
339
|
-
_request_auth=_request_auth
|
|
340
|
-
)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
@validate_call
|
|
346
|
-
def pipeline_id_workflow_config_put(
|
|
347
|
-
self,
|
|
348
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
349
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
350
|
-
_request_timeout: Union[
|
|
351
|
-
None,
|
|
352
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
353
|
-
Tuple[
|
|
354
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
355
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
356
|
-
]
|
|
357
|
-
] = None,
|
|
358
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
359
|
-
_content_type: Optional[StrictStr] = None,
|
|
360
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
361
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
362
|
-
) -> None:
|
|
363
|
-
"""Updates the workflow configuration for a pipeline.
|
|
364
|
-
|
|
365
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
366
|
-
|
|
367
|
-
:param id: The id of the pipeline to update. (required)
|
|
368
|
-
:type id: str
|
|
369
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
370
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
371
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
372
|
-
number provided, it will be total request
|
|
373
|
-
timeout. It can also be a pair (tuple) of
|
|
374
|
-
(connection, read) timeouts.
|
|
375
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
376
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
377
|
-
request; this effectively ignores the
|
|
378
|
-
authentication in the spec for a single request.
|
|
379
|
-
:type _request_auth: dict, optional
|
|
380
|
-
:param _content_type: force content-type for the request.
|
|
381
|
-
:type _content_type: str, Optional
|
|
382
|
-
:param _headers: set to override the headers for a single
|
|
383
|
-
request; this effectively ignores the headers
|
|
384
|
-
in the spec for a single request.
|
|
385
|
-
:type _headers: dict, optional
|
|
386
|
-
:param _host_index: set to override the host_index for a single
|
|
387
|
-
request; this effectively ignores the host_index
|
|
388
|
-
in the spec for a single request.
|
|
389
|
-
:type _host_index: int, optional
|
|
390
|
-
:return: Returns the result object.
|
|
391
|
-
""" # noqa: E501
|
|
392
|
-
|
|
393
|
-
_param = self._pipeline_id_workflow_config_put_serialize(
|
|
394
|
-
id=id,
|
|
395
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
396
|
-
_request_auth=_request_auth,
|
|
397
|
-
_content_type=_content_type,
|
|
398
|
-
_headers=_headers,
|
|
399
|
-
_host_index=_host_index
|
|
400
|
-
)
|
|
401
|
-
|
|
402
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
403
|
-
'204': None,
|
|
404
|
-
}
|
|
405
|
-
response_data = self.api_client.call_api(
|
|
406
|
-
*_param,
|
|
407
|
-
_request_timeout=_request_timeout
|
|
408
|
-
)
|
|
409
|
-
response_data.read()
|
|
410
|
-
return self.api_client.response_deserialize(
|
|
411
|
-
response_data=response_data,
|
|
412
|
-
response_types_map=_response_types_map,
|
|
413
|
-
).data
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
@validate_call
|
|
417
|
-
def pipeline_id_workflow_config_put_with_http_info(
|
|
418
|
-
self,
|
|
419
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
420
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
421
|
-
_request_timeout: Union[
|
|
422
|
-
None,
|
|
423
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
424
|
-
Tuple[
|
|
425
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
426
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
427
|
-
]
|
|
428
|
-
] = None,
|
|
429
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
430
|
-
_content_type: Optional[StrictStr] = None,
|
|
431
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
432
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
433
|
-
) -> ApiResponse[None]:
|
|
434
|
-
"""Updates the workflow configuration for a pipeline.
|
|
435
|
-
|
|
436
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
437
|
-
|
|
438
|
-
:param id: The id of the pipeline to update. (required)
|
|
439
|
-
:type id: str
|
|
440
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
441
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
442
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
443
|
-
number provided, it will be total request
|
|
444
|
-
timeout. It can also be a pair (tuple) of
|
|
445
|
-
(connection, read) timeouts.
|
|
446
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
447
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
448
|
-
request; this effectively ignores the
|
|
449
|
-
authentication in the spec for a single request.
|
|
450
|
-
:type _request_auth: dict, optional
|
|
451
|
-
:param _content_type: force content-type for the request.
|
|
452
|
-
:type _content_type: str, Optional
|
|
453
|
-
:param _headers: set to override the headers for a single
|
|
454
|
-
request; this effectively ignores the headers
|
|
455
|
-
in the spec for a single request.
|
|
456
|
-
:type _headers: dict, optional
|
|
457
|
-
:param _host_index: set to override the host_index for a single
|
|
458
|
-
request; this effectively ignores the host_index
|
|
459
|
-
in the spec for a single request.
|
|
460
|
-
:type _host_index: int, optional
|
|
461
|
-
:return: Returns the result object.
|
|
462
|
-
""" # noqa: E501
|
|
463
|
-
|
|
464
|
-
_param = self._pipeline_id_workflow_config_put_serialize(
|
|
465
|
-
id=id,
|
|
466
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
467
|
-
_request_auth=_request_auth,
|
|
468
|
-
_content_type=_content_type,
|
|
469
|
-
_headers=_headers,
|
|
470
|
-
_host_index=_host_index
|
|
471
|
-
)
|
|
472
|
-
|
|
473
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
474
|
-
'204': None,
|
|
475
|
-
}
|
|
476
|
-
response_data = self.api_client.call_api(
|
|
477
|
-
*_param,
|
|
478
|
-
_request_timeout=_request_timeout
|
|
479
|
-
)
|
|
480
|
-
response_data.read()
|
|
481
|
-
return self.api_client.response_deserialize(
|
|
482
|
-
response_data=response_data,
|
|
483
|
-
response_types_map=_response_types_map,
|
|
484
|
-
)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
@validate_call
|
|
488
|
-
def pipeline_id_workflow_config_put_without_preload_content(
|
|
489
|
-
self,
|
|
490
|
-
id: Annotated[StrictStr, Field(description="The id of the pipeline to update.")],
|
|
491
|
-
pipeline_id_workflow_config_put_request: Annotated[Optional[PipelineIdWorkflowConfigPutRequest], Field(description="The new workflow configuration.")] = None,
|
|
492
|
-
_request_timeout: Union[
|
|
493
|
-
None,
|
|
494
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
495
|
-
Tuple[
|
|
496
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
497
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
498
|
-
]
|
|
499
|
-
] = None,
|
|
500
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
501
|
-
_content_type: Optional[StrictStr] = None,
|
|
502
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
503
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
504
|
-
) -> RESTResponseType:
|
|
505
|
-
"""Updates the workflow configuration for a pipeline.
|
|
506
|
-
|
|
507
|
-
This method needs to be called before the pipeline is started. Otherwise, the changes will not take effect unless the pipeline is restarted.
|
|
508
|
-
|
|
509
|
-
:param id: The id of the pipeline to update. (required)
|
|
510
|
-
:type id: str
|
|
511
|
-
:param pipeline_id_workflow_config_put_request: The new workflow configuration.
|
|
512
|
-
:type pipeline_id_workflow_config_put_request: PipelineIdWorkflowConfigPutRequest
|
|
513
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
514
|
-
number provided, it will be total request
|
|
515
|
-
timeout. It can also be a pair (tuple) of
|
|
516
|
-
(connection, read) timeouts.
|
|
517
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
518
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
519
|
-
request; this effectively ignores the
|
|
520
|
-
authentication in the spec for a single request.
|
|
521
|
-
:type _request_auth: dict, optional
|
|
522
|
-
:param _content_type: force content-type for the request.
|
|
523
|
-
:type _content_type: str, Optional
|
|
524
|
-
:param _headers: set to override the headers for a single
|
|
525
|
-
request; this effectively ignores the headers
|
|
526
|
-
in the spec for a single request.
|
|
527
|
-
:type _headers: dict, optional
|
|
528
|
-
:param _host_index: set to override the host_index for a single
|
|
529
|
-
request; this effectively ignores the host_index
|
|
530
|
-
in the spec for a single request.
|
|
531
|
-
:type _host_index: int, optional
|
|
532
|
-
:return: Returns the result object.
|
|
533
|
-
""" # noqa: E501
|
|
534
|
-
|
|
535
|
-
_param = self._pipeline_id_workflow_config_put_serialize(
|
|
536
|
-
id=id,
|
|
537
|
-
pipeline_id_workflow_config_put_request=pipeline_id_workflow_config_put_request,
|
|
538
|
-
_request_auth=_request_auth,
|
|
539
|
-
_content_type=_content_type,
|
|
540
|
-
_headers=_headers,
|
|
541
|
-
_host_index=_host_index
|
|
542
|
-
)
|
|
543
|
-
|
|
544
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
545
|
-
'204': None,
|
|
546
|
-
}
|
|
547
|
-
response_data = self.api_client.call_api(
|
|
548
|
-
*_param,
|
|
549
|
-
_request_timeout=_request_timeout
|
|
550
|
-
)
|
|
551
|
-
return response_data.response
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
def _pipeline_id_workflow_config_put_serialize(
|
|
555
|
-
self,
|
|
556
|
-
id,
|
|
557
|
-
pipeline_id_workflow_config_put_request,
|
|
558
|
-
_request_auth,
|
|
559
|
-
_content_type,
|
|
560
|
-
_headers,
|
|
561
|
-
_host_index,
|
|
562
|
-
) -> RequestSerialized:
|
|
563
|
-
|
|
564
|
-
_host = None
|
|
565
|
-
|
|
566
|
-
_collection_formats: Dict[str, str] = {
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
_path_params: Dict[str, str] = {}
|
|
570
|
-
_query_params: List[Tuple[str, str]] = []
|
|
571
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
572
|
-
_form_params: List[Tuple[str, str]] = []
|
|
573
|
-
_files: Dict[
|
|
574
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
575
|
-
] = {}
|
|
576
|
-
_body_params: Optional[bytes] = None
|
|
577
|
-
|
|
578
|
-
# process the path parameters
|
|
579
|
-
if id is not None:
|
|
580
|
-
_path_params['id'] = id
|
|
581
|
-
# process the query parameters
|
|
582
|
-
# process the header parameters
|
|
583
|
-
# process the form parameters
|
|
584
|
-
# process the body parameter
|
|
585
|
-
if pipeline_id_workflow_config_put_request is not None:
|
|
586
|
-
_body_params = pipeline_id_workflow_config_put_request
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
# set the HTTP header `Content-Type`
|
|
591
|
-
if _content_type:
|
|
592
|
-
_header_params['Content-Type'] = _content_type
|
|
593
|
-
else:
|
|
594
|
-
_default_content_type = (
|
|
595
|
-
self.api_client.select_header_content_type(
|
|
596
|
-
[
|
|
597
|
-
'application/json',
|
|
598
|
-
'text/json',
|
|
599
|
-
'application/*+json'
|
|
600
|
-
]
|
|
601
|
-
)
|
|
602
|
-
)
|
|
603
|
-
if _default_content_type is not None:
|
|
604
|
-
_header_params['Content-Type'] = _default_content_type
|
|
605
|
-
|
|
606
|
-
# authentication setting
|
|
607
|
-
_auth_settings: List[str] = [
|
|
608
|
-
'bearer',
|
|
609
|
-
'oauth2'
|
|
610
|
-
]
|
|
611
|
-
|
|
612
|
-
return self.api_client.param_serialize(
|
|
613
|
-
method='PUT',
|
|
614
|
-
resource_path='/pipeline/{id}/workflow-config',
|
|
615
|
-
path_params=_path_params,
|
|
616
|
-
query_params=_query_params,
|
|
617
|
-
header_params=_header_params,
|
|
618
|
-
body=_body_params,
|
|
619
|
-
post_params=_form_params,
|
|
620
|
-
files=_files,
|
|
621
|
-
auth_settings=_auth_settings,
|
|
622
|
-
collection_formats=_collection_formats,
|
|
623
|
-
_host=_host,
|
|
624
|
-
_request_auth=_request_auth
|
|
625
|
-
)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
44
|
@validate_call
|
|
631
45
|
def pipeline_pipeline_id_get(
|
|
632
46
|
self,
|
|
@@ -866,8 +280,9 @@ class PipelineApi:
|
|
|
866
280
|
|
|
867
281
|
# authentication setting
|
|
868
282
|
_auth_settings: List[str] = [
|
|
869
|
-
'
|
|
870
|
-
'
|
|
283
|
+
'OAuth2',
|
|
284
|
+
'OpenIdConnect',
|
|
285
|
+
'Bearer'
|
|
871
286
|
]
|
|
872
287
|
|
|
873
288
|
return self.api_client.param_serialize(
|
|
@@ -892,7 +307,7 @@ class PipelineApi:
|
|
|
892
307
|
def pipeline_pipeline_id_preliminary_download_post(
|
|
893
308
|
self,
|
|
894
309
|
pipeline_id: Annotated[StrictStr, Field(description="The id of the pipeline to initiate the download for.")],
|
|
895
|
-
preliminary_download_model: Annotated[
|
|
310
|
+
preliminary_download_model: Annotated[PreliminaryDownloadModel, Field(description="The body request.")],
|
|
896
311
|
_request_timeout: Union[
|
|
897
312
|
None,
|
|
898
313
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -905,13 +320,13 @@ class PipelineApi:
|
|
|
905
320
|
_content_type: Optional[StrictStr] = None,
|
|
906
321
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
907
322
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
908
|
-
) ->
|
|
323
|
+
) -> StartPreliminaryDownloadResult:
|
|
909
324
|
"""Initiates a preliminary download of the pipeline.
|
|
910
325
|
|
|
911
326
|
|
|
912
327
|
:param pipeline_id: The id of the pipeline to initiate the download for. (required)
|
|
913
328
|
:type pipeline_id: str
|
|
914
|
-
:param preliminary_download_model: The body request.
|
|
329
|
+
:param preliminary_download_model: The body request. (required)
|
|
915
330
|
:type preliminary_download_model: PreliminaryDownloadModel
|
|
916
331
|
:param _request_timeout: timeout setting for this request. If one
|
|
917
332
|
number provided, it will be total request
|
|
@@ -945,7 +360,7 @@ class PipelineApi:
|
|
|
945
360
|
)
|
|
946
361
|
|
|
947
362
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
948
|
-
'200': "
|
|
363
|
+
'200': "StartPreliminaryDownloadResult",
|
|
949
364
|
}
|
|
950
365
|
response_data = self.api_client.call_api(
|
|
951
366
|
*_param,
|
|
@@ -962,7 +377,7 @@ class PipelineApi:
|
|
|
962
377
|
def pipeline_pipeline_id_preliminary_download_post_with_http_info(
|
|
963
378
|
self,
|
|
964
379
|
pipeline_id: Annotated[StrictStr, Field(description="The id of the pipeline to initiate the download for.")],
|
|
965
|
-
preliminary_download_model: Annotated[
|
|
380
|
+
preliminary_download_model: Annotated[PreliminaryDownloadModel, Field(description="The body request.")],
|
|
966
381
|
_request_timeout: Union[
|
|
967
382
|
None,
|
|
968
383
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -975,13 +390,13 @@ class PipelineApi:
|
|
|
975
390
|
_content_type: Optional[StrictStr] = None,
|
|
976
391
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
977
392
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
978
|
-
) -> ApiResponse[
|
|
393
|
+
) -> ApiResponse[StartPreliminaryDownloadResult]:
|
|
979
394
|
"""Initiates a preliminary download of the pipeline.
|
|
980
395
|
|
|
981
396
|
|
|
982
397
|
:param pipeline_id: The id of the pipeline to initiate the download for. (required)
|
|
983
398
|
:type pipeline_id: str
|
|
984
|
-
:param preliminary_download_model: The body request.
|
|
399
|
+
:param preliminary_download_model: The body request. (required)
|
|
985
400
|
:type preliminary_download_model: PreliminaryDownloadModel
|
|
986
401
|
:param _request_timeout: timeout setting for this request. If one
|
|
987
402
|
number provided, it will be total request
|
|
@@ -1015,7 +430,7 @@ class PipelineApi:
|
|
|
1015
430
|
)
|
|
1016
431
|
|
|
1017
432
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1018
|
-
'200': "
|
|
433
|
+
'200': "StartPreliminaryDownloadResult",
|
|
1019
434
|
}
|
|
1020
435
|
response_data = self.api_client.call_api(
|
|
1021
436
|
*_param,
|
|
@@ -1032,7 +447,7 @@ class PipelineApi:
|
|
|
1032
447
|
def pipeline_pipeline_id_preliminary_download_post_without_preload_content(
|
|
1033
448
|
self,
|
|
1034
449
|
pipeline_id: Annotated[StrictStr, Field(description="The id of the pipeline to initiate the download for.")],
|
|
1035
|
-
preliminary_download_model: Annotated[
|
|
450
|
+
preliminary_download_model: Annotated[PreliminaryDownloadModel, Field(description="The body request.")],
|
|
1036
451
|
_request_timeout: Union[
|
|
1037
452
|
None,
|
|
1038
453
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1051,7 +466,7 @@ class PipelineApi:
|
|
|
1051
466
|
|
|
1052
467
|
:param pipeline_id: The id of the pipeline to initiate the download for. (required)
|
|
1053
468
|
:type pipeline_id: str
|
|
1054
|
-
:param preliminary_download_model: The body request.
|
|
469
|
+
:param preliminary_download_model: The body request. (required)
|
|
1055
470
|
:type preliminary_download_model: PreliminaryDownloadModel
|
|
1056
471
|
:param _request_timeout: timeout setting for this request. If one
|
|
1057
472
|
number provided, it will be total request
|
|
@@ -1085,7 +500,7 @@ class PipelineApi:
|
|
|
1085
500
|
)
|
|
1086
501
|
|
|
1087
502
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1088
|
-
'200': "
|
|
503
|
+
'200': "StartPreliminaryDownloadResult",
|
|
1089
504
|
}
|
|
1090
505
|
response_data = self.api_client.call_api(
|
|
1091
506
|
*_param,
|
|
@@ -1157,8 +572,9 @@ class PipelineApi:
|
|
|
1157
572
|
|
|
1158
573
|
# authentication setting
|
|
1159
574
|
_auth_settings: List[str] = [
|
|
1160
|
-
'
|
|
1161
|
-
'
|
|
575
|
+
'OAuth2',
|
|
576
|
+
'OpenIdConnect',
|
|
577
|
+
'Bearer'
|
|
1162
578
|
]
|
|
1163
579
|
|
|
1164
580
|
return self.api_client.param_serialize(
|
|
@@ -1424,8 +840,9 @@ class PipelineApi:
|
|
|
1424
840
|
|
|
1425
841
|
# authentication setting
|
|
1426
842
|
_auth_settings: List[str] = [
|
|
1427
|
-
'
|
|
1428
|
-
'
|
|
843
|
+
'OAuth2',
|
|
844
|
+
'OpenIdConnect',
|
|
845
|
+
'Bearer'
|
|
1429
846
|
]
|
|
1430
847
|
|
|
1431
848
|
return self.api_client.param_serialize(
|