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.
Files changed (532) hide show
  1. flywheel/api/acquisitions_api.py +562 -1033
  2. flywheel/api/analyses_api.py +425 -786
  3. flywheel/api/audit_trail_api.py +44 -78
  4. flywheel/api/auth_api.py +4 -6
  5. flywheel/api/batch_api.py +36 -60
  6. flywheel/api/bulk_api.py +6 -10
  7. flywheel/api/change_log_api.py +22 -40
  8. flywheel/api/collections_api.py +403 -740
  9. flywheel/api/config_api.py +12 -18
  10. flywheel/api/container_tasks_api.py +8 -14
  11. flywheel/api/container_type_api.py +8 -14
  12. flywheel/api/containers_api.py +538 -989
  13. flywheel/api/custom_filters_api.py +36 -64
  14. flywheel/api/data_view_executions_api.py +52 -94
  15. flywheel/api/dataexplorer_api.py +90 -158
  16. flywheel/api/devices_api.py +76 -132
  17. flywheel/api/dimse_api.py +44 -72
  18. flywheel/api/download_api.py +25 -46
  19. flywheel/api/files_api.py +150 -266
  20. flywheel/api/form_responses_api.py +56 -100
  21. flywheel/api/gears_api.py +156 -278
  22. flywheel/api/groups_api.py +238 -426
  23. flywheel/api/jobs_api.py +166 -288
  24. flywheel/api/jupyterlab_servers_api.py +14 -24
  25. flywheel/api/modalities_api.py +44 -78
  26. flywheel/api/packfiles_api.py +4 -6
  27. flywheel/api/projects_api.py +854 -1565
  28. flywheel/api/protocols_api.py +54 -94
  29. flywheel/api/reports_api.py +108 -196
  30. flywheel/api/resolve_api.py +26 -48
  31. flywheel/api/roles_api.py +46 -82
  32. flywheel/api/sessions_api.py +616 -1137
  33. flywheel/api/site_api.py +106 -182
  34. flywheel/api/staffing_pools_api.py +50 -88
  35. flywheel/api/subjects_api.py +596 -1095
  36. flywheel/api/tasks_api.py +62 -108
  37. flywheel/api/tree_api.py +28 -52
  38. flywheel/api/uids_api.py +6 -10
  39. flywheel/api/upload_api.py +88 -162
  40. flywheel/api/users_api.py +228 -418
  41. flywheel/api/views_api.py +120 -222
  42. flywheel/api_client.py +1 -1
  43. flywheel/configuration.py +2 -2
  44. flywheel/flywheel.py +4422 -811
  45. flywheel/models/access_permission.py +7 -13
  46. flywheel/models/access_permission_output.py +7 -13
  47. flywheel/models/access_permission_update.py +4 -8
  48. flywheel/models/acquisition_copy_input.py +10 -18
  49. flywheel/models/acquisition_input.py +19 -33
  50. flywheel/models/acquisition_list_output.py +70 -118
  51. flywheel/models/acquisition_modify_input.py +19 -33
  52. flywheel/models/acquisition_output.py +70 -118
  53. flywheel/models/acquisition_parents.py +13 -23
  54. flywheel/models/acquisition_template_options.py +16 -28
  55. flywheel/models/acquisition_upsert_input.py +28 -48
  56. flywheel/models/acquisition_upsert_output.py +13 -23
  57. flywheel/models/adhoc_analysis_input.py +13 -23
  58. flywheel/models/analysis_files_create_ticket_output.py +13 -23
  59. flywheel/models/analysis_input.py +19 -33
  60. flywheel/models/analysis_list_output.py +61 -103
  61. flywheel/models/analysis_list_output_inflated_job.py +58 -98
  62. flywheel/models/analysis_modify_input.py +7 -13
  63. flywheel/models/analysis_output.py +61 -103
  64. flywheel/models/analysis_output_inflated_job.py +61 -103
  65. flywheel/models/analysis_parents.py +16 -28
  66. flywheel/models/api_key_input_with_optional_label.py +7 -13
  67. flywheel/models/api_key_output.py +19 -33
  68. flywheel/models/as_storage.py +19 -33
  69. flywheel/models/assignee.py +7 -13
  70. flywheel/models/audit_trail_report.py +40 -68
  71. flywheel/models/auth0_auth_out.py +22 -38
  72. flywheel/models/auth0_options_out.py +22 -38
  73. flywheel/models/auth_out.py +19 -33
  74. flywheel/models/auth_session_output.py +16 -28
  75. flywheel/models/avatars.py +10 -18
  76. flywheel/models/aws_creds.py +7 -13
  77. flywheel/models/aws_storage.py +25 -43
  78. flywheel/models/azure_creds.py +7 -13
  79. flywheel/models/base_aet.py +13 -23
  80. flywheel/models/base_compute.py +34 -58
  81. flywheel/models/batch.py +25 -43
  82. flywheel/models/batch_create_filters.py +10 -18
  83. flywheel/models/batch_job_analysis_input.py +16 -28
  84. flywheel/models/bookmark.py +7 -13
  85. flywheel/models/bulk_move_input.py +16 -28
  86. flywheel/models/cancelled_batch_output.py +4 -8
  87. flywheel/models/catalog_list_output.py +31 -53
  88. flywheel/models/central_out.py +19 -33
  89. flywheel/models/change.py +31 -53
  90. flywheel/models/change_log_document.py +13 -23
  91. flywheel/models/classic_batch_job_output.py +25 -43
  92. flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
  93. flywheel/models/classic_batch_proposal_input.py +28 -48
  94. flywheel/models/classic_batch_proposal_output.py +37 -63
  95. flywheel/models/collection_input.py +10 -18
  96. flywheel/models/collection_input_with_contents.py +13 -23
  97. flywheel/models/collection_node.py +7 -13
  98. flywheel/models/collection_operation.py +7 -13
  99. flywheel/models/collection_output.py +55 -93
  100. flywheel/models/collection_with_stats.py +55 -93
  101. flywheel/models/column.py +16 -28
  102. flywheel/models/common_classification.py +1 -3
  103. flywheel/models/common_info.py +1 -3
  104. flywheel/models/complete_multipart_upload_output.py +7 -13
  105. flywheel/models/complete_s3_multipart_upload_input.py +13 -23
  106. flywheel/models/config_out.py +28 -48
  107. flywheel/models/container_filter.py +7 -13
  108. flywheel/models/container_id_view_input.py +43 -73
  109. flywheel/models/container_id_view_input_execute_and_save.py +19 -33
  110. flywheel/models/container_modify.py +43 -73
  111. flywheel/models/container_node_min.py +25 -43
  112. flywheel/models/container_output_with_files.py +16 -28
  113. flywheel/models/container_parents.py +19 -33
  114. flywheel/models/container_pipeline_input.py +43 -73
  115. flywheel/models/container_reference.py +7 -13
  116. flywheel/models/container_reference_with_label.py +10 -18
  117. flywheel/models/container_uidcheck.py +13 -23
  118. flywheel/models/container_update.py +1 -3
  119. flywheel/models/context_input.py +10 -18
  120. flywheel/models/copy_filter.py +19 -33
  121. flywheel/models/core_models_api_key_api_key_input.py +7 -13
  122. flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
  123. flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
  124. flywheel/models/core_models_common_source.py +7 -13
  125. flywheel/models/core_models_jobs_api_key_input.py +7 -13
  126. flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
  127. flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
  128. flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
  129. flywheel/models/creds.py +1 -3
  130. flywheel/models/curator.py +10 -18
  131. flywheel/models/current_user_output.py +64 -108
  132. flywheel/models/custom_field.py +34 -58
  133. flywheel/models/custom_form.py +13 -23
  134. flywheel/models/cvat_info.py +16 -28
  135. flywheel/models/cvat_settings.py +16 -28
  136. flywheel/models/cvat_settings_input.py +16 -28
  137. flywheel/models/daily_report_usage.py +46 -78
  138. flywheel/models/data_view_analysis_file_spec.py +10 -18
  139. flywheel/models/data_view_analysis_filter_spec.py +10 -18
  140. flywheel/models/data_view_column_alias.py +22 -38
  141. flywheel/models/data_view_column_spec.py +16 -28
  142. flywheel/models/data_view_execution.py +40 -68
  143. flywheel/models/data_view_file_spec.py +28 -48
  144. flywheel/models/data_view_group_by.py +4 -8
  145. flywheel/models/data_view_group_by_column.py +7 -13
  146. flywheel/models/data_view_name_filter_spec.py +7 -13
  147. flywheel/models/data_view_zip_filter_spec.py +10 -18
  148. flywheel/models/delete_by_search_query.py +13 -23
  149. flywheel/models/deleted_file.py +43 -73
  150. flywheel/models/deleted_result.py +10 -18
  151. flywheel/models/device.py +34 -58
  152. flywheel/models/device_admin_update.py +7 -13
  153. flywheel/models/device_create.py +10 -18
  154. flywheel/models/device_self_update.py +16 -28
  155. flywheel/models/device_status_entry.py +10 -18
  156. flywheel/models/device_storage_strategy_update.py +7 -13
  157. flywheel/models/download.py +13 -23
  158. flywheel/models/download_container_filter.py +4 -8
  159. flywheel/models/download_container_filter_definition.py +10 -18
  160. flywheel/models/download_filter.py +10 -18
  161. flywheel/models/download_filter_definition.py +7 -13
  162. flywheel/models/download_node.py +7 -13
  163. flywheel/models/download_ticket_stub.py +13 -23
  164. flywheel/models/e_signature.py +13 -23
  165. flywheel/models/edition.py +4 -8
  166. flywheel/models/egress_device.py +52 -88
  167. flywheel/models/egress_device_page.py +10 -18
  168. flywheel/models/egress_provider.py +31 -53
  169. flywheel/models/egress_provider_id.py +4 -8
  170. flywheel/models/exchange_storage.py +13 -23
  171. flywheel/models/executor_info.py +25 -43
  172. flywheel/models/export_templates.py +7 -13
  173. flywheel/models/features.py +193 -323
  174. flywheel/models/field_change.py +16 -28
  175. flywheel/models/field_change_log_document.py +13 -23
  176. flywheel/models/file.py +112 -188
  177. flywheel/models/file_classification_delta.py +13 -23
  178. flywheel/models/file_entry.py +64 -108
  179. flywheel/models/file_export_templates.py +16 -28
  180. flywheel/models/file_gear_info.py +10 -18
  181. flywheel/models/file_list_output.py +109 -183
  182. flywheel/models/file_modify_input.py +7 -13
  183. flywheel/models/file_move_input.py +10 -18
  184. flywheel/models/file_node.py +112 -188
  185. flywheel/models/file_node_min.py +22 -38
  186. flywheel/models/file_origin.py +16 -28
  187. flywheel/models/file_output.py +109 -183
  188. flywheel/models/file_parents.py +19 -33
  189. flywheel/models/file_reference.py +10 -18
  190. flywheel/models/file_suggestion.py +13 -23
  191. flywheel/models/file_template_options.py +19 -33
  192. flywheel/models/file_upsert_input.py +52 -88
  193. flywheel/models/file_upsert_output.py +112 -188
  194. flywheel/models/file_version.py +7 -13
  195. flywheel/models/file_version_copy_of.py +16 -28
  196. flywheel/models/file_version_output.py +22 -38
  197. flywheel/models/file_via.py +13 -23
  198. flywheel/models/filter.py +25 -43
  199. flywheel/models/filter_input.py +10 -18
  200. flywheel/models/filter_values.py +7 -13
  201. flywheel/models/fixed_file_version_input.py +10 -18
  202. flywheel/models/fixed_input.py +19 -33
  203. flywheel/models/form_definition.py +4 -8
  204. flywheel/models/form_response_base.py +19 -33
  205. flywheel/models/form_response_create.py +7 -13
  206. flywheel/models/gcp_creds.py +31 -53
  207. flywheel/models/gcp_storage.py +19 -33
  208. flywheel/models/gear.py +52 -88
  209. flywheel/models/gear_config.py +1 -3
  210. flywheel/models/gear_context_input.py +4 -8
  211. flywheel/models/gear_context_value_output.py +16 -28
  212. flywheel/models/gear_context_value_output_unfound.py +4 -8
  213. flywheel/models/gear_custom.py +1 -3
  214. flywheel/models/gear_directive.py +1 -3
  215. flywheel/models/gear_document.py +22 -38
  216. flywheel/models/gear_document_input.py +19 -33
  217. flywheel/models/gear_document_legacy_input.py +19 -33
  218. flywheel/models/gear_environment.py +1 -3
  219. flywheel/models/gear_exchange.py +10 -18
  220. flywheel/models/gear_file_input.py +7 -13
  221. flywheel/models/gear_id_output.py +4 -8
  222. flywheel/models/gear_info.py +13 -23
  223. flywheel/models/gear_input_item.py +10 -18
  224. flywheel/models/gear_inputs.py +1 -3
  225. flywheel/models/gear_key_input.py +7 -13
  226. flywheel/models/gear_manifest.py +55 -93
  227. flywheel/models/gear_node.py +25 -43
  228. flywheel/models/gear_output_configuration.py +4 -8
  229. flywheel/models/gear_permissions.py +7 -13
  230. flywheel/models/gear_permissions_input.py +4 -8
  231. flywheel/models/gear_rule.py +61 -103
  232. flywheel/models/gear_rule_condition.py +10 -18
  233. flywheel/models/gear_rule_input.py +46 -78
  234. flywheel/models/gear_rule_modify_input.py +43 -73
  235. flywheel/models/gear_rule_output.py +61 -103
  236. flywheel/models/gear_save_submission.py +10 -18
  237. flywheel/models/gear_series.py +19 -33
  238. flywheel/models/gear_series_update.py +4 -8
  239. flywheel/models/gear_suggestion_output.py +19 -33
  240. flywheel/models/gear_ticket.py +13 -23
  241. flywheel/models/gear_ticket_output.py +4 -8
  242. flywheel/models/graph_filter.py +22 -38
  243. flywheel/models/group_by.py +4 -8
  244. flywheel/models/group_input.py +13 -23
  245. flywheel/models/group_output.py +37 -63
  246. flywheel/models/group_report.py +10 -18
  247. flywheel/models/group_role.py +4 -8
  248. flywheel/models/group_settings_output.py +13 -23
  249. flywheel/models/group_update.py +13 -23
  250. flywheel/models/hierarchy_export_templates.py +16 -28
  251. flywheel/models/http_validation_error.py +4 -8
  252. flywheel/models/info.py +10 -18
  253. flywheel/models/ingress_provider.py +19 -33
  254. flywheel/models/ingress_providers.py +16 -28
  255. flywheel/models/ingress_site_settings.py +16 -28
  256. flywheel/models/ingress_update_provider.py +10 -18
  257. flywheel/models/inline_response200.py +4 -8
  258. flywheel/models/inline_response2001.py +4 -8
  259. flywheel/models/inline_response2002.py +4 -8
  260. flywheel/models/input_filter.py +10 -18
  261. flywheel/models/input_job.py +43 -73
  262. flywheel/models/input_job_profile.py +16 -28
  263. flywheel/models/inserted_id.py +4 -8
  264. flywheel/models/job.py +76 -128
  265. flywheel/models/job_analysis_input.py +16 -28
  266. flywheel/models/job_ask.py +19 -33
  267. flywheel/models/job_ask_response.py +7 -13
  268. flywheel/models/job_ask_response_job.py +94 -158
  269. flywheel/models/job_ask_return_criteria.py +13 -23
  270. flywheel/models/job_ask_state_response.py +4 -8
  271. flywheel/models/job_complete.py +10 -18
  272. flywheel/models/job_config.py +1 -3
  273. flywheel/models/job_config_input.py +16 -28
  274. flywheel/models/job_destination.py +7 -13
  275. flywheel/models/job_detail.py +88 -148
  276. flywheel/models/job_detail_container.py +7 -13
  277. flywheel/models/job_detail_file_entry.py +7 -13
  278. flywheel/models/job_detail_group.py +7 -13
  279. flywheel/models/job_detail_parent_info.py +19 -33
  280. flywheel/models/job_executor_info.py +25 -43
  281. flywheel/models/job_file_input.py +13 -23
  282. flywheel/models/job_file_input_list_output.py +13 -23
  283. flywheel/models/job_file_object.py +34 -58
  284. flywheel/models/job_file_object_list_output.py +31 -53
  285. flywheel/models/job_inputs_array_item.py +19 -33
  286. flywheel/models/job_inputs_item.py +13 -23
  287. flywheel/models/job_inputs_object.py +1 -3
  288. flywheel/models/job_list_output.py +94 -158
  289. flywheel/models/job_list_output_config.py +10 -18
  290. flywheel/models/job_log.py +7 -13
  291. flywheel/models/job_log_record.py +7 -13
  292. flywheel/models/job_modify.py +7 -13
  293. flywheel/models/job_origin.py +7 -13
  294. flywheel/models/job_output.py +97 -163
  295. flywheel/models/job_output_config.py +13 -23
  296. flywheel/models/job_parents.py +19 -33
  297. flywheel/models/job_priority_update.py +7 -13
  298. flywheel/models/job_profile.py +31 -53
  299. flywheel/models/job_request.py +10 -18
  300. flywheel/models/job_request_item.py +13 -23
  301. flywheel/models/job_request_target.py +16 -28
  302. flywheel/models/job_ticket_output.py +4 -8
  303. flywheel/models/job_transition_times.py +13 -23
  304. flywheel/models/job_version_info.py +1 -3
  305. flywheel/models/jobs_by_state.py +16 -28
  306. flywheel/models/jobs_list.py +4 -8
  307. flywheel/models/join_origin_device.py +4 -8
  308. flywheel/models/join_origin_job.py +10 -18
  309. flywheel/models/join_origin_user.py +7 -13
  310. flywheel/models/join_origins.py +10 -18
  311. flywheel/models/jupyterhub_workspace.py +4 -8
  312. flywheel/models/jupyterlab_server_modify.py +16 -28
  313. flywheel/models/jupyterlab_server_response.py +31 -53
  314. flywheel/models/ldap_sync_config.py +4 -8
  315. flywheel/models/ldap_sync_status.py +13 -23
  316. flywheel/models/legacy_api_key_output.py +16 -28
  317. flywheel/models/legacy_input.py +13 -23
  318. flywheel/models/legacy_usage_report.py +19 -33
  319. flywheel/models/legacys_usage_project_entry.py +7 -13
  320. flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
  321. flywheel/models/local_storage.py +10 -18
  322. flywheel/models/location.py +7 -13
  323. flywheel/models/locked.py +10 -18
  324. flywheel/models/master_subject_code_dob_input.py +16 -28
  325. flywheel/models/master_subject_code_input.py +16 -28
  326. flywheel/models/master_subject_code_output.py +4 -8
  327. flywheel/models/matched_acquisition_output.py +43 -73
  328. flywheel/models/measurement_config.py +10 -18
  329. flywheel/models/measurement_item_config.py +10 -18
  330. flywheel/models/mfa_settings.py +4 -8
  331. flywheel/models/ml_set_filter.py +7 -13
  332. flywheel/models/modality.py +13 -23
  333. flywheel/models/modality_input.py +13 -23
  334. flywheel/models/modality_modify.py +10 -18
  335. flywheel/models/modality_output.py +16 -28
  336. flywheel/models/modified_result.py +7 -13
  337. flywheel/models/modify_user_input.py +37 -63
  338. flywheel/models/move_conflict.py +19 -33
  339. flywheel/models/note.py +28 -48
  340. flywheel/models/note_input.py +4 -8
  341. flywheel/models/origin.py +7 -13
  342. flywheel/models/orphaned_count.py +4 -8
  343. flywheel/models/output_user_page.py +10 -18
  344. flywheel/models/packfile_cleanup_output.py +4 -8
  345. flywheel/models/packfile_removed_output.py +7 -13
  346. flywheel/models/page.py +10 -18
  347. flywheel/models/page_generic_file_output.py +10 -18
  348. flywheel/models/page_generic_filter.py +10 -18
  349. flywheel/models/page_generic_form_response_output.py +10 -18
  350. flywheel/models/page_generic_protocol.py +13 -23
  351. flywheel/models/page_generic_reader_task_output.py +13 -23
  352. flywheel/models/page_generic_staffing_pool.py +13 -23
  353. flywheel/models/parsed_query_response.py +7 -13
  354. flywheel/models/premade_jobs_batch_job_output.py +19 -33
  355. flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
  356. flywheel/models/premade_jobs_batch_proposal.py +22 -38
  357. flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
  358. flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
  359. flywheel/models/project_aet.py +22 -38
  360. flywheel/models/project_aet_input.py +13 -23
  361. flywheel/models/project_contact.py +7 -13
  362. flywheel/models/project_copy_input.py +13 -23
  363. flywheel/models/project_copy_output.py +10 -18
  364. flywheel/models/project_counters.py +28 -48
  365. flywheel/models/project_delete_status_output.py +7 -13
  366. flywheel/models/project_group_info.py +7 -13
  367. flywheel/models/project_hierarchy_input.py +16 -28
  368. flywheel/models/project_hierarchy_output.py +10 -18
  369. flywheel/models/project_input.py +28 -48
  370. flywheel/models/project_institution.py +7 -13
  371. flywheel/models/project_list_output.py +94 -158
  372. flywheel/models/project_modify.py +37 -63
  373. flywheel/models/project_output.py +94 -158
  374. flywheel/models/project_parents.py +4 -8
  375. flywheel/models/project_report.py +37 -63
  376. flywheel/models/project_report_list.py +4 -8
  377. flywheel/models/project_settings_input.py +22 -38
  378. flywheel/models/project_settings_output.py +22 -38
  379. flywheel/models/project_settings_sharing.py +22 -38
  380. flywheel/models/project_settings_sharing_input.py +22 -38
  381. flywheel/models/project_settings_workspaces.py +4 -8
  382. flywheel/models/project_settings_workspaces_input.py +4 -8
  383. flywheel/models/project_stats.py +16 -28
  384. flywheel/models/project_template.py +7 -13
  385. flywheel/models/project_template_input.py +7 -13
  386. flywheel/models/project_template_list_input.py +4 -8
  387. flywheel/models/protocol.py +46 -78
  388. flywheel/models/protocol_e_signature_config.py +7 -13
  389. flywheel/models/protocol_input.py +25 -43
  390. flywheel/models/protocol_modify.py +16 -28
  391. flywheel/models/provider.py +37 -63
  392. flywheel/models/provider_deletion_status.py +7 -13
  393. flywheel/models/provider_links.py +16 -28
  394. flywheel/models/providers.py +16 -28
  395. flywheel/models/reader_batch_create.py +37 -63
  396. flywheel/models/reader_task.py +67 -113
  397. flywheel/models/reader_task_config.py +10 -18
  398. flywheel/models/reader_task_create.py +46 -78
  399. flywheel/models/reader_task_modify.py +19 -33
  400. flywheel/models/reader_task_output.py +70 -118
  401. flywheel/models/reader_task_parent_details.py +22 -38
  402. flywheel/models/report_access_log_context.py +19 -33
  403. flywheel/models/report_access_log_context_entry.py +7 -13
  404. flywheel/models/report_access_log_context_file_entry.py +4 -8
  405. flywheel/models/report_access_log_entry.py +52 -88
  406. flywheel/models/report_access_log_origin.py +7 -13
  407. flywheel/models/report_availability_list.py +4 -8
  408. flywheel/models/report_daily_usage_entry.py +40 -68
  409. flywheel/models/report_ethnicity_grid.py +13 -23
  410. flywheel/models/report_gender_count.py +10 -18
  411. flywheel/models/report_group_report.py +10 -18
  412. flywheel/models/report_site.py +7 -13
  413. flywheel/models/report_time_period.py +7 -13
  414. flywheel/models/report_usage.py +52 -88
  415. flywheel/models/resolve_input.py +4 -8
  416. flywheel/models/resolve_output.py +7 -13
  417. flywheel/models/resolver_node.py +4 -8
  418. flywheel/models/role_input.py +7 -13
  419. flywheel/models/role_output.py +16 -28
  420. flywheel/models/role_permission.py +7 -13
  421. flywheel/models/role_permission_output.py +7 -13
  422. flywheel/models/role_permission_update.py +4 -8
  423. flywheel/models/role_update.py +7 -13
  424. flywheel/models/roles_role_assignment.py +7 -13
  425. flywheel/models/rule.py +37 -63
  426. flywheel/models/rule_any.py +10 -18
  427. flywheel/models/s3_compat_storage.py +28 -48
  428. flywheel/models/save_search.py +19 -33
  429. flywheel/models/save_search_input.py +10 -18
  430. flywheel/models/save_search_output.py +19 -33
  431. flywheel/models/save_search_page.py +10 -18
  432. flywheel/models/save_search_parent.py +7 -13
  433. flywheel/models/save_search_update.py +7 -13
  434. flywheel/models/search_acquisition_response.py +13 -23
  435. flywheel/models/search_analysis_response.py +13 -23
  436. flywheel/models/search_collection_response.py +13 -23
  437. flywheel/models/search_file_response.py +19 -33
  438. flywheel/models/search_group_response.py +7 -13
  439. flywheel/models/search_parent_response.py +7 -13
  440. flywheel/models/search_parse_error.py +13 -23
  441. flywheel/models/search_project_response.py +7 -13
  442. flywheel/models/search_query.py +22 -38
  443. flywheel/models/search_response.py +34 -58
  444. flywheel/models/search_session_response.py +13 -23
  445. flywheel/models/search_status.py +4 -8
  446. flywheel/models/search_subject_response.py +10 -18
  447. flywheel/models/select_item.py +7 -13
  448. flywheel/models/server_state.py +19 -33
  449. flywheel/models/service_aet.py +19 -33
  450. flywheel/models/service_aet_input.py +16 -28
  451. flywheel/models/session_copy_input.py +13 -23
  452. flywheel/models/session_embedded_subject.py +19 -33
  453. flywheel/models/session_input.py +34 -58
  454. flywheel/models/session_list_output.py +85 -143
  455. flywheel/models/session_modify.py +37 -63
  456. flywheel/models/session_output.py +85 -143
  457. flywheel/models/session_parents.py +10 -18
  458. flywheel/models/session_template_options.py +10 -18
  459. flywheel/models/session_template_recalc_output.py +4 -8
  460. flywheel/models/session_upsert_input.py +37 -63
  461. flywheel/models/session_upsert_output.py +13 -23
  462. flywheel/models/sharing_filter_options.py +25 -43
  463. flywheel/models/signed_fs_upload_output.py +7 -13
  464. flywheel/models/signed_url_cleanup_input.py +7 -13
  465. flywheel/models/signed_url_upload_input.py +7 -13
  466. flywheel/models/signed_url_upload_output.py +25 -43
  467. flywheel/models/site.py +55 -93
  468. flywheel/models/site_report.py +7 -13
  469. flywheel/models/site_settings.py +28 -48
  470. flywheel/models/sort.py +7 -13
  471. flywheel/models/staffing_pool.py +22 -38
  472. flywheel/models/staffing_pool_create.py +10 -18
  473. flywheel/models/staffing_pool_list.py +4 -8
  474. flywheel/models/staffing_pool_modify.py +10 -18
  475. flywheel/models/static_compute.py +10 -18
  476. flywheel/models/status_transitions.py +13 -23
  477. flywheel/models/storage_strategy_config.py +7 -13
  478. flywheel/models/structured_query.py +4 -8
  479. flywheel/models/structured_query_suggestions.py +7 -13
  480. flywheel/models/structured_query_value_suggestion.py +13 -23
  481. flywheel/models/subject_copy_input.py +10 -18
  482. flywheel/models/subject_input.py +55 -93
  483. flywheel/models/subject_modify.py +61 -103
  484. flywheel/models/subject_output.py +97 -163
  485. flywheel/models/subject_output_for_list.py +97 -163
  486. flywheel/models/subject_parents.py +7 -13
  487. flywheel/models/subject_role_permission.py +7 -13
  488. flywheel/models/subject_template_options.py +7 -13
  489. flywheel/models/subject_upsert_input.py +49 -83
  490. flywheel/models/subject_upsert_output.py +10 -18
  491. flywheel/models/sync_user_input.py +22 -38
  492. flywheel/models/tag.py +4 -8
  493. flywheel/models/task_assign.py +7 -13
  494. flywheel/models/task_parent_ref.py +13 -23
  495. flywheel/models/task_parent_ref_input.py +10 -18
  496. flywheel/models/task_submission.py +7 -13
  497. flywheel/models/toolbar_config.py +4 -8
  498. flywheel/models/transitions.py +16 -28
  499. flywheel/models/tree_container_request_spec.py +16 -28
  500. flywheel/models/tree_graph.py +1 -3
  501. flywheel/models/tree_graph_connection.py +13 -23
  502. flywheel/models/tree_graph_connections.py +1 -3
  503. flywheel/models/tree_graph_node.py +4 -8
  504. flywheel/models/tree_response_item.py +1 -3
  505. flywheel/models/uid_check_input_acquisitions.py +13 -23
  506. flywheel/models/uid_check_input_sessions.py +13 -23
  507. flywheel/models/uid_check_output.py +7 -13
  508. flywheel/models/upload_ticket_output.py +10 -18
  509. flywheel/models/upload_token_output.py +4 -8
  510. flywheel/models/user.py +67 -113
  511. flywheel/models/user_api_key.py +10 -18
  512. flywheel/models/user_input.py +37 -63
  513. flywheel/models/user_jobs.py +10 -18
  514. flywheel/models/user_output_id.py +4 -8
  515. flywheel/models/user_preferences.py +1 -3
  516. flywheel/models/user_wechat.py +1 -3
  517. flywheel/models/validation_error.py +10 -18
  518. flywheel/models/validation_rule.py +7 -13
  519. flywheel/models/version.py +25 -43
  520. flywheel/models/view_id_output.py +4 -8
  521. flywheel/models/view_output.py +34 -58
  522. flywheel/models/viewer_app.py +28 -48
  523. flywheel/models/viewer_app_input.py +28 -48
  524. flywheel/models/virus_scan.py +4 -8
  525. flywheel/models/work_in_progress_features.py +1 -3
  526. flywheel/models/zipfile_info.py +7 -13
  527. flywheel/models/zipfile_member_info.py +13 -23
  528. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
  529. flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
  530. flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
  531. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
  532. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
