oci 2.145.0__py3-none-any.whl → 2.146.0__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 (475) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +9 -9
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_engine/models/open_id_connect_token_authentication_config.py +37 -2
  51. oci/container_instances/container_instance_client.py +18 -18
  52. oci/container_instances/models/__init__.py +0 -4
  53. oci/container_instances/models/container_health_check.py +3 -11
  54. oci/container_instances/models/container_http_health_check.py +1 -1
  55. oci/container_instances/models/container_tcp_health_check.py +1 -1
  56. oci/container_instances/models/create_container_details.py +2 -2
  57. oci/container_instances/models/create_container_health_check_details.py +3 -11
  58. oci/container_instances/models/create_container_http_health_check_details.py +1 -1
  59. oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
  60. oci/core/blockstorage_client.py +60 -60
  61. oci/core/compute_client.py +102 -102
  62. oci/core/compute_management_client.py +32 -32
  63. oci/core/models/create_byoip_range_details.py +66 -0
  64. oci/core/models/create_ipv6_details.py +97 -3
  65. oci/core/models/create_private_ip_details.py +96 -2
  66. oci/core/models/create_vnic_details.py +18 -18
  67. oci/core/models/ipv6.py +107 -3
  68. oci/core/models/launch_attach_volume_details.py +2 -2
  69. oci/core/models/network_security_group.py +7 -7
  70. oci/core/models/private_ip.py +107 -3
  71. oci/core/models/update_byoip_range_details.py +68 -2
  72. oci/core/models/update_ipv6_details.py +61 -4
  73. oci/core/models/update_private_ip_details.py +59 -2
  74. oci/core/models/update_vnic_details.py +8 -4
  75. oci/core/models/vnic.py +6 -2
  76. oci/core/virtual_network_client.py +519 -257
  77. oci/core/virtual_network_client_composite_operations.py +44 -0
  78. oci/dashboard_service/dashboard_client.py +6 -6
  79. oci/dashboard_service/dashboard_group_client.py +6 -6
  80. oci/data_catalog/data_catalog_client.py +149 -149
  81. oci/data_flow/data_flow_client.py +45 -45
  82. oci/data_integration/data_integration_client.py +163 -163
  83. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  84. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  85. oci/data_safe/data_safe_client.py +306 -306
  86. oci/data_science/data_science_client.py +101 -101
  87. oci/data_science/models/__init__.py +8 -0
  88. oci/data_science/models/create_pipeline_details.py +31 -0
  89. oci/data_science/models/pipeline.py +31 -0
  90. oci/data_science/models/pipeline_container_step_details.py +32 -1
  91. oci/data_science/models/pipeline_container_step_run.py +1 -1
  92. oci/data_science/models/pipeline_container_step_update_details.py +34 -3
  93. oci/data_science/models/pipeline_custom_script_step_details.py +32 -1
  94. oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
  95. oci/data_science/models/pipeline_custom_script_step_update_details.py +34 -3
  96. oci/data_science/models/pipeline_dataflow_configuration_details.py +281 -0
  97. oci/data_science/models/pipeline_dataflow_step_details.py +141 -0
  98. oci/data_science/models/pipeline_dataflow_step_run.py +122 -0
  99. oci/data_science/models/pipeline_dataflow_step_update_details.py +99 -0
  100. oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
  101. oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
  102. oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
  103. oci/data_science/models/pipeline_step_details.py +11 -3
  104. oci/data_science/models/pipeline_step_override_details.py +29 -2
  105. oci/data_science/models/pipeline_step_run.py +11 -3
  106. oci/data_science/models/pipeline_step_update_details.py +11 -3
  107. oci/data_science/models/update_pipeline_details.py +31 -0
  108. oci/database/database_client.py +404 -404
  109. oci/database_management/db_management_client.py +228 -228
  110. oci/database_management/diagnosability_client.py +4 -4
  111. oci/database_management/managed_my_sql_databases_client.py +9 -9
  112. oci/database_management/perfhub_client.py +1 -1
  113. oci/database_management/sql_tuning_client.py +17 -17
  114. oci/database_migration/database_migration_client.py +42 -42
  115. oci/database_tools/database_tools_client.py +23 -23
  116. oci/dblm/__init__.py +14 -0
  117. oci/dblm/db_life_cycle_management_client.py +1762 -0
  118. oci/dblm/db_life_cycle_management_client_composite_operations.py +65 -0
  119. oci/dblm/models/__init__.py +70 -0
  120. oci/dblm/models/aggregated_vulnerability_collection.py +72 -0
  121. oci/dblm/models/aggregated_vulnerability_summary.py +134 -0
  122. oci/dblm/models/child_pdb.py +227 -0
  123. oci/dblm/models/create_vulnerability_scan_details.py +103 -0
  124. oci/dblm/models/dblm_vulnerability.py +393 -0
  125. oci/dblm/models/host_info.py +103 -0
  126. oci/dblm/models/metric_error.py +227 -0
  127. oci/dblm/models/notification_collection.py +72 -0
  128. oci/dblm/models/notification_summary.py +185 -0
  129. oci/dblm/models/patch_recommendation_summary.py +134 -0
  130. oci/dblm/models/patch_recommendations_details_summary.py +227 -0
  131. oci/dblm/models/resource_info.py +382 -0
  132. oci/dblm/models/resource_summary.py +227 -0
  133. oci/dblm/models/vulnerabilities_summary.py +227 -0
  134. oci/dblm/models/vulnerability_collection.py +72 -0
  135. oci/dblm/models/vulnerability_resource_collection.py +72 -0
  136. oci/dblm/models/vulnerability_resource_summary.py +475 -0
  137. oci/dblm/models/vulnerability_scan.py +525 -0
  138. oci/dblm/models/vulnerability_scan_collection.py +72 -0
  139. oci/dblm/models/vulnerability_scan_summary.py +443 -0
  140. oci/dblm/models/vulnerability_summary.py +196 -0
  141. oci/dblm/models/work_request.py +426 -0
  142. oci/dblm/models/work_request_error.py +136 -0
  143. oci/dblm/models/work_request_error_collection.py +72 -0
  144. oci/dblm/models/work_request_log_entry.py +103 -0
  145. oci/dblm/models/work_request_log_entry_collection.py +72 -0
  146. oci/dblm/models/work_request_resource.py +234 -0
  147. oci/dblm/models/work_request_summary.py +426 -0
  148. oci/dblm/models/work_request_summary_collection.py +72 -0
  149. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  150. oci/delegate_access_control/work_request_client.py +4 -4
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +141 -141
  154. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  155. oci/dns/dns_client.py +54 -54
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_warehouse_client.py +13 -13
  164. oci/email/email_client.py +31 -31
  165. oci/email/models/create_dkim_details.py +31 -0
  166. oci/email/models/dkim.py +62 -0
  167. oci/email/models/dkim_summary.py +62 -0
  168. oci/email_data_plane/email_dp_client.py +1 -1
  169. oci/events/events_client.py +6 -6
  170. oci/file_storage/file_storage_client.py +68 -68
  171. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  172. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  173. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  174. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  175. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  176. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  177. oci/functions/functions_invoke_client.py +1 -1
  178. oci/functions/functions_management_client.py +16 -16
  179. oci/fusion_apps/fusion_applications_client.py +41 -41
  180. oci/generative_ai/generative_ai_client.py +22 -22
  181. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  182. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  183. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  184. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  185. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  186. oci/golden_gate/golden_gate_client.py +84 -84
  187. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  188. oci/governance_rules_control_plane/work_request_client.py +5 -5
  189. oci/healthchecks/health_checks_client.py +17 -17
  190. oci/identity/identity_client.py +145 -145
  191. oci/identity_data_plane/dataplane_client.py +2 -2
  192. oci/identity_domains/identity_domains_client.py +311 -311
  193. oci/integration/integration_instance_client.py +19 -19
  194. oci/jms/java_management_service_client.py +79 -79
  195. oci/jms_java_downloads/java_download_client.py +25 -25
  196. oci/key_management/ekm_client.py +5 -5
  197. oci/key_management/kms_crypto_client.py +6 -6
  198. oci/key_management/kms_hsm_cluster_client.py +12 -12
  199. oci/key_management/kms_management_client.py +21 -21
  200. oci/key_management/kms_vault_client.py +14 -14
  201. oci/license_manager/license_manager_client.py +18 -18
  202. oci/limits/limits_client.py +4 -4
  203. oci/limits/quotas_client.py +7 -7
  204. oci/load_balancer/load_balancer_client.py +61 -61
  205. oci/load_balancer/models/create_load_balancer_details.py +15 -15
  206. oci/load_balancer/models/load_balancer.py +15 -15
  207. oci/load_balancer/models/update_load_balancer_details.py +15 -15
  208. oci/lockbox/lockbox_client.py +24 -24
  209. oci/log_analytics/log_analytics_client.py +193 -193
  210. oci/logging/logging_management_client.py +30 -30
  211. oci/loggingingestion/logging_client.py +1 -1
  212. oci/loggingsearch/log_search_client.py +1 -1
  213. oci/management_agent/management_agent_client.py +28 -28
  214. oci/management_dashboard/dashx_apis_client.py +14 -14
  215. oci/marketplace/account_client.py +2 -2
  216. oci/marketplace/marketplace_client.py +30 -30
  217. oci/marketplace_private_offer/attachment_client.py +5 -5
  218. oci/marketplace_private_offer/offer_client.py +6 -6
  219. oci/marketplace_publisher/attachment_client.py +5 -5
  220. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  221. oci/marketplace_publisher/offer_client.py +6 -6
  222. oci/media_services/media_services_client.py +60 -60
  223. oci/media_services/media_stream_client.py +2 -2
  224. oci/monitoring/monitoring_client.py +18 -18
  225. oci/mysql/channels_client.py +7 -7
  226. oci/mysql/db_backups_client.py +7 -7
  227. oci/mysql/db_system_client.py +17 -17
  228. oci/mysql/models/backup.py +33 -0
  229. oci/mysql/models/backup_summary.py +33 -0
  230. oci/mysql/models/channel.py +35 -2
  231. oci/mysql/models/channel_summary.py +35 -2
  232. oci/mysql/models/configuration.py +35 -2
  233. oci/mysql/models/configuration_summary.py +35 -2
  234. oci/mysql/models/configuration_variables.py +4949 -1858
  235. oci/mysql/models/db_system.py +33 -0
  236. oci/mysql/models/db_system_summary.py +33 -0
  237. oci/mysql/mysqlaas_client.py +7 -7
  238. oci/mysql/replicas_client.py +5 -5
  239. oci/mysql/work_requests_client.py +4 -4
  240. oci/network_firewall/network_firewall_client.py +86 -86
  241. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  242. oci/nosql/nosql_client.py +24 -24
  243. oci/object_storage/object_storage_client.py +55 -55
  244. oci/oce/oce_instance_client.py +10 -10
  245. oci/oci_control_center/occ_metrics_client.py +3 -3
  246. oci/ocvp/cluster_client.py +5 -5
  247. oci/ocvp/esxi_host_client.py +8 -8
  248. oci/ocvp/sddc_client.py +14 -14
  249. oci/ocvp/work_request_client.py +4 -4
  250. oci/oda/management_client.py +59 -59
  251. oci/oda/oda_client.py +17 -17
  252. oci/oda/odapackage_client.py +7 -7
  253. oci/onesubscription/billing_schedule_client.py +1 -1
  254. oci/onesubscription/commitment_client.py +2 -2
  255. oci/onesubscription/computed_usage_client.py +3 -3
  256. oci/onesubscription/invoice_summary_client.py +2 -2
  257. oci/onesubscription/organization_subscription_client.py +1 -1
  258. oci/onesubscription/ratecard_client.py +1 -1
  259. oci/onesubscription/subscribed_service_client.py +2 -2
  260. oci/onesubscription/subscription_client.py +1 -1
  261. oci/ons/notification_control_plane_client.py +6 -6
  262. oci/ons/notification_data_plane_client.py +10 -10
  263. oci/opa/opa_instance_client.py +13 -13
  264. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  265. oci/opensearch/opensearch_cluster_client.py +16 -16
  266. oci/operator_access_control/access_requests_client.py +10 -10
  267. oci/operator_access_control/operator_actions_client.py +2 -2
  268. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  269. oci/operator_access_control/operator_control_client.py +6 -6
  270. oci/opsi/operations_insights_client.py +181 -181
  271. oci/optimizer/optimizer_client.py +26 -26
  272. oci/os_management/event_client.py +8 -8
  273. oci/os_management/os_management_client.py +69 -69
  274. oci/os_management_hub/event_client.py +10 -10
  275. oci/os_management_hub/lifecycle_environment_client.py +138 -16
  276. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +44 -0
  277. oci/os_management_hub/managed_instance_client.py +309 -35
  278. oci/os_management_hub/managed_instance_client_composite_operations.py +91 -0
  279. oci/os_management_hub/managed_instance_group_client.py +149 -27
  280. oci/os_management_hub/managed_instance_group_client_composite_operations.py +44 -0
  281. oci/os_management_hub/management_station_client.py +59 -16
  282. oci/os_management_hub/models/__init__.py +54 -0
  283. oci/os_management_hub/models/add_packages_to_software_source_details.py +35 -4
  284. oci/os_management_hub/models/agent_event.py +1 -1
  285. oci/os_management_hub/models/associate_managed_instances_with_management_station_details.py +103 -0
  286. oci/os_management_hub/models/attach_lifecycle_stage_to_profile_details.py +76 -0
  287. oci/os_management_hub/models/attach_managed_instance_group_to_profile_details.py +76 -0
  288. oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
  289. oci/os_management_hub/models/attach_management_station_to_profile_details.py +76 -0
  290. oci/os_management_hub/models/attach_software_sources_to_profile_details.py +76 -0
  291. oci/os_management_hub/models/available_package_summary.py +1 -1
  292. oci/os_management_hub/models/create_custom_software_source_details.py +54 -3
  293. oci/os_management_hub/models/create_lifecycle_environment_details.py +7 -3
  294. oci/os_management_hub/models/create_managed_instance_group_details.py +7 -3
  295. oci/os_management_hub/models/create_management_station_details.py +31 -0
  296. oci/os_management_hub/models/create_mirror_configuration_details.py +33 -2
  297. oci/os_management_hub/models/create_private_software_source_details.py +406 -0
  298. oci/os_management_hub/models/create_profile_details.py +12 -4
  299. oci/os_management_hub/models/create_scheduled_job_details.py +37 -2
  300. oci/os_management_hub/models/create_software_source_details.py +19 -3
  301. oci/os_management_hub/models/create_software_source_profile_details.py +7 -3
  302. oci/os_management_hub/models/create_station_profile_details.py +7 -3
  303. oci/os_management_hub/models/create_third_party_software_source_details.py +406 -0
  304. oci/os_management_hub/models/create_vendor_software_source_details.py +1 -1
  305. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +54 -3
  306. oci/os_management_hub/models/create_windows_stand_alone_profile_details.py +288 -0
  307. oci/os_management_hub/models/custom_software_source.py +102 -9
  308. oci/os_management_hub/models/custom_software_source_summary.py +64 -8
  309. oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
  310. oci/os_management_hub/models/detach_software_sources_from_profile_details.py +76 -0
  311. oci/os_management_hub/models/event.py +23 -3
  312. oci/os_management_hub/models/event_summary.py +11 -3
  313. oci/os_management_hub/models/exploit_attempt_event.py +1 -1
  314. oci/os_management_hub/models/group_profile.py +16 -2
  315. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +33 -2
  316. oci/os_management_hub/models/installed_package_summary.py +1 -1
  317. oci/os_management_hub/models/kernel_crash_event.py +1 -1
  318. oci/os_management_hub/models/kernel_oops_event.py +1 -1
  319. oci/os_management_hub/models/ksplice_update_event.py +1 -1
  320. oci/os_management_hub/models/lifecycle_environment.py +7 -3
  321. oci/os_management_hub/models/lifecycle_environment_summary.py +7 -3
  322. oci/os_management_hub/models/lifecycle_profile.py +16 -2
  323. oci/os_management_hub/models/lifecycle_stage.py +7 -3
  324. oci/os_management_hub/models/lifecycle_stage_summary.py +7 -3
  325. oci/os_management_hub/models/managed_instance.py +80 -10
  326. oci/os_management_hub/models/managed_instance_analytic_summary.py +11 -3
  327. oci/os_management_hub/models/managed_instance_group.py +7 -3
  328. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -3
  329. oci/os_management_hub/models/managed_instance_group_summary.py +7 -3
  330. oci/os_management_hub/models/managed_instance_summary.py +47 -8
  331. oci/os_management_hub/models/management_station.py +276 -0
  332. oci/os_management_hub/models/management_station_event.py +1 -1
  333. oci/os_management_hub/models/management_station_event_data.py +58 -3
  334. oci/os_management_hub/models/management_station_summary.py +67 -4
  335. oci/os_management_hub/models/mirror_configuration.py +33 -2
  336. oci/os_management_hub/models/mirror_summary.py +107 -25
  337. oci/os_management_hub/models/mirrors_collection.py +2 -1
  338. oci/os_management_hub/models/module_stream.py +7 -3
  339. oci/os_management_hub/models/package_name_summary.py +7 -3
  340. oci/os_management_hub/models/package_summary.py +7 -3
  341. oci/os_management_hub/models/peer_management_station.py +108 -0
  342. oci/os_management_hub/models/private_software_source.py +330 -0
  343. oci/os_management_hub/models/private_software_source_summary.py +212 -0
  344. oci/os_management_hub/models/profile.py +84 -8
  345. oci/os_management_hub/models/profile_collection.py +1 -1
  346. oci/os_management_hub/models/profile_summary.py +17 -7
  347. oci/os_management_hub/models/profile_version.py +811 -0
  348. oci/os_management_hub/models/reboot_event.py +184 -0
  349. oci/os_management_hub/models/reboot_event_data.py +123 -0
  350. oci/os_management_hub/models/reboot_lifecycle_stage_details.py +101 -0
  351. oci/os_management_hub/models/reboot_managed_instance_details.py +101 -0
  352. oci/os_management_hub/models/reboot_managed_instance_group_details.py +101 -0
  353. oci/os_management_hub/models/remove_packages_from_software_source_details.py +72 -0
  354. oci/os_management_hub/models/replace_packages_in_software_source_details.py +72 -0
  355. oci/os_management_hub/models/rerun_work_request_details.py +103 -0
  356. oci/os_management_hub/models/scheduled_job.py +37 -2
  357. oci/os_management_hub/models/scheduled_job_operation.py +46 -5
  358. oci/os_management_hub/models/scheduled_job_summary.py +37 -2
  359. oci/os_management_hub/models/software_source.py +39 -15
  360. oci/os_management_hub/models/software_source_details.py +11 -3
  361. oci/os_management_hub/models/software_source_event.py +1 -1
  362. oci/os_management_hub/models/software_source_profile.py +16 -2
  363. oci/os_management_hub/models/software_source_summary.py +30 -10
  364. oci/os_management_hub/models/software_source_vendor_summary.py +7 -3
  365. oci/os_management_hub/models/software_update_event.py +1 -1
  366. oci/os_management_hub/models/station_health.py +7 -3
  367. oci/os_management_hub/models/station_profile.py +16 -2
  368. oci/os_management_hub/models/synchronize_mirrors_details.py +7 -3
  369. oci/os_management_hub/models/sysadmin_event.py +184 -0
  370. oci/os_management_hub/models/sysadmin_event_data.py +239 -0
  371. oci/os_management_hub/models/system_details.py +7 -3
  372. oci/os_management_hub/models/third_party_software_source.py +330 -0
  373. oci/os_management_hub/models/third_party_software_source_summary.py +212 -0
  374. oci/os_management_hub/models/updatable_package_summary.py +1 -1
  375. oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
  376. oci/os_management_hub/models/update_management_station_details.py +31 -0
  377. oci/os_management_hub/models/update_mirror_configuration_details.py +33 -2
  378. oci/os_management_hub/models/update_private_software_source_details.py +272 -0
  379. oci/os_management_hub/models/update_profile_details.py +1 -1
  380. oci/os_management_hub/models/update_scheduled_job_details.py +2 -2
  381. oci/os_management_hub/models/update_software_source_details.py +19 -3
  382. oci/os_management_hub/models/update_third_party_software_source_details.py +272 -0
  383. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  384. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +1 -1
  385. oci/os_management_hub/models/update_work_request_details.py +9 -5
  386. oci/os_management_hub/models/vendor_software_source.py +5 -5
  387. oci/os_management_hub/models/vendor_software_source_summary.py +2 -2
  388. oci/os_management_hub/models/versioned_custom_software_source.py +102 -9
  389. oci/os_management_hub/models/versioned_custom_software_source_summary.py +63 -7
  390. oci/os_management_hub/models/windows_standalone_profile.py +17 -3
  391. oci/os_management_hub/models/work_request.py +102 -14
  392. oci/os_management_hub/models/work_request_error.py +4 -4
  393. oci/os_management_hub/models/work_request_error_collection.py +1 -1
  394. oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
  395. oci/os_management_hub/models/work_request_summary.py +47 -8
  396. oci/os_management_hub/models/work_request_summary_collection.py +1 -1
  397. oci/os_management_hub/onboarding_client.py +991 -75
  398. oci/os_management_hub/reporting_managed_instance_client.py +9 -9
  399. oci/os_management_hub/scheduled_job_client.py +9 -9
  400. oci/os_management_hub/software_source_client.py +848 -47
  401. oci/os_management_hub/software_source_client_composite_operations.py +132 -0
  402. oci/os_management_hub/work_request_client.py +144 -11
  403. oci/os_management_hub/work_request_client_composite_operations.py +46 -0
  404. oci/osp_gateway/address_rule_service_client.py +1 -1
  405. oci/osp_gateway/address_service_client.py +2 -2
  406. oci/osp_gateway/invoice_service_client.py +5 -5
  407. oci/osp_gateway/subscription_service_client.py +5 -5
  408. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  409. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  410. oci/osub_subscription/commitment_client.py +2 -2
  411. oci/osub_subscription/ratecard_client.py +1 -1
  412. oci/osub_subscription/subscription_client.py +1 -1
  413. oci/osub_usage/computed_usage_client.py +3 -3
  414. oci/psql/postgresql_client.py +33 -33
  415. oci/queue/queue_admin_client.py +11 -11
  416. oci/queue/queue_client.py +8 -8
  417. oci/recovery/database_recovery_client.py +26 -26
  418. oci/redis/models/redis_cluster.py +7 -3
  419. oci/redis/models/update_redis_cluster_details.py +31 -0
  420. oci/redis/redis_cluster_client.py +12 -12
  421. oci/resource_manager/resource_manager_client.py +52 -52
  422. oci/resource_scheduler/schedule_client.py +13 -13
  423. oci/resource_search/resource_search_client.py +3 -3
  424. oci/rover/rover_bundle_client.py +8 -8
  425. oci/rover/rover_cluster_client.py +8 -8
  426. oci/rover/rover_entitlement_client.py +6 -6
  427. oci/rover/rover_node_client.py +15 -15
  428. oci/rover/shape_client.py +1 -1
  429. oci/rover/work_requests_client.py +5 -5
  430. oci/sch/connector_plugins_client.py +2 -2
  431. oci/sch/service_connector_client.py +12 -12
  432. oci/secrets/secrets_client.py +3 -3
  433. oci/security_attribute/security_attribute_client.py +18 -18
  434. oci/service_catalog/service_catalog_client.py +26 -26
  435. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  436. oci/service_mesh/service_mesh_client.py +48 -48
  437. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  438. oci/streaming/stream_admin_client.py +18 -18
  439. oci/streaming/stream_client.py +8 -8
  440. oci/tenant_manager_control_plane/domain_client.py +5 -5
  441. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  442. oci/tenant_manager_control_plane/governance_client.py +2 -2
  443. oci/tenant_manager_control_plane/link_client.py +3 -3
  444. oci/tenant_manager_control_plane/orders_client.py +2 -2
  445. oci/tenant_manager_control_plane/organization_client.py +10 -10
  446. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  447. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  448. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  449. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  450. oci/threat_intelligence/threatintel_client.py +5 -5
  451. oci/usage/resources_client.py +2 -2
  452. oci/usage/rewards_client.py +6 -6
  453. oci/usage/usagelimits_client.py +1 -1
  454. oci/usage_api/usageapi_client.py +33 -33
  455. oci/vault/vaults_client.py +13 -13
  456. oci/vbs_inst/vbs_instance_client.py +10 -10
  457. oci/version.py +1 -1
  458. oci/visual_builder/vb_instance_client.py +14 -14
  459. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  460. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  461. oci/waa/waa_client.py +13 -13
  462. oci/waa/work_request_client.py +4 -4
  463. oci/waas/redirect_client.py +6 -6
  464. oci/waas/waas_client.py +66 -66
  465. oci/waf/waf_client.py +24 -24
  466. oci/work_requests/work_request_client.py +4 -4
  467. oci/zpr/zpr_client.py +15 -15
  468. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/METADATA +1 -1
  469. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/RECORD +473 -411
  470. oci/container_instances/models/container_command_health_check.py +0 -147
  471. oci/container_instances/models/create_container_command_health_check_details.py +0 -132
  472. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/LICENSE.txt +0 -0
  473. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  474. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/WHEEL +0 -0
  475. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataScienceClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/activate_model.py.html>`__ to see an example of how to use activate_model API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/activate_model.py.html>`__ to see an example of how to use activate_model API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = ['modelId']
