volcengine-python-sdk 4.0.18__py2.py3-none-any.whl → 4.0.19__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of volcengine-python-sdk might be problematic. Click here for more details.

Files changed (244) hide show
  1. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/RECORD +244 -115
  3. volcenginesdkalb/__init__.py +43 -0
  4. volcenginesdkalb/models/__init__.py +43 -0
  5. volcenginesdkalb/models/clone_load_balancer_request.py +1 -1
  6. volcenginesdkalb/models/convert_forward_group_config_for_create_rules_input.py +149 -0
  7. volcenginesdkalb/models/convert_forward_group_config_for_describe_rules_output.py +149 -0
  8. volcenginesdkalb/models/convert_forward_group_config_for_modify_rules_input.py +149 -0
  9. volcenginesdkalb/models/convert_forward_group_config_server_group_tuple_for_create_rules_input.py +149 -0
  10. volcenginesdkalb/models/convert_forward_group_config_server_group_tuple_for_modify_rules_input.py +149 -0
  11. volcenginesdkalb/models/convert_redirect_config_for_create_rules_input.py +227 -0
  12. volcenginesdkalb/models/convert_redirect_config_for_describe_rules_output.py +227 -0
  13. volcenginesdkalb/models/convert_redirect_config_for_modify_rules_input.py +227 -0
  14. volcenginesdkalb/models/convert_rewrite_config_for_create_rules_input.py +123 -0
  15. volcenginesdkalb/models/convert_rewrite_config_for_describe_rules_output.py +123 -0
  16. volcenginesdkalb/models/convert_rewrite_config_for_modify_rules_input.py +123 -0
  17. volcenginesdkalb/models/create_listener_request.py +105 -1
  18. volcenginesdkalb/models/create_load_balancer_request.py +27 -1
  19. volcenginesdkalb/models/create_server_group_request.py +27 -1
  20. volcenginesdkalb/models/describe_listener_attributes_response.py +105 -1
  21. volcenginesdkalb/models/describe_server_group_attributes_response.py +27 -1
  22. volcenginesdkalb/models/domain_extension_for_create_listener_input.py +29 -3
  23. volcenginesdkalb/models/domain_extension_for_describe_listener_attributes_output.py +27 -1
  24. volcenginesdkalb/models/domain_extension_for_describe_listeners_output.py +29 -3
  25. volcenginesdkalb/models/domain_extension_for_modify_listener_attributes_input.py +29 -3
  26. volcenginesdkalb/models/fixed_response_config_for_create_rules_input.py +175 -0
  27. volcenginesdkalb/models/fixed_response_config_for_describe_rules_output.py +175 -0
  28. volcenginesdkalb/models/fixed_response_config_for_modify_rules_input.py +175 -0
  29. volcenginesdkalb/models/header_config_for_create_rules_input.py +149 -0
  30. volcenginesdkalb/models/header_config_for_describe_rules_output.py +149 -0
  31. volcenginesdkalb/models/header_config_for_modify_rules_input.py +149 -0
  32. volcenginesdkalb/models/health_check_for_create_server_group_input.py +2 -3
  33. volcenginesdkalb/models/health_check_for_modify_server_group_attributes_input.py +2 -3
  34. volcenginesdkalb/models/health_check_templates_tag_for_create_health_check_templates_input.py +2 -3
  35. volcenginesdkalb/models/host_config_for_create_rules_input.py +123 -0
  36. volcenginesdkalb/models/host_config_for_describe_rules_output.py +123 -0
  37. volcenginesdkalb/models/host_config_for_modify_rules_input.py +123 -0
  38. volcenginesdkalb/models/listener_for_describe_listeners_output.py +105 -1
  39. volcenginesdkalb/models/method_config_for_create_rules_input.py +123 -0
  40. volcenginesdkalb/models/method_config_for_describe_rules_output.py +123 -0
  41. volcenginesdkalb/models/method_config_for_modify_rules_input.py +123 -0
  42. volcenginesdkalb/models/modify_listener_attributes_request.py +105 -1
  43. volcenginesdkalb/models/modify_server_group_attributes_request.py +27 -1
  44. volcenginesdkalb/models/path_config_for_create_rules_input.py +123 -0
  45. volcenginesdkalb/models/path_config_for_describe_rules_output.py +123 -0
  46. volcenginesdkalb/models/path_config_for_modify_rules_input.py +123 -0
  47. volcenginesdkalb/models/query_string_config_for_create_rules_input.py +123 -0
  48. volcenginesdkalb/models/query_string_config_for_describe_rules_output.py +123 -0
  49. volcenginesdkalb/models/query_string_config_for_modify_rules_input.py +123 -0
  50. volcenginesdkalb/models/query_string_config_value_for_create_rules_input.py +149 -0
  51. volcenginesdkalb/models/query_string_config_value_for_modify_rules_input.py +149 -0
  52. volcenginesdkalb/models/rule_action_for_describe_rules_output.py +253 -0
  53. volcenginesdkalb/models/rule_condition_for_describe_rules_output.py +253 -0
  54. volcenginesdkalb/models/rule_for_create_rules_input.py +85 -1
  55. volcenginesdkalb/models/rule_for_describe_rules_output.py +79 -1
  56. volcenginesdkalb/models/rule_for_modify_rules_input.py +85 -1
  57. volcenginesdkalb/models/rules_rule_action_for_create_rules_input.py +253 -0
  58. volcenginesdkalb/models/rules_rule_action_for_modify_rules_input.py +253 -0
  59. volcenginesdkalb/models/rules_rule_condition_for_create_rules_input.py +253 -0
  60. volcenginesdkalb/models/rules_rule_condition_for_modify_rules_input.py +253 -0
  61. volcenginesdkalb/models/server_group_for_describe_server_groups_output.py +27 -1
  62. volcenginesdkalb/models/server_group_sticky_session_for_create_rules_input.py +149 -0
  63. volcenginesdkalb/models/server_group_sticky_session_for_describe_rules_output.py +149 -0
  64. volcenginesdkalb/models/server_group_sticky_session_for_modify_rules_input.py +149 -0
  65. volcenginesdkalb/models/traffic_limit_config_for_create_rules_input.py +123 -0
  66. volcenginesdkalb/models/traffic_limit_config_for_describe_rules_output.py +123 -0
  67. volcenginesdkalb/models/traffic_limit_config_for_modify_rules_input.py +123 -0
  68. volcenginesdkcore/api_client.py +1 -1
  69. volcenginesdkcore/configuration.py +1 -1
  70. volcenginesdkdirectconnect/__init__.py +45 -6
  71. volcenginesdkdirectconnect/api/directconnect_api.py +2015 -366
  72. volcenginesdkdirectconnect/models/__init__.py +45 -4
  73. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_request.py +560 -0
  74. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_response.py +149 -0
  75. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_request.py +151 -0
  76. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_response.py +123 -0
  77. volcenginesdkdirectconnect/models/create_direct_connect_gateway_request.py +27 -1
  78. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_request.py +175 -0
  79. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_response.py +149 -0
  80. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_request.py +255 -0
  81. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_response.py +149 -0
  82. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_request.py +496 -0
  83. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_response.py +149 -0
  84. volcenginesdkdirectconnect/models/create_direct_connect_virtual_interface_request.py +27 -1
  85. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_request.py +124 -0
  86. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_response.py +123 -0
  87. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_request.py +124 -0
  88. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_response.py +123 -0
  89. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_request.py +124 -0
  90. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_response.py +123 -0
  91. volcenginesdkdirectconnect/models/describe_direct_connect_gateways_request.py +27 -1
  92. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_request.py +201 -0
  93. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_response.py +227 -0
  94. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_request.py +201 -0
  95. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_response.py +227 -0
  96. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_request.py +331 -0
  97. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_response.py +227 -0
  98. volcenginesdkdirectconnect/models/describe_direct_connect_virtual_interface_attributes_response.py +27 -1
  99. volcenginesdkdirectconnect/models/direct_connect_traffic_qos_rule_for_describe_direct_connect_traffic_qos_rules_output.py +513 -0
  100. volcenginesdkdirectconnect/models/list_tags_for_resources_request.py +254 -0
  101. volcenginesdkdirectconnect/models/list_tags_for_resources_response.py +149 -0
  102. volcenginesdkdirectconnect/models/models.py +592 -0
  103. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_request.py +202 -0
  104. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_response.py +123 -0
  105. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_request.py +202 -0
  106. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_response.py +123 -0
  107. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_request.py +151 -0
  108. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_response.py +123 -0
  109. volcenginesdkdirectconnect/models/modify_direct_connect_virtual_interface_attributes_request.py +27 -1
  110. volcenginesdkdirectconnect/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
  111. volcenginesdkdirectconnect/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  112. volcenginesdkdirectconnect/models/tag_for_allocate_direct_connect_virtual_interface_input.py +149 -0
  113. volcenginesdkdirectconnect/models/tag_for_tag_resources_input.py +150 -0
  114. volcenginesdkdirectconnect/models/tag_resources_request.py +176 -0
  115. volcenginesdkdirectconnect/models/tag_resources_response.py +95 -0
  116. volcenginesdkdirectconnect/models/untag_resources_request.py +176 -0
  117. volcenginesdkdirectconnect/models/untag_resources_response.py +95 -0
  118. volcenginesdkgraph20250815/models/get_table_response.py +29 -29
  119. volcenginesdklivesaas/__init__.py +0 -3
  120. volcenginesdklivesaas/api/livesaas_api.py +0 -97
  121. volcenginesdklivesaas/models/__init__.py +0 -3
  122. volcenginesdklivesaas/models/task_award_record_list_for_get_task_award_record_statistics_api_output.py +27 -1
  123. volcenginesdklivesaas20230801/models/award_record_for_list_award_record_statistics_output.py +27 -1
  124. volcenginesdklivesaas20230801/models/robot_comment_for_list_robot_comments_output.py +1 -1
  125. volcenginesdkmlplatform20240701/__init__.py +31 -0
  126. volcenginesdkmlplatform20240701/api/ml_platform20240701_api.py +194 -0
  127. volcenginesdkmlplatform20240701/models/__init__.py +31 -0
  128. volcenginesdkmlplatform20240701/models/allocated_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  129. volcenginesdkmlplatform20240701/models/available_resource_for_list_resource_reservation_plan_available_resources_output.py +149 -0
  130. volcenginesdkmlplatform20240701/models/compute_resource_for_create_resource_reservation_plan_input.py +27 -1
  131. volcenginesdkmlplatform20240701/models/compute_resource_for_list_resource_reservation_plan_available_resources_input.py +201 -0
  132. volcenginesdkmlplatform20240701/models/config_for_create_deployment_input.py +55 -3
  133. volcenginesdkmlplatform20240701/models/config_for_create_dev_instance_input.py +55 -3
  134. volcenginesdkmlplatform20240701/models/config_for_create_job_input.py +55 -3
  135. volcenginesdkmlplatform20240701/models/config_for_get_deployment_output.py +55 -3
  136. volcenginesdkmlplatform20240701/models/config_for_get_dev_instance_output.py +55 -3
  137. volcenginesdkmlplatform20240701/models/config_for_get_job_output.py +55 -3
  138. volcenginesdkmlplatform20240701/models/config_for_list_dev_instances_output.py +55 -3
  139. volcenginesdkmlplatform20240701/models/config_for_update_deployment_input.py +55 -3
  140. volcenginesdkmlplatform20240701/models/config_for_update_dev_instance_input.py +55 -3
  141. volcenginesdkmlplatform20240701/models/create_dev_instance_request.py +87 -4
  142. volcenginesdkmlplatform20240701/models/create_job_request.py +33 -1
  143. volcenginesdkmlplatform20240701/models/create_resource_group_request.py +59 -1
  144. volcenginesdkmlplatform20240701/models/create_resource_queue_request.py +33 -1
  145. volcenginesdkmlplatform20240701/models/create_resource_reservation_plan_request.py +87 -3
  146. volcenginesdkmlplatform20240701/models/create_service_request.py +33 -1
  147. volcenginesdkmlplatform20240701/models/delivered_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  148. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_get_resource_reservation_plan_output.py +27 -1
  149. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_plans_output.py +27 -1
  150. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  151. volcenginesdkmlplatform20240701/models/get_deployment_response.py +27 -1
  152. volcenginesdkmlplatform20240701/models/get_dev_instance_response.py +79 -1
  153. volcenginesdkmlplatform20240701/models/get_job_response.py +27 -1
  154. volcenginesdkmlplatform20240701/models/get_resource_group_response.py +53 -1
  155. volcenginesdkmlplatform20240701/models/get_resource_queue_response.py +27 -1
  156. volcenginesdkmlplatform20240701/models/get_resource_reservation_plan_response.py +81 -3
  157. volcenginesdkmlplatform20240701/models/get_service_response.py +27 -1
  158. volcenginesdkmlplatform20240701/models/item_for_list_jobs_output.py +27 -1
  159. volcenginesdkmlplatform20240701/models/item_for_list_resource_groups_output.py +53 -1
  160. volcenginesdkmlplatform20240701/models/item_for_list_resource_queues_output.py +27 -1
  161. volcenginesdkmlplatform20240701/models/item_for_list_resource_reservation_plans_output.py +81 -3
  162. volcenginesdkmlplatform20240701/models/list_dev_instances_request.py +59 -1
  163. volcenginesdkmlplatform20240701/models/list_for_list_dev_instances_output.py +79 -1
  164. volcenginesdkmlplatform20240701/models/list_jobs_request.py +33 -1
  165. volcenginesdkmlplatform20240701/models/list_resource_claim_options_request.py +27 -1
  166. volcenginesdkmlplatform20240701/models/list_resource_groups_request.py +33 -1
  167. volcenginesdkmlplatform20240701/models/list_resource_queues_request.py +33 -1
  168. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_request.py +243 -0
  169. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_response.py +123 -0
  170. volcenginesdkmlplatform20240701/models/list_resource_reservation_plans_request.py +59 -1
  171. volcenginesdkmlplatform20240701/models/list_services_request.py +33 -1
  172. volcenginesdkmlplatform20240701/models/nas_ap_for_create_deployment_input.py +149 -0
  173. volcenginesdkmlplatform20240701/models/nas_ap_for_create_dev_instance_input.py +149 -0
  174. volcenginesdkmlplatform20240701/models/nas_ap_for_create_job_input.py +149 -0
  175. volcenginesdkmlplatform20240701/models/nas_ap_for_get_deployment_output.py +149 -0
  176. volcenginesdklivesaas/models/update_activity_menu_api_request.py → volcenginesdkmlplatform20240701/models/nas_ap_for_get_dev_instance_output.py +39 -40
  177. volcenginesdkmlplatform20240701/models/nas_ap_for_get_job_output.py +149 -0
  178. volcenginesdkmlplatform20240701/models/nas_ap_for_list_dev_instances_output.py +149 -0
  179. volcenginesdkmlplatform20240701/models/nas_ap_for_update_deployment_input.py +149 -0
  180. volcenginesdkmlplatform20240701/models/nas_ap_for_update_dev_instance_input.py +149 -0
  181. volcenginesdkmlplatform20240701/models/reservation_config_for_create_resource_reservation_plan_input.py +27 -1
  182. volcenginesdkmlplatform20240701/models/reservation_config_for_get_resource_reservation_plan_output.py +29 -3
  183. volcenginesdkmlplatform20240701/models/reservation_config_for_list_resource_reservation_plans_output.py +29 -3
  184. volcenginesdkmlplatform20240701/models/resource_segment_for_get_resource_reservation_plan_output.py +175 -0
  185. volcenginesdkmlplatform20240701/models/resource_segment_for_list_resource_reservation_plans_output.py +175 -0
  186. volcenginesdkmlplatform20240701/models/schedule_config_for_create_resource_reservation_plan_input.py +123 -0
  187. volcenginesdkmlplatform20240701/models/schedule_config_for_get_resource_reservation_plan_output.py +123 -0
  188. volcenginesdkmlplatform20240701/models/schedule_config_for_list_resource_reservation_plans_output.py +123 -0
  189. volcenginesdkmlplatform20240701/models/schedule_config_for_update_resource_reservation_plan_input.py +123 -0
  190. volcenginesdkmlplatform20240701/models/segment_for_list_resource_reservation_plan_available_resources_output.py +175 -0
  191. volcenginesdklivesaas/models/menu_for_update_activity_menu_api_input.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_request.py +33 -57
  192. volcenginesdklivesaas/models/update_activity_menu_api_response.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_response.py +23 -23
  193. volcenginesdkmlplatform20240701/models/update_dev_instance_request.py +53 -1
  194. volcenginesdkmlplatform20240701/models/update_resource_reservation_plan_request.py +55 -3
  195. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_deployment_input.py +149 -0
  196. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_dev_instance_input.py +149 -0
  197. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_job_input.py +149 -0
  198. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_deployment_output.py +149 -0
  199. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_dev_instance_output.py +149 -0
  200. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_job_output.py +149 -0
  201. volcenginesdkmlplatform20240701/models/vepfs_ap_for_list_dev_instances_output.py +149 -0
  202. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_deployment_input.py +149 -0
  203. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_dev_instance_input.py +149 -0
  204. volcenginesdkvod20250101/__init__.py +18 -0
  205. volcenginesdkvod20250101/api/vod20250101_api.py +485 -0
  206. volcenginesdkvod20250101/models/__init__.py +18 -0
  207. volcenginesdkvod20250101/models/background_audio_for_get_ai_translation_project_output.py +27 -1
  208. volcenginesdkvod20250101/models/clip_audio_for_generate_ai_translation_utterance_audio_output.py +27 -1
  209. volcenginesdkvod20250101/models/clip_video_for_generate_ai_translation_utterance_audio_output.py +27 -1
  210. volcenginesdkvod20250101/models/create_ai_translation_speaker_request.py +205 -0
  211. volcenginesdkvod20250101/models/create_ai_translation_speaker_response.py +149 -0
  212. volcenginesdkvod20250101/models/create_ai_translation_speech_request.py +232 -0
  213. volcenginesdkvod20250101/models/create_ai_translation_speech_response.py +123 -0
  214. volcenginesdkvod20250101/models/delete_ai_translation_speech_request.py +151 -0
  215. volcenginesdkvod20250101/models/delete_ai_translation_speech_response.py +95 -0
  216. volcenginesdkvod20250101/models/erased_subtitle_video_for_get_ai_translation_project_output.py +27 -1
  217. volcenginesdkvod20250101/models/facial_translation_video_for_get_ai_translation_project_output.py +27 -1
  218. volcenginesdkvod20250101/models/foreground_audio_for_get_ai_translation_project_output.py +27 -1
  219. volcenginesdkvod20250101/models/input_subtitle_for_get_ai_translation_project_output.py +253 -0
  220. volcenginesdkvod20250101/models/input_video_for_get_ai_translation_project_output.py +27 -1
  221. volcenginesdkvod20250101/models/input_video_for_list_ai_translation_project_output.py +27 -1
  222. volcenginesdkvod20250101/models/list_ai_translation_speech_request.py +178 -0
  223. volcenginesdkvod20250101/models/list_ai_translation_speech_response.py +149 -0
  224. volcenginesdkvod20250101/models/output_subtitle_for_get_ai_translation_project_output.py +253 -0
  225. volcenginesdkvod20250101/models/output_video_for_get_ai_translation_project_output.py +27 -1
  226. volcenginesdkvod20250101/models/output_video_for_list_ai_translation_project_output.py +27 -1
  227. volcenginesdkvod20250101/models/preset_speech_for_list_ai_translation_speech_output.py +253 -0
  228. volcenginesdkvod20250101/models/preview_video_for_get_ai_translation_project_output.py +27 -1
  229. volcenginesdkvod20250101/models/preview_video_muted_for_get_ai_translation_project_output.py +27 -1
  230. volcenginesdkvod20250101/models/project_base_info_for_create_ai_translation_speaker_output.py +149 -0
  231. volcenginesdkvod20250101/models/project_info_for_get_ai_translation_project_output.py +53 -1
  232. volcenginesdkvod20250101/models/speaker_for_create_ai_translation_speaker_output.py +227 -0
  233. volcenginesdkvod20250101/models/speaker_for_get_ai_translation_project_output.py +27 -1
  234. volcenginesdkvod20250101/models/speaker_for_update_ai_translation_speakers_input.py +29 -3
  235. volcenginesdkvod20250101/models/speech_for_create_ai_translation_speech_output.py +253 -0
  236. volcenginesdkvod20250101/models/speech_for_update_ai_translation_speeches_input.py +149 -0
  237. volcenginesdkvod20250101/models/update_ai_translation_speeches_request.py +150 -0
  238. volcenginesdkvod20250101/models/update_ai_translation_speeches_response.py +95 -0
  239. volcenginesdkvod20250101/models/user_speech_for_list_ai_translation_speech_output.py +253 -0
  240. volcenginesdkvod20250101/models/voice_translation_video_for_get_ai_translation_project_output.py +27 -1
  241. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/LICENSE.txt +0 -0
  242. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/NOTICE.md +0 -0
  243. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/WHEEL +0 -0
  244. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.19.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,227 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ vod20250101
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class SpeakerForCreateAITranslationSpeakerOutput(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'current_voice': 'str',
37
+ 'id': 'str',
38
+ 'name': 'str',
39
+ 'project_id': 'str',
40
+ 'voice': 'str'
41
+ }
42
+
43
+ attribute_map = {
44
+ 'current_voice': 'CurrentVoice',
45
+ 'id': 'Id',
46
+ 'name': 'Name',
47
+ 'project_id': 'ProjectId',
48
+ 'voice': 'Voice'
49
+ }
50
+
51
+ def __init__(self, current_voice=None, id=None, name=None, project_id=None, voice=None, _configuration=None): # noqa: E501
52
+ """SpeakerForCreateAITranslationSpeakerOutput - a model defined in Swagger""" # noqa: E501
53
+ if _configuration is None:
54
+ _configuration = Configuration()
55
+ self._configuration = _configuration
56
+
57
+ self._current_voice = None
58
+ self._id = None
59
+ self._name = None
60
+ self._project_id = None
61
+ self._voice = None
62
+ self.discriminator = None
63
+
64
+ if current_voice is not None:
65
+ self.current_voice = current_voice
66
+ if id is not None:
67
+ self.id = id
68
+ if name is not None:
69
+ self.name = name
70
+ if project_id is not None:
71
+ self.project_id = project_id
72
+ if voice is not None:
73
+ self.voice = voice
74
+
75
+ @property
76
+ def current_voice(self):
77
+ """Gets the current_voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
78
+
79
+
80
+ :return: The current_voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
81
+ :rtype: str
82
+ """
83
+ return self._current_voice
84
+
85
+ @current_voice.setter
86
+ def current_voice(self, current_voice):
87
+ """Sets the current_voice of this SpeakerForCreateAITranslationSpeakerOutput.
88
+
89
+
90
+ :param current_voice: The current_voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
91
+ :type: str
92
+ """
93
+
94
+ self._current_voice = current_voice
95
+
96
+ @property
97
+ def id(self):
98
+ """Gets the id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
99
+
100
+
101
+ :return: The id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
102
+ :rtype: str
103
+ """
104
+ return self._id
105
+
106
+ @id.setter
107
+ def id(self, id):
108
+ """Sets the id of this SpeakerForCreateAITranslationSpeakerOutput.
109
+
110
+
111
+ :param id: The id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
112
+ :type: str
113
+ """
114
+
115
+ self._id = id
116
+
117
+ @property
118
+ def name(self):
119
+ """Gets the name of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
120
+
121
+
122
+ :return: The name of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
123
+ :rtype: str
124
+ """
125
+ return self._name
126
+
127
+ @name.setter
128
+ def name(self, name):
129
+ """Sets the name of this SpeakerForCreateAITranslationSpeakerOutput.
130
+
131
+
132
+ :param name: The name of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
133
+ :type: str
134
+ """
135
+
136
+ self._name = name
137
+
138
+ @property
139
+ def project_id(self):
140
+ """Gets the project_id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
141
+
142
+
143
+ :return: The project_id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
144
+ :rtype: str
145
+ """
146
+ return self._project_id
147
+
148
+ @project_id.setter
149
+ def project_id(self, project_id):
150
+ """Sets the project_id of this SpeakerForCreateAITranslationSpeakerOutput.
151
+
152
+
153
+ :param project_id: The project_id of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
154
+ :type: str
155
+ """
156
+
157
+ self._project_id = project_id
158
+
159
+ @property
160
+ def voice(self):
161
+ """Gets the voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
162
+
163
+
164
+ :return: The voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
165
+ :rtype: str
166
+ """
167
+ return self._voice
168
+
169
+ @voice.setter
170
+ def voice(self, voice):
171
+ """Sets the voice of this SpeakerForCreateAITranslationSpeakerOutput.
172
+
173
+
174
+ :param voice: The voice of this SpeakerForCreateAITranslationSpeakerOutput. # noqa: E501
175
+ :type: str
176
+ """
177
+
178
+ self._voice = voice
179
+
180
+ def to_dict(self):
181
+ """Returns the model properties as a dict"""
182
+ result = {}
183
+
184
+ for attr, _ in six.iteritems(self.swagger_types):
185
+ value = getattr(self, attr)
186
+ if isinstance(value, list):
187
+ result[attr] = list(map(
188
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
189
+ value
190
+ ))
191
+ elif hasattr(value, "to_dict"):
192
+ result[attr] = value.to_dict()
193
+ elif isinstance(value, dict):
194
+ result[attr] = dict(map(
195
+ lambda item: (item[0], item[1].to_dict())
196
+ if hasattr(item[1], "to_dict") else item,
197
+ value.items()
198
+ ))
199
+ else:
200
+ result[attr] = value
201
+ if issubclass(SpeakerForCreateAITranslationSpeakerOutput, dict):
202
+ for key, value in self.items():
203
+ result[key] = value
204
+
205
+ return result
206
+
207
+ def to_str(self):
208
+ """Returns the string representation of the model"""
209
+ return pprint.pformat(self.to_dict())
210
+
211
+ def __repr__(self):
212
+ """For `print` and `pprint`"""
213
+ return self.to_str()
214
+
215
+ def __eq__(self, other):
216
+ """Returns true if both objects are equal"""
217
+ if not isinstance(other, SpeakerForCreateAITranslationSpeakerOutput):
218
+ return False
219
+
220
+ return self.to_dict() == other.to_dict()
221
+
222
+ def __ne__(self, other):
223
+ """Returns true if both objects are not equal"""
224
+ if not isinstance(other, SpeakerForCreateAITranslationSpeakerOutput):
225
+ return True
226
+
227
+ return self.to_dict() != other.to_dict()
@@ -33,6 +33,7 @@ class SpeakerForGetAITranslationProjectOutput(object):
33
33
  and the value is json key in definition.