@@ -216,137 +216,7 @@ class Features(object):
216
216
  }
217
217
 
218
218
  def __init__(self, acquisition_label_uniqueness_idx=True, api_enabled_gear_rules=True, auth0=None, audit_trail=False, azureml_integration=False, cold_job_logs=False, collections=False, copy_by_reference=True, core_api=True, crawler=False, cvat=False, data_views_non_21_cfr=True, default_viewer_apps=True, deid_log=False, deid_profile=False, dimse=False, elastic_search_primary=False, exchange=False, exchange_admin=False, external_routing=False, gear_access=True, google_analytics=True, healthcare_api=False, job_ask=True, job_prioritization=True, job_tickets=True, jupyter_integration=False, jupyterhub_external_storage=True, ldap_sync=False, multifactor_auth=False, multipart_signed_url=True, multiproject=False, ohif_multi_subject_view=False, ohif_meteor=False, ohif_react=False, ohif_slice_order=None, ohif_v2_adhoc_indexing=True, ohif_v3=True, ohif_v3_default_app=False, ohif_v3_readonly=False, project_list_uses_stats=True, project_locking=False, reader_tasks=False, rts_sync=False, sentry_logging=None, shared_projects=False, signed_url=False, study_task_status=False, tagging=False, tags_in_lists=True, task_manager_data_views=True, transform_search_fields=True, unsafe_login=False, url_access_apps=False, userpilot=None, validate_classification=True, engine_validate_classification=False, virus_scan=False, tasks_refactor=False, bulk_import_deid=False, case_uploader=False, legacy_dicom_uploader=False, project_export=True, project_import=True): # noqa: E501