@@ -262,7 +262,7 @@ class DataScienceClient(object):
262
262
  :rtype: :class:`~oci.response.Response`
263
263
 
264
264
  :example:
265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/activate_model_deployment.py.html>`__ to see an example of how to use activate_model_deployment API.
265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/activate_model_deployment.py.html>`__ to see an example of how to use activate_model_deployment API.
266
266
  """
267
267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
268
268
  required_arguments = ['modelDeploymentId']
@@ -367,7 +367,7 @@ class DataScienceClient(object):
367
367
  :rtype: :class:`~oci.response.Response`
368
368
 
369
369
  :example:
370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
371
371
  """
372
372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
373
373
  required_arguments = ['notebookSessionId']
@@ -473,7 +473,7 @@ class DataScienceClient(object):
473
473
  :rtype: :class:`~oci.response.Response`
474
474
 
475
475
  :example:
476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/activate_schedule.py.html>`__ to see an example of how to use activate_schedule API.
476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/activate_schedule.py.html>`__ to see an example of how to use activate_schedule API.
477
477
  """
478
478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
479
479
  required_arguments = ['scheduleId']
@@ -583,7 +583,7 @@ class DataScienceClient(object):
583
583
  :rtype: :class:`~oci.response.Response`
584
584
 
585
585
  :example:
586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
587
587
  """