34
34
  """
35
35
  swagger_types = {
36
+ 'current_voice': 'str',
36
37
  'id': 'str',
37
38
  'name': 'str',
38
39
  'project_id': 'str',
@@ -40,24 +41,28 @@ class SpeakerForGetAITranslationProjectOutput(object):
40
41
  }
41
42
 
42
43
  attribute_map = {
44
+ 'current_voice': 'CurrentVoice',
43
45
  'id': 'Id',
44
46
  'name': 'Name',
45
47
  'project_id': 'ProjectId',
46
48
  'voice': 'Voice'
47
49
  }
48
50
 
49
- def __init__(self, id=None, name=None, project_id=None, voice=None, _configuration=None): # noqa: E501
51
+ def __init__(self, current_voice=None, id=None, name=None, project_id=None, voice=None, _configuration=None): # noqa: E501
50
52
  """SpeakerForGetAITranslationProjectOutput - a model defined in Swagger""" # noqa: E501
51
53
  if _configuration is None:
52
54
  _configuration = Configuration()
53
55
  self._configuration = _configuration
54
56
 
57
+ self._current_voice = None
55
58
  self._id = None
56
59
  self._name = None
57
60
  self._project_id = None
58
61
  self._voice = None
59
62
  self.discriminator = None
60
63
 
64
+ if current_voice is not None:
65
+ self.current_voice = current_voice
61
66
  if id is not None:
62
67
  self.id = id
63
68
  if name is not None:
@@ -67,6 +72,27 @@ class SpeakerForGetAITranslationProjectOutput(object):
67
72
  if voice is not None:
68
73
  self.voice = voice
69
74
 
75
+ @property
76
+ def current_voice(self):
77
+ """Gets the current_voice of this SpeakerForGetAITranslationProjectOutput. # noqa: E501
78
+
79
+
80
+ :return: The current_voice of this SpeakerForGetAITranslationProjectOutput. # noqa: E501
81
+ :rtype: str
82
+ """
83
+ return self._current_voice
84
+
85
+ @current_voice.setter
86
+ def current_voice(self, current_voice):
87
+ """Sets the current_voice of this SpeakerForGetAITranslationProjectOutput.
88
+
89
+
90
+ :param current_voice: The current_voice of this SpeakerForGetAITranslationProjectOutput. # noqa: E501
91
+ :type: str
92
+ """
93
+
94
+ self._current_voice = current_voice
95
+
70
96
  @property
71
97
  def id(self):
72
98
  """Gets the id of this SpeakerForGetAITranslationProjectOutput. # noqa: E501