219
- """Features - a model defined in Swagger
220
-
221
- :param acquisition_label_uniqueness_idx:, defaults to True
222
- :type acquisition_label_uniqueness_idx: bool, optional
223
- :param api_enabled_gear_rules:, defaults to True
224
- :type api_enabled_gear_rules: bool, optional
225
- :param auth0:, defaults to None
226
- :type auth0: bool, optional
227
- :param audit_trail:, defaults to False
228
- :type audit_trail: bool, optional
229
- :param azureml_integration:, defaults to False
230
- :type azureml_integration: bool, optional
231
- :param cold_job_logs:, defaults to False
232
- :type cold_job_logs: bool, optional
233
- :param collections:, defaults to False
234
- :type collections: bool, optional
235
- :param copy_by_reference:, defaults to True
236
- :type copy_by_reference: bool, optional
237
- :param core_api:, defaults to True
238
- :type core_api: bool, optional
239
- :param crawler:, defaults to False
240
- :type crawler: bool, optional
241
- :param cvat:, defaults to False
242
- :type cvat: bool, optional
243
- :param data_views_non_21_cfr:, defaults to True
244
- :type data_views_non_21_cfr: bool, optional
245
- :param default_viewer_apps:, defaults to True
246
- :type default_viewer_apps: bool, optional
247
- :param deid_log:, defaults to False
248
- :type deid_log: bool, optional
249
- :param deid_profile:, defaults to False
250
- :type deid_profile: bool, optional
251
- :param dimse:, defaults to False
252
- :type dimse: bool, optional
253
- :param elastic_search_primary:, defaults to False
254
- :type elastic_search_primary: bool, optional
255
- :param exchange:, defaults to False
256
- :type exchange: bool, optional
257
- :param exchange_admin:, defaults to False
258
- :type exchange_admin: bool, optional
259
- :param external_routing:, defaults to False
260
- :type external_routing: bool, optional
261
- :param gear_access:, defaults to True
262
- :type gear_access: bool, optional
263
- :param google_analytics:, defaults to True
264
- :type google_analytics: bool, optional
265
- :param healthcare_api:, defaults to False
266
- :type healthcare_api: bool, optional
267
- :param job_ask:, defaults to True
268
- :type job_ask: bool, optional
269
- :param job_prioritization:, defaults to True
270
- :type job_prioritization: bool, optional
271
- :param job_tickets:, defaults to True
272
- :type job_tickets: bool, optional
273
- :param jupyter_integration:, defaults to False
274
- :type jupyter_integration: bool, optional
275
- :param jupyterhub_external_storage:, defaults to True
276
- :type jupyterhub_external_storage: bool, optional
277
- :param ldap_sync:, defaults to False
278
- :type ldap_sync: bool, optional
279
- :param multifactor_auth:, defaults to False
280
- :type multifactor_auth: bool, optional
281
- :param multipart_signed_url:, defaults to True
282
- :type multipart_signed_url: bool, optional
283
- :param multiproject:, defaults to False
284
- :type multiproject: bool, optional
285
- :param ohif_multi_subject_view:, defaults to False
286
- :type ohif_multi_subject_view: bool, optional
287
- :param ohif_meteor:, defaults to False
288
- :type ohif_meteor: bool, optional
289
- :param ohif_react:, defaults to False
290
- :type ohif_react: bool, optional
291
- :param ohif_slice_order:, defaults to None
292
- :type ohif_slice_order: str, optional
293
- :param ohif_v2_adhoc_indexing:, defaults to True
294
- :type ohif_v2_adhoc_indexing: bool, optional
295
- :param ohif_v3:, defaults to True
296
- :type ohif_v3: bool, optional
297
- :param ohif_v3_default_app:, defaults to False
298
- :type ohif_v3_default_app: bool, optional
299
- :param ohif_v3_readonly:, defaults to False
300
- :type ohif_v3_readonly: bool, optional
301
- :param project_list_uses_stats:, defaults to True
302
- :type project_list_uses_stats: bool, optional
303
- :param project_locking:, defaults to False
304
- :type project_locking: bool, optional
305
- :param reader_tasks:, defaults to False
306
- :type reader_tasks: bool, optional
307
- :param rts_sync:, defaults to False
308
- :type rts_sync: bool, optional
309
- :param sentry_logging:, defaults to None
310
- :type sentry_logging: bool, optional
311
- :param shared_projects:, defaults to False
312
- :type shared_projects: bool, optional
313
- :param signed_url:, defaults to False
314
- :type signed_url: bool, optional
315
- :param study_task_status:, defaults to False
316
- :type study_task_status: bool, optional
317
- :param tagging:, defaults to False
318
- :type tagging: bool, optional
319
- :param tags_in_lists:, defaults to True
320
- :type tags_in_lists: bool, optional
321
- :param task_manager_data_views:, defaults to True
322
- :type task_manager_data_views: bool, optional
323
- :param transform_search_fields:, defaults to True
324
- :type transform_search_fields: bool, optional
325
- :param unsafe_login:, defaults to False
326
- :type unsafe_login: bool, optional
327
- :param url_access_apps:, defaults to False
328
- :type url_access_apps: bool, optional
329
- :param userpilot:, defaults to None
330
- :type userpilot: bool, optional
331
- :param validate_classification:, defaults to True
332
- :type validate_classification: bool, optional
333
- :param engine_validate_classification:, defaults to False
334
- :type engine_validate_classification: bool, optional
335
- :param virus_scan:, defaults to False
336
- :type virus_scan: bool, optional
337
- :param tasks_refactor:, defaults to False
338
- :type tasks_refactor: bool, optional
339
- :param bulk_import_deid:, defaults to False
340
- :type bulk_import_deid: bool, optional
341
- :param case_uploader:, defaults to False
342
- :type case_uploader: bool, optional
343
- :param legacy_dicom_uploader:, defaults to False
344
- :type legacy_dicom_uploader: bool, optional
345
- :param project_export:, defaults to True
346
- :type project_export: bool, optional
347
- :param project_import:, defaults to True
348
- :type project_import: bool, optional
349
- """
219
+ """Features - a model defined in Swagger"""
350
220
  super(Features, self).__init__()