588
588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
589
589
  required_arguments = ['jobRunId']
@@ -696,7 +696,7 @@ class DataScienceClient(object):
696
696
  :rtype: :class:`~oci.response.Response`
697
697
 
698
698
  :example:
699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
700
700
  """
701
701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
702
702
  required_arguments = ['pipelineRunId']
@@ -814,7 +814,7 @@ class DataScienceClient(object):
814
814
  :rtype: :class:`~oci.response.Response`
815
815
 
816
816
  :example:
817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
818
818
  """
819
819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
820
820
  required_arguments = ['workRequestId']
@@ -923,7 +923,7 @@ class DataScienceClient(object):
923
923
  :rtype: :class:`~oci.response.Response`
924
924
 
925
925
  :example:
926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
927
927
  """
928
928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
929
929
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -1038,7 +1038,7 @@ class DataScienceClient(object):
1038
1038
  :rtype: :class:`~oci.response.Response`
1039
1039
 
1040
1040
  :example:
1041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1042
1042
  """
1043
1043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1044
1044
  required_arguments = ['jobId']
@@ -1148,7 +1148,7 @@ class DataScienceClient(object):
1148
1148
  :rtype: :class:`~oci.response.Response`
1149
1149
 
1150
1150
  :example:
1151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1152
1152
  """
1153
1153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1154
1154
  required_arguments = ['jobRunId']
@@ -1261,7 +1261,7 @@ class DataScienceClient(object):
1261
1261
  :rtype: :class:`~oci.response.Response`
1262
1262
 
1263
1263
  :example:
1264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1265
1265
  """