@@ -34,15 +34,17 @@ class SpeakerForUpdateAITranslationSpeakersInput(object):
34
34
  """
35
35
  swagger_types = {
36
36
  'id': 'str',
37
- 'speaker_name': 'str'
37
+ 'speaker_name': 'str',
38
+ 'voice': 'str'
38
39
  }
39
40
 
40
41
  attribute_map = {
41
42
  'id': 'Id',
42
- 'speaker_name': 'SpeakerName'
43
+ 'speaker_name': 'SpeakerName',
44
+ 'voice': 'Voice'
43
45
  }
44
46
 
45
- def __init__(self, id=None, speaker_name=None, _configuration=None): # noqa: E501
47
+ def __init__(self, id=None, speaker_name=None, voice=None, _configuration=None): # noqa: E501
46
48
  """SpeakerForUpdateAITranslationSpeakersInput - a model defined in Swagger""" # noqa: E501
47
49
  if _configuration is None:
48
50
  _configuration = Configuration()
@@ -50,12 +52,15 @@ class SpeakerForUpdateAITranslationSpeakersInput(object):
50
52
 
51
53
  self._id = None
52
54
  self._speaker_name = None
55
+ self._voice = None
53
56
  self.discriminator = None
54
57
 
55
58
  if id is not None:
56
59
  self.id = id
57
60
  if speaker_name is not None:
58
61
  self.speaker_name = speaker_name
62
+ if voice is not None:
63
+ self.voice = voice
59
64
 
60
65
  @property
61
66
  def id(self):
@@ -99,6 +104,27 @@ class SpeakerForUpdateAITranslationSpeakersInput(object):
99
104
 
100
105
  self._speaker_name = speaker_name
101
106
 
107
+ @property
108
+ def voice(self):
109
+ """Gets the voice of this SpeakerForUpdateAITranslationSpeakersInput. # noqa: E501
110
+
111
+
112
+ :return: The voice of this SpeakerForUpdateAITranslationSpeakersInput. # noqa: E501
113
+ :rtype: str
114
+ """
115
+ return self._voice
116
+
117
+ @voice.setter
118
+ def voice(self, voice):
119
+ """Sets the voice of this SpeakerForUpdateAITranslationSpeakersInput.
120
+
121
+
122
+ :param voice: The voice of this SpeakerForUpdateAITranslationSpeakersInput. # noqa: E501
123
+ :type: str
124
+ """
125
+
126
+ self._voice = voice
127
+
102
128
  def to_dict(self):
103
129
  """Returns the model properties as a dict"""
104
130
  result = {}
@@ -0,0 +1,253 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ vod20250101
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class SpeechForCreateAITranslationSpeechOutput(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'audio_url': 'str',
37
+ 'gender': 'str',
38
+ 'id': 'str',
39
+ 'language': 'str',
40
+ 'name': 'str',
41
+ 'voice': 'str'
42
+ }
43
+
44
+ attribute_map = {
45
+ 'audio_url': 'AudioUrl',
46
+ 'gender': 'Gender',
47
+ 'id': 'Id',
48
+ 'language': 'Language',
49
+ 'name': 'Name',
50
+ 'voice': 'Voice'
51
+ }
52
+
53
+ def __init__(self, audio_url=None, gender=None, id=None, language=None, name=None, voice=None, _configuration=None): # noqa: E501
54
+ """SpeechForCreateAITranslationSpeechOutput - a model defined in Swagger""" # noqa: E501
55
+ if _configuration is None:
56
+ _configuration = Configuration()
57
+ self._configuration = _configuration
58
+
59
+ self._audio_url = None
60
+ self._gender = None
61
+ self._id = None
62
+ self._language = None
63
+ self._name = None
64
+ self._voice = None
65
+ self.discriminator = None
66
+
67
+ if audio_url is not None:
68
+ self.audio_url = audio_url
69
+ if gender is not None:
70
+ self.gender = gender
71
+ if id is not None:
72
+ self.id = id
73
+ if language is not None:
74
+ self.language = language
75
+ if name is not None:
76
+ self.name = name
77
+ if voice is not None:
78
+ self.voice = voice
79
+
80
+ @property
81
+ def audio_url(self):
82
+ """Gets the audio_url of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
83
+
84
+
85
+ :return: The audio_url of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
86
+ :rtype: str
87
+ """
88
+ return self._audio_url
89
+
90
+ @audio_url.setter
91
+ def audio_url(self, audio_url):
92
+ """Sets the audio_url of this SpeechForCreateAITranslationSpeechOutput.
93
+
94
+
95
+ :param audio_url: The audio_url of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
96
+ :type: str
97
+ """
98
+
99
+ self._audio_url = audio_url
100
+
101
+ @property
102
+ def gender(self):
103
+ """Gets the gender of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
104
+
105
+
106
+ :return: The gender of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
107
+ :rtype: str
108
+ """
109
+ return self._gender
110
+
111
+ @gender.setter
112
+ def gender(self, gender):
113
+ """Sets the gender of this SpeechForCreateAITranslationSpeechOutput.
114
+
115
+
116
+ :param gender: The gender of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
117
+ :type: str
118
+ """
119
+
120
+ self._gender = gender
121
+
122
+ @property
123
+ def id(self):
124
+ """Gets the id of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
125
+
126
+
127
+ :return: The id of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
128
+ :rtype: str
129
+ """
130
+ return self._id
131
+
132
+ @id.setter
133
+ def id(self, id):
134
+ """Sets the id of this SpeechForCreateAITranslationSpeechOutput.
135
+
136
+
137
+ :param id: The id of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
138
+ :type: str
139
+ """
140
+
141
+ self._id = id
142
+
143
+ @property
144
+ def language(self):
145
+ """Gets the language of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
146
+
147
+
148
+ :return: The language of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
149
+ :rtype: str
150
+ """
151
+ return self._language
152
+
153
+ @language.setter
154
+ def language(self, language):
155
+ """Sets the language of this SpeechForCreateAITranslationSpeechOutput.
156
+
157
+
158
+ :param language: The language of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
159
+ :type: str
160
+ """
161
+
162
+ self._language = language
163
+
164
+ @property
165
+ def name(self):
166
+ """Gets the name of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
167
+
168
+
169
+ :return: The name of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
170
+ :rtype: str
171
+ """
172
+ return self._name
173
+
174
+ @name.setter
175
+ def name(self, name):
176
+ """Sets the name of this SpeechForCreateAITranslationSpeechOutput.
177
+
178
+
179
+ :param name: The name of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
180
+ :type: str
181
+ """
182
+
183
+ self._name = name
184
+
185
+ @property
186
+ def voice(self):
187
+ """Gets the voice of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
188
+
189
+
190
+ :return: The voice of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
191
+ :rtype: str
192
+ """
193
+ return self._voice
194
+
195
+ @voice.setter
196
+ def voice(self, voice):
197
+ """Sets the voice of this SpeechForCreateAITranslationSpeechOutput.
198
+
199
+
200
+ :param voice: The voice of this SpeechForCreateAITranslationSpeechOutput. # noqa: E501
201
+ :type: str
202
+ """
203
+
204
+ self._voice = voice
205
+
206
+ def to_dict(self):
207
+ """Returns the model properties as a dict"""
208
+ result = {}
209
+
210
+ for attr, _ in six.iteritems(self.swagger_types):
211
+ value = getattr(self, attr)
212
+ if isinstance(value, list):
213
+ result[attr] = list(map(
214
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
215
+ value
216
+ ))
217
+ elif hasattr(value, "to_dict"):
218
+ result[attr] = value.to_dict()
219
+ elif isinstance(value, dict):
220
+ result[attr] = dict(map(
221
+ lambda item: (item[0], item[1].to_dict())
222
+ if hasattr(item[1], "to_dict") else item,
223
+ value.items()
224
+ ))
225
+ else:
226
+ result[attr] = value
227
+ if issubclass(SpeechForCreateAITranslationSpeechOutput, dict):
228
+ for key, value in self.items():
229
+ result[key] = value
230
+
231
+ return result
232
+
233
+ def to_str(self):
234
+ """Returns the string representation of the model"""
235
+ return pprint.pformat(self.to_dict())
236
+
237
+ def __repr__(self):
238
+ """For `print` and `pprint`"""
239
+ return self.to_str()
240
+
241
+ def __eq__(self, other):
242
+ """Returns true if both objects are equal"""
243
+ if not isinstance(other, SpeechForCreateAITranslationSpeechOutput):
244
+ return False
245
+
246
+ return self.to_dict() == other.to_dict()
247
+
248
+ def __ne__(self, other):
249
+ """Returns true if both objects are not equal"""
250
+ if not isinstance(other, SpeechForCreateAITranslationSpeechOutput):
251
+ return True
252
+
253
+ return self.to_dict() != other.to_dict()