351
221
 
352
222
  self._acquisition_label_uniqueness_idx = None
@@ -550,7 +420,7 @@ class Features(object):
550
420
  """Gets the acquisition_label_uniqueness_idx of this Features.
551
421
 
552
422
 
553
- :return: The acquisition_label_uniqueness_idx of this Features
423
+ :return: The acquisition_label_uniqueness_idx of this Features.
554
424
  :rtype: bool
555
425
  """
556
426
  return self._acquisition_label_uniqueness_idx
@@ -560,8 +430,8 @@ class Features(object):
560
430
  """Sets the acquisition_label_uniqueness_idx of this Features.
561
431
 
562
432
 
563
- :param acquisition_label_uniqueness_idx: The acquisition_label_uniqueness_idx of this Features
564
- :type acquisition_label_uniqueness_idx: bool
433
+ :param acquisition_label_uniqueness_idx: The acquisition_label_uniqueness_idx of this Features. # noqa: E501
434
+ :type: bool
565
435
  """
566
436
 
567
437
  self._acquisition_label_uniqueness_idx = acquisition_label_uniqueness_idx
@@ -571,7 +441,7 @@ class Features(object):
571
441
  """Gets the api_enabled_gear_rules of this Features.
572
442
 
573
443
 
574
- :return: The api_enabled_gear_rules of this Features
444
+ :return: The api_enabled_gear_rules of this Features.
575
445
  :rtype: bool
576
446
  """
577
447
  return self._api_enabled_gear_rules
@@ -581,8 +451,8 @@ class Features(object):
581
451
  """Sets the api_enabled_gear_rules of this Features.
582
452
 
583
453
 
584
- :param api_enabled_gear_rules: The api_enabled_gear_rules of this Features
585
- :type api_enabled_gear_rules: bool
454
+ :param api_enabled_gear_rules: The api_enabled_gear_rules of this Features. # noqa: E501
455
+ :type: bool
586
456
  """
587
457
 
588
458
  self._api_enabled_gear_rules = api_enabled_gear_rules
@@ -592,7 +462,7 @@ class Features(object):
592
462
  """Gets the auth0 of this Features.
593
463
 
594
464
 
595
- :return: The auth0 of this Features
465
+ :return: The auth0 of this Features.
596
466
  :rtype: bool
597
467
  """
598
468
  return self._auth0
@@ -602,8 +472,8 @@ class Features(object):
602
472
  """Sets the auth0 of this Features.
603
473
 
604
474
 
605
- :param auth0: The auth0 of this Features
606
- :type auth0: bool
475
+ :param auth0: The auth0 of this Features. # noqa: E501
476
+ :type: bool
607
477
  """
608
478
 
609
479
  self._auth0 = auth0
@@ -613,7 +483,7 @@ class Features(object):
613
483
  """Gets the audit_trail of this Features.
614
484
 
615
485
 
616
- :return: The audit_trail of this Features
486
+ :return: The audit_trail of this Features.
617
487
  :rtype: bool
618
488
  """
619
489
  return self._audit_trail
@@ -623,8 +493,8 @@ class Features(object):
623
493
  """Sets the audit_trail of this Features.
624
494
 
625
495
 
626
- :param audit_trail: The audit_trail of this Features
627
- :type audit_trail: bool
496
+ :param audit_trail: The audit_trail of this Features. # noqa: E501
497
+ :type: bool
628
498
  """
629
499
 
630
500
  self._audit_trail = audit_trail
@@ -634,7 +504,7 @@ class Features(object):
634
504
  """Gets the azureml_integration of this Features.
635
505
 
636
506
 
637
- :return: The azureml_integration of this Features
507
+ :return: The azureml_integration of this Features.
638
508
  :rtype: bool
639
509
  """
640
510
  return self._azureml_integration
@@ -644,8 +514,8 @@ class Features(object):
644
514
  """Sets the azureml_integration of this Features.
645
515
 
646
516
 
647
- :param azureml_integration: The azureml_integration of this Features
648
- :type azureml_integration: bool
517
+ :param azureml_integration: The azureml_integration of this Features. # noqa: E501
518
+ :type: bool
649
519
  """
650
520
 
651
521
  self._azureml_integration = azureml_integration
@@ -655,7 +525,7 @@ class Features(object):
655
525
  """Gets the cold_job_logs of this Features.
656
526
 
657
527
 
658
- :return: The cold_job_logs of this Features
528
+ :return: The cold_job_logs of this Features.
659
529
  :rtype: bool
660
530
  """
661
531
  return self._cold_job_logs
@@ -665,8 +535,8 @@ class Features(object):
665
535
  """Sets the cold_job_logs of this Features.
666
536
 
667
537
 
668
- :param cold_job_logs: The cold_job_logs of this Features
669
- :type cold_job_logs: bool
538
+ :param cold_job_logs: The cold_job_logs of this Features. # noqa: E501
539
+ :type: bool
670
540
  """
671
541
 
672
542
  self._cold_job_logs = cold_job_logs
@@ -676,7 +546,7 @@ class Features(object):
676
546
  """Gets the collections of this Features.
677
547
 
678
548
 
679
- :return: The collections of this Features
549
+ :return: The collections of this Features.
680
550
  :rtype: bool
681
551
  """
682
552
  return self._collections
@@ -686,8 +556,8 @@ class Features(object):
686
556
  """Sets the collections of this Features.
687
557
 
688
558
 
689
- :param collections: The collections of this Features
690
- :type collections: bool
559
+ :param collections: The collections of this Features. # noqa: E501
560
+ :type: bool
691
561
  """
692
562
 
693
563
  self._collections = collections
@@ -697,7 +567,7 @@ class Features(object):
697
567
  """Gets the copy_by_reference of this Features.
698
568
 
699
569
 
700
- :return: The copy_by_reference of this Features
570
+ :return: The copy_by_reference of this Features.
701
571
  :rtype: bool
702
572
  """
703
573
  return self._copy_by_reference
@@ -707,8 +577,8 @@ class Features(object):
707
577
  """Sets the copy_by_reference of this Features.
708
578
 
709
579
 
710
- :param copy_by_reference: The copy_by_reference of this Features
711
- :type copy_by_reference: bool
580
+ :param copy_by_reference: The copy_by_reference of this Features. # noqa: E501
581
+ :type: bool
712
582
  """
713
583
 
714
584
  self._copy_by_reference = copy_by_reference
@@ -718,7 +588,7 @@ class Features(object):
718
588
  """Gets the core_api of this Features.
719
589
 
720
590
 
721
- :return: The core_api of this Features
591
+ :return: The core_api of this Features.
722
592
  :rtype: bool
723
593
  """
724
594
  return self._core_api