1266
1266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1267
1267
  required_arguments = ['modelId']
@@ -1377,7 +1377,7 @@ class DataScienceClient(object):
1377
1377
  :rtype: :class:`~oci.response.Response`
1378
1378
 
1379
1379
  :example:
1380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1381
1381
  """
1382
1382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1383
1383
  required_arguments = ['modelDeploymentId']
@@ -1493,7 +1493,7 @@ class DataScienceClient(object):
1493
1493
  :rtype: :class:`~oci.response.Response`
1494
1494
 
1495
1495
  :example:
1496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1497
1497
  """
1498
1498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1499
1499
  required_arguments = ['modelVersionSetId']
@@ -1609,7 +1609,7 @@ class DataScienceClient(object):
1609
1609
  :rtype: :class:`~oci.response.Response`
1610
1610
 
1611
1611
  :example:
1612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1613
1613
  """
1614
1614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1615
1615
  required_arguments = ['notebookSessionId']
@@ -1722,7 +1722,7 @@ class DataScienceClient(object):
1722
1722
  :rtype: :class:`~oci.response.Response`
1723
1723
 
1724
1724
  :example:
1725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1726
1726
  """
1727
1727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1728
1728
  required_arguments = ['pipelineId']
@@ -1832,7 +1832,7 @@ class DataScienceClient(object):
1832
1832
  :rtype: :class:`~oci.response.Response`
