oci 2.132.0__py3-none-any.whl → 2.133.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 (489) 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 +626 -28
  6. oci/ai_document/ai_service_document_client_composite_operations.py +180 -0
  7. oci/ai_document/models/__init__.py +10 -0
  8. oci/ai_document/models/add_model_lock_details.py +150 -0
  9. oci/ai_document/models/add_project_lock_details.py +150 -0
  10. oci/ai_document/models/analyze_document_details.py +5 -5
  11. oci/ai_document/models/detected_document_type.py +0 -35
  12. oci/ai_document/models/document_classification_feature.py +2 -33
  13. oci/ai_document/models/document_key_value_extraction_feature.py +2 -33
  14. oci/ai_document/models/general_processor_config.py +5 -5
  15. oci/ai_document/models/model.py +33 -2
  16. oci/ai_document/models/model_summary.py +33 -2
  17. oci/ai_document/models/output_location.py +1 -1
  18. oci/ai_document/models/project.py +33 -2
  19. oci/ai_document/models/remove_model_lock_details.py +88 -0
  20. oci/ai_document/models/remove_project_lock_details.py +88 -0
  21. oci/ai_document/models/resource_lock.py +216 -0
  22. oci/ai_language/ai_service_language_client.py +44 -44
  23. oci/ai_speech/ai_service_speech_client.py +17 -17
  24. oci/ai_vision/ai_service_vision_client.py +25 -25
  25. oci/analytics/analytics_client.py +24 -24
  26. oci/announcements_service/__init__.py +3 -1
  27. oci/announcements_service/announcement_client.py +103 -6
  28. oci/announcements_service/announcement_subscription_client.py +9 -9
  29. oci/announcements_service/announcements_preferences_client.py +4 -4
  30. oci/announcements_service/models/__init__.py +12 -0
  31. oci/announcements_service/models/announcement.py +1 -1
  32. oci/announcements_service/models/announcement_compartment.py +72 -0
  33. oci/announcements_service/models/announcement_summary.py +1 -1
  34. oci/announcements_service/models/base_announcement.py +7 -3
  35. oci/announcements_service/models/base_service.py +498 -0
  36. oci/announcements_service/models/notifications_summary.py +130 -0
  37. oci/announcements_service/models/service.py +130 -0
  38. oci/announcements_service/models/service_summary.py +133 -0
  39. oci/announcements_service/models/services_collection.py +72 -0
  40. oci/announcements_service/service_client.py +275 -0
  41. oci/announcements_service/service_client_composite_operations.py +26 -0
  42. oci/apigateway/api_gateway_client.py +21 -21
  43. oci/apigateway/deployment_client.py +6 -6
  44. oci/apigateway/gateway_client.py +6 -6
  45. oci/apigateway/subscribers_client.py +6 -6
  46. oci/apigateway/usage_plans_client.py +6 -6
  47. oci/apigateway/work_requests_client.py +5 -5
  48. oci/apm_config/config_client.py +9 -9
  49. oci/apm_control_plane/apm_domain_client.py +14 -14
  50. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  51. oci/apm_traces/attributes_client.py +8 -8
  52. oci/apm_traces/query_client.py +2 -2
  53. oci/apm_traces/trace_client.py +4 -4
  54. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  55. oci/artifacts/artifacts_client.py +32 -32
  56. oci/audit/audit_client.py +3 -3
  57. oci/autoscaling/auto_scaling_client.py +11 -11
  58. oci/bastion/bastion_client.py +15 -15
  59. oci/bds/bds_client.py +72 -72
  60. oci/blockchain/blockchain_platform_client.py +27 -27
  61. oci/budget/budget_client.py +10 -10
  62. oci/capacity_management/capacity_management_client.py +22 -22
  63. oci/certificates/certificates_client.py +5 -5
  64. oci/certificates_management/certificates_management_client.py +32 -32
  65. oci/cims/incident_client.py +8 -8
  66. oci/cims/user_client.py +1 -1
  67. oci/cloud_bridge/common_client.py +5 -5
  68. oci/cloud_bridge/discovery_client.py +14 -14
  69. oci/cloud_bridge/inventory_client.py +16 -16
  70. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  71. oci/cloud_guard/cloud_guard_client.py +155 -155
  72. oci/cloud_migrations/migration_client.py +43 -43
  73. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  74. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  75. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  76. oci/compute_instance_agent/plugin_client.py +2 -2
  77. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  78. oci/container_engine/container_engine_client.py +44 -44
  79. oci/container_instances/container_instance_client.py +18 -18
  80. oci/core/blockstorage_client.py +60 -60
  81. oci/core/compute_client.py +102 -102
  82. oci/core/compute_management_client.py +32 -32
  83. oci/core/virtual_network_client.py +247 -247
  84. oci/dashboard_service/dashboard_client.py +6 -6
  85. oci/dashboard_service/dashboard_group_client.py +6 -6
  86. oci/data_catalog/data_catalog_client.py +149 -149
  87. oci/data_flow/data_flow_client.py +42 -42
  88. oci/data_integration/data_integration_client.py +163 -163
  89. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  90. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  91. oci/data_safe/data_safe_client.py +287 -287
  92. oci/data_science/data_science_client.py +91 -91
  93. oci/database/database_client.py +13862 -9467
  94. oci/database/database_client_composite_operations.py +1868 -232
  95. oci/database/models/__init__.py +80 -0
  96. oci/database/models/action_member.py +134 -0
  97. oci/database/models/action_order_details.py +107 -0
  98. oci/database/models/action_param_values_collection.py +72 -0
  99. oci/database/models/action_param_values_summary.py +216 -0
  100. oci/database/models/autonomous_database.py +33 -6
  101. oci/database/models/autonomous_database_standby_summary.py +33 -2
  102. oci/database/models/autonomous_database_summary.py +33 -6
  103. oci/database/models/cancel_execution_window_details.py +134 -0
  104. oci/database/models/change_scheduling_plan_compartment_details.py +76 -0
  105. oci/database/models/change_scheduling_policy_compartment_details.py +76 -0
  106. oci/database/models/cloud_exadata_infrastructure.py +33 -2
  107. oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
  108. oci/database/models/create_autonomous_database_base.py +2 -6
  109. oci/database/models/create_data_guard_association_with_new_db_system_details.py +35 -0
  110. oci/database/models/create_exadb_vm_cluster_details.py +12 -2
  111. oci/database/models/create_execution_action_details.py +304 -0
  112. oci/database/models/create_execution_window_details.py +282 -0
  113. oci/database/models/create_pluggable_database_creation_type_details.py +0 -2
  114. oci/database/models/create_scheduled_action_details.py +339 -0
  115. oci/database/models/create_scheduling_plan_details.py +306 -0
  116. oci/database/models/create_scheduling_policy_details.py +267 -0
  117. oci/database/models/create_scheduling_window_details.py +181 -0
  118. oci/database/models/exadata_infrastructure.py +33 -2
  119. oci/database/models/exadata_infrastructure_summary.py +33 -2
  120. oci/database/models/exadb_vm_cluster.py +12 -2
  121. oci/database/models/exadb_vm_cluster_summary.py +12 -2
  122. oci/database/models/execution_action.py +715 -0
  123. oci/database/models/execution_action_member.py +216 -0
  124. oci/database/models/execution_action_summary.py +715 -0
  125. oci/database/models/execution_window.py +783 -0
  126. oci/database/models/execution_window_summary.py +783 -0
  127. oci/database/models/granular_maintenance_history_details.py +99 -0
  128. oci/database/models/maintenance_run.py +62 -0
  129. oci/database/models/maintenance_run_history.py +64 -2
  130. oci/database/models/maintenance_run_history_summary.py +64 -2
  131. oci/database/models/maintenance_run_summary.py +62 -0
  132. oci/database/models/move_execution_action_member_details.py +220 -0
  133. oci/database/models/recommended_scheduled_action_summary.py +280 -0
  134. oci/database/models/recommended_scheduled_actions_collection.py +72 -0
  135. oci/database/models/reorder_execution_action_details.py +152 -0
  136. oci/database/models/reorder_scheduled_actions_details.py +109 -0
  137. oci/database/models/scheduled_action.py +633 -0
  138. oci/database/models/scheduled_action_collection.py +72 -0
  139. oci/database/models/scheduled_action_summary.py +633 -0
  140. oci/database/models/scheduling_plan.py +643 -0
  141. oci/database/models/scheduling_plan_collection.py +72 -0
  142. oci/database/models/scheduling_plan_summary.py +643 -0
  143. oci/database/models/scheduling_policy.py +493 -0
  144. oci/database/models/scheduling_policy_summary.py +493 -0
  145. oci/database/models/scheduling_window.py +469 -0
  146. oci/database/models/scheduling_window_summary.py +469 -0
  147. oci/database/models/update_autonomous_database_details.py +2 -6
  148. oci/database/models/update_exadb_vm_cluster_details.py +12 -2
  149. oci/database/models/update_execution_action_details.py +218 -0
  150. oci/database/models/update_execution_window_details.py +212 -0
  151. oci/database/models/update_scheduled_action_details.py +140 -0
  152. oci/database/models/update_scheduling_policy_details.py +232 -0
  153. oci/database/models/update_scheduling_window_details.py +146 -0
  154. oci/database/models/window_preference_detail.py +231 -0
  155. oci/database_management/db_management_client.py +580 -208
  156. oci/database_management/db_management_client_composite_operations.py +132 -0
  157. oci/database_management/diagnosability_client.py +4 -4
  158. oci/database_management/managed_my_sql_databases_client.py +7 -7
  159. oci/database_management/models/__init__.py +14 -0
  160. oci/database_management/models/autonomous_database_diagnostics_and_management_feature_details.py +65 -0
  161. oci/database_management/models/autonomous_database_feature_details.py +167 -0
  162. oci/database_management/models/autonomous_database_sql_watch_feature_details.py +65 -0
  163. oci/database_management/models/connector_details.py +15 -3
  164. oci/database_management/models/create_db_management_private_endpoint_details.py +31 -0
  165. oci/database_management/models/db_management_private_endpoint.py +31 -0
  166. oci/database_management/models/direct_connector_details.py +51 -0
  167. oci/database_management/models/disable_autonomous_database_management_feature_details.py +92 -0
  168. oci/database_management/models/enable_autonomous_database_management_feature_details.py +68 -0
  169. oci/database_management/models/external_connector_details.py +1 -1
  170. oci/database_management/models/macs_connector_details.py +1 -1
  171. oci/database_management/models/modify_autonomous_database_management_feature_details.py +68 -0
  172. oci/database_management/models/optimizer_statistics_collection_operation.py +7 -3
  173. oci/database_management/models/optimizer_statistics_collection_operation_summary.py +7 -3
  174. oci/database_management/models/private_end_point_connector_details.py +1 -1
  175. oci/database_management/perfhub_client.py +1 -1
  176. oci/database_management/sql_tuning_client.py +17 -17
  177. oci/database_migration/database_migration_client.py +42 -42
  178. oci/database_tools/database_tools_client.py +23 -23
  179. oci/delegate_access_control/__init__.py +16 -0
  180. oci/delegate_access_control/delegate_access_control_client.py +3324 -0
  181. oci/delegate_access_control/delegate_access_control_client_composite_operations.py +492 -0
  182. oci/delegate_access_control/models/__init__.py +96 -0
  183. oci/delegate_access_control/models/approve_delegated_resource_access_request_details.py +138 -0
  184. oci/delegate_access_control/models/change_delegation_control_compartment_details.py +72 -0
  185. oci/delegate_access_control/models/change_delegation_subscription_compartment_details.py +72 -0
  186. oci/delegate_access_control/models/create_delegation_control_details.py +548 -0
  187. oci/delegate_access_control/models/create_delegation_subscription_details.py +263 -0
  188. oci/delegate_access_control/models/delegated_resource_access_request.py +1373 -0
  189. oci/delegate_access_control/models/delegated_resource_access_request_approval_details.py +263 -0
  190. oci/delegate_access_control/models/delegated_resource_access_request_audit_log_report.py +193 -0
  191. oci/delegate_access_control/models/delegated_resource_access_request_history_collection.py +72 -0
  192. oci/delegate_access_control/models/delegated_resource_access_request_history_summary.py +300 -0
  193. oci/delegate_access_control/models/delegated_resource_access_request_summary.py +981 -0
  194. oci/delegate_access_control/models/delegated_resource_access_request_summary_collection.py +72 -0
  195. oci/delegate_access_control/models/delegation_control.py +833 -0
  196. oci/delegate_access_control/models/delegation_control_resource_collection.py +72 -0
  197. oci/delegate_access_control/models/delegation_control_resource_summary.py +147 -0
  198. oci/delegate_access_control/models/delegation_control_summary.py +465 -0
  199. oci/delegate_access_control/models/delegation_control_summary_collection.py +72 -0
  200. oci/delegate_access_control/models/delegation_subscription.py +524 -0
  201. oci/delegate_access_control/models/delegation_subscription_summary.py +461 -0
  202. oci/delegate_access_control/models/delegation_subscription_summary_collection.py +72 -0
  203. oci/delegate_access_control/models/reject_delegated_resource_access_request_details.py +72 -0
  204. oci/delegate_access_control/models/revoke_delegated_resource_access_request_details.py +72 -0
  205. oci/delegate_access_control/models/service_provider.py +583 -0
  206. oci/delegate_access_control/models/service_provider_action.py +371 -0
  207. oci/delegate_access_control/models/service_provider_action_properties.py +103 -0
  208. oci/delegate_access_control/models/service_provider_action_summary.py +323 -0
  209. oci/delegate_access_control/models/service_provider_action_summary_collection.py +72 -0
  210. oci/delegate_access_control/models/service_provider_interaction_collection.py +72 -0
  211. oci/delegate_access_control/models/service_provider_interaction_request_details.py +72 -0
  212. oci/delegate_access_control/models/service_provider_interaction_summary.py +247 -0
  213. oci/delegate_access_control/models/service_provider_summary.py +508 -0
  214. oci/delegate_access_control/models/service_provider_summary_collection.py +72 -0
  215. oci/delegate_access_control/models/update_delegation_control_details.py +404 -0
  216. oci/delegate_access_control/models/update_delegation_subscription_details.py +154 -0
  217. oci/delegate_access_control/models/work_request.py +438 -0
  218. oci/delegate_access_control/models/work_request_error.py +136 -0
  219. oci/delegate_access_control/models/work_request_error_collection.py +72 -0
  220. oci/delegate_access_control/models/work_request_log_entry.py +103 -0
  221. oci/delegate_access_control/models/work_request_log_entry_collection.py +72 -0
  222. oci/delegate_access_control/models/work_request_resource.py +234 -0
  223. oci/delegate_access_control/models/work_request_summary.py +438 -0
  224. oci/delegate_access_control/models/work_request_summary_collection.py +72 -0
  225. oci/delegate_access_control/work_request_client.py +660 -0
  226. oci/delegate_access_control/work_request_client_composite_operations.py +26 -0
  227. oci/demand_signal/occ_demand_signal_client.py +7 -7
  228. oci/desktops/desktop_service_client.py +21 -21
  229. oci/devops/devops_client.py +141 -141
  230. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  231. oci/dns/dns_client.py +52 -52
  232. oci/dts/appliance_export_job_client.py +6 -6
  233. oci/dts/shipping_vendors_client.py +1 -1
  234. oci/dts/transfer_appliance_client.py +8 -8
  235. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  236. oci/dts/transfer_device_client.py +5 -5
  237. oci/dts/transfer_job_client.py +6 -6
  238. oci/dts/transfer_package_client.py +7 -7
  239. oci/em_warehouse/em_data_lake_client.py +13 -13
  240. oci/em_warehouse/em_warehouse_client.py +13 -13
  241. oci/email/email_client.py +31 -31
  242. oci/email_data_plane/email_dp_client.py +1 -1
  243. oci/events/events_client.py +6 -6
  244. oci/file_storage/file_storage_client.py +393 -59
  245. oci/file_storage/file_storage_client_composite_operations.py +138 -0
  246. oci/file_storage/models/__init__.py +4 -0
  247. oci/file_storage/models/create_mount_target_details.py +39 -26
  248. oci/file_storage/models/mount_target.py +153 -3
  249. oci/file_storage/models/mount_target_summary.py +155 -3
  250. oci/file_storage/models/schedule_downgrade_shape_mount_target_details.py +78 -0
  251. oci/file_storage/models/upgrade_shape_mount_target_details.py +78 -0
  252. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  253. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  254. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  255. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  256. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  257. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  258. oci/functions/functions_invoke_client.py +1 -1
  259. oci/functions/functions_management_client.py +16 -16
  260. oci/fusion_apps/data_masking_activity_client.py +3 -3
  261. oci/fusion_apps/fusion_applications_client.py +41 -41
  262. oci/fusion_apps/fusion_environment_client.py +15 -15
  263. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  264. oci/fusion_apps/models/fusion_environment_family.py +33 -2
  265. oci/fusion_apps/refresh_activity_client.py +4 -4
  266. oci/fusion_apps/scheduled_activity_client.py +2 -2
  267. oci/fusion_apps/service_attachment_client.py +2 -2
  268. oci/generative_ai/generative_ai_client.py +22 -22
  269. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  270. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  271. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  272. oci/golden_gate/golden_gate_client.py +68 -68
  273. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  274. oci/governance_rules_control_plane/work_request_client.py +5 -5
  275. oci/healthchecks/health_checks_client.py +17 -17
  276. oci/identity/identity_client.py +145 -145
  277. oci/identity_data_plane/dataplane_client.py +2 -2
  278. oci/identity_domains/identity_domains_client.py +307 -307
  279. oci/integration/integration_instance_client.py +16 -16
  280. oci/jms/java_management_service_client.py +75 -75
  281. oci/jms_java_downloads/java_download_client.py +25 -25
  282. oci/key_management/ekm_client.py +5 -5
  283. oci/key_management/kms_crypto_client.py +6 -6
  284. oci/key_management/kms_hsm_cluster_client.py +25 -25
  285. oci/key_management/kms_hsm_cluster_client_composite_operations.py +3 -3
  286. oci/key_management/kms_management_client.py +21 -21
  287. oci/key_management/kms_vault_client.py +14 -14
  288. oci/key_management/models/auto_key_rotation_details.py +10 -10
  289. oci/key_management/models/change_hsm_cluster_compartment_details.py +3 -3
  290. oci/key_management/models/create_hsm_cluster_details.py +5 -5
  291. oci/key_management/models/hsm_cluster.py +4 -4
  292. oci/key_management/models/hsm_cluster_collection.py +2 -2
  293. oci/key_management/models/hsm_cluster_summary.py +3 -3
  294. oci/key_management/models/hsm_partition.py +29 -9
  295. oci/key_management/models/hsm_partition_collection.py +1 -1
  296. oci/key_management/models/hsm_partition_summary.py +11 -7
  297. oci/key_management/models/port_information.py +5 -5
  298. oci/key_management/models/pre_co_user_credentials.py +2 -2
  299. oci/key_management/models/upload_partition_certificates_details.py +5 -5
  300. oci/key_management/models/vault.py +31 -0
  301. oci/license_manager/license_manager_client.py +18 -18
  302. oci/limits/limits_client.py +4 -4
  303. oci/limits/quotas_client.py +7 -7
  304. oci/load_balancer/load_balancer_client.py +61 -61
  305. oci/load_balancer/models/backend.py +4 -0
  306. oci/load_balancer/models/backend_details.py +4 -0
  307. oci/load_balancer/models/backend_set.py +6 -2
  308. oci/load_balancer/models/backend_set_details.py +6 -2
  309. oci/load_balancer/models/create_backend_details.py +4 -0
  310. oci/load_balancer/models/create_backend_set_details.py +6 -2
  311. oci/load_balancer/models/create_load_balancer_details.py +116 -0
  312. oci/load_balancer/models/ip_max_connections.py +8 -2
  313. oci/load_balancer/models/load_balancer.py +100 -0
  314. oci/load_balancer/models/update_backend_details.py +4 -0
  315. oci/load_balancer/models/update_backend_set_details.py +6 -2
  316. oci/load_balancer/models/update_load_balancer_details.py +112 -0
  317. oci/lockbox/lockbox_client.py +24 -24
  318. oci/log_analytics/log_analytics_client.py +193 -193
  319. oci/logging/logging_management_client.py +30 -30
  320. oci/loggingingestion/logging_client.py +1 -1
  321. oci/loggingsearch/log_search_client.py +1 -1
  322. oci/management_agent/management_agent_client.py +28 -28
  323. oci/management_dashboard/dashx_apis_client.py +14 -14
  324. oci/marketplace/account_client.py +2 -2
  325. oci/marketplace/marketplace_client.py +30 -30
  326. oci/marketplace_private_offer/attachment_client.py +5 -5
  327. oci/marketplace_private_offer/offer_client.py +6 -6
  328. oci/marketplace_publisher/attachment_client.py +5 -5
  329. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  330. oci/marketplace_publisher/offer_client.py +6 -6
  331. oci/media_services/media_services_client.py +60 -60
  332. oci/media_services/media_stream_client.py +2 -2
  333. oci/monitoring/monitoring_client.py +18 -18
  334. oci/mysql/channels_client.py +7 -7
  335. oci/mysql/db_backups_client.py +7 -7
  336. oci/mysql/db_system_client.py +17 -17
  337. oci/mysql/models/__init__.py +2 -0
  338. oci/mysql/models/create_db_system_details.py +37 -2
  339. oci/mysql/models/customer_contact.py +72 -0
  340. oci/mysql/models/db_system.py +37 -2
  341. oci/mysql/models/update_db_system_details.py +37 -2
  342. oci/mysql/mysqlaas_client.py +7 -7
  343. oci/mysql/replicas_client.py +5 -5
  344. oci/mysql/work_requests_client.py +4 -4
  345. oci/network_firewall/network_firewall_client.py +86 -86
  346. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  347. oci/nosql/nosql_client.py +24 -24
  348. oci/object_storage/models/__init__.py +14 -0
  349. oci/object_storage/models/access_target_details.py +136 -0
  350. oci/object_storage/models/create_private_endpoint_details.py +389 -0
  351. oci/object_storage/models/fqdns.py +99 -0
  352. oci/object_storage/models/prefix_fqdns.py +134 -0
  353. oci/object_storage/models/private_endpoint.py +685 -0
  354. oci/object_storage/models/private_endpoint_summary.py +369 -0
  355. oci/object_storage/models/update_private_endpoint_details.py +216 -0
  356. oci/object_storage/models/work_request.py +15 -3
  357. oci/object_storage/models/work_request_summary.py +15 -3
  358. oci/object_storage/object_storage_client.py +686 -71
  359. oci/object_storage/object_storage_client_composite_operations.py +139 -0
  360. oci/oce/oce_instance_client.py +10 -10
  361. oci/oci_control_center/occ_metrics_client.py +3 -3
  362. oci/ocvp/cluster_client.py +8 -8
  363. oci/ocvp/cluster_client_composite_operations.py +2 -2
  364. oci/ocvp/esxi_host_client.py +9 -9
  365. oci/ocvp/models/cluster.py +35 -2
  366. oci/ocvp/models/cluster_summary.py +35 -2
  367. oci/ocvp/models/datastore_details.py +1 -1
  368. oci/ocvp/models/esxi_host.py +35 -2
  369. oci/ocvp/models/esxi_host_summary.py +35 -2
  370. oci/ocvp/models/sddc.py +35 -2
  371. oci/ocvp/models/sddc_summary.py +35 -2
  372. oci/ocvp/models/supported_host_shape_summary.py +55 -3
  373. oci/ocvp/models/work_request.py +55 -3
  374. oci/ocvp/sddc_client.py +21 -16
  375. oci/ocvp/work_request_client.py +4 -4
  376. oci/oda/management_client.py +59 -59
  377. oci/oda/oda_client.py +17 -17
  378. oci/oda/odapackage_client.py +7 -7
  379. oci/onesubscription/billing_schedule_client.py +1 -1
  380. oci/onesubscription/commitment_client.py +2 -2
  381. oci/onesubscription/computed_usage_client.py +3 -3
  382. oci/onesubscription/invoice_summary_client.py +2 -2
  383. oci/onesubscription/organization_subscription_client.py +1 -1
  384. oci/onesubscription/ratecard_client.py +1 -1
  385. oci/onesubscription/subscribed_service_client.py +2 -2
  386. oci/onesubscription/subscription_client.py +1 -1
  387. oci/ons/notification_control_plane_client.py +6 -6
  388. oci/ons/notification_data_plane_client.py +10 -10
  389. oci/opa/opa_instance_client.py +13 -13
  390. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  391. oci/opensearch/opensearch_cluster_client.py +14 -14
  392. oci/operator_access_control/access_requests_client.py +10 -10
  393. oci/operator_access_control/operator_actions_client.py +2 -2
  394. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  395. oci/operator_access_control/operator_control_client.py +6 -6
  396. oci/opsi/operations_insights_client.py +177 -177
  397. oci/optimizer/optimizer_client.py +26 -26
  398. oci/os_management/event_client.py +8 -8
  399. oci/os_management/os_management_client.py +69 -69
  400. oci/os_management_hub/event_client.py +8 -8
  401. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  402. oci/os_management_hub/managed_instance_client.py +31 -31
  403. oci/os_management_hub/managed_instance_group_client.py +25 -25
  404. oci/os_management_hub/management_station_client.py +10 -10
  405. oci/os_management_hub/onboarding_client.py +6 -6
  406. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  407. oci/os_management_hub/scheduled_job_client.py +7 -7
  408. oci/os_management_hub/software_source_client.py +27 -27
  409. oci/os_management_hub/work_request_client.py +4 -4
  410. oci/osp_gateway/address_rule_service_client.py +1 -1
  411. oci/osp_gateway/address_service_client.py +2 -2
  412. oci/osp_gateway/invoice_service_client.py +5 -5
  413. oci/osp_gateway/subscription_service_client.py +5 -5
  414. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  415. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  416. oci/osub_subscription/commitment_client.py +2 -2
  417. oci/osub_subscription/ratecard_client.py +1 -1
  418. oci/osub_subscription/subscription_client.py +1 -1
  419. oci/osub_usage/computed_usage_client.py +3 -3
  420. oci/psql/postgresql_client.py +33 -33
  421. oci/queue/queue_admin_client.py +11 -11
  422. oci/queue/queue_client.py +8 -8
  423. oci/recovery/database_recovery_client.py +135 -25
  424. oci/recovery/database_recovery_client_composite_operations.py +42 -0
  425. oci/recovery/models/__init__.py +2 -0
  426. oci/recovery/models/change_protected_database_subscription_details.py +103 -0
  427. oci/recovery/models/create_protected_database_details.py +33 -0
  428. oci/recovery/models/create_protection_policy_details.py +39 -0
  429. oci/recovery/models/protected_database.py +31 -0
  430. oci/recovery/models/protected_database_summary.py +31 -0
  431. oci/recovery/models/protection_policy.py +31 -0
  432. oci/recovery/models/protection_policy_summary.py +31 -0
  433. oci/redis/redis_cluster_client.py +12 -12
  434. oci/resource_manager/resource_manager_client.py +52 -52
  435. oci/resource_scheduler/schedule_client.py +13 -13
  436. oci/resource_search/resource_search_client.py +3 -3
  437. oci/rover/rover_bundle_client.py +8 -8
  438. oci/rover/rover_cluster_client.py +8 -8
  439. oci/rover/rover_entitlement_client.py +6 -6
  440. oci/rover/rover_node_client.py +15 -15
  441. oci/rover/shape_client.py +1 -1
  442. oci/rover/work_requests_client.py +5 -5
  443. oci/sch/connector_plugins_client.py +2 -2
  444. oci/sch/service_connector_client.py +12 -12
  445. oci/secrets/secrets_client.py +3 -3
  446. oci/service_catalog/service_catalog_client.py +26 -26
  447. oci/service_endpoints.py +1 -0
  448. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  449. oci/service_mesh/service_mesh_client.py +48 -48
  450. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  451. oci/streaming/stream_admin_client.py +18 -18
  452. oci/streaming/stream_client.py +8 -8
  453. oci/tenant_manager_control_plane/domain_client.py +5 -5
  454. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  455. oci/tenant_manager_control_plane/governance_client.py +2 -2
  456. oci/tenant_manager_control_plane/link_client.py +3 -3
  457. oci/tenant_manager_control_plane/orders_client.py +2 -2
  458. oci/tenant_manager_control_plane/organization_client.py +10 -10
  459. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  460. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  461. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  462. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  463. oci/threat_intelligence/threatintel_client.py +5 -5
  464. oci/usage/resources_client.py +2 -2
  465. oci/usage/rewards_client.py +6 -6
  466. oci/usage/usagelimits_client.py +1 -1
  467. oci/usage_api/usageapi_client.py +33 -33
  468. oci/vault/vaults_client.py +13 -13
  469. oci/vbs_inst/vbs_instance_client.py +10 -10
  470. oci/version.py +1 -1
  471. oci/visual_builder/vb_instance_client.py +13 -13
  472. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  473. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  474. oci/waa/waa_client.py +13 -13
  475. oci/waa/work_request_client.py +4 -4
  476. oci/waas/redirect_client.py +6 -6
  477. oci/waas/waas_client.py +66 -66
  478. oci/waf/models/__init__.py +2 -0
  479. oci/waf/models/dynamic_http_response_body.py +104 -0
  480. oci/waf/models/http_response_body.py +11 -3
  481. oci/waf/models/static_text_http_response_body.py +1 -1
  482. oci/waf/waf_client.py +24 -24
  483. oci/work_requests/work_request_client.py +4 -4
  484. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/METADATA +1 -1
  485. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/RECORD +489 -369
  486. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/LICENSE.txt +0 -0
  487. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  488. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/WHEEL +0 -0
  489. {oci-2.132.0.dist-info → oci-2.133.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.132.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.133.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.132.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.133.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.132.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.133.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']
@@ -472,7 +472,7 @@ class DataScienceClient(object):
472
472
  :rtype: :class:`~oci.response.Response`
473
473
 
474
474
  :example:
475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
476
476
  """
477
477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
478
478
  required_arguments = ['jobRunId']
@@ -585,7 +585,7 @@ class DataScienceClient(object):
585
585
  :rtype: :class:`~oci.response.Response`
586
586
 
587
587
  :example:
588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
589
589
  """
590
590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
591
591
  required_arguments = ['pipelineRunId']
@@ -703,7 +703,7 @@ class DataScienceClient(object):
703
703
  :rtype: :class:`~oci.response.Response`
704
704
 
705
705
  :example:
706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
707
707
  """
708
708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
709
709
  required_arguments = ['workRequestId']
@@ -812,7 +812,7 @@ class DataScienceClient(object):
812
812
  :rtype: :class:`~oci.response.Response`
813
813
 
814
814
  :example:
815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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.
815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
816
816
  """
817
817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
818
818
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -927,7 +927,7 @@ class DataScienceClient(object):
927
927
  :rtype: :class:`~oci.response.Response`
928
928
 
929
929
  :example:
930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
931
931
  """
932
932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
933
933
  required_arguments = ['jobId']
@@ -1037,7 +1037,7 @@ class DataScienceClient(object):
1037
1037
  :rtype: :class:`~oci.response.Response`
1038
1038
 
1039
1039
  :example:
1040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1041
1041
  """
1042
1042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1043
1043
  required_arguments = ['jobRunId']
@@ -1150,7 +1150,7 @@ class DataScienceClient(object):
1150
1150
  :rtype: :class:`~oci.response.Response`
1151
1151
 
1152
1152
  :example:
1153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1154
1154
  """
1155
1155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1156
1156
  required_arguments = ['modelId']
@@ -1266,7 +1266,7 @@ class DataScienceClient(object):
1266
1266
  :rtype: :class:`~oci.response.Response`
1267
1267
 
1268
1268
  :example:
1269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1270
1270
  """
1271
1271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1272
1272
  required_arguments = ['modelDeploymentId']
@@ -1382,7 +1382,7 @@ class DataScienceClient(object):
1382
1382
  :rtype: :class:`~oci.response.Response`
1383
1383
 
1384
1384
  :example:
1385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1386
1386
  """
1387
1387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1388
1388
  required_arguments = ['modelVersionSetId']
@@ -1498,7 +1498,7 @@ class DataScienceClient(object):
1498
1498
  :rtype: :class:`~oci.response.Response`
1499
1499
 
1500
1500
  :example:
1501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1502
1502
  """
1503
1503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1504
1504
  required_arguments = ['notebookSessionId']
@@ -1611,7 +1611,7 @@ class DataScienceClient(object):
1611
1611
  :rtype: :class:`~oci.response.Response`
1612
1612
 
1613
1613
  :example:
1614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1615
1615
  """
1616
1616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1617
1617
  required_arguments = ['pipelineId']
@@ -1721,7 +1721,7 @@ class DataScienceClient(object):
1721
1721
  :rtype: :class:`~oci.response.Response`
1722
1722
 
1723
1723
  :example:
1724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1724
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1725
1725
  """
1726
1726
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1727
1727
  required_arguments = ['pipelineRunId']
@@ -1834,7 +1834,7 @@ class DataScienceClient(object):
1834
1834
  :rtype: :class:`~oci.response.Response`
1835
1835
 
1836
1836
  :example:
1837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1838
1838
  """
1839
1839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1840
1840
  required_arguments = ['projectId']
@@ -1938,7 +1938,7 @@ class DataScienceClient(object):
1938
1938
  :rtype: :class:`~oci.response.Response`
1939
1939
 
1940
1940
  :example:
1941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
1941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
1942
1942
  """
1943
1943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1944
1944
  required_arguments = []
@@ -2032,7 +2032,7 @@ class DataScienceClient(object):
2032
2032
  :rtype: :class:`~oci.response.Response`
2033
2033
 
2034
2034
  :example:
2035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2036
2036
  """
2037
2037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2038
2038
  required_arguments = []
@@ -2145,7 +2145,7 @@ class DataScienceClient(object):
2145
2145
  :rtype: :class:`~oci.response.Response`
2146
2146
 
2147
2147
  :example:
2148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2149
2149
  """
2150
2150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2151
2151
  required_arguments = ['jobId']
@@ -2277,7 +2277,7 @@ class DataScienceClient(object):
2277
2277
  :rtype: :class:`~oci.response.Response`
2278
2278
 
2279
2279
  :example:
2280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2281
2281
  """
2282
2282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2283
2283
  required_arguments = []
@@ -2373,7 +2373,7 @@ class DataScienceClient(object):
2373
2373
  :rtype: :class:`~oci.response.Response`
2374
2374
 
2375
2375
  :example:
2376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2377
2377
  """
2378
2378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2379
2379
  required_arguments = []
@@ -2498,7 +2498,7 @@ class DataScienceClient(object):
2498
2498
  :rtype: :class:`~oci.response.Response`
2499
2499
 
2500
2500
  :example:
2501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2502
2502
  """
2503
2503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2504
2504
  required_arguments = ['modelId']
@@ -2634,7 +2634,7 @@ class DataScienceClient(object):
2634
2634
  :rtype: :class:`~oci.response.Response`
2635
2635
 
2636
2636
  :example:
2637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
2637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
2638
2638
  """
2639
2639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2640
2640
  required_arguments = []
@@ -2735,7 +2735,7 @@ class DataScienceClient(object):
2735
2735
  :rtype: :class:`~oci.response.Response`
2736
2736
 
2737
2737
  :example:
2738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
2738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
2739
2739
  """
2740
2740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2741
2741
  required_arguments = ['modelId']
@@ -2841,7 +2841,7 @@ class DataScienceClient(object):
2841
2841
  :rtype: :class:`~oci.response.Response`
2842
2842
 
2843
2843
  :example:
2844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
2844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
2845
2845
  """
2846
2846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2847
2847
  required_arguments = []
@@ -2935,7 +2935,7 @@ class DataScienceClient(object):
2935
2935
  :rtype: :class:`~oci.response.Response`
2936
2936
 
2937
2937
  :example:
2938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
2938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
2939
2939
  """
2940
2940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2941
2941
  required_arguments = []
@@ -3029,7 +3029,7 @@ class DataScienceClient(object):
3029
3029
  :rtype: :class:`~oci.response.Response`
3030
3030
 
3031
3031
  :example:
3032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3033
3033
  """
3034
3034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3035
3035
  required_arguments = []
@@ -3126,7 +3126,7 @@ class DataScienceClient(object):
3126
3126
  :rtype: :class:`~oci.response.Response`
3127
3127
 
3128
3128
  :example:
3129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3130
3130
  """
3131
3131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3132
3132
  required_arguments = []
@@ -3222,7 +3222,7 @@ class DataScienceClient(object):
3222
3222
  :rtype: :class:`~oci.response.Response`
3223
3223
 
3224
3224
  :example:
3225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3226
3226
  """
3227
3227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3228
3228
  required_arguments = []
@@ -3343,7 +3343,7 @@ class DataScienceClient(object):
3343
3343
  :rtype: :class:`~oci.response.Response`
3344
3344
 
3345
3345
  :example:
3346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3347
3347
  """
3348
3348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3349
3349
  required_arguments = ['pipelineId', 'stepName']
@@ -3479,7 +3479,7 @@ class DataScienceClient(object):
3479
3479
  :rtype: :class:`~oci.response.Response`
3480
3480
 
3481
3481
  :example:
3482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
3482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
3483
3483
  """
3484
3484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3485
3485
  required_arguments = ['modelId']
@@ -3588,7 +3588,7 @@ class DataScienceClient(object):
3588
3588
  :rtype: :class:`~oci.response.Response`
3589
3589
 
3590
3590
  :example:
3591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
3591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
3592
3592
  """
3593
3593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3594
3594
  required_arguments = ['modelDeploymentId']
@@ -3693,7 +3693,7 @@ class DataScienceClient(object):
3693
3693
  :rtype: :class:`~oci.response.Response`
3694
3694
 
3695
3695
  :example:
3696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
3696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
3697
3697
  """
3698
3698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3699
3699
  required_arguments = ['notebookSessionId']
@@ -3796,7 +3796,7 @@ class DataScienceClient(object):
3796
3796
  :rtype: :class:`~oci.response.Response`
3797
3797
 
3798
3798
  :example:
3799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
3799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
3800
3800
  """
3801
3801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3802
3802
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -3904,7 +3904,7 @@ class DataScienceClient(object):
3904
3904
  :rtype: :class:`~oci.response.Response`
3905
3905
 
3906
3906
  :example:
3907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
3907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
3908
3908
  """
3909
3909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3910
3910
  required_arguments = ['jobId']
@@ -4019,7 +4019,7 @@ class DataScienceClient(object):
4019
4019
  :rtype: :class:`~oci.response.Response`
4020
4020
 
4021
4021
  :example:
4022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4023
4023
  """
4024
4024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4025
4025
  required_arguments = ['jobRunId']
@@ -4126,7 +4126,7 @@ class DataScienceClient(object):
4126
4126
  :rtype: :class:`~oci.response.Response`
4127
4127
 
4128
4128
  :example:
4129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4130
4130
  """
4131
4131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4132
4132
  required_arguments = ['modelId']
@@ -4233,7 +4233,7 @@ class DataScienceClient(object):
4233
4233
  :rtype: :class:`~oci.response.Response`
4234
4234
 
4235
4235
  :example:
4236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
4236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
4237
4237
  """
4238
4238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4239
4239
  required_arguments = ['modelDeploymentId']
@@ -4344,7 +4344,7 @@ class DataScienceClient(object):
4344
4344
  :rtype: :class:`~oci.response.Response`
4345
4345
 
4346
4346
  :example:
4347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
4347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
4348
4348
  """
4349
4349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4350
4350
  required_arguments = ['modelVersionSetId']
@@ -4459,7 +4459,7 @@ class DataScienceClient(object):
4459
4459
  :rtype: :class:`~oci.response.Response`
4460
4460
 
4461
4461
  :example:
4462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
4462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
4463
4463
  """
4464
4464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4465
4465
  required_arguments = ['notebookSessionId']
@@ -4572,7 +4572,7 @@ class DataScienceClient(object):
4572
4572
  :rtype: :class:`~oci.response.Response`
4573
4573
 
4574
4574
  :example:
4575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
4575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
4576
4576
  """
4577
4577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4578
4578
  required_arguments = ['pipelineId']
@@ -4690,7 +4690,7 @@ class DataScienceClient(object):
4690
4690
  :rtype: :class:`~oci.response.Response`
4691
4691
 
4692
4692
  :example:
4693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
4693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
4694
4694
  """
4695
4695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4696
4696
  required_arguments = ['pipelineRunId']
@@ -4803,7 +4803,7 @@ class DataScienceClient(object):
4803
4803
  :rtype: :class:`~oci.response.Response`
4804
4804
 
4805
4805
  :example:
4806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
4806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
4807
4807
  """
4808
4808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4809
4809
  required_arguments = ['projectId']
@@ -4916,7 +4916,7 @@ class DataScienceClient(object):
4916
4916
  :rtype: :class:`~oci.response.Response`
4917
4917
 
4918
4918
  :example:
4919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
4919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
4920
4920
  """
4921
4921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4922
4922
  required_arguments = ['modelId']
@@ -5019,7 +5019,7 @@ class DataScienceClient(object):
5019
5019
  :rtype: :class:`~oci.response.Response`
5020
5020
 
5021
5021
  :example:
5022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
5022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
5023
5023
  """
5024
5024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5025
5025
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -5119,7 +5119,7 @@ class DataScienceClient(object):
5119
5119
  :rtype: :class:`~oci.response.Response`
5120
5120
 
5121
5121
  :example:
5122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
5122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
5123
5123
  """
5124
5124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5125
5125
  required_arguments = ['jobId']
@@ -5225,7 +5225,7 @@ class DataScienceClient(object):
5225
5225
  :rtype: :class:`~oci.response.Response`
5226
5226
 
5227
5227
  :example:
5228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
5228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
5229
5229
  """
5230
5230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5231
5231
  required_arguments = ['jobId']
@@ -5327,7 +5327,7 @@ class DataScienceClient(object):
5327
5327
  :rtype: :class:`~oci.response.Response`
5328
5328
 
5329
5329
  :example:
5330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
5330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
5331
5331
  """
5332
5332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5333
5333
  required_arguments = ['jobRunId']
@@ -5427,7 +5427,7 @@ class DataScienceClient(object):
5427
5427
  :rtype: :class:`~oci.response.Response`
5428
5428
 
5429
5429
  :example:
5430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
5430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
5431
5431
  """
5432
5432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5433
5433
  required_arguments = ['modelId']
@@ -5533,7 +5533,7 @@ class DataScienceClient(object):
5533
5533
  :rtype: :class:`~oci.response.Response`
5534
5534
 
5535
5535
  :example:
5536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
5536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
5537
5537
  """
5538
5538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5539
5539
  required_arguments = ['modelId']
@@ -5635,7 +5635,7 @@ class DataScienceClient(object):
5635
5635
  :rtype: :class:`~oci.response.Response`
5636
5636
 
5637
5637
  :example:
5638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
5638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
5639
5639
  """
5640
5640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5641
5641
  required_arguments = ['modelDeploymentId']
@@ -5735,7 +5735,7 @@ class DataScienceClient(object):
5735
5735
  :rtype: :class:`~oci.response.Response`
5736
5736
 
5737
5737
  :example:
5738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
5738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
5739
5739
  """
5740
5740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5741
5741
  required_arguments = ['modelId']
@@ -5835,7 +5835,7 @@ class DataScienceClient(object):
5835
5835
  :rtype: :class:`~oci.response.Response`
5836
5836
 
5837
5837
  :example:
5838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
5838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
5839
5839
  """
5840
5840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5841
5841
  required_arguments = ['modelVersionSetId']
@@ -5935,7 +5935,7 @@ class DataScienceClient(object):
5935
5935
  :rtype: :class:`~oci.response.Response`
5936
5936
 
5937
5937
  :example:
5938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
5938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
5939
5939
  """
5940
5940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5941
5941
  required_arguments = ['notebookSessionId']
@@ -6035,7 +6035,7 @@ class DataScienceClient(object):
6035
6035
  :rtype: :class:`~oci.response.Response`
6036
6036
 
6037
6037
  :example:
6038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
6038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
6039
6039
  """
6040
6040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6041
6041
  required_arguments = ['pipelineId']
@@ -6135,7 +6135,7 @@ class DataScienceClient(object):
6135
6135
  :rtype: :class:`~oci.response.Response`
6136
6136
 
6137
6137
  :example:
6138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
6138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
6139
6139
  """
6140
6140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6141
6141
  required_arguments = ['pipelineRunId']
@@ -6235,7 +6235,7 @@ class DataScienceClient(object):
6235
6235
  :rtype: :class:`~oci.response.Response`
6236
6236
 
6237
6237
  :example:
6238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
6238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
6239
6239
  """
6240
6240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6241
6241
  required_arguments = ['projectId']
@@ -6344,7 +6344,7 @@ class DataScienceClient(object):
6344
6344
  :rtype: :class:`~oci.response.Response`
6345
6345
 
6346
6346
  :example:
6347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
6347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
6348
6348
  """
6349
6349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6350
6350
  required_arguments = ['pipelineId', 'stepName']
@@ -6449,7 +6449,7 @@ class DataScienceClient(object):
6449
6449
  :rtype: :class:`~oci.response.Response`
6450
6450
 
6451
6451
  :example:
6452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6453
6453
  """
6454
6454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6455
6455
  required_arguments = ['workRequestId']
@@ -6549,7 +6549,7 @@ class DataScienceClient(object):
6549
6549
  :rtype: :class:`~oci.response.Response`
6550
6550
 
6551
6551
  :example:
6552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
6552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
6553
6553
  """
6554
6554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6555
6555
  required_arguments = ['jobId']
@@ -6647,7 +6647,7 @@ class DataScienceClient(object):
6647
6647
  :rtype: :class:`~oci.response.Response`
6648
6648
 
6649
6649
  :example:
6650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
6650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
6651
6651
  """
6652
6652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6653
6653
  required_arguments = ['modelId']
@@ -6748,7 +6748,7 @@ class DataScienceClient(object):
6748
6748
  :rtype: :class:`~oci.response.Response`
6749
6749
 
6750
6750
  :example:
6751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
6751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
6752
6752
  """
6753
6753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6754
6754
  required_arguments = ['pipelineId', 'stepName']
@@ -6857,7 +6857,7 @@ class DataScienceClient(object):
6857
6857
  :rtype: :class:`~oci.response.Response`
6858
6858
 
6859
6859
  :example:
6860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
6860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
6861
6861
  """
6862
6862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6863
6863
  required_arguments = ['modelId']
@@ -7003,7 +7003,7 @@ class DataScienceClient(object):
7003
7003
  :rtype: :class:`~oci.response.Response`
7004
7004
 
7005
7005
  :example:
7006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
7006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
7007
7007
  """
7008
7008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7009
7009
  required_arguments = ['compartmentId']
@@ -7160,7 +7160,7 @@ class DataScienceClient(object):
7160
7160
  :rtype: :class:`~oci.response.Response`
7161
7161
 
7162
7162
  :example:
7163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
7163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
7164
7164
  """
7165
7165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7166
7166
  required_arguments = ['compartmentId']
@@ -7314,7 +7314,7 @@ class DataScienceClient(object):
7314
7314
  :rtype: :class:`~oci.response.Response`
7315
7315
 
7316
7316
  :example:
7317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
7317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
7318
7318
  """
7319
7319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7320
7320
  required_arguments = ['compartmentId']
@@ -7466,7 +7466,7 @@ class DataScienceClient(object):
7466
7466
  :rtype: :class:`~oci.response.Response`
7467
7467
 
7468
7468
  :example:
7469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
7469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
7470
7470
  """
7471
7471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7472
7472
  required_arguments = ['compartmentId']
@@ -7620,7 +7620,7 @@ class DataScienceClient(object):
7620
7620
  :rtype: :class:`~oci.response.Response`
7621
7621
 
7622
7622
  :example:
7623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
7623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
7624
7624
  """
7625
7625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7626
7626
  required_arguments = ['compartmentId']
@@ -7772,7 +7772,7 @@ class DataScienceClient(object):
7772
7772
  :rtype: :class:`~oci.response.Response`
7773
7773
 
7774
7774
  :example:
7775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
7775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
7776
7776
  """
7777
7777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7778
7778
  required_arguments = ['compartmentId']
@@ -7926,7 +7926,7 @@ class DataScienceClient(object):
7926
7926
  :rtype: :class:`~oci.response.Response`
7927
7927
 
7928
7928
  :example:
7929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
7929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
7930
7930
  """
7931
7931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7932
7932
  required_arguments = ['compartmentId']
@@ -8113,7 +8113,7 @@ class DataScienceClient(object):
8113
8113
  :rtype: :class:`~oci.response.Response`
8114
8114
 
8115
8115
  :example:
8116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
8116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
8117
8117
  """
8118
8118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8119
8119
  required_arguments = ['compartmentId']
@@ -8307,7 +8307,7 @@ class DataScienceClient(object):
8307
8307
  :rtype: :class:`~oci.response.Response`
8308
8308
 
8309
8309
  :example:
8310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
8310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
8311
8311
  """
8312
8312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8313
8313
  required_arguments = ['compartmentId']
@@ -8463,7 +8463,7 @@ class DataScienceClient(object):
8463
8463
  :rtype: :class:`~oci.response.Response`
8464
8464
 
8465
8465
  :example:
8466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
8466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
8467
8467
  """
8468
8468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8469
8469
  required_arguments = ['compartmentId']
@@ -8617,7 +8617,7 @@ class DataScienceClient(object):
8617
8617
  :rtype: :class:`~oci.response.Response`
8618
8618
 
8619
8619
  :example:
8620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
8620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
8621
8621
  """
8622
8622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8623
8623
  required_arguments = ['compartmentId']
@@ -8805,7 +8805,7 @@ class DataScienceClient(object):
8805
8805
  :rtype: :class:`~oci.response.Response`
8806
8806
 
8807
8807
  :example:
8808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
8808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
8809
8809
  """
8810
8810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8811
8811
  required_arguments = ['compartmentId']
@@ -8993,7 +8993,7 @@ class DataScienceClient(object):
8993
8993
  :rtype: :class:`~oci.response.Response`
8994
8994
 
8995
8995
  :example:
8996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
8996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
8997
8997
  """
8998
8998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8999
8999
  required_arguments = ['compartmentId']
@@ -9177,7 +9177,7 @@ class DataScienceClient(object):
9177
9177
  :rtype: :class:`~oci.response.Response`
9178
9178
 
9179
9179
  :example:
9180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
9180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
9181
9181
  """
9182
9182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9183
9183
  required_arguments = ['compartmentId']
@@ -9327,7 +9327,7 @@ class DataScienceClient(object):
9327
9327
  :rtype: :class:`~oci.response.Response`
9328
9328
 
9329
9329
  :example:
9330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
9330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
9331
9331
  """
9332
9332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9333
9333
  required_arguments = ['workRequestId']
@@ -9455,7 +9455,7 @@ class DataScienceClient(object):
9455
9455
  :rtype: :class:`~oci.response.Response`
9456
9456
 
9457
9457
  :example:
9458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
9458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
9459
9459
  """
9460
9460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9461
9461
  required_arguments = ['workRequestId']
@@ -9608,7 +9608,7 @@ class DataScienceClient(object):
9608
9608
  :rtype: :class:`~oci.response.Response`
9609
9609
 
9610
9610
  :example:
9611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
9611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
9612
9612
  """
9613
9613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9614
9614
  required_arguments = ['compartmentId']
@@ -9755,7 +9755,7 @@ class DataScienceClient(object):
9755
9755
  :rtype: :class:`~oci.response.Response`
9756
9756
 
9757
9757
  :example:
9758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
9758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
9759
9759
  """
9760
9760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9761
9761
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -9867,7 +9867,7 @@ class DataScienceClient(object):
9867
9867
  :rtype: :class:`~oci.response.Response`
9868
9868
 
9869
9869
  :example:
9870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
9870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
9871
9871
  """
9872
9872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9873
9873
  required_arguments = ['jobId']
@@ -9981,7 +9981,7 @@ class DataScienceClient(object):
9981
9981
  :rtype: :class:`~oci.response.Response`
9982
9982
 
9983
9983
  :example:
9984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
9984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
9985
9985
  """
9986
9986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9987
9987
  required_arguments = ['jobRunId']
@@ -10095,7 +10095,7 @@ class DataScienceClient(object):
10095
10095
  :rtype: :class:`~oci.response.Response`
10096
10096
 
10097
10097
  :example:
10098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
10098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
10099
10099
  """
10100
10100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10101
10101
  required_arguments = ['modelId']
@@ -10215,7 +10215,7 @@ class DataScienceClient(object):
10215
10215
  :rtype: :class:`~oci.response.Response`
10216
10216
 
10217
10217
  :example:
10218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
10218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
10219
10219
  """
10220
10220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10221
10221
  required_arguments = ['modelDeploymentId']
@@ -10327,7 +10327,7 @@ class DataScienceClient(object):
10327
10327
  :rtype: :class:`~oci.response.Response`
10328
10328
 
10329
10329
  :example:
10330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
10330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
10331
10331
  """
10332
10332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10333
10333
  required_arguments = ['modelId']
@@ -10441,7 +10441,7 @@ class DataScienceClient(object):
10441
10441
  :rtype: :class:`~oci.response.Response`
10442
10442
 
10443
10443
  :example:
10444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
10444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
10445
10445
  """
10446
10446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10447
10447
  required_arguments = ['modelVersionSetId']
@@ -10558,7 +10558,7 @@ class DataScienceClient(object):
10558
10558
  :rtype: :class:`~oci.response.Response`
10559
10559
 
10560
10560
  :example:
10561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
10561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
10562
10562
  """
10563
10563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10564
10564
  required_arguments = ['notebookSessionId']
@@ -10672,7 +10672,7 @@ class DataScienceClient(object):
10672
10672
  :rtype: :class:`~oci.response.Response`
10673
10673
 
10674
10674
  :example:
10675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
10675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
10676
10676
  """
10677
10677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10678
10678
  required_arguments = ['pipelineId']
@@ -10784,7 +10784,7 @@ class DataScienceClient(object):
10784
10784
  :rtype: :class:`~oci.response.Response`
10785
10785
 
10786
10786
  :example:
10787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
10787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
10788
10788
  """
10789
10789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10790
10790
  required_arguments = ['pipelineRunId']
@@ -10896,7 +10896,7 @@ class DataScienceClient(object):
10896
10896
  :rtype: :class:`~oci.response.Response`
10897
10897
 
10898
10898
  :example:
10899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
10899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
10900
10900
  """
10901
10901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10902
10902
  required_arguments = ['projectId']