@@ -728,8 +598,8 @@ class Features(object):
728
598
  """Sets the core_api of this Features.
729
599
 
730
600
 
731
- :param core_api: The core_api of this Features
732
- :type core_api: bool
601
+ :param core_api: The core_api of this Features. # noqa: E501
602
+ :type: bool
733
603
  """
734
604
 
735
605
  self._core_api = core_api
@@ -739,7 +609,7 @@ class Features(object):
739
609
  """Gets the crawler of this Features.
740
610
 
741
611
 
742
- :return: The crawler of this Features
612
+ :return: The crawler of this Features.
743
613
  :rtype: bool
744
614
  """
745
615
  return self._crawler
@@ -749,8 +619,8 @@ class Features(object):
749
619
  """Sets the crawler of this Features.
750
620
 
751
621
 
752
- :param crawler: The crawler of this Features
753
- :type crawler: bool
622
+ :param crawler: The crawler of this Features. # noqa: E501
623
+ :type: bool
754
624
  """
755
625
 
756
626
  self._crawler = crawler
@@ -760,7 +630,7 @@ class Features(object):
760
630
  """Gets the cvat of this Features.
761
631
 
762
632
 
763
- :return: The cvat of this Features
633
+ :return: The cvat of this Features.
764
634
  :rtype: bool
765
635
  """
766
636
  return self._cvat
@@ -770,8 +640,8 @@ class Features(object):
770
640
  """Sets the cvat of this Features.
771
641
 
772
642
 
773
- :param cvat: The cvat of this Features
774
- :type cvat: bool
643
+ :param cvat: The cvat of this Features. # noqa: E501
644
+ :type: bool
775
645
  """
776
646
 
777
647
  self._cvat = cvat
@@ -781,7 +651,7 @@ class Features(object):
781
651
  """Gets the data_views_non_21_cfr of this Features.
782
652
 
783
653
 
784
- :return: The data_views_non_21_cfr of this Features
654
+ :return: The data_views_non_21_cfr of this Features.
785
655
  :rtype: bool
786
656
  """
787
657
  return self._data_views_non_21_cfr
@@ -791,8 +661,8 @@ class Features(object):
791
661
  """Sets the data_views_non_21_cfr of this Features.
792
662
 
793
663
 
794
- :param data_views_non_21_cfr: The data_views_non_21_cfr of this Features
795
- :type data_views_non_21_cfr: bool
664
+ :param data_views_non_21_cfr: The data_views_non_21_cfr of this Features. # noqa: E501
665
+ :type: bool
796
666
  """
797
667
 
798
668
  self._data_views_non_21_cfr = data_views_non_21_cfr
@@ -802,7 +672,7 @@ class Features(object):
802
672
  """Gets the default_viewer_apps of this Features.
803
673
 
804
674
 
805
- :return: The default_viewer_apps of this Features
675
+ :return: The default_viewer_apps of this Features.
806
676
  :rtype: bool
807
677
  """
808
678
  return self._default_viewer_apps
@@ -812,8 +682,8 @@ class Features(object):
812
682
  """Sets the default_viewer_apps of this Features.
813
683
 
814
684
 
815
- :param default_viewer_apps: The default_viewer_apps of this Features
816
- :type default_viewer_apps: bool
685
+ :param default_viewer_apps: The default_viewer_apps of this Features. # noqa: E501
686
+ :type: bool
817
687
  """
818
688
 
819
689
  self._default_viewer_apps = default_viewer_apps
@@ -823,7 +693,7 @@ class Features(object):
823
693
  """Gets the deid_log of this Features.
824
694
 
825
695
 
826
- :return: The deid_log of this Features
696
+ :return: The deid_log of this Features.
827
697
  :rtype: bool
828
698
  """
829
699
  return self._deid_log
@@ -833,8 +703,8 @@ class Features(object):
833
703
  """Sets the deid_log of this Features.
834
704
 
835
705
 
836
- :param deid_log: The deid_log of this Features
837
- :type deid_log: bool
706
+ :param deid_log: The deid_log of this Features. # noqa: E501
707
+ :type: bool
838
708
  """
839
709
 
840
710
  self._deid_log = deid_log
@@ -844,7 +714,7 @@ class Features(object):
844
714
  """Gets the deid_profile of this Features.
845
715
 
846
716
 
847
- :return: The deid_profile of this Features
717
+ :return: The deid_profile of this Features.
848
718
  :rtype: bool
849
719
  """
850
720
  return self._deid_profile
@@ -854,8 +724,8 @@ class Features(object):
854
724
  """Sets the deid_profile of this Features.
855
725
 
856
726
 
857
- :param deid_profile: The deid_profile of this Features
858
- :type deid_profile: bool
727
+ :param deid_profile: The deid_profile of this Features. # noqa: E501
728
+ :type: bool
859
729
  """
860
730
 
861
731
  self._deid_profile = deid_profile
@@ -865,7 +735,7 @@ class Features(object):
865
735
  """Gets the dimse of this Features.
866
736
 
867
737
 
868
- :return: The dimse of this Features
738
+ :return: The dimse of this Features.
869
739
  :rtype: bool
870
740
  """
871
741
  return self._dimse
@@ -875,8 +745,8 @@ class Features(object):
875
745
  """Sets the dimse of this Features.
876
746
 
877
747
 
878
- :param dimse: The dimse of this Features
879
- :type dimse: bool
748
+ :param dimse: The dimse of this Features. # noqa: E501
749
+ :type: bool
880
750
  """
881
751
 
882
752
  self._dimse = dimse
@@ -886,7 +756,7 @@ class Features(object):
886
756
  """Gets the elastic_search_primary of this Features.
887
757
 
888
758
 
889
- :return: The elastic_search_primary of this Features
759
+ :return: The elastic_search_primary of this Features.
890
760
  :rtype: bool
891
761
  """
892
762
  return self._elastic_search_primary
@@ -896,8 +766,8 @@ class Features(object):
896
766
  """Sets the elastic_search_primary of this Features.
897
767
 
898
768
 
899
- :param elastic_search_primary: The elastic_search_primary of this Features
900
- :type elastic_search_primary: bool
769
+ :param elastic_search_primary: The elastic_search_primary of this Features. # noqa: E501
770
+ :type: bool
901
771
  """
902
772
 
903
773
  self._elastic_search_primary = elastic_search_primary
@@ -907,7 +777,7 @@ class Features(object):
907
777
  """Gets the exchange of this Features.
908
778
 
909
779
 
910
- :return: The exchange of this Features
780
+ :return: The exchange of this Features.
911
781
  :rtype: bool
912
782
  """
913
783
  return self._exchange
@@ -917,8 +787,8 @@ class Features(object):
917
787
  """Sets the exchange of this Features.
918
788
 
919
789
 
920
- :param exchange: The exchange of this Features
921
- :type exchange: bool
790
+ :param exchange: The exchange of this Features. # noqa: E501
791
+ :type: bool
922
792
  """
923
793
 
924
794
  self._exchange = exchange
@@ -928,7 +798,7 @@ class Features(object):
928
798
  """Gets the exchange_admin of this Features.
929
799
 
930
800
 
931
- :return: The exchange_admin of this Features
801
+ :return: The exchange_admin of this Features.
932
802
  :rtype: bool
933
803
  """
934
804
  return self._exchange_admin
@@ -938,8 +808,8 @@ class Features(object):
938
808
  """Sets the exchange_admin of this Features.
939
809
 
940
810
 
941
- :param exchange_admin: The exchange_admin of this Features
942
- :type exchange_admin: bool
811
+ :param exchange_admin: The exchange_admin of this Features. # noqa: E501
812
+ :type: bool
943
813
  """
944
814
 
945
815
  self._exchange_admin = exchange_admin
@@ -949,7 +819,7 @@ class Features(object):
949
819
  """Gets the external_routing of this Features.
950
820
 
951
821
 
952
- :return: The external_routing of this Features
822
+ :return: The external_routing of this Features.
953
823
  :rtype: bool
954
824
  """
955
825
  return self._external_routing
@@ -959,8 +829,8 @@ class Features(object):
959
829
  """Sets the external_routing of this Features.
960
830
 
961
831
 
962
- :param external_routing: The external_routing of this Features
963
- :type external_routing: bool
832
+ :param external_routing: The external_routing of this Features. # noqa: E501
833
+ :type: bool
964
834
  """
965
835
 
966
836
  self._external_routing = external_routing
@@ -970,7 +840,7 @@ class Features(object):
970
840
  """Gets the gear_access of this Features.
971
841
 
972
842
 
973
- :return: The gear_access of this Features
843
+ :return: The gear_access of this Features.
974
844
  :rtype: bool
975
845
  """
976
846
  return self._gear_access
@@ -980,8 +850,8 @@ class Features(object):
980
850
  """Sets the gear_access of this Features.
981
851
 
982
852
 
983
- :param gear_access: The gear_access of this Features
984
- :type gear_access: bool
853
+ :param gear_access: The gear_access of this Features. # noqa: E501
854
+ :type: bool
985
855
  """
986
856
 
987
857
  self._gear_access = gear_access
@@ -991,7 +861,7 @@ class Features(object):
991
861
  """Gets the google_analytics of this Features.
992
862
 
993
863
 
994
- :return: The google_analytics of this Features
864
+ :return: The google_analytics of this Features.
995
865
  :rtype: bool
996
866
  """
997
867
  return self._google_analytics
@@ -1001,8 +871,8 @@ class Features(object):
1001
871
  """Sets the google_analytics of this Features.
1002
872
 
1003
873
 
1004
- :param google_analytics: The google_analytics of this Features
1005
- :type google_analytics: bool
874
+ :param google_analytics: The google_analytics of this Features. # noqa: E501
875
+ :type: bool
1006
876
  """
1007
877
 
1008
878
  self._google_analytics = google_analytics
@@ -1012,7 +882,7 @@ class Features(object):
1012
882
  """Gets the healthcare_api of this Features.
1013
883
 
1014
884
 
1015
- :return: The healthcare_api of this Features
885
+ :return: The healthcare_api of this Features.
1016
886
  :rtype: bool
1017
887
  """
1018
888
  return self._healthcare_api
@@ -1022,8 +892,8 @@ class Features(object):
1022
892
  """Sets the healthcare_api of this Features.
1023
893
 
1024
894
 
1025
- :param healthcare_api: The healthcare_api of this Features
1026
- :type healthcare_api: bool
895
+ :param healthcare_api: The healthcare_api of this Features. # noqa: E501
896
+ :type: bool
1027
897
  """
1028
898
 
1029
899
  self._healthcare_api = healthcare_api
@@ -1033,7 +903,7 @@ class Features(object):
1033
903
  """Gets the job_ask of this Features.
1034
904
 
1035
905
 
1036
- :return: The job_ask of this Features
906
+ :return: The job_ask of this Features.
1037
907
  :rtype: bool
1038
908
  """
1039
909
  return self._job_ask
@@ -1043,8 +913,8 @@ class Features(object):
1043
913
  """Sets the job_ask of this Features.
1044
914
 
1045
915
 
1046
- :param job_ask: The job_ask of this Features
1047
- :type job_ask: bool
916
+ :param job_ask: The job_ask of this Features. # noqa: E501
917
+ :type: bool
1048
918
  """
1049
919
 
1050
920
  self._job_ask = job_ask