1833
1833
 
1834
1834
  :example:
1835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1836
1836
  """
1837
1837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1838
1838
  required_arguments = ['pipelineRunId']
@@ -1945,7 +1945,7 @@ class DataScienceClient(object):
1945
1945
  :rtype: :class:`~oci.response.Response`
1946
1946
 
1947
1947
  :example:
1948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1949
1949
  """
1950
1950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1951
1951
  required_arguments = ['projectId']
@@ -2059,7 +2059,7 @@ class DataScienceClient(object):
2059
2059
  :rtype: :class:`~oci.response.Response`
2060
2060
 
2061
2061
  :example:
2062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/change_schedule_compartment.py.html>`__ to see an example of how to use change_schedule_compartment API.
2062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/change_schedule_compartment.py.html>`__ to see an example of how to use change_schedule_compartment API.
2063
2063
  """
2064
2064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2065
2065
  required_arguments = ['scheduleId']
@@ -2165,7 +2165,7 @@ class DataScienceClient(object):
2165
2165
  :rtype: :class:`~oci.response.Response`
2166
2166
 
2167
2167
  :example:
2168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
2168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
2169
2169
  """
2170
2170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2171
2171
  required_arguments = []
@@ -2259,7 +2259,7 @@ class DataScienceClient(object):
2259
2259
  :rtype: :class:`~oci.response.Response`
2260
2260
 
2261
2261
  :example:
2262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2263
2263
  """
2264
2264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2265
2265
  required_arguments = []
@@ -2372,7 +2372,7 @@ class DataScienceClient(object):
2372
2372
  :rtype: :class:`~oci.response.Response`
2373
2373
 
2374
2374
  :example:
2375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2376
2376
  """
2377
2377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2378
2378
  required_arguments = ['jobId']
@@ -2504,7 +2504,7 @@ class DataScienceClient(object):
2504
2504
  :rtype: :class:`~oci.response.Response`
2505
2505
 
2506
2506
  :example:
2507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2508
2508
  """
2509
2509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2510
2510
  required_arguments = []
@@ -2600,7 +2600,7 @@ class DataScienceClient(object):
2600
2600
  :rtype: :class:`~oci.response.Response`
2601
2601
 
2602
2602
  :example:
2603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2604
2604
  """
2605
2605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2606
2606
  required_arguments = []
@@ -2725,7 +2725,7 @@ class DataScienceClient(object):
2725
2725
  :rtype: :class:`~oci.response.Response`
2726
2726
 
2727
2727
  :example:
2728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2729
2729
  """
2730
2730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2731
2731
  required_arguments = ['modelId']
@@ -2861,7 +2861,7 @@ class DataScienceClient(object):
2861
2861
  :rtype: :class:`~oci.response.Response`
2862
2862
 
2863
2863
  :example:
2864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
2864
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
2865
2865
  """
2866
2866
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2867
2867
  required_arguments = []
@@ -2962,7 +2962,7 @@ class DataScienceClient(object):
2962
2962
  :rtype: :class:`~oci.response.Response`
2963
2963
 
2964
2964
  :example:
2965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
2965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
2966
2966
  """
2967
2967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2968
2968
  required_arguments = ['modelId']
@@ -3068,7 +3068,7 @@ class DataScienceClient(object):
3068
3068
  :rtype: :class:`~oci.response.Response`
3069
3069
 
3070
3070
  :example:
3071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
3071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
3072
3072
  """
3073
3073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3074
3074
  required_arguments = []
@@ -3162,7 +3162,7 @@ class DataScienceClient(object):
3162
3162
  :rtype: :class:`~oci.response.Response`
3163
3163
 
3164
3164
  :example:
3165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
3165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
3166
3166
  """
3167
3167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3168
3168
  required_arguments = []
@@ -3256,7 +3256,7 @@ class DataScienceClient(object):
3256
3256
  :rtype: :class:`~oci.response.Response`
3257
3257
 
3258
3258
  :example:
3259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3260
3260
  """
3261
3261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3262
3262
  required_arguments = []
@@ -3353,7 +3353,7 @@ class DataScienceClient(object):
3353
3353
  :rtype: :class:`~oci.response.Response`
3354
3354
 
3355
3355
  :example:
3356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3357
3357
  """
3358
3358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3359
3359
  required_arguments = []
@@ -3449,7 +3449,7 @@ class DataScienceClient(object):
3449
3449
  :rtype: :class:`~oci.response.Response`
3450
3450
 
3451
3451
  :example:
3452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3453
3453
  """
3454
3454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3455
3455
  required_arguments = []
@@ -3543,7 +3543,7 @@ class DataScienceClient(object):
3543
3543
  :rtype: :class:`~oci.response.Response`
