flywheel-sdk 21.4.0__py3-none-any.whl → 21.4.0rc0__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.
- flywheel/api/acquisitions_api.py +562 -1033
- flywheel/api/analyses_api.py +425 -786
- flywheel/api/audit_trail_api.py +44 -78
- flywheel/api/auth_api.py +4 -6
- flywheel/api/batch_api.py +36 -60
- flywheel/api/bulk_api.py +6 -10
- flywheel/api/change_log_api.py +22 -40
- flywheel/api/collections_api.py +403 -740
- flywheel/api/config_api.py +12 -18
- flywheel/api/container_tasks_api.py +8 -14
- flywheel/api/container_type_api.py +8 -14
- flywheel/api/containers_api.py +538 -989
- flywheel/api/custom_filters_api.py +36 -64
- flywheel/api/data_view_executions_api.py +52 -94
- flywheel/api/dataexplorer_api.py +90 -158
- flywheel/api/devices_api.py +76 -132
- flywheel/api/dimse_api.py +44 -72
- flywheel/api/download_api.py +25 -46
- flywheel/api/files_api.py +150 -266
- flywheel/api/form_responses_api.py +56 -100
- flywheel/api/gears_api.py +156 -278
- flywheel/api/groups_api.py +238 -426
- flywheel/api/jobs_api.py +166 -288
- flywheel/api/jupyterlab_servers_api.py +14 -24
- flywheel/api/modalities_api.py +44 -78
- flywheel/api/packfiles_api.py +4 -6
- flywheel/api/projects_api.py +854 -1565
- flywheel/api/protocols_api.py +54 -94
- flywheel/api/reports_api.py +108 -196
- flywheel/api/resolve_api.py +26 -48
- flywheel/api/roles_api.py +46 -82
- flywheel/api/sessions_api.py +616 -1137
- flywheel/api/site_api.py +106 -182
- flywheel/api/staffing_pools_api.py +50 -88
- flywheel/api/subjects_api.py +596 -1095
- flywheel/api/tasks_api.py +62 -108
- flywheel/api/tree_api.py +28 -52
- flywheel/api/uids_api.py +6 -10
- flywheel/api/upload_api.py +88 -162
- flywheel/api/users_api.py +228 -418
- flywheel/api/views_api.py +120 -222
- flywheel/api_client.py +1 -1
- flywheel/configuration.py +2 -2
- flywheel/flywheel.py +4422 -811
- flywheel/models/access_permission.py +7 -13
- flywheel/models/access_permission_output.py +7 -13
- flywheel/models/access_permission_update.py +4 -8
- flywheel/models/acquisition_copy_input.py +10 -18
- flywheel/models/acquisition_input.py +19 -33
- flywheel/models/acquisition_list_output.py +70 -118
- flywheel/models/acquisition_modify_input.py +19 -33
- flywheel/models/acquisition_output.py +70 -118
- flywheel/models/acquisition_parents.py +13 -23
- flywheel/models/acquisition_template_options.py +16 -28
- flywheel/models/acquisition_upsert_input.py +28 -48
- flywheel/models/acquisition_upsert_output.py +13 -23
- flywheel/models/adhoc_analysis_input.py +13 -23
- flywheel/models/analysis_files_create_ticket_output.py +13 -23
- flywheel/models/analysis_input.py +19 -33
- flywheel/models/analysis_list_output.py +61 -103
- flywheel/models/analysis_list_output_inflated_job.py +58 -98
- flywheel/models/analysis_modify_input.py +7 -13
- flywheel/models/analysis_output.py +61 -103
- flywheel/models/analysis_output_inflated_job.py +61 -103
- flywheel/models/analysis_parents.py +16 -28
- flywheel/models/api_key_input_with_optional_label.py +7 -13
- flywheel/models/api_key_output.py +19 -33
- flywheel/models/as_storage.py +19 -33
- flywheel/models/assignee.py +7 -13
- flywheel/models/audit_trail_report.py +40 -68
- flywheel/models/auth0_auth_out.py +22 -38
- flywheel/models/auth0_options_out.py +22 -38
- flywheel/models/auth_out.py +19 -33
- flywheel/models/auth_session_output.py +16 -28
- flywheel/models/avatars.py +10 -18
- flywheel/models/aws_creds.py +7 -13
- flywheel/models/aws_storage.py +25 -43
- flywheel/models/azure_creds.py +7 -13
- flywheel/models/base_aet.py +13 -23
- flywheel/models/base_compute.py +34 -58
- flywheel/models/batch.py +25 -43
- flywheel/models/batch_create_filters.py +10 -18
- flywheel/models/batch_job_analysis_input.py +16 -28
- flywheel/models/bookmark.py +7 -13
- flywheel/models/bulk_move_input.py +16 -28
- flywheel/models/cancelled_batch_output.py +4 -8
- flywheel/models/catalog_list_output.py +31 -53
- flywheel/models/central_out.py +19 -33
- flywheel/models/change.py +31 -53
- flywheel/models/change_log_document.py +13 -23
- flywheel/models/classic_batch_job_output.py +25 -43
- flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
- flywheel/models/classic_batch_proposal_input.py +28 -48
- flywheel/models/classic_batch_proposal_output.py +37 -63
- flywheel/models/collection_input.py +10 -18
- flywheel/models/collection_input_with_contents.py +13 -23
- flywheel/models/collection_node.py +7 -13
- flywheel/models/collection_operation.py +7 -13
- flywheel/models/collection_output.py +55 -93
- flywheel/models/collection_with_stats.py +55 -93
- flywheel/models/column.py +16 -28
- flywheel/models/common_classification.py +1 -3
- flywheel/models/common_info.py +1 -3
- flywheel/models/complete_multipart_upload_output.py +7 -13
- flywheel/models/complete_s3_multipart_upload_input.py +13 -23
- flywheel/models/config_out.py +28 -48
- flywheel/models/container_filter.py +7 -13
- flywheel/models/container_id_view_input.py +43 -73
- flywheel/models/container_id_view_input_execute_and_save.py +19 -33
- flywheel/models/container_modify.py +43 -73
- flywheel/models/container_node_min.py +25 -43
- flywheel/models/container_output_with_files.py +16 -28
- flywheel/models/container_parents.py +19 -33
- flywheel/models/container_pipeline_input.py +43 -73
- flywheel/models/container_reference.py +7 -13
- flywheel/models/container_reference_with_label.py +10 -18
- flywheel/models/container_uidcheck.py +13 -23
- flywheel/models/container_update.py +1 -3
- flywheel/models/context_input.py +10 -18
- flywheel/models/copy_filter.py +19 -33
- flywheel/models/core_models_api_key_api_key_input.py +7 -13
- flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
- flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
- flywheel/models/core_models_common_source.py +7 -13
- flywheel/models/core_models_jobs_api_key_input.py +7 -13
- flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
- flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
- flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
- flywheel/models/creds.py +1 -3
- flywheel/models/curator.py +10 -18
- flywheel/models/current_user_output.py +64 -108
- flywheel/models/custom_field.py +34 -58
- flywheel/models/custom_form.py +13 -23
- flywheel/models/cvat_info.py +16 -28
- flywheel/models/cvat_settings.py +16 -28
- flywheel/models/cvat_settings_input.py +16 -28
- flywheel/models/daily_report_usage.py +46 -78
- flywheel/models/data_view_analysis_file_spec.py +10 -18
- flywheel/models/data_view_analysis_filter_spec.py +10 -18
- flywheel/models/data_view_column_alias.py +22 -38
- flywheel/models/data_view_column_spec.py +16 -28
- flywheel/models/data_view_execution.py +40 -68
- flywheel/models/data_view_file_spec.py +28 -48
- flywheel/models/data_view_group_by.py +4 -8
- flywheel/models/data_view_group_by_column.py +7 -13
- flywheel/models/data_view_name_filter_spec.py +7 -13
- flywheel/models/data_view_zip_filter_spec.py +10 -18
- flywheel/models/delete_by_search_query.py +13 -23
- flywheel/models/deleted_file.py +43 -73
- flywheel/models/deleted_result.py +10 -18
- flywheel/models/device.py +34 -58
- flywheel/models/device_admin_update.py +7 -13
- flywheel/models/device_create.py +10 -18
- flywheel/models/device_self_update.py +16 -28
- flywheel/models/device_status_entry.py +10 -18
- flywheel/models/device_storage_strategy_update.py +7 -13
- flywheel/models/download.py +13 -23
- flywheel/models/download_container_filter.py +4 -8
- flywheel/models/download_container_filter_definition.py +10 -18
- flywheel/models/download_filter.py +10 -18
- flywheel/models/download_filter_definition.py +7 -13
- flywheel/models/download_node.py +7 -13
- flywheel/models/download_ticket_stub.py +13 -23
- flywheel/models/e_signature.py +13 -23
- flywheel/models/edition.py +4 -8
- flywheel/models/egress_device.py +52 -88
- flywheel/models/egress_device_page.py +10 -18
- flywheel/models/egress_provider.py +31 -53
- flywheel/models/egress_provider_id.py +4 -8
- flywheel/models/exchange_storage.py +13 -23
- flywheel/models/executor_info.py +25 -43
- flywheel/models/export_templates.py +7 -13
- flywheel/models/features.py +193 -323
- flywheel/models/field_change.py +16 -28
- flywheel/models/field_change_log_document.py +13 -23
- flywheel/models/file.py +112 -188
- flywheel/models/file_classification_delta.py +13 -23
- flywheel/models/file_entry.py +64 -108
- flywheel/models/file_export_templates.py +16 -28
- flywheel/models/file_gear_info.py +10 -18
- flywheel/models/file_list_output.py +109 -183
- flywheel/models/file_modify_input.py +7 -13
- flywheel/models/file_move_input.py +10 -18
- flywheel/models/file_node.py +112 -188
- flywheel/models/file_node_min.py +22 -38
- flywheel/models/file_origin.py +16 -28
- flywheel/models/file_output.py +109 -183
- flywheel/models/file_parents.py +19 -33
- flywheel/models/file_reference.py +10 -18
- flywheel/models/file_suggestion.py +13 -23
- flywheel/models/file_template_options.py +19 -33
- flywheel/models/file_upsert_input.py +52 -88
- flywheel/models/file_upsert_output.py +112 -188
- flywheel/models/file_version.py +7 -13
- flywheel/models/file_version_copy_of.py +16 -28
- flywheel/models/file_version_output.py +22 -38
- flywheel/models/file_via.py +13 -23
- flywheel/models/filter.py +25 -43
- flywheel/models/filter_input.py +10 -18
- flywheel/models/filter_values.py +7 -13
- flywheel/models/fixed_file_version_input.py +10 -18
- flywheel/models/fixed_input.py +19 -33
- flywheel/models/form_definition.py +4 -8
- flywheel/models/form_response_base.py +19 -33
- flywheel/models/form_response_create.py +7 -13
- flywheel/models/gcp_creds.py +31 -53
- flywheel/models/gcp_storage.py +19 -33
- flywheel/models/gear.py +52 -88
- flywheel/models/gear_config.py +1 -3
- flywheel/models/gear_context_input.py +4 -8
- flywheel/models/gear_context_value_output.py +16 -28
- flywheel/models/gear_context_value_output_unfound.py +4 -8
- flywheel/models/gear_custom.py +1 -3
- flywheel/models/gear_directive.py +1 -3
- flywheel/models/gear_document.py +22 -38
- flywheel/models/gear_document_input.py +19 -33
- flywheel/models/gear_document_legacy_input.py +19 -33
- flywheel/models/gear_environment.py +1 -3
- flywheel/models/gear_exchange.py +10 -18
- flywheel/models/gear_file_input.py +7 -13
- flywheel/models/gear_id_output.py +4 -8
- flywheel/models/gear_info.py +13 -23
- flywheel/models/gear_input_item.py +10 -18
- flywheel/models/gear_inputs.py +1 -3
- flywheel/models/gear_key_input.py +7 -13
- flywheel/models/gear_manifest.py +55 -93
- flywheel/models/gear_node.py +25 -43
- flywheel/models/gear_output_configuration.py +4 -8
- flywheel/models/gear_permissions.py +7 -13
- flywheel/models/gear_permissions_input.py +4 -8
- flywheel/models/gear_rule.py +61 -103
- flywheel/models/gear_rule_condition.py +10 -18
- flywheel/models/gear_rule_input.py +46 -78
- flywheel/models/gear_rule_modify_input.py +43 -73
- flywheel/models/gear_rule_output.py +61 -103
- flywheel/models/gear_save_submission.py +10 -18
- flywheel/models/gear_series.py +19 -33
- flywheel/models/gear_series_update.py +4 -8
- flywheel/models/gear_suggestion_output.py +19 -33
- flywheel/models/gear_ticket.py +13 -23
- flywheel/models/gear_ticket_output.py +4 -8
- flywheel/models/graph_filter.py +22 -38
- flywheel/models/group_by.py +4 -8
- flywheel/models/group_input.py +13 -23
- flywheel/models/group_output.py +37 -63
- flywheel/models/group_report.py +10 -18
- flywheel/models/group_role.py +4 -8
- flywheel/models/group_settings_output.py +13 -23
- flywheel/models/group_update.py +13 -23
- flywheel/models/hierarchy_export_templates.py +16 -28
- flywheel/models/http_validation_error.py +4 -8
- flywheel/models/info.py +10 -18
- flywheel/models/ingress_provider.py +19 -33
- flywheel/models/ingress_providers.py +16 -28
- flywheel/models/ingress_site_settings.py +16 -28
- flywheel/models/ingress_update_provider.py +10 -18
- flywheel/models/inline_response200.py +4 -8
- flywheel/models/inline_response2001.py +4 -8
- flywheel/models/inline_response2002.py +4 -8
- flywheel/models/input_filter.py +10 -18
- flywheel/models/input_job.py +43 -73
- flywheel/models/input_job_profile.py +16 -28
- flywheel/models/inserted_id.py +4 -8
- flywheel/models/job.py +76 -128
- flywheel/models/job_analysis_input.py +16 -28
- flywheel/models/job_ask.py +19 -33
- flywheel/models/job_ask_response.py +7 -13
- flywheel/models/job_ask_response_job.py +94 -158
- flywheel/models/job_ask_return_criteria.py +13 -23
- flywheel/models/job_ask_state_response.py +4 -8
- flywheel/models/job_complete.py +10 -18
- flywheel/models/job_config.py +1 -3
- flywheel/models/job_config_input.py +16 -28
- flywheel/models/job_destination.py +7 -13
- flywheel/models/job_detail.py +88 -148
- flywheel/models/job_detail_container.py +7 -13
- flywheel/models/job_detail_file_entry.py +7 -13
- flywheel/models/job_detail_group.py +7 -13
- flywheel/models/job_detail_parent_info.py +19 -33
- flywheel/models/job_executor_info.py +25 -43
- flywheel/models/job_file_input.py +13 -23
- flywheel/models/job_file_input_list_output.py +13 -23
- flywheel/models/job_file_object.py +34 -58
- flywheel/models/job_file_object_list_output.py +31 -53
- flywheel/models/job_inputs_array_item.py +19 -33
- flywheel/models/job_inputs_item.py +13 -23
- flywheel/models/job_inputs_object.py +1 -3
- flywheel/models/job_list_output.py +94 -158
- flywheel/models/job_list_output_config.py +10 -18
- flywheel/models/job_log.py +7 -13
- flywheel/models/job_log_record.py +7 -13
- flywheel/models/job_modify.py +7 -13
- flywheel/models/job_origin.py +7 -13
- flywheel/models/job_output.py +97 -163
- flywheel/models/job_output_config.py +13 -23
- flywheel/models/job_parents.py +19 -33
- flywheel/models/job_priority_update.py +7 -13
- flywheel/models/job_profile.py +31 -53
- flywheel/models/job_request.py +10 -18
- flywheel/models/job_request_item.py +13 -23
- flywheel/models/job_request_target.py +16 -28
- flywheel/models/job_ticket_output.py +4 -8
- flywheel/models/job_transition_times.py +13 -23
- flywheel/models/job_version_info.py +1 -3
- flywheel/models/jobs_by_state.py +16 -28
- flywheel/models/jobs_list.py +4 -8
- flywheel/models/join_origin_device.py +4 -8
- flywheel/models/join_origin_job.py +10 -18
- flywheel/models/join_origin_user.py +7 -13
- flywheel/models/join_origins.py +10 -18
- flywheel/models/jupyterhub_workspace.py +4 -8
- flywheel/models/jupyterlab_server_modify.py +16 -28
- flywheel/models/jupyterlab_server_response.py +31 -53
- flywheel/models/ldap_sync_config.py +4 -8
- flywheel/models/ldap_sync_status.py +13 -23
- flywheel/models/legacy_api_key_output.py +16 -28
- flywheel/models/legacy_input.py +13 -23
- flywheel/models/legacy_usage_report.py +19 -33
- flywheel/models/legacys_usage_project_entry.py +7 -13
- flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
- flywheel/models/local_storage.py +10 -18
- flywheel/models/location.py +7 -13
- flywheel/models/locked.py +10 -18
- flywheel/models/master_subject_code_dob_input.py +16 -28
- flywheel/models/master_subject_code_input.py +16 -28
- flywheel/models/master_subject_code_output.py +4 -8
- flywheel/models/matched_acquisition_output.py +43 -73
- flywheel/models/measurement_config.py +10 -18
- flywheel/models/measurement_item_config.py +10 -18
- flywheel/models/mfa_settings.py +4 -8
- flywheel/models/ml_set_filter.py +7 -13
- flywheel/models/modality.py +13 -23
- flywheel/models/modality_input.py +13 -23
- flywheel/models/modality_modify.py +10 -18
- flywheel/models/modality_output.py +16 -28
- flywheel/models/modified_result.py +7 -13
- flywheel/models/modify_user_input.py +37 -63
- flywheel/models/move_conflict.py +19 -33
- flywheel/models/note.py +28 -48
- flywheel/models/note_input.py +4 -8
- flywheel/models/origin.py +7 -13
- flywheel/models/orphaned_count.py +4 -8
- flywheel/models/output_user_page.py +10 -18
- flywheel/models/packfile_cleanup_output.py +4 -8
- flywheel/models/packfile_removed_output.py +7 -13
- flywheel/models/page.py +10 -18
- flywheel/models/page_generic_file_output.py +10 -18
- flywheel/models/page_generic_filter.py +10 -18
- flywheel/models/page_generic_form_response_output.py +10 -18
- flywheel/models/page_generic_protocol.py +13 -23
- flywheel/models/page_generic_reader_task_output.py +13 -23
- flywheel/models/page_generic_staffing_pool.py +13 -23
- flywheel/models/parsed_query_response.py +7 -13
- flywheel/models/premade_jobs_batch_job_output.py +19 -33
- flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
- flywheel/models/premade_jobs_batch_proposal.py +22 -38
- flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
- flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
- flywheel/models/project_aet.py +22 -38
- flywheel/models/project_aet_input.py +13 -23
- flywheel/models/project_contact.py +7 -13
- flywheel/models/project_copy_input.py +13 -23
- flywheel/models/project_copy_output.py +10 -18
- flywheel/models/project_counters.py +28 -48
- flywheel/models/project_delete_status_output.py +7 -13
- flywheel/models/project_group_info.py +7 -13
- flywheel/models/project_hierarchy_input.py +16 -28
- flywheel/models/project_hierarchy_output.py +10 -18
- flywheel/models/project_input.py +28 -48
- flywheel/models/project_institution.py +7 -13
- flywheel/models/project_list_output.py +94 -158
- flywheel/models/project_modify.py +37 -63
- flywheel/models/project_output.py +94 -158
- flywheel/models/project_parents.py +4 -8
- flywheel/models/project_report.py +37 -63
- flywheel/models/project_report_list.py +4 -8
- flywheel/models/project_settings_input.py +22 -38
- flywheel/models/project_settings_output.py +22 -38
- flywheel/models/project_settings_sharing.py +22 -38
- flywheel/models/project_settings_sharing_input.py +22 -38
- flywheel/models/project_settings_workspaces.py +4 -8
- flywheel/models/project_settings_workspaces_input.py +4 -8
- flywheel/models/project_stats.py +16 -28
- flywheel/models/project_template.py +7 -13
- flywheel/models/project_template_input.py +7 -13
- flywheel/models/project_template_list_input.py +4 -8
- flywheel/models/protocol.py +46 -78
- flywheel/models/protocol_e_signature_config.py +7 -13
- flywheel/models/protocol_input.py +25 -43
- flywheel/models/protocol_modify.py +16 -28
- flywheel/models/provider.py +37 -63
- flywheel/models/provider_deletion_status.py +7 -13
- flywheel/models/provider_links.py +16 -28
- flywheel/models/providers.py +16 -28
- flywheel/models/reader_batch_create.py +37 -63
- flywheel/models/reader_task.py +67 -113
- flywheel/models/reader_task_config.py +10 -18
- flywheel/models/reader_task_create.py +46 -78
- flywheel/models/reader_task_modify.py +19 -33
- flywheel/models/reader_task_output.py +70 -118
- flywheel/models/reader_task_parent_details.py +22 -38
- flywheel/models/report_access_log_context.py +19 -33
- flywheel/models/report_access_log_context_entry.py +7 -13
- flywheel/models/report_access_log_context_file_entry.py +4 -8
- flywheel/models/report_access_log_entry.py +52 -88
- flywheel/models/report_access_log_origin.py +7 -13
- flywheel/models/report_availability_list.py +4 -8
- flywheel/models/report_daily_usage_entry.py +40 -68
- flywheel/models/report_ethnicity_grid.py +13 -23
- flywheel/models/report_gender_count.py +10 -18
- flywheel/models/report_group_report.py +10 -18
- flywheel/models/report_site.py +7 -13
- flywheel/models/report_time_period.py +7 -13
- flywheel/models/report_usage.py +52 -88
- flywheel/models/resolve_input.py +4 -8
- flywheel/models/resolve_output.py +7 -13
- flywheel/models/resolver_node.py +4 -8
- flywheel/models/role_input.py +7 -13
- flywheel/models/role_output.py +16 -28
- flywheel/models/role_permission.py +7 -13
- flywheel/models/role_permission_output.py +7 -13
- flywheel/models/role_permission_update.py +4 -8
- flywheel/models/role_update.py +7 -13
- flywheel/models/roles_role_assignment.py +7 -13
- flywheel/models/rule.py +37 -63
- flywheel/models/rule_any.py +10 -18
- flywheel/models/s3_compat_storage.py +28 -48
- flywheel/models/save_search.py +19 -33
- flywheel/models/save_search_input.py +10 -18
- flywheel/models/save_search_output.py +19 -33
- flywheel/models/save_search_page.py +10 -18
- flywheel/models/save_search_parent.py +7 -13
- flywheel/models/save_search_update.py +7 -13
- flywheel/models/search_acquisition_response.py +13 -23
- flywheel/models/search_analysis_response.py +13 -23
- flywheel/models/search_collection_response.py +13 -23
- flywheel/models/search_file_response.py +19 -33
- flywheel/models/search_group_response.py +7 -13
- flywheel/models/search_parent_response.py +7 -13
- flywheel/models/search_parse_error.py +13 -23
- flywheel/models/search_project_response.py +7 -13
- flywheel/models/search_query.py +22 -38
- flywheel/models/search_response.py +34 -58
- flywheel/models/search_session_response.py +13 -23
- flywheel/models/search_status.py +4 -8
- flywheel/models/search_subject_response.py +10 -18
- flywheel/models/select_item.py +7 -13
- flywheel/models/server_state.py +19 -33
- flywheel/models/service_aet.py +19 -33
- flywheel/models/service_aet_input.py +16 -28
- flywheel/models/session_copy_input.py +13 -23
- flywheel/models/session_embedded_subject.py +19 -33
- flywheel/models/session_input.py +34 -58
- flywheel/models/session_list_output.py +85 -143
- flywheel/models/session_modify.py +37 -63
- flywheel/models/session_output.py +85 -143
- flywheel/models/session_parents.py +10 -18
- flywheel/models/session_template_options.py +10 -18
- flywheel/models/session_template_recalc_output.py +4 -8
- flywheel/models/session_upsert_input.py +37 -63
- flywheel/models/session_upsert_output.py +13 -23
- flywheel/models/sharing_filter_options.py +25 -43
- flywheel/models/signed_fs_upload_output.py +7 -13
- flywheel/models/signed_url_cleanup_input.py +7 -13
- flywheel/models/signed_url_upload_input.py +7 -13
- flywheel/models/signed_url_upload_output.py +25 -43
- flywheel/models/site.py +55 -93
- flywheel/models/site_report.py +7 -13
- flywheel/models/site_settings.py +28 -48
- flywheel/models/sort.py +7 -13
- flywheel/models/staffing_pool.py +22 -38
- flywheel/models/staffing_pool_create.py +10 -18
- flywheel/models/staffing_pool_list.py +4 -8
- flywheel/models/staffing_pool_modify.py +10 -18
- flywheel/models/static_compute.py +10 -18
- flywheel/models/status_transitions.py +13 -23
- flywheel/models/storage_strategy_config.py +7 -13
- flywheel/models/structured_query.py +4 -8
- flywheel/models/structured_query_suggestions.py +7 -13
- flywheel/models/structured_query_value_suggestion.py +13 -23
- flywheel/models/subject_copy_input.py +10 -18
- flywheel/models/subject_input.py +55 -93
- flywheel/models/subject_modify.py +61 -103
- flywheel/models/subject_output.py +97 -163
- flywheel/models/subject_output_for_list.py +97 -163
- flywheel/models/subject_parents.py +7 -13
- flywheel/models/subject_role_permission.py +7 -13
- flywheel/models/subject_template_options.py +7 -13
- flywheel/models/subject_upsert_input.py +49 -83
- flywheel/models/subject_upsert_output.py +10 -18
- flywheel/models/sync_user_input.py +22 -38
- flywheel/models/tag.py +4 -8
- flywheel/models/task_assign.py +7 -13
- flywheel/models/task_parent_ref.py +13 -23
- flywheel/models/task_parent_ref_input.py +10 -18
- flywheel/models/task_submission.py +7 -13
- flywheel/models/toolbar_config.py +4 -8
- flywheel/models/transitions.py +16 -28
- flywheel/models/tree_container_request_spec.py +16 -28
- flywheel/models/tree_graph.py +1 -3
- flywheel/models/tree_graph_connection.py +13 -23
- flywheel/models/tree_graph_connections.py +1 -3
- flywheel/models/tree_graph_node.py +4 -8
- flywheel/models/tree_response_item.py +1 -3
- flywheel/models/uid_check_input_acquisitions.py +13 -23
- flywheel/models/uid_check_input_sessions.py +13 -23
- flywheel/models/uid_check_output.py +7 -13
- flywheel/models/upload_ticket_output.py +10 -18
- flywheel/models/upload_token_output.py +4 -8
- flywheel/models/user.py +67 -113
- flywheel/models/user_api_key.py +10 -18
- flywheel/models/user_input.py +37 -63
- flywheel/models/user_jobs.py +10 -18
- flywheel/models/user_output_id.py +4 -8
- flywheel/models/user_preferences.py +1 -3
- flywheel/models/user_wechat.py +1 -3
- flywheel/models/validation_error.py +10 -18
- flywheel/models/validation_rule.py +7 -13
- flywheel/models/version.py +25 -43
- flywheel/models/view_id_output.py +4 -8
- flywheel/models/view_output.py +34 -58
- flywheel/models/viewer_app.py +28 -48
- flywheel/models/viewer_app_input.py +28 -48
- flywheel/models/virus_scan.py +4 -8
- flywheel/models/work_in_progress_features.py +1 -3
- flywheel/models/zipfile_info.py +7 -13
- flywheel/models/zipfile_member_info.py +13 -23
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
- flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
- flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/models/job_detail.py
CHANGED
|
@@ -124,67 +124,7 @@ class JobDetail(object):
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
def __init__(self, gear_id=None, gear_info=None, destination=None, tags=None, priority=None, attempt=None, previous_job_id=None, created=None, modified=None, retried=None, state=None, request=None, id=None, config=None, origin=None, produced_metadata=None, batch=None, failed_output_accepted=None, profile=None, failure_reason=None, related_container_ids=None, label=None, compute_provider_id=None, parents=None, transitions=None, parent_info=None, inputs=None, outputs=None, deleted_outputs=None): # noqa: E501
|
|
127
|
-
"""JobDetail - a model defined in Swagger
|
|
128
|
-
|
|
129
|
-
:param gear_id:, defaults to None
|
|
130
|
-
:type gear_id: str, optional
|
|
131
|
-
:param gear_info:, defaults to None
|
|
132
|
-
:type gear_info: GearInfo, optional
|
|
133
|
-
:param destination:, defaults to None
|
|
134
|
-
:type destination: ContainerReference, optional
|
|
135
|
-
:param tags:, defaults to None
|
|
136
|
-
:type tags: list[str], optional
|
|
137
|
-
:param priority:, defaults to None
|
|
138
|
-
:type priority: JobPriority, optional
|
|
139
|
-
:param attempt:, defaults to None
|
|
140
|
-
:type attempt: int, optional
|
|
141
|
-
:param previous_job_id:, defaults to None
|
|
142
|
-
:type previous_job_id: str, optional
|
|
143
|
-
:param created:, defaults to None
|
|
144
|
-
:type created: datetime, optional
|
|
145
|
-
:param modified:, defaults to None
|
|
146
|
-
:type modified: datetime, optional
|
|
147
|
-
:param retried:, defaults to None
|
|
148
|
-
:type retried: datetime, optional
|
|
149
|
-
:param state:, defaults to None
|
|
150
|
-
:type state: JobState, optional
|
|
151
|
-
:param request:, defaults to None
|
|
152
|
-
:type request: JobRequest, optional
|
|
153
|
-
:param id:, defaults to None
|
|
154
|
-
:type id: str, optional
|
|
155
|
-
:param config:, defaults to None
|
|
156
|
-
:type config: dict(str, object), optional
|
|
157
|
-
:param origin:, defaults to None
|
|
158
|
-
:type origin: Origin, optional
|
|
159
|
-
:param produced_metadata:, defaults to None
|
|
160
|
-
:type produced_metadata: dict(str, object), optional
|
|
161
|
-
:param batch:, defaults to None
|
|
162
|
-
:type batch: str, optional
|
|
163
|
-
:param failed_output_accepted:, defaults to None
|
|
164
|
-
:type failed_output_accepted: bool, optional
|
|
165
|
-
:param profile:, defaults to None
|
|
166
|
-
:type profile: JobProfile, optional
|
|
167
|
-
:param failure_reason:, defaults to None
|
|
168
|
-
:type failure_reason: str, optional
|
|
169
|
-
:param related_container_ids:, defaults to None
|
|
170
|
-
:type related_container_ids: list[str], optional
|
|
171
|
-
:param label:, defaults to None
|
|
172
|
-
:type label: str, optional
|
|
173
|
-
:param compute_provider_id:, defaults to None
|
|
174
|
-
:type compute_provider_id: str, optional
|
|
175
|
-
:param parents:, defaults to None
|
|
176
|
-
:type parents: union[AnalysisParents,ProjectParents,SubjectParents,SessionParents,AcquisitionParents,FileParents], optional
|
|
177
|
-
:param transitions:, defaults to None
|
|
178
|
-
:type transitions: Transitions, optional
|
|
179
|
-
:param parent_info:, defaults to None
|
|
180
|
-
:type parent_info: JobDetailParentInfo, optional
|
|
181
|
-
:param inputs:, defaults to None
|
|
182
|
-
:type inputs: dict(str, JobDetailFileEntry), optional
|
|
183
|
-
:param outputs:, defaults to None
|
|
184
|
-
:type outputs: list[JobDetailFileEntry], optional
|
|
185
|
-
:param deleted_outputs:, defaults to None
|
|
186
|
-
:type deleted_outputs: list[DeletedFile], optional
|
|
187
|
-
"""
|
|
127
|
+
"""JobDetail - a model defined in Swagger"""
|
|
188
128
|
super(JobDetail, self).__init__()
|
|
189
129
|
|
|
190
130
|
self._gear_id = None
|
|
@@ -275,7 +215,7 @@ class JobDetail(object):
|
|
|
275
215
|
"""Gets the gear_id of this JobDetail.
|
|
276
216
|
|
|
277
217
|
|
|
278
|
-
:return: The gear_id of this JobDetail
|
|
218
|
+
:return: The gear_id of this JobDetail.
|
|
279
219
|
:rtype: str
|
|
280
220
|
"""
|
|
281
221
|
return self._gear_id
|
|
@@ -285,8 +225,8 @@ class JobDetail(object):
|
|
|
285
225
|
"""Sets the gear_id of this JobDetail.
|
|
286
226
|
|
|
287
227
|
|
|
288
|
-
:param gear_id: The gear_id of this JobDetail
|
|
289
|
-
:type
|
|
228
|
+
:param gear_id: The gear_id of this JobDetail. # noqa: E501
|
|
229
|
+
:type: str
|
|
290
230
|
"""
|
|
291
231
|
|
|
292
232
|
self._gear_id = gear_id
|
|
@@ -296,7 +236,7 @@ class JobDetail(object):
|
|
|
296
236
|
"""Gets the gear_info of this JobDetail.
|
|
297
237
|
|
|
298
238
|
|
|
299
|
-
:return: The gear_info of this JobDetail
|
|
239
|
+
:return: The gear_info of this JobDetail.
|
|
300
240
|
:rtype: GearInfo
|
|
301
241
|
"""
|
|
302
242
|
return self._gear_info
|
|
@@ -306,8 +246,8 @@ class JobDetail(object):
|
|
|
306
246
|
"""Sets the gear_info of this JobDetail.
|
|
307
247
|
|
|
308
248
|
|
|
309
|
-
:param gear_info: The gear_info of this JobDetail
|
|
310
|
-
:type
|
|
249
|
+
:param gear_info: The gear_info of this JobDetail. # noqa: E501
|
|
250
|
+
:type: GearInfo
|
|
311
251
|
"""
|
|
312
252
|
|
|
313
253
|
self._gear_info = gear_info
|
|
@@ -317,7 +257,7 @@ class JobDetail(object):
|
|
|
317
257
|
"""Gets the destination of this JobDetail.
|
|
318
258
|
|
|
319
259
|
|
|
320
|
-
:return: The destination of this JobDetail
|
|
260
|
+
:return: The destination of this JobDetail.
|
|
321
261
|
:rtype: ContainerReference
|
|
322
262
|
"""
|
|
323
263
|
return self._destination
|
|
@@ -327,8 +267,8 @@ class JobDetail(object):
|
|
|
327
267
|
"""Sets the destination of this JobDetail.
|
|
328
268
|
|
|
329
269
|
|
|
330
|
-
:param destination: The destination of this JobDetail
|
|
331
|
-
:type
|
|
270
|
+
:param destination: The destination of this JobDetail. # noqa: E501
|
|
271
|
+
:type: ContainerReference
|
|
332
272
|
"""
|
|
333
273
|
|
|
334
274
|
self._destination = destination
|
|
@@ -338,7 +278,7 @@ class JobDetail(object):
|
|
|
338
278
|
"""Gets the tags of this JobDetail.
|
|
339
279
|
|
|
340
280
|
|
|
341
|
-
:return: The tags of this JobDetail
|
|
281
|
+
:return: The tags of this JobDetail.
|
|
342
282
|
:rtype: list[str]
|
|
343
283
|
"""
|
|
344
284
|
return self._tags
|
|
@@ -348,8 +288,8 @@ class JobDetail(object):
|
|
|
348
288
|
"""Sets the tags of this JobDetail.
|
|
349
289
|
|
|
350
290
|
|
|
351
|
-
:param tags: The tags of this JobDetail
|
|
352
|
-
:type
|
|
291
|
+
:param tags: The tags of this JobDetail. # noqa: E501
|
|
292
|
+
:type: list[str]
|
|
353
293
|
"""
|
|
354
294
|
|
|
355
295
|
self._tags = tags
|
|
@@ -359,7 +299,7 @@ class JobDetail(object):
|
|
|
359
299
|
"""Gets the priority of this JobDetail.
|
|
360
300
|
|
|
361
301
|
|
|
362
|
-
:return: The priority of this JobDetail
|
|
302
|
+
:return: The priority of this JobDetail.
|
|
363
303
|
:rtype: JobPriority
|
|
364
304
|
"""
|
|
365
305
|
return self._priority
|
|
@@ -369,8 +309,8 @@ class JobDetail(object):
|
|
|
369
309
|
"""Sets the priority of this JobDetail.
|
|
370
310
|
|
|
371
311
|
|
|
372
|
-
:param priority: The priority of this JobDetail
|
|
373
|
-
:type
|
|
312
|
+
:param priority: The priority of this JobDetail. # noqa: E501
|
|
313
|
+
:type: JobPriority
|
|
374
314
|
"""
|
|
375
315
|
|
|
376
316
|
self._priority = priority
|
|
@@ -380,7 +320,7 @@ class JobDetail(object):
|
|
|
380
320
|
"""Gets the attempt of this JobDetail.
|
|
381
321
|
|
|
382
322
|
|
|
383
|
-
:return: The attempt of this JobDetail
|
|
323
|
+
:return: The attempt of this JobDetail.
|
|
384
324
|
:rtype: int
|
|
385
325
|
"""
|
|
386
326
|
return self._attempt
|
|
@@ -390,8 +330,8 @@ class JobDetail(object):
|
|
|
390
330
|
"""Sets the attempt of this JobDetail.
|
|
391
331
|
|
|
392
332
|
|
|
393
|
-
:param attempt: The attempt of this JobDetail
|
|
394
|
-
:type
|
|
333
|
+
:param attempt: The attempt of this JobDetail. # noqa: E501
|
|
334
|
+
:type: int
|
|
395
335
|
"""
|
|
396
336
|
|
|
397
337
|
self._attempt = attempt
|
|
@@ -401,7 +341,7 @@ class JobDetail(object):
|
|
|
401
341
|
"""Gets the previous_job_id of this JobDetail.
|
|
402
342
|
|
|
403
343
|
|
|
404
|
-
:return: The previous_job_id of this JobDetail
|
|
344
|
+
:return: The previous_job_id of this JobDetail.
|
|
405
345
|
:rtype: str
|
|
406
346
|
"""
|
|
407
347
|
return self._previous_job_id
|
|
@@ -411,8 +351,8 @@ class JobDetail(object):
|
|
|
411
351
|
"""Sets the previous_job_id of this JobDetail.
|
|
412
352
|
|
|
413
353
|
|
|
414
|
-
:param previous_job_id: The previous_job_id of this JobDetail
|
|
415
|
-
:type
|
|
354
|
+
:param previous_job_id: The previous_job_id of this JobDetail. # noqa: E501
|
|
355
|
+
:type: str
|
|
416
356
|
"""
|
|
417
357
|
|
|
418
358
|
self._previous_job_id = previous_job_id
|
|
@@ -422,7 +362,7 @@ class JobDetail(object):
|
|
|
422
362
|
"""Gets the created of this JobDetail.
|
|
423
363
|
|
|
424
364
|
|
|
425
|
-
:return: The created of this JobDetail
|
|
365
|
+
:return: The created of this JobDetail.
|
|
426
366
|
:rtype: datetime
|
|
427
367
|
"""
|
|
428
368
|
return self._created
|
|
@@ -432,8 +372,8 @@ class JobDetail(object):
|
|
|
432
372
|
"""Sets the created of this JobDetail.
|
|
433
373
|
|
|
434
374
|
|
|
435
|
-
:param created: The created of this JobDetail
|
|
436
|
-
:type
|
|
375
|
+
:param created: The created of this JobDetail. # noqa: E501
|
|
376
|
+
:type: datetime
|
|
437
377
|
"""
|
|
438
378
|
|
|
439
379
|
self._created = created
|
|
@@ -443,7 +383,7 @@ class JobDetail(object):
|
|
|
443
383
|
"""Gets the modified of this JobDetail.
|
|
444
384
|
|
|
445
385
|
|
|
446
|
-
:return: The modified of this JobDetail
|
|
386
|
+
:return: The modified of this JobDetail.
|
|
447
387
|
:rtype: datetime
|
|
448
388
|
"""
|
|
449
389
|
return self._modified
|
|
@@ -453,8 +393,8 @@ class JobDetail(object):
|
|
|
453
393
|
"""Sets the modified of this JobDetail.
|
|
454
394
|
|
|
455
395
|
|
|
456
|
-
:param modified: The modified of this JobDetail
|
|
457
|
-
:type
|
|
396
|
+
:param modified: The modified of this JobDetail. # noqa: E501
|
|
397
|
+
:type: datetime
|
|
458
398
|
"""
|
|
459
399
|
|
|
460
400
|
self._modified = modified
|
|
@@ -464,7 +404,7 @@ class JobDetail(object):
|
|
|
464
404
|
"""Gets the retried of this JobDetail.
|
|
465
405
|
|
|
466
406
|
|
|
467
|
-
:return: The retried of this JobDetail
|
|
407
|
+
:return: The retried of this JobDetail.
|
|
468
408
|
:rtype: datetime
|
|
469
409
|
"""
|
|
470
410
|
return self._retried
|
|
@@ -474,8 +414,8 @@ class JobDetail(object):
|
|
|
474
414
|
"""Sets the retried of this JobDetail.
|
|
475
415
|
|
|
476
416
|
|
|
477
|
-
:param retried: The retried of this JobDetail
|
|
478
|
-
:type
|
|
417
|
+
:param retried: The retried of this JobDetail. # noqa: E501
|
|
418
|
+
:type: datetime
|
|
479
419
|
"""
|
|
480
420
|
|
|
481
421
|
self._retried = retried
|
|
@@ -485,7 +425,7 @@ class JobDetail(object):
|
|
|
485
425
|
"""Gets the state of this JobDetail.
|
|
486
426
|
|
|
487
427
|
|
|
488
|
-
:return: The state of this JobDetail
|
|
428
|
+
:return: The state of this JobDetail.
|
|
489
429
|
:rtype: JobState
|
|
490
430
|
"""
|
|
491
431
|
return self._state
|
|
@@ -495,8 +435,8 @@ class JobDetail(object):
|
|
|
495
435
|
"""Sets the state of this JobDetail.
|
|
496
436
|
|
|
497
437
|
|
|
498
|
-
:param state: The state of this JobDetail
|
|
499
|
-
:type
|
|
438
|
+
:param state: The state of this JobDetail. # noqa: E501
|
|
439
|
+
:type: JobState
|
|
500
440
|
"""
|
|
501
441
|
|
|
502
442
|
self._state = state
|
|
@@ -506,7 +446,7 @@ class JobDetail(object):
|
|
|
506
446
|
"""Gets the request of this JobDetail.
|
|
507
447
|
|
|
508
448
|
|
|
509
|
-
:return: The request of this JobDetail
|
|
449
|
+
:return: The request of this JobDetail.
|
|
510
450
|
:rtype: JobRequest
|
|
511
451
|
"""
|
|
512
452
|
return self._request
|
|
@@ -516,8 +456,8 @@ class JobDetail(object):
|
|
|
516
456
|
"""Sets the request of this JobDetail.
|
|
517
457
|
|
|
518
458
|
|
|
519
|
-
:param request: The request of this JobDetail
|
|
520
|
-
:type
|
|
459
|
+
:param request: The request of this JobDetail. # noqa: E501
|
|
460
|
+
:type: JobRequest
|
|
521
461
|
"""
|
|
522
462
|
|
|
523
463
|
self._request = request
|
|
@@ -527,7 +467,7 @@ class JobDetail(object):
|
|
|
527
467
|
"""Gets the id of this JobDetail.
|
|
528
468
|
|
|
529
469
|
|
|
530
|
-
:return: The id of this JobDetail
|
|
470
|
+
:return: The id of this JobDetail.
|
|
531
471
|
:rtype: str
|
|
532
472
|
"""
|
|
533
473
|
return self._id
|
|
@@ -537,8 +477,8 @@ class JobDetail(object):
|
|
|
537
477
|
"""Sets the id of this JobDetail.
|
|
538
478
|
|
|
539
479
|
|
|
540
|
-
:param id: The id of this JobDetail
|
|
541
|
-
:type
|
|
480
|
+
:param id: The id of this JobDetail. # noqa: E501
|
|
481
|
+
:type: str
|
|
542
482
|
"""
|
|
543
483
|
|
|
544
484
|
self._id = id
|
|
@@ -548,7 +488,7 @@ class JobDetail(object):
|
|
|
548
488
|
"""Gets the config of this JobDetail.
|
|
549
489
|
|
|
550
490
|
|
|
551
|
-
:return: The config of this JobDetail
|
|
491
|
+
:return: The config of this JobDetail.
|
|
552
492
|
:rtype: dict(str, object)
|
|
553
493
|
"""
|
|
554
494
|
return self._config
|
|
@@ -558,8 +498,8 @@ class JobDetail(object):
|
|
|
558
498
|
"""Sets the config of this JobDetail.
|
|
559
499
|
|
|
560
500
|
|
|
561
|
-
:param config: The config of this JobDetail
|
|
562
|
-
:type
|
|
501
|
+
:param config: The config of this JobDetail. # noqa: E501
|
|
502
|
+
:type: dict(str, object)
|
|
563
503
|
"""
|
|
564
504
|
|
|
565
505
|
self._config = config
|
|
@@ -569,7 +509,7 @@ class JobDetail(object):
|
|
|
569
509
|
"""Gets the origin of this JobDetail.
|
|
570
510
|
|
|
571
511
|
|
|
572
|
-
:return: The origin of this JobDetail
|
|
512
|
+
:return: The origin of this JobDetail.
|
|
573
513
|
:rtype: Origin
|
|
574
514
|
"""
|
|
575
515
|
return self._origin
|
|
@@ -579,8 +519,8 @@ class JobDetail(object):
|
|
|
579
519
|
"""Sets the origin of this JobDetail.
|
|
580
520
|
|
|
581
521
|
|
|
582
|
-
:param origin: The origin of this JobDetail
|
|
583
|
-
:type
|
|
522
|
+
:param origin: The origin of this JobDetail. # noqa: E501
|
|
523
|
+
:type: Origin
|
|
584
524
|
"""
|
|
585
525
|
|
|
586
526
|
self._origin = origin
|
|
@@ -590,7 +530,7 @@ class JobDetail(object):
|
|
|
590
530
|
"""Gets the produced_metadata of this JobDetail.
|
|
591
531
|
|
|
592
532
|
|
|
593
|
-
:return: The produced_metadata of this JobDetail
|
|
533
|
+
:return: The produced_metadata of this JobDetail.
|
|
594
534
|
:rtype: dict(str, object)
|
|
595
535
|
"""
|
|
596
536
|
return self._produced_metadata
|
|
@@ -600,8 +540,8 @@ class JobDetail(object):
|
|
|
600
540
|
"""Sets the produced_metadata of this JobDetail.
|
|
601
541
|
|
|
602
542
|
|
|
603
|
-
:param produced_metadata: The produced_metadata of this JobDetail
|
|
604
|
-
:type
|
|
543
|
+
:param produced_metadata: The produced_metadata of this JobDetail. # noqa: E501
|
|
544
|
+
:type: dict(str, object)
|
|
605
545
|
"""
|
|
606
546
|
|
|
607
547
|
self._produced_metadata = produced_metadata
|
|
@@ -611,7 +551,7 @@ class JobDetail(object):
|
|
|
611
551
|
"""Gets the batch of this JobDetail.
|
|
612
552
|
|
|
613
553
|
|
|
614
|
-
:return: The batch of this JobDetail
|
|
554
|
+
:return: The batch of this JobDetail.
|
|
615
555
|
:rtype: str
|
|
616
556
|
"""
|
|
617
557
|
return self._batch
|
|
@@ -621,8 +561,8 @@ class JobDetail(object):
|
|
|
621
561
|
"""Sets the batch of this JobDetail.
|
|
622
562
|
|
|
623
563
|
|
|
624
|
-
:param batch: The batch of this JobDetail
|
|
625
|
-
:type
|
|
564
|
+
:param batch: The batch of this JobDetail. # noqa: E501
|
|
565
|
+
:type: str
|
|
626
566
|
"""
|
|
627
567
|
|
|
628
568
|
self._batch = batch
|
|
@@ -632,7 +572,7 @@ class JobDetail(object):
|
|
|
632
572
|
"""Gets the failed_output_accepted of this JobDetail.
|
|
633
573
|
|
|
634
574
|
|
|
635
|
-
:return: The failed_output_accepted of this JobDetail
|
|
575
|
+
:return: The failed_output_accepted of this JobDetail.
|
|
636
576
|
:rtype: bool
|
|
637
577
|
"""
|
|
638
578
|
return self._failed_output_accepted
|
|
@@ -642,8 +582,8 @@ class JobDetail(object):
|
|
|
642
582
|
"""Sets the failed_output_accepted of this JobDetail.
|
|
643
583
|
|
|
644
584
|
|
|
645
|
-
:param failed_output_accepted: The failed_output_accepted of this JobDetail
|
|
646
|
-
:type
|
|
585
|
+
:param failed_output_accepted: The failed_output_accepted of this JobDetail. # noqa: E501
|
|
586
|
+
:type: bool
|
|
647
587
|
"""
|
|
648
588
|
|
|
649
589
|
self._failed_output_accepted = failed_output_accepted
|
|
@@ -653,7 +593,7 @@ class JobDetail(object):
|
|
|
653
593
|
"""Gets the profile of this JobDetail.
|
|
654
594
|
|
|
655
595
|
|
|
656
|
-
:return: The profile of this JobDetail
|
|
596
|
+
:return: The profile of this JobDetail.
|
|
657
597
|
:rtype: JobProfile
|
|
658
598
|
"""
|
|
659
599
|
return self._profile
|
|
@@ -663,8 +603,8 @@ class JobDetail(object):
|
|
|
663
603
|
"""Sets the profile of this JobDetail.
|
|
664
604
|
|
|
665
605
|
|
|
666
|
-
:param profile: The profile of this JobDetail
|
|
667
|
-
:type
|
|
606
|
+
:param profile: The profile of this JobDetail. # noqa: E501
|
|
607
|
+
:type: JobProfile
|
|
668
608
|
"""
|
|
669
609
|
|
|
670
610
|
self._profile = profile
|
|
@@ -674,7 +614,7 @@ class JobDetail(object):
|
|
|
674
614
|
"""Gets the failure_reason of this JobDetail.
|
|
675
615
|
|
|
676
616
|
|
|
677
|
-
:return: The failure_reason of this JobDetail
|
|
617
|
+
:return: The failure_reason of this JobDetail.
|
|
678
618
|
:rtype: str
|
|
679
619
|
"""
|
|
680
620
|
return self._failure_reason
|
|
@@ -684,8 +624,8 @@ class JobDetail(object):
|
|
|
684
624
|
"""Sets the failure_reason of this JobDetail.
|
|
685
625
|
|
|
686
626
|
|
|
687
|
-
:param failure_reason: The failure_reason of this JobDetail
|
|
688
|
-
:type
|
|
627
|
+
:param failure_reason: The failure_reason of this JobDetail. # noqa: E501
|
|
628
|
+
:type: str
|
|
689
629
|
"""
|
|
690
630
|
|
|
691
631
|
self._failure_reason = failure_reason
|
|
@@ -695,7 +635,7 @@ class JobDetail(object):
|
|
|
695
635
|
"""Gets the related_container_ids of this JobDetail.
|
|
696
636
|
|
|
697
637
|
|
|
698
|
-
:return: The related_container_ids of this JobDetail
|
|
638
|
+
:return: The related_container_ids of this JobDetail.
|
|
699
639
|
:rtype: list[str]
|
|
700
640
|
"""
|
|
701
641
|
return self._related_container_ids
|
|
@@ -705,8 +645,8 @@ class JobDetail(object):
|
|
|
705
645
|
"""Sets the related_container_ids of this JobDetail.
|
|
706
646
|
|
|
707
647
|
|
|
708
|
-
:param related_container_ids: The related_container_ids of this JobDetail
|
|
709
|
-
:type
|
|
648
|
+
:param related_container_ids: The related_container_ids of this JobDetail. # noqa: E501
|
|
649
|
+
:type: list[str]
|
|
710
650
|
"""
|
|
711
651
|
|
|
712
652
|
self._related_container_ids = related_container_ids
|
|
@@ -716,7 +656,7 @@ class JobDetail(object):
|
|
|
716
656
|
"""Gets the label of this JobDetail.
|
|
717
657
|
|
|
718
658
|
|
|
719
|
-
:return: The label of this JobDetail
|
|
659
|
+
:return: The label of this JobDetail.
|
|
720
660
|
:rtype: str
|
|
721
661
|
"""
|
|
722
662
|
return self._label
|
|
@@ -726,8 +666,8 @@ class JobDetail(object):
|
|
|
726
666
|
"""Sets the label of this JobDetail.
|
|
727
667
|
|
|
728
668
|
|
|
729
|
-
:param label: The label of this JobDetail
|
|
730
|
-
:type
|
|
669
|
+
:param label: The label of this JobDetail. # noqa: E501
|
|
670
|
+
:type: str
|
|
731
671
|
"""
|
|
732
672
|
|
|
733
673
|
self._label = label
|
|
@@ -737,7 +677,7 @@ class JobDetail(object):
|
|
|
737
677
|
"""Gets the compute_provider_id of this JobDetail.
|
|
738
678
|
|
|
739
679
|
|
|
740
|
-
:return: The compute_provider_id of this JobDetail
|
|
680
|
+
:return: The compute_provider_id of this JobDetail.
|
|
741
681
|
:rtype: str
|
|
742
682
|
"""
|
|
743
683
|
return self._compute_provider_id
|
|
@@ -747,8 +687,8 @@ class JobDetail(object):
|
|
|
747
687
|
"""Sets the compute_provider_id of this JobDetail.
|
|
748
688
|
|
|
749
689
|
|
|
750
|
-
:param compute_provider_id: The compute_provider_id of this JobDetail
|
|
751
|
-
:type
|
|
690
|
+
:param compute_provider_id: The compute_provider_id of this JobDetail. # noqa: E501
|
|
691
|
+
:type: str
|
|
752
692
|
"""
|
|
753
693
|
|
|
754
694
|
self._compute_provider_id = compute_provider_id
|
|
@@ -758,7 +698,7 @@ class JobDetail(object):
|
|
|
758
698
|
"""Gets the parents of this JobDetail.
|
|
759
699
|
|
|
760
700
|
|
|
761
|
-
:return: The parents of this JobDetail
|
|
701
|
+
:return: The parents of this JobDetail.
|
|
762
702
|
:rtype: union[AnalysisParents,ProjectParents,SubjectParents,SessionParents,AcquisitionParents,FileParents]
|
|
763
703
|
"""
|
|
764
704
|
return self._parents
|
|
@@ -768,8 +708,8 @@ class JobDetail(object):
|
|
|
768
708
|
"""Sets the parents of this JobDetail.
|
|
769
709
|
|
|
770
710
|
|
|
771
|
-
:param parents: The parents of this JobDetail
|
|
772
|
-
:type
|
|
711
|
+
:param parents: The parents of this JobDetail. # noqa: E501
|
|
712
|
+
:type: union[AnalysisParents,ProjectParents,SubjectParents,SessionParents,AcquisitionParents,FileParents]
|
|
773
713
|
"""
|
|
774
714
|
|
|
775
715
|
self._parents = parents
|
|
@@ -779,7 +719,7 @@ class JobDetail(object):
|
|
|
779
719
|
"""Gets the transitions of this JobDetail.
|
|
780
720
|
|
|
781
721
|
|
|
782
|
-
:return: The transitions of this JobDetail
|
|
722
|
+
:return: The transitions of this JobDetail.
|
|
783
723
|
:rtype: Transitions
|
|
784
724
|
"""
|
|
785
725
|
return self._transitions
|
|
@@ -789,8 +729,8 @@ class JobDetail(object):
|
|
|
789
729
|
"""Sets the transitions of this JobDetail.
|
|
790
730
|
|
|
791
731
|
|
|
792
|
-
:param transitions: The transitions of this JobDetail
|
|
793
|
-
:type
|
|
732
|
+
:param transitions: The transitions of this JobDetail. # noqa: E501
|
|
733
|
+
:type: Transitions
|
|
794
734
|
"""
|
|
795
735
|
|
|
796
736
|
self._transitions = transitions
|
|
@@ -800,7 +740,7 @@ class JobDetail(object):
|
|
|
800
740
|
"""Gets the parent_info of this JobDetail.
|
|
801
741
|
|
|
802
742
|
|
|
803
|
-
:return: The parent_info of this JobDetail
|
|
743
|
+
:return: The parent_info of this JobDetail.
|
|
804
744
|
:rtype: JobDetailParentInfo
|
|
805
745
|
"""
|
|
806
746
|
return self._parent_info
|
|
@@ -810,8 +750,8 @@ class JobDetail(object):
|
|
|
810
750
|
"""Sets the parent_info of this JobDetail.
|
|
811
751
|
|
|
812
752
|
|
|
813
|
-
:param parent_info: The parent_info of this JobDetail
|
|
814
|
-
:type
|
|
753
|
+
:param parent_info: The parent_info of this JobDetail. # noqa: E501
|
|
754
|
+
:type: JobDetailParentInfo
|
|
815
755
|
"""
|
|
816
756
|
|
|
817
757
|
self._parent_info = parent_info
|
|
@@ -821,7 +761,7 @@ class JobDetail(object):
|
|
|
821
761
|
"""Gets the inputs of this JobDetail.
|
|
822
762
|
|
|
823
763
|
|
|
824
|
-
:return: The inputs of this JobDetail
|
|
764
|
+
:return: The inputs of this JobDetail.
|
|
825
765
|
:rtype: dict(str, JobDetailFileEntry)
|
|
826
766
|
"""
|
|
827
767
|
return self._inputs
|
|
@@ -831,8 +771,8 @@ class JobDetail(object):
|
|
|
831
771
|
"""Sets the inputs of this JobDetail.
|
|
832
772
|
|
|
833
773
|
|
|
834
|
-
:param inputs: The inputs of this JobDetail
|
|
835
|
-
:type
|
|
774
|
+
:param inputs: The inputs of this JobDetail. # noqa: E501
|
|
775
|
+
:type: dict(str, JobDetailFileEntry)
|
|
836
776
|
"""
|
|
837
777
|
|
|
838
778
|
self._inputs = inputs
|
|
@@ -842,7 +782,7 @@ class JobDetail(object):
|
|
|
842
782
|
"""Gets the outputs of this JobDetail.
|
|
843
783
|
|
|
844
784
|
|
|
845
|
-
:return: The outputs of this JobDetail
|
|
785
|
+
:return: The outputs of this JobDetail.
|
|
846
786
|
:rtype: list[JobDetailFileEntry]
|
|
847
787
|
"""
|
|
848
788
|
return self._outputs
|
|
@@ -852,8 +792,8 @@ class JobDetail(object):
|
|
|
852
792
|
"""Sets the outputs of this JobDetail.
|
|
853
793
|
|
|
854
794
|
|
|
855
|
-
:param outputs: The outputs of this JobDetail
|
|
856
|
-
:type
|
|
795
|
+
:param outputs: The outputs of this JobDetail. # noqa: E501
|
|
796
|
+
:type: list[JobDetailFileEntry]
|
|
857
797
|
"""
|
|
858
798
|
|
|
859
799
|
self._outputs = outputs
|
|
@@ -863,7 +803,7 @@ class JobDetail(object):
|
|
|
863
803
|
"""Gets the deleted_outputs of this JobDetail.
|
|
864
804
|
|
|
865
805
|
|
|
866
|
-
:return: The deleted_outputs of this JobDetail
|
|
806
|
+
:return: The deleted_outputs of this JobDetail.
|
|
867
807
|
:rtype: list[DeletedFile]
|
|
868
808
|
"""
|
|
869
809
|
return self._deleted_outputs
|
|
@@ -873,8 +813,8 @@ class JobDetail(object):
|
|
|
873
813
|
"""Sets the deleted_outputs of this JobDetail.
|
|
874
814
|
|
|
875
815
|
|
|
876
|
-
:param deleted_outputs: The deleted_outputs of this JobDetail
|
|
877
|
-
:type
|
|
816
|
+
:param deleted_outputs: The deleted_outputs of this JobDetail. # noqa: E501
|
|
817
|
+
:type: list[DeletedFile]
|
|
878
818
|
"""
|
|
879
819
|
|
|
880
820
|
self._deleted_outputs = deleted_outputs
|
|
@@ -30,13 +30,7 @@ class JobDetailContainer(object):
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
def __init__(self, id=None, label=None): # noqa: E501
|
|
33
|
-
"""JobDetailContainer - a model defined in Swagger
|
|
34
|
-
|
|
35
|
-
:param id:, defaults to None
|
|
36
|
-
:type id: str, optional
|
|
37
|
-
:param label:, defaults to None
|
|
38
|
-
:type label: str, optional
|
|
39
|
-
"""
|
|
33
|
+
"""JobDetailContainer - a model defined in Swagger"""
|
|
40
34
|
super(JobDetailContainer, self).__init__()
|
|
41
35
|
|
|
42
36
|
self._id = None
|
|
@@ -53,7 +47,7 @@ class JobDetailContainer(object):
|
|
|
53
47
|
"""Gets the id of this JobDetailContainer.
|
|
54
48
|
|
|
55
49
|
|
|
56
|
-
:return: The id of this JobDetailContainer
|
|
50
|
+
:return: The id of this JobDetailContainer.
|
|
57
51
|
:rtype: str
|
|
58
52
|
"""
|
|
59
53
|
return self._id
|
|
@@ -63,8 +57,8 @@ class JobDetailContainer(object):
|
|
|
63
57
|
"""Sets the id of this JobDetailContainer.
|
|
64
58
|
|
|
65
59
|
|
|
66
|
-
:param id: The id of this JobDetailContainer
|
|
67
|
-
:type
|
|
60
|
+
:param id: The id of this JobDetailContainer. # noqa: E501
|
|
61
|
+
:type: str
|
|
68
62
|
"""
|
|
69
63
|
|
|
70
64
|
self._id = id
|
|
@@ -74,7 +68,7 @@ class JobDetailContainer(object):
|
|
|
74
68
|
"""Gets the label of this JobDetailContainer.
|
|
75
69
|
|
|
76
70
|
|
|
77
|
-
:return: The label of this JobDetailContainer
|
|
71
|
+
:return: The label of this JobDetailContainer.
|
|
78
72
|
:rtype: str
|
|
79
73
|
"""
|
|
80
74
|
return self._label
|
|
@@ -84,8 +78,8 @@ class JobDetailContainer(object):
|
|
|
84
78
|
"""Sets the label of this JobDetailContainer.
|
|
85
79
|
|
|
86
80
|
|
|
87
|
-
:param label: The label of this JobDetailContainer
|
|
88
|
-
:type
|
|
81
|
+
:param label: The label of this JobDetailContainer. # noqa: E501
|
|
82
|
+
:type: str
|
|
89
83
|
"""
|
|
90
84
|
|
|
91
85
|
self._label = label
|