@@ -1054,7 +924,7 @@ class Features(object):
1054
924
  """Gets the job_prioritization of this Features.
1055
925
 
1056
926
 
1057
- :return: The job_prioritization of this Features
927
+ :return: The job_prioritization of this Features.
1058
928
  :rtype: bool
1059
929
  """
1060
930
  return self._job_prioritization
@@ -1064,8 +934,8 @@ class Features(object):
1064
934
  """Sets the job_prioritization of this Features.
1065
935
 
1066
936
 
1067
- :param job_prioritization: The job_prioritization of this Features
1068
- :type job_prioritization: bool
937
+ :param job_prioritization: The job_prioritization of this Features. # noqa: E501
938
+ :type: bool
1069
939
  """
1070
940
 
1071
941
  self._job_prioritization = job_prioritization
@@ -1075,7 +945,7 @@ class Features(object):
1075
945
  """Gets the job_tickets of this Features.
1076
946
 
1077
947
 
1078
- :return: The job_tickets of this Features
948
+ :return: The job_tickets of this Features.
1079
949
  :rtype: bool
1080
950
  """
1081
951
  return self._job_tickets
@@ -1085,8 +955,8 @@ class Features(object):
1085
955
  """Sets the job_tickets of this Features.
1086
956
 
1087
957
 
1088
- :param job_tickets: The job_tickets of this Features
1089
- :type job_tickets: bool
958
+ :param job_tickets: The job_tickets of this Features. # noqa: E501
959
+ :type: bool
1090
960
  """
1091
961
 
1092
962
  self._job_tickets = job_tickets
@@ -1096,7 +966,7 @@ class Features(object):
1096
966
  """Gets the jupyter_integration of this Features.
1097
967
 
1098
968
 
1099
- :return: The jupyter_integration of this Features
969
+ :return: The jupyter_integration of this Features.
1100
970
  :rtype: bool
1101
971
  """
1102
972
  return self._jupyter_integration
@@ -1106,8 +976,8 @@ class Features(object):
1106
976
  """Sets the jupyter_integration of this Features.
1107
977
 
1108
978
 
1109
- :param jupyter_integration: The jupyter_integration of this Features
1110
- :type jupyter_integration: bool
979
+ :param jupyter_integration: The jupyter_integration of this Features. # noqa: E501
980
+ :type: bool
1111
981
  """
1112
982
 
1113
983
  self._jupyter_integration = jupyter_integration
@@ -1117,7 +987,7 @@ class Features(object):
1117
987
  """Gets the jupyterhub_external_storage of this Features.
1118
988
 
1119
989
 
1120
- :return: The jupyterhub_external_storage of this Features
990
+ :return: The jupyterhub_external_storage of this Features.
1121
991
  :rtype: bool
1122
992
  """
1123
993
  return self._jupyterhub_external_storage
@@ -1127,8 +997,8 @@ class Features(object):
1127
997
  """Sets the jupyterhub_external_storage of this Features.
1128
998
 
1129
999
 
1130
- :param jupyterhub_external_storage: The jupyterhub_external_storage of this Features
1131
- :type jupyterhub_external_storage: bool
1000
+ :param jupyterhub_external_storage: The jupyterhub_external_storage of this Features. # noqa: E501
1001
+ :type: bool
1132
1002
  """
1133
1003
 
1134
1004
  self._jupyterhub_external_storage = jupyterhub_external_storage
@@ -1138,7 +1008,7 @@ class Features(object):
1138
1008
  """Gets the ldap_sync of this Features.
1139
1009
 
1140
1010
 
1141
- :return: The ldap_sync of this Features
1011
+ :return: The ldap_sync of this Features.
1142
1012
  :rtype: bool
1143
1013
  """
1144
1014
  return self._ldap_sync
@@ -1148,8 +1018,8 @@ class Features(object):
1148
1018
  """Sets the ldap_sync of this Features.
1149
1019
 
1150
1020
 
1151
- :param ldap_sync: The ldap_sync of this Features
1152
- :type ldap_sync: bool
1021
+ :param ldap_sync: The ldap_sync of this Features. # noqa: E501
1022
+ :type: bool
1153
1023
  """
1154
1024
 
1155
1025
  self._ldap_sync = ldap_sync
@@ -1159,7 +1029,7 @@ class Features(object):
1159
1029
  """Gets the multifactor_auth of this Features.
1160
1030
 
1161
1031
 
1162
- :return: The multifactor_auth of this Features
1032
+ :return: The multifactor_auth of this Features.
1163
1033
  :rtype: bool
1164
1034
  """
1165
1035
  return self._multifactor_auth
@@ -1169,8 +1039,8 @@ class Features(object):
1169
1039
  """Sets the multifactor_auth of this Features.
1170
1040
 
1171
1041
 
1172
- :param multifactor_auth: The multifactor_auth of this Features
1173
- :type multifactor_auth: bool
1042
+ :param multifactor_auth: The multifactor_auth of this Features. # noqa: E501
1043
+ :type: bool
1174
1044
  """
1175
1045
 
1176
1046
  self._multifactor_auth = multifactor_auth
@@ -1180,7 +1050,7 @@ class Features(object):
1180
1050
  """Gets the multipart_signed_url of this Features.
1181
1051
 
1182
1052
 
1183
- :return: The multipart_signed_url of this Features
1053
+ :return: The multipart_signed_url of this Features.
1184
1054
  :rtype: bool
1185
1055
  """
1186
1056
  return self._multipart_signed_url
@@ -1190,8 +1060,8 @@ class Features(object):
1190
1060
  """Sets the multipart_signed_url of this Features.
1191
1061
 
1192
1062
 
1193
- :param multipart_signed_url: The multipart_signed_url of this Features
1194
- :type multipart_signed_url: bool
1063
+ :param multipart_signed_url: The multipart_signed_url of this Features. # noqa: E501
1064
+ :type: bool
1195
1065
  """
1196
1066
 
1197
1067
  self._multipart_signed_url = multipart_signed_url
@@ -1201,7 +1071,7 @@ class Features(object):
1201
1071
  """Gets the multiproject of this Features.
1202
1072
 
1203
1073
 
1204
- :return: The multiproject of this Features
1074
+ :return: The multiproject of this Features.
1205
1075
  :rtype: bool
1206
1076
  """
1207
1077
  return self._multiproject
@@ -1211,8 +1081,8 @@ class Features(object):
1211
1081
  """Sets the multiproject of this Features.
1212
1082
 
1213
1083
 
1214
- :param multiproject: The multiproject of this Features
1215
- :type multiproject: bool
1084
+ :param multiproject: The multiproject of this Features. # noqa: E501
1085
+ :type: bool
1216
1086
  """
1217
1087
 
1218
1088
  self._multiproject = multiproject
@@ -1222,7 +1092,7 @@ class Features(object):
1222
1092
  """Gets the ohif_multi_subject_view of this Features.
1223
1093
 
1224
1094
 
1225
- :return: The ohif_multi_subject_view of this Features
1095
+ :return: The ohif_multi_subject_view of this Features.
1226
1096
  :rtype: bool
1227
1097
  """
1228
1098
  return self._ohif_multi_subject_view
@@ -1232,8 +1102,8 @@ class Features(object):
1232
1102
  """Sets the ohif_multi_subject_view of this Features.
1233
1103
 
1234
1104
 
1235
- :param ohif_multi_subject_view: The ohif_multi_subject_view of this Features
1236
- :type ohif_multi_subject_view: bool
1105
+ :param ohif_multi_subject_view: The ohif_multi_subject_view of this Features. # noqa: E501
1106
+ :type: bool
1237
1107
  """
1238
1108
 
1239
1109
  self._ohif_multi_subject_view = ohif_multi_subject_view
@@ -1243,7 +1113,7 @@ class Features(object):
1243
1113
  """Gets the ohif_meteor of this Features.
1244
1114
 
1245
1115
 
1246
- :return: The ohif_meteor of this Features
1116
+ :return: The ohif_meteor of this Features.
1247
1117
  :rtype: bool
1248
1118
  """
1249
1119
  return self._ohif_meteor
@@ -1253,8 +1123,8 @@ class Features(object):
1253
1123
  """Sets the ohif_meteor of this Features.
1254
1124
 
1255
1125
 
1256
- :param ohif_meteor: The ohif_meteor of this Features
1257
- :type ohif_meteor: bool
1126
+ :param ohif_meteor: The ohif_meteor of this Features. # noqa: E501
1127
+ :type: bool
1258
1128
  """
1259
1129
 
1260
1130
  self._ohif_meteor = ohif_meteor
@@ -1264,7 +1134,7 @@ class Features(object):
1264
1134
  """Gets the ohif_react of this Features.
1265
1135
 
1266
1136
 
1267
- :return: The ohif_react of this Features
1137
+ :return: The ohif_react of this Features.
1268
1138
  :rtype: bool
1269
1139
  """
1270
1140
  return self._ohif_react
@@ -1274,8 +1144,8 @@ class Features(object):
1274
1144
  """Sets the ohif_react of this Features.
1275
1145
 
1276
1146
 
1277
- :param ohif_react: The ohif_react of this Features
1278
- :type ohif_react: bool
1147
+ :param ohif_react: The ohif_react of this Features. # noqa: E501
1148
+ :type: bool
1279
1149
  """
1280
1150
 
1281
1151
  self._ohif_react = ohif_react
@@ -1285,7 +1155,7 @@ class Features(object):
1285
1155
  """Gets the ohif_slice_order of this Features.
1286
1156
 
1287
1157
 
1288
- :return: The ohif_slice_order of this Features
1158
+ :return: The ohif_slice_order of this Features.
1289
1159
  :rtype: str
1290
1160
  """
1291
1161
  return self._ohif_slice_order
@@ -1295,8 +1165,8 @@ class Features(object):
1295
1165
  """Sets the ohif_slice_order of this Features.
1296
1166
 
1297
1167
 
1298
- :param ohif_slice_order: The ohif_slice_order of this Features
1299
- :type ohif_slice_order: str
1168
+ :param ohif_slice_order: The ohif_slice_order of this Features. # noqa: E501
1169
+ :type: str
1300
1170
  """
1301
1171
 
1302
1172
  self._ohif_slice_order = ohif_slice_order
@@ -1306,7 +1176,7 @@ class Features(object):
1306
1176
  """Gets the ohif_v2_adhoc_indexing of this Features.
1307
1177
 
1308
1178
 
1309
- :return: The ohif_v2_adhoc_indexing of this Features
1179
+ :return: The ohif_v2_adhoc_indexing of this Features.
1310
1180
  :rtype: bool
1311
1181
  """
1312
1182
  return self._ohif_v2_adhoc_indexing
@@ -1316,8 +1186,8 @@ class Features(object):
1316
1186
  """Sets the ohif_v2_adhoc_indexing of this Features.
1317
1187
 
1318
1188
 
1319
- :param ohif_v2_adhoc_indexing: The ohif_v2_adhoc_indexing of this Features
1320
- :type ohif_v2_adhoc_indexing: bool
1189
+ :param ohif_v2_adhoc_indexing: The ohif_v2_adhoc_indexing of this Features. # noqa: E501
1190
+ :type: bool
1321
1191
  """
1322
1192
 
1323
1193
  self._ohif_v2_adhoc_indexing = ohif_v2_adhoc_indexing