3544
3544
 
3545
3545
  :example:
3546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
3546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
3547
3547
  """
3548
3548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3549
3549
  required_arguments = []
@@ -3664,7 +3664,7 @@ class DataScienceClient(object):
3664
3664
  :rtype: :class:`~oci.response.Response`
3665
3665
 
3666
3666
  :example:
3667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3668
3668
  """
3669
3669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3670
3670
  required_arguments = ['pipelineId', 'stepName']
@@ -3800,7 +3800,7 @@ class DataScienceClient(object):
3800
3800
  :rtype: :class:`~oci.response.Response`
3801
3801
 
3802
3802
  :example:
3803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
3803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
3804
3804
  """
3805
3805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3806
3806
  required_arguments = ['modelId']
@@ -3909,7 +3909,7 @@ class DataScienceClient(object):
3909
3909
  :rtype: :class:`~oci.response.Response`
3910
3910
 
3911
3911
  :example:
3912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
3912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
3913
3913
  """
3914
3914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3915
3915
  required_arguments = ['modelDeploymentId']
@@ -4014,7 +4014,7 @@ class DataScienceClient(object):
4014
4014
  :rtype: :class:`~oci.response.Response`
4015
4015
 
4016
4016
  :example:
4017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
4017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
4018
4018
  """
4019
4019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4020
4020
  required_arguments = ['notebookSessionId']
@@ -4120,7 +4120,7 @@ class DataScienceClient(object):
4120
4120
  :rtype: :class:`~oci.response.Response`
4121
4121
 
4122
4122
  :example:
4123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/deactivate_schedule.py.html>`__ to see an example of how to use deactivate_schedule API.
4123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/deactivate_schedule.py.html>`__ to see an example of how to use deactivate_schedule API.
4124
4124
  """
4125
4125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4126
4126
  required_arguments = ['scheduleId']
@@ -4228,7 +4228,7 @@ class DataScienceClient(object):
4228
4228
  :rtype: :class:`~oci.response.Response`
4229
4229
 
4230
4230
  :example:
4231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
4231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
4232
4232
  """
4233
4233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4234
4234
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -4336,7 +4336,7 @@ class DataScienceClient(object):
4336
4336
  :rtype: :class:`~oci.response.Response`
4337
4337
 
4338
4338
  :example:
4339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
4339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
4340
4340
  """
4341
4341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4342
4342
  required_arguments = ['jobId']
@@ -4451,7 +4451,7 @@ class DataScienceClient(object):
4451
4451
  :rtype: :class:`~oci.response.Response`
4452
4452
 
4453
4453
  :example:
4454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4455
4455
  """
4456
4456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4457
4457
  required_arguments = ['jobRunId']
@@ -4558,7 +4558,7 @@ class DataScienceClient(object):
4558
4558
  :rtype: :class:`~oci.response.Response`
4559
4559
 
4560
4560
  :example:
4561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4562
4562
  """
4563
4563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4564
4564
  required_arguments = ['modelId']
@@ -4665,7 +4665,7 @@ class DataScienceClient(object):
4665
4665
  :rtype: :class:`~oci.response.Response`
4666
4666
 
4667
4667
  :example:
4668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
4668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
4669
4669
  """
4670
4670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4671
4671
  required_arguments = ['modelDeploymentId']
@@ -4776,7 +4776,7 @@ class DataScienceClient(object):
4776
4776
  :rtype: :class:`~oci.response.Response`
4777
4777
 
4778
4778
  :example:
4779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
4779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
4780
4780
  """
4781
4781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4782
4782
  required_arguments = ['modelVersionSetId']
@@ -4891,7 +4891,7 @@ class DataScienceClient(object):
4891
4891
  :rtype: :class:`~oci.response.Response`
4892
4892
 
4893
4893
  :example:
4894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
4894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
4895
4895
  """
4896
4896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4897
4897
  required_arguments = ['notebookSessionId']
@@ -5004,7 +5004,7 @@ class DataScienceClient(object):
5004
5004
  :rtype: :class:`~oci.response.Response`
5005
5005
 
5006
5006
  :example:
5007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5008
5008
  """
5009
5009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5010
5010
  required_arguments = ['pipelineId']
@@ -5122,7 +5122,7 @@ class DataScienceClient(object):
5122
5122
  :rtype: :class:`~oci.response.Response`
5123
5123
 
5124
5124
  :example:
5125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
5125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
5126
5126
  """
5127
5127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5128
5128
  required_arguments = ['pipelineRunId']
@@ -5235,7 +5235,7 @@ class DataScienceClient(object):
5235
5235
  :rtype: :class:`~oci.response.Response`
5236
5236
 
5237
5237
  :example:
5238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
5238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
5239
5239
  """
5240
5240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5241
5241
  required_arguments = ['projectId']
@@ -5340,7 +5340,7 @@ class DataScienceClient(object):
5340
5340
  :rtype: :class:`~oci.response.Response`
5341
5341
 
5342
5342
  :example:
5343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5344
5344
  """
5345
5345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5346
5346
  required_arguments = ['scheduleId']
@@ -5451,7 +5451,7 @@ class DataScienceClient(object):
5451
5451
  :rtype: :class:`~oci.response.Response`
5452
5452
 
5453
5453
  :example:
5454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
5454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
5455
5455
  """
5456
5456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5457
5457
  required_arguments = ['modelId']
@@ -5554,7 +5554,7 @@ class DataScienceClient(object):
5554
5554
  :rtype: :class:`~oci.response.Response`
5555
5555
 
5556
5556
  :example:
5557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
5557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
5558
5558
  """
5559
5559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5560
5560
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -5654,7 +5654,7 @@ class DataScienceClient(object):
5654
5654
  :rtype: :class:`~oci.response.Response`
5655
5655
 
5656
5656
  :example:
5657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
5657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
5658
5658
  """
5659
5659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5660
5660
  required_arguments = ['jobId']
@@ -5760,7 +5760,7 @@ class DataScienceClient(object):
5760
5760
  :rtype: :class:`~oci.response.Response`
5761
5761
 
5762
5762
  :example:
5763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
5763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
5764
5764
  """
5765
5765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5766
5766
  required_arguments = ['jobId']
@@ -5862,7 +5862,7 @@ class DataScienceClient(object):
5862
5862
  :rtype: :class:`~oci.response.Response`
5863
5863
 
5864
5864
  :example:
5865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
5865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
5866
5866
  """
5867
5867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5868
5868
  required_arguments = ['jobRunId']
@@ -5962,7 +5962,7 @@ class DataScienceClient(object):
5962
5962
  :rtype: :class:`~oci.response.Response`
5963
5963
 
5964
5964
  :example:
5965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
5965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
5966
5966
  """
5967
5967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5968
5968
  required_arguments = ['modelId']
@@ -6068,7 +6068,7 @@ class DataScienceClient(object):
6068
6068
  :rtype: :class:`~oci.response.Response`
6069
6069
 
6070
6070
  :example:
6071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
6071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
6072
6072
  """