@@ -1327,7 +1197,7 @@ class Features(object):
1327
1197
  """Gets the ohif_v3 of this Features.
1328
1198
 
1329
1199
 
1330
- :return: The ohif_v3 of this Features
1200
+ :return: The ohif_v3 of this Features.
1331
1201
  :rtype: bool
1332
1202
  """
1333
1203
  return self._ohif_v3
@@ -1337,8 +1207,8 @@ class Features(object):
1337
1207
  """Sets the ohif_v3 of this Features.
1338
1208
 
1339
1209
 
1340
- :param ohif_v3: The ohif_v3 of this Features
1341
- :type ohif_v3: bool
1210
+ :param ohif_v3: The ohif_v3 of this Features. # noqa: E501
1211
+ :type: bool
1342
1212
  """
1343
1213
 
1344
1214
  self._ohif_v3 = ohif_v3
@@ -1348,7 +1218,7 @@ class Features(object):
1348
1218
  """Gets the ohif_v3_default_app of this Features.
1349
1219
 
1350
1220
 
1351
- :return: The ohif_v3_default_app of this Features
1221
+ :return: The ohif_v3_default_app of this Features.
1352
1222
  :rtype: bool
1353
1223
  """
1354
1224
  return self._ohif_v3_default_app
@@ -1358,8 +1228,8 @@ class Features(object):
1358
1228
  """Sets the ohif_v3_default_app of this Features.
1359
1229
 
1360
1230
 
1361
- :param ohif_v3_default_app: The ohif_v3_default_app of this Features
1362
- :type ohif_v3_default_app: bool
1231
+ :param ohif_v3_default_app: The ohif_v3_default_app of this Features. # noqa: E501
1232
+ :type: bool
1363
1233
  """
1364
1234
 
1365
1235
  self._ohif_v3_default_app = ohif_v3_default_app
@@ -1369,7 +1239,7 @@ class Features(object):
1369
1239
  """Gets the ohif_v3_readonly of this Features.
1370
1240
 
1371
1241
 
1372
- :return: The ohif_v3_readonly of this Features
1242
+ :return: The ohif_v3_readonly of this Features.
1373
1243
  :rtype: bool
1374
1244
  """
1375
1245
  return self._ohif_v3_readonly
@@ -1379,8 +1249,8 @@ class Features(object):
1379
1249
  """Sets the ohif_v3_readonly of this Features.
1380
1250
 
1381
1251
 
1382
- :param ohif_v3_readonly: The ohif_v3_readonly of this Features
1383
- :type ohif_v3_readonly: bool
1252
+ :param ohif_v3_readonly: The ohif_v3_readonly of this Features. # noqa: E501
1253
+ :type: bool
1384
1254
  """
1385
1255
 
1386
1256
  self._ohif_v3_readonly = ohif_v3_readonly
@@ -1390,7 +1260,7 @@ class Features(object):
1390
1260
  """Gets the project_list_uses_stats of this Features.
1391
1261
 
1392
1262
 
1393
- :return: The project_list_uses_stats of this Features
1263
+ :return: The project_list_uses_stats of this Features.
1394
1264
  :rtype: bool
1395
1265
  """
1396
1266
  return self._project_list_uses_stats
@@ -1400,8 +1270,8 @@ class Features(object):
1400
1270
  """Sets the project_list_uses_stats of this Features.
1401
1271
 
1402
1272
 
1403
- :param project_list_uses_stats: The project_list_uses_stats of this Features
1404
- :type project_list_uses_stats: bool
1273
+ :param project_list_uses_stats: The project_list_uses_stats of this Features. # noqa: E501
1274
+ :type: bool
1405
1275
  """
1406
1276
 
1407
1277
  self._project_list_uses_stats = project_list_uses_stats
@@ -1411,7 +1281,7 @@ class Features(object):
1411
1281
  """Gets the project_locking of this Features.
1412
1282
 
1413
1283
 
1414
- :return: The project_locking of this Features
1284
+ :return: The project_locking of this Features.
1415
1285
  :rtype: bool
1416
1286
  """
1417
1287
  return self._project_locking
@@ -1421,8 +1291,8 @@ class Features(object):
1421
1291
  """Sets the project_locking of this Features.
1422
1292
 
1423
1293
 
1424
- :param project_locking: The project_locking of this Features
1425
- :type project_locking: bool
1294
+ :param project_locking: The project_locking of this Features. # noqa: E501
1295
+ :type: bool
1426
1296
  """
1427
1297
 
1428
1298
  self._project_locking = project_locking
@@ -1432,7 +1302,7 @@ class Features(object):
1432
1302
  """Gets the reader_tasks of this Features.
1433
1303
 
1434
1304
 
1435
- :return: The reader_tasks of this Features
1305
+ :return: The reader_tasks of this Features.
1436
1306
  :rtype: bool
1437
1307
  """
1438
1308
  return self._reader_tasks
@@ -1442,8 +1312,8 @@ class Features(object):
1442
1312
  """Sets the reader_tasks of this Features.
1443
1313
 
1444
1314
 
1445
- :param reader_tasks: The reader_tasks of this Features
1446
- :type reader_tasks: bool
1315
+ :param reader_tasks: The reader_tasks of this Features. # noqa: E501
1316
+ :type: bool
1447
1317
  """
1448
1318
 
1449
1319
  self._reader_tasks = reader_tasks
@@ -1453,7 +1323,7 @@ class Features(object):
1453
1323
  """Gets the rts_sync of this Features.
1454
1324
 
1455
1325
 
1456
- :return: The rts_sync of this Features
1326
+ :return: The rts_sync of this Features.
1457
1327
  :rtype: bool
1458
1328
  """
1459
1329
  return self._rts_sync
@@ -1463,8 +1333,8 @@ class Features(object):
1463
1333
  """Sets the rts_sync of this Features.
1464
1334
 
1465
1335
 
1466
- :param rts_sync: The rts_sync of this Features
1467
- :type rts_sync: bool
1336
+ :param rts_sync: The rts_sync of this Features. # noqa: E501
1337
+ :type: bool
1468
1338
  """
1469
1339
 
1470
1340
  self._rts_sync = rts_sync
@@ -1474,7 +1344,7 @@ class Features(object):
1474
1344
  """Gets the sentry_logging of this Features.
1475
1345
 
1476
1346
 
1477
- :return: The sentry_logging of this Features
1347
+ :return: The sentry_logging of this Features.
1478
1348
  :rtype: bool
1479
1349
  """
1480
1350
  return self._sentry_logging
@@ -1484,8 +1354,8 @@ class Features(object):
1484
1354
  """Sets the sentry_logging of this Features.
1485
1355
 
1486
1356
 
1487
- :param sentry_logging: The sentry_logging of this Features
1488
- :type sentry_logging: bool
1357
+ :param sentry_logging: The sentry_logging of this Features. # noqa: E501
1358
+ :type: bool
1489
1359
  """
1490
1360
 
1491
1361
  self._sentry_logging = sentry_logging
@@ -1495,7 +1365,7 @@ class Features(object):
1495
1365
  """Gets the shared_projects of this Features.
1496
1366
 
1497
1367
 
1498
- :return: The shared_projects of this Features
1368
+ :return: The shared_projects of this Features.
1499
1369
  :rtype: bool
1500
1370
  """
1501
1371
  return self._shared_projects
@@ -1505,8 +1375,8 @@ class Features(object):
1505
1375
  """Sets the shared_projects of this Features.
1506
1376
 
1507
1377
 
1508
- :param shared_projects: The shared_projects of this Features
1509
- :type shared_projects: bool
1378
+ :param shared_projects: The shared_projects of this Features. # noqa: E501
1379
+ :type: bool
1510
1380
  """
1511
1381
 
1512
1382
  self._shared_projects = shared_projects
@@ -1516,7 +1386,7 @@ class Features(object):
1516
1386
  """Gets the signed_url of this Features.
1517
1387
 
1518
1388
 
1519
- :return: The signed_url of this Features
1389
+ :return: The signed_url of this Features.
1520
1390
  :rtype: bool
1521
1391
  """
1522
1392
  return self._signed_url
@@ -1526,8 +1396,8 @@ class Features(object):
1526
1396
  """Sets the signed_url of this Features.
1527
1397
 
1528
1398
 
1529
- :param signed_url: The signed_url of this Features
1530
- :type signed_url: bool
1399
+ :param signed_url: The signed_url of this Features. # noqa: E501
1400
+ :type: bool
1531
1401
  """
1532
1402
 
1533
1403
  self._signed_url = signed_url
@@ -1537,7 +1407,7 @@ class Features(object):
1537
1407
  """Gets the study_task_status of this Features.
1538
1408
 
1539
1409
 
1540
- :return: The study_task_status of this Features
1410
+ :return: The study_task_status of this Features.
1541
1411
  :rtype: bool
1542
1412
  """
1543
1413
  return self._study_task_status
@@ -1547,8 +1417,8 @@ class Features(object):
1547
1417
  """Sets the study_task_status of this Features.
1548
1418
 
1549
1419
 
1550
- :param study_task_status: The study_task_status of this Features
1551
- :type study_task_status: bool
1420
+ :param study_task_status: The study_task_status of this Features. # noqa: E501
1421
+ :type: bool
1552
1422
  """
1553
1423
 
1554
1424
  self._study_task_status = study_task_status
@@ -1558,7 +1428,7 @@ class Features(object):
1558
1428
  """Gets the tagging of this Features.
1559
1429
 
1560
1430
 
1561
- :return: The tagging of this Features
1431
+ :return: The tagging of this Features.
1562
1432
  :rtype: bool
1563
1433
  """
1564
1434
  return self._tagging
@@ -1568,8 +1438,8 @@ class Features(object):
1568
1438
  """Sets the tagging of this Features.
1569
1439
 
1570
1440
 
1571
- :param tagging: The tagging of this Features
1572
- :type tagging: bool
1441
+ :param tagging: The tagging of this Features. # noqa: E501
1442
+ :type: bool
1573
1443
  """
1574
1444
 
1575
1445
  self._tagging = tagging
@@ -1579,7 +1449,7 @@ class Features(object):
1579
1449
  """Gets the tags_in_lists of this Features.
1580
1450
 
1581
1451
 
1582
- :return: The tags_in_lists of this Features
1452
+ :return: The tags_in_lists of this Features.
1583
1453
  :rtype: bool
1584
1454
  """
1585
1455
  return self._tags_in_lists
@@ -1589,8 +1459,8 @@ class Features(object):
1589
1459
  """Sets the tags_in_lists of this Features.
1590
1460
 
1591
1461
 
1592
- :param tags_in_lists: The tags_in_lists of this Features
1593
- :type tags_in_lists: bool
1462
+ :param tags_in_lists: The tags_in_lists of this Features. # noqa: E501
1463
+ :type: bool
1594
1464
  """
1595
1465
 
1596
1466
  self._tags_in_lists = tags_in_lists
@@ -1600,7 +1470,7 @@ class Features(object):
1600
1470
  """Gets the task_manager_data_views of this Features.
1601
1471
 
1602
1472
 
1603
- :return: The task_manager_data_views of this Features
1473
+ :return: The task_manager_data_views of this Features.
1604
1474
  :rtype: bool
1605
1475
  """
1606
1476
  return self._task_manager_data_views
@@ -1610,8 +1480,8 @@ class Features(object):
1610
1480
  """Sets the task_manager_data_views of this Features.
1611
1481
 
1612
1482
 
1613
- :param task_manager_data_views: The task_manager_data_views of this Features
1614
- :type task_manager_data_views: bool
1483
+ :param task_manager_data_views: The task_manager_data_views of this Features. # noqa: E501
1484
+ :type: bool
1615
1485
  """
1616
1486
 
1617
1487
  self._task_manager_data_views = task_manager_data_views
@@ -1621,7 +1491,7 @@ class Features(object):
1621
1491
  """Gets the transform_search_fields of this Features.
1622
1492
 
1623
1493
 
1624
- :return: The transform_search_fields of this Features
1494
+ :return: The transform_search_fields of this Features.
1625
1495
  :rtype: bool
1626
1496
  """
1627
1497
  return self._transform_search_fields
@@ -1631,8 +1501,8 @@ class Features(object):
1631
1501
  """Sets the transform_search_fields of this Features.
1632
1502
 
1633
1503
 
1634
- :param transform_search_fields: The transform_search_fields of this Features
1635
- :type transform_search_fields: bool
1504
+ :param transform_search_fields: The transform_search_fields of this Features. # noqa: E501
1505
+ :type: bool
1636
1506
  """
1637
1507
 
1638
1508
  self._transform_search_fields = transform_search_fields
@@ -1642,7 +1512,7 @@ class Features(object):
1642
1512
  """Gets the unsafe_login of this Features.
1643
1513
 
1644
1514
 
1645
- :return: The unsafe_login of this Features
1515
+ :return: The unsafe_login of this Features.
1646
1516
  :rtype: bool
1647
1517
  """
1648
1518
  return self._unsafe_login
@@ -1652,8 +1522,8 @@ class Features(object):
1652
1522
  """Sets the unsafe_login of this Features.
1653
1523
 
1654
1524
 
1655
- :param unsafe_login: The unsafe_login of this Features
1656
- :type unsafe_login: bool
1525
+ :param unsafe_login: The unsafe_login of this Features. # noqa: E501
1526
+ :type: bool
1657
1527
  """
1658
1528
 
1659
1529
  self._unsafe_login = unsafe_login
@@ -1663,7 +1533,7 @@ class Features(object):
1663
1533
  """Gets the url_access_apps of this Features.
1664
1534
 
1665
1535
 
1666
- :return: The url_access_apps of this Features
1536
+ :return: The url_access_apps of this Features.
1667
1537
  :rtype: bool
1668
1538
  """
1669
1539
  return self._url_access_apps
@@ -1673,8 +1543,8 @@ class Features(object):
1673
1543
  """Sets the url_access_apps of this Features.
1674
1544
 
1675
1545
 
1676
- :param url_access_apps: The url_access_apps of this Features
1677
- :type url_access_apps: bool
1546
+ :param url_access_apps: The url_access_apps of this Features. # noqa: E501
1547
+ :type: bool
1678
1548
  """
1679
1549
 
1680
1550
  self._url_access_apps = url_access_apps
@@ -1684,7 +1554,7 @@ class Features(object):
1684
1554
  """Gets the userpilot of this Features.
1685
1555
 
1686
1556
 
1687
- :return: The userpilot of this Features
1557
+ :return: The userpilot of this Features.
1688
1558
  :rtype: bool
1689
1559
  """
1690
1560
  return self._userpilot
@@ -1694,8 +1564,8 @@ class Features(object):
1694
1564
  """Sets the userpilot of this Features.
1695
1565
 
1696
1566
 
1697
- :param userpilot: The userpilot of this Features
1698
- :type userpilot: bool
1567
+ :param userpilot: The userpilot of this Features. # noqa: E501
1568
+ :type: bool
1699
1569
  """
1700
1570
 
1701
1571
  self._userpilot = userpilot
@@ -1705,7 +1575,7 @@ class Features(object):
1705
1575
  """Gets the validate_classification of this Features.
1706
1576
 
1707
1577
 
1708
- :return: The validate_classification of this Features
1578
+ :return: The validate_classification of this Features.
1709
1579
  :rtype: bool
1710
1580
  """
1711
1581
  return self._validate_classification
@@ -1715,8 +1585,8 @@ class Features(object):
1715
1585
  """Sets the validate_classification of this Features.
1716
1586
 
1717
1587
 
1718
- :param validate_classification: The validate_classification of this Features
1719
- :type validate_classification: bool
1588
+ :param validate_classification: The validate_classification of this Features. # noqa: E501
1589
+ :type: bool
1720
1590
  """
1721
1591
 
1722
1592
  self._validate_classification = validate_classification
@@ -1726,7 +1596,7 @@ class Features(object):
1726
1596
  """Gets the engine_validate_classification of this Features.
1727
1597
 
1728
1598
 
1729
- :return: The engine_validate_classification of this Features
1599
+ :return: The engine_validate_classification of this Features.
1730
1600
  :rtype: bool
1731
1601
  """
1732
1602
  return self._engine_validate_classification
@@ -1736,8 +1606,8 @@ class Features(object):
1736
1606
  """Sets the engine_validate_classification of this Features.
1737
1607
 
1738
1608
 
1739
- :param engine_validate_classification: The engine_validate_classification of this Features
1740
- :type engine_validate_classification: bool
1609
+ :param engine_validate_classification: The engine_validate_classification of this Features. # noqa: E501
1610
+ :type: bool
1741
1611
  """
1742
1612
 
1743
1613
  self._engine_validate_classification = engine_validate_classification
@@ -1747,7 +1617,7 @@ class Features(object):
1747
1617
  """Gets the virus_scan of this Features.
1748
1618
 
1749
1619
 
1750
- :return: The virus_scan of this Features
1620
+ :return: The virus_scan of this Features.
1751
1621
  :rtype: bool
1752
1622
  """
1753
1623
  return self._virus_scan
@@ -1757,8 +1627,8 @@ class Features(object):
1757
1627
  """Sets the virus_scan of this Features.
1758
1628
 
1759
1629
 
1760
- :param virus_scan: The virus_scan of this Features
1761
- :type virus_scan: bool
1630
+ :param virus_scan: The virus_scan of this Features. # noqa: E501
1631
+ :type: bool
1762
1632
  """
1763
1633
 
1764
1634
  self._virus_scan = virus_scan
@@ -1768,7 +1638,7 @@ class Features(object):
1768
1638
  """Gets the tasks_refactor of this Features.
1769
1639
 
1770
1640
 
1771
- :return: The tasks_refactor of this Features
1641
+ :return: The tasks_refactor of this Features.
1772
1642
  :rtype: bool
1773
1643
  """
1774
1644
  return self._tasks_refactor
@@ -1778,8 +1648,8 @@ class Features(object):
1778
1648
  """Sets the tasks_refactor of this Features.
1779
1649
 
1780
1650
 
1781
- :param tasks_refactor: The tasks_refactor of this Features
1782
- :type tasks_refactor: bool
1651
+ :param tasks_refactor: The tasks_refactor of this Features. # noqa: E501
1652
+ :type: bool
1783
1653
  """
1784
1654
 
1785
1655
  self._tasks_refactor = tasks_refactor
@@ -1789,7 +1659,7 @@ class Features(object):
1789
1659
  """Gets the bulk_import_deid of this Features.
1790
1660
 
1791
1661
 
1792
- :return: The bulk_import_deid of this Features
1662
+ :return: The bulk_import_deid of this Features.
1793
1663
  :rtype: bool
1794
1664
  """
1795
1665
  return self._bulk_import_deid
@@ -1799,8 +1669,8 @@ class Features(object):
1799
1669
  """Sets the bulk_import_deid of this Features.
1800
1670
 
1801
1671
 
1802
- :param bulk_import_deid: The bulk_import_deid of this Features
1803
- :type bulk_import_deid: bool
1672
+ :param bulk_import_deid: The bulk_import_deid of this Features. # noqa: E501
1673
+ :type: bool
1804
1674
  """
1805
1675
 
1806
1676
  self._bulk_import_deid = bulk_import_deid
@@ -1810,7 +1680,7 @@ class Features(object):
1810
1680
  """Gets the case_uploader of this Features.
1811
1681
 
1812
1682
 
1813
- :return: The case_uploader of this Features
1683
+ :return: The case_uploader of this Features.
1814
1684
  :rtype: bool
1815
1685
  """
1816
1686
  return self._case_uploader
@@ -1820,8 +1690,8 @@ class Features(object):
1820
1690
  """Sets the case_uploader of this Features.
1821
1691
 
1822
1692
 
1823
- :param case_uploader: The case_uploader of this Features
1824
- :type case_uploader: bool
1693
+ :param case_uploader: The case_uploader of this Features. # noqa: E501
1694
+ :type: bool
1825
1695
  """
1826
1696
 
1827
1697
  self._case_uploader = case_uploader
@@ -1831,7 +1701,7 @@ class Features(object):
1831
1701
  """Gets the legacy_dicom_uploader of this Features.
1832
1702
 
1833
1703
 
1834
- :return: The legacy_dicom_uploader of this Features
1704
+ :return: The legacy_dicom_uploader of this Features.
1835
1705
  :rtype: bool
1836
1706
  """
1837
1707
  return self._legacy_dicom_uploader
@@ -1841,8 +1711,8 @@ class Features(object):
1841
1711
  """Sets the legacy_dicom_uploader of this Features.
1842
1712
 
1843
1713
 
1844
- :param legacy_dicom_uploader: The legacy_dicom_uploader of this Features
1845
- :type legacy_dicom_uploader: bool
1714
+ :param legacy_dicom_uploader: The legacy_dicom_uploader of this Features. # noqa: E501
1715
+ :type: bool
1846
1716
  """
1847
1717
 
1848
1718
  self._legacy_dicom_uploader = legacy_dicom_uploader
@@ -1852,7 +1722,7 @@ class Features(object):
1852
1722
  """Gets the project_export of this Features.
1853
1723
 
1854
1724
 
1855
- :return: The project_export of this Features
1725
+ :return: The project_export of this Features.
1856
1726
  :rtype: bool
1857
1727
  """
1858
1728
  return self._project_export
@@ -1862,8 +1732,8 @@ class Features(object):
1862
1732
  """Sets the project_export of this Features.
1863
1733
 
1864
1734
 
1865
- :param project_export: The project_export of this Features
1866
- :type project_export: bool
1735
+ :param project_export: The project_export of this Features. # noqa: E501
1736
+ :type: bool
1867
1737
  """
1868
1738
 
1869
1739
  self._project_export = project_export
@@ -1873,7 +1743,7 @@ class Features(object):
1873
1743
  """Gets the project_import of this Features.
1874
1744
 
1875
1745
 
1876
- :return: The project_import of this Features
1746
+ :return: The project_import of this Features.
1877
1747
  :rtype: bool
1878
1748
  """
1879
1749
  return self._project_import
@@ -1883,8 +1753,8 @@ class Features(object):
1883
1753
  """Sets the project_import of this Features.
1884
1754
 
1885
1755
 
1886
- :param project_import: The project_import of this Features
1887
- :type project_import: bool
1756
+ :param project_import: The project_import of this Features. # noqa: E501
1757
+ :type: bool
1888
1758
  """
1889
1759
 
1890
1760
  self._project_import = project_import