6073
6073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6074
6074
  required_arguments = ['modelId']
@@ -6170,7 +6170,7 @@ class DataScienceClient(object):
6170
6170
  :rtype: :class:`~oci.response.Response`
6171
6171
 
6172
6172
  :example:
6173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
6173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
6174
6174
  """
6175
6175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6176
6176
  required_arguments = ['modelDeploymentId']
@@ -6270,7 +6270,7 @@ class DataScienceClient(object):
6270
6270
  :rtype: :class:`~oci.response.Response`
6271
6271
 
6272
6272
  :example:
6273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
6273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
6274
6274
  """
6275
6275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6276
6276
  required_arguments = ['modelId']
@@ -6370,7 +6370,7 @@ class DataScienceClient(object):
6370
6370
  :rtype: :class:`~oci.response.Response`
6371
6371
 
6372
6372
  :example:
6373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
6373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
6374
6374
  """
6375
6375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6376
6376
  required_arguments = ['modelVersionSetId']
@@ -6470,7 +6470,7 @@ class DataScienceClient(object):
6470
6470
  :rtype: :class:`~oci.response.Response`
6471
6471
 
6472
6472
  :example:
6473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
6473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
6474
6474
  """
6475
6475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6476
6476
  required_arguments = ['notebookSessionId']
@@ -6570,7 +6570,7 @@ class DataScienceClient(object):
6570
6570
  :rtype: :class:`~oci.response.Response`
6571
6571
 
6572
6572
  :example:
6573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
6573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
6574
6574
  """
6575
6575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6576
6576
  required_arguments = ['pipelineId']
@@ -6670,7 +6670,7 @@ class DataScienceClient(object):
6670
6670
  :rtype: :class:`~oci.response.Response`
6671
6671
 
6672
6672
  :example:
6673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
6673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
6674
6674
  """
6675
6675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6676
6676
  required_arguments = ['pipelineRunId']
@@ -6770,7 +6770,7 @@ class DataScienceClient(object):
6770
6770
  :rtype: :class:`~oci.response.Response`
6771
6771
 
6772
6772
  :example:
6773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
6773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
6774
6774
  """
6775
6775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6776
6776
  required_arguments = ['projectId']
@@ -6868,7 +6868,7 @@ class DataScienceClient(object):
6868
6868
  :rtype: :class:`~oci.response.Response`
6869
6869
 
6870
6870
  :example:
6871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
6871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
6872
6872
  """
6873
6873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6874
6874
  required_arguments = ['scheduleId']
@@ -6977,7 +6977,7 @@ class DataScienceClient(object):
6977
6977
  :rtype: :class:`~oci.response.Response`
6978
6978
 
6979
6979
  :example:
6980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
6980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
6981
6981
  """
6982
6982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6983
6983
  required_arguments = ['pipelineId', 'stepName']
@@ -7082,7 +7082,7 @@ class DataScienceClient(object):
7082
7082
  :rtype: :class:`~oci.response.Response`
7083
7083
 
7084
7084
  :example:
7085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7086
7086
  """
7087
7087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7088
7088
  required_arguments = ['workRequestId']
@@ -7182,7 +7182,7 @@ class DataScienceClient(object):
7182
7182
  :rtype: :class:`~oci.response.Response`
7183
7183
 
7184
7184
  :example:
7185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
7185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
7186
7186
  """
7187
7187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7188
7188
  required_arguments = ['jobId']
@@ -7280,7 +7280,7 @@ class DataScienceClient(object):
7280
7280
  :rtype: :class:`~oci.response.Response`
7281
7281
 
7282
7282
  :example:
7283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
7283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
7284
7284
  """
7285
7285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7286
7286
  required_arguments = ['modelId']
@@ -7381,7 +7381,7 @@ class DataScienceClient(object):
7381
7381
  :rtype: :class:`~oci.response.Response`
7382
7382
 
7383
7383
  :example:
7384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
7384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
7385
7385
  """
7386
7386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7387
7387
  required_arguments = ['pipelineId', 'stepName']
@@ -7490,7 +7490,7 @@ class DataScienceClient(object):
7490
7490
  :rtype: :class:`~oci.response.Response`
7491
7491
 
7492
7492
  :example:
7493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
7493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
7494
7494
  """
7495
7495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7496
7496
  required_arguments = ['modelId']
@@ -7631,7 +7631,7 @@ class DataScienceClient(object):
7631
7631
  :rtype: :class:`~oci.response.Response`
7632
7632
 
7633
7633
  :example:
7634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_containers.py.html>`__ to see an example of how to use list_containers API.
7634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_containers.py.html>`__ to see an example of how to use list_containers API.
7635
7635
  """
7636
7636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7637
7637
  required_arguments = []
@@ -7810,7 +7810,7 @@ class DataScienceClient(object):
7810
7810
  :rtype: :class:`~oci.response.Response`
7811
7811
 
7812
7812
  :example:
7813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
7813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
7814
7814
  """
7815
7815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7816
7816
  required_arguments = ['compartmentId']
@@ -7967,7 +7967,7 @@ class DataScienceClient(object):
7967
7967
  :rtype: :class:`~oci.response.Response`
7968
7968
 
7969
7969
  :example:
7970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
7970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
7971
7971
  """
7972
7972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7973
7973
  required_arguments = ['compartmentId']
@@ -8121,7 +8121,7 @@ class DataScienceClient(object):
8121
8121
  :rtype: :class:`~oci.response.Response`
8122
8122
 
8123
8123
  :example:
8124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
8124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
8125
8125
  """
8126
8126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8127
8127
  required_arguments = ['compartmentId']
@@ -8273,7 +8273,7 @@ class DataScienceClient(object):
8273
8273
  :rtype: :class:`~oci.response.Response`
8274
8274
 
8275
8275
  :example:
8276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
8276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
8277
8277
  """
8278
8278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8279
8279
  required_arguments = ['compartmentId']
@@ -8427,7 +8427,7 @@ class DataScienceClient(object):
8427
8427
  :rtype: :class:`~oci.response.Response`
8428
8428
 
8429
8429
  :example:
8430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
8430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
8431
8431
  """
8432
8432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8433
8433
  required_arguments = ['compartmentId']
@@ -8579,7 +8579,7 @@ class DataScienceClient(object):
8579
8579
  :rtype: :class:`~oci.response.Response`
8580
8580
 
8581
8581
  :example:
8582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
8582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
8583
8583
  """
8584
8584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8585
8585
  required_arguments = ['compartmentId']
@@ -8733,7 +8733,7 @@ class DataScienceClient(object):
8733
8733
  :rtype: :class:`~oci.response.Response`
8734
8734
 
8735
8735
  :example:
8736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
8736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
8737
8737
  """
8738
8738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8739
8739
  required_arguments = ['compartmentId']
@@ -8920,7 +8920,7 @@ class DataScienceClient(object):
8920
8920
  :rtype: :class:`~oci.response.Response`
8921
8921
 
8922
8922
  :example:
8923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
8923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
8924
8924
  """
8925
8925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8926
8926
  required_arguments = ['compartmentId']
@@ -9114,7 +9114,7 @@ class DataScienceClient(object):
9114
9114
  :rtype: :class:`~oci.response.Response`
9115
9115
 
9116
9116
  :example:
9117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
9117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
9118
9118
  """
9119
9119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9120
9120
  required_arguments = ['compartmentId']
@@ -9270,7 +9270,7 @@ class DataScienceClient(object):
9270
9270
  :rtype: :class:`~oci.response.Response`
9271
9271
 
9272
9272
  :example:
9273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
9273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
9274
9274
  """
9275
9275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9276
9276
  required_arguments = ['compartmentId']
@@ -9424,7 +9424,7 @@ class DataScienceClient(object):
9424
9424
  :rtype: :class:`~oci.response.Response`
9425
9425
 
9426
9426
  :example:
9427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
9427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
9428
9428
  """
9429
9429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9430
9430
  required_arguments = ['compartmentId']
@@ -9612,7 +9612,7 @@ class DataScienceClient(object):
9612
9612
  :rtype: :class:`~oci.response.Response`
9613
9613
 
9614
9614
  :example:
9615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
9615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
9616
9616
  """
9617
9617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9618
9618
  required_arguments = ['compartmentId']
@@ -9800,7 +9800,7 @@ class DataScienceClient(object):
9800
9800
  :rtype: :class:`~oci.response.Response`
9801
9801
 
9802
9802
  :example:
9803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
9803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
9804
9804
  """
9805
9805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9806
9806
  required_arguments = ['compartmentId']
@@ -9984,7 +9984,7 @@ class DataScienceClient(object):
9984
9984
  :rtype: :class:`~oci.response.Response`
9985
9985
 
9986
9986
  :example:
9987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
9987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
9988
9988
  """
9989
9989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9990
9990
  required_arguments = ['compartmentId']
@@ -10160,7 +10160,7 @@ class DataScienceClient(object):
10160
10160
  :rtype: :class:`~oci.response.Response`
10161
10161
 
10162
10162
  :example:
10163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
10163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
10164
10164
  """
10165
10165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10166
10166
  required_arguments = ['compartmentId']
@@ -10310,7 +10310,7 @@ class DataScienceClient(object):
10310
10310
  :rtype: :class:`~oci.response.Response`
10311
10311
 
10312
10312
  :example:
10313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
10313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
10314
10314
  """
10315
10315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10316
10316
  required_arguments = ['workRequestId']
@@ -10438,7 +10438,7 @@ class DataScienceClient(object):
10438
10438
  :rtype: :class:`~oci.response.Response`
10439
10439
 
10440
10440
  :example:
10441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
10441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
10442
10442
  """
10443
10443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10444
10444
  required_arguments = ['workRequestId']
@@ -10591,7 +10591,7 @@ class DataScienceClient(object):
10591
10591
  :rtype: :class:`~oci.response.Response`
10592
10592
 
10593
10593
  :example:
10594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
10594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
10595
10595
  """
10596
10596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10597
10597
  required_arguments = ['compartmentId']
@@ -10741,7 +10741,7 @@ class DataScienceClient(object):
10741
10741
  :rtype: :class:`~oci.response.Response`
10742
10742
 
10743
10743
  :example:
10744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
10744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
10745
10745
  """
10746
10746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10747
10747
  required_arguments = ['modelId']
@@ -10862,7 +10862,7 @@ class DataScienceClient(object):
10862
10862
  :rtype: :class:`~oci.response.Response`
10863
10863
 
10864
10864
  :example:
10865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
10865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
10866
10866
  """
10867
10867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10868
10868
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -10974,7 +10974,7 @@ class DataScienceClient(object):
10974
10974
  :rtype: :class:`~oci.response.Response`
10975
10975
 
10976
10976
  :example:
10977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
10977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
10978
10978
  """
10979
10979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10980
10980
  required_arguments = ['jobId']
@@ -11088,7 +11088,7 @@ class DataScienceClient(object):
11088
11088
  :rtype: :class:`~oci.response.Response`
11089
11089
 
11090
11090
  :example:
11091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
11091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
11092
11092
  """
11093
11093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11094
11094
  required_arguments = ['jobRunId']
@@ -11202,7 +11202,7 @@ class DataScienceClient(object):
11202
11202
  :rtype: :class:`~oci.response.Response`
11203
11203
 
11204
11204
  :example:
11205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
11205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
11206
11206
  """
11207
11207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11208
11208
  required_arguments = ['modelId']
@@ -11322,7 +11322,7 @@ class DataScienceClient(object):
11322
11322
  :rtype: :class:`~oci.response.Response`
11323
11323
 
11324
11324
  :example:
11325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
11325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
11326
11326
  """
11327
11327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11328
11328
  required_arguments = ['modelDeploymentId']
@@ -11434,7 +11434,7 @@ class DataScienceClient(object):
11434
11434
  :rtype: :class:`~oci.response.Response`
11435
11435
 
11436
11436
  :example:
11437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
11437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
11438
11438
  """
11439
11439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11440
11440
  required_arguments = ['modelId']
@@ -11548,7 +11548,7 @@ class DataScienceClient(object):
11548
11548
  :rtype: :class:`~oci.response.Response`
11549
11549
 
11550
11550
  :example:
11551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
11551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
11552
11552
  """
11553
11553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11554
11554
  required_arguments = ['modelVersionSetId']
@@ -11665,7 +11665,7 @@ class DataScienceClient(object):
11665
11665
  :rtype: :class:`~oci.response.Response`
11666
11666
 
11667
11667
  :example:
11668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
11668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
11669
11669
  """
11670
11670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11671
11671
  required_arguments = ['notebookSessionId']
@@ -11779,7 +11779,7 @@ class DataScienceClient(object):
11779
11779
  :rtype: :class:`~oci.response.Response`
11780
11780
 
11781
11781
  :example:
11782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
11782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
11783
11783
  """
11784
11784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11785
11785
  required_arguments = ['pipelineId']
@@ -11891,7 +11891,7 @@ class DataScienceClient(object):
11891
11891
  :rtype: :class:`~oci.response.Response`
11892
11892
 
11893
11893
  :example:
11894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
11894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
11895
11895
  """
11896
11896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11897
11897
  required_arguments = ['pipelineRunId']
@@ -12003,7 +12003,7 @@ class DataScienceClient(object):
12003
12003
  :rtype: :class:`~oci.response.Response`
12004
12004
 
12005
12005
  :example:
12006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
12006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
12007
12007
  """
12008
12008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12009
12009
  required_arguments = ['projectId']
@@ -12115,7 +12115,7 @@ class DataScienceClient(object):
12115
12115
  :rtype: :class:`~oci.response.Response`
12116
12116
 
12117
12117
  :example:
12118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/datascience/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
12118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datascience/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
12119
12119
  """
12120
12120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12121
12121
  required_arguments = ['scheduleId']