oci 2.149.0__py3-none-any.whl → 2.149.1__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 (392) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +84 -84
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +6 -6
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +15 -15
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +633 -113
  52. oci/core/compute_client_composite_operations.py +82 -0
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/models/__init__.py +10 -0
  55. oci/core/models/change_compute_host_compartment_details.py +76 -0
  56. oci/core/models/compute_host.py +826 -0
  57. oci/core/models/compute_host_collection.py +70 -0
  58. oci/core/models/compute_host_summary.py +720 -0
  59. oci/core/models/update_compute_host_details.py +154 -0
  60. oci/core/virtual_network_client.py +258 -258
  61. oci/dashboard_service/dashboard_client.py +6 -6
  62. oci/dashboard_service/dashboard_group_client.py +6 -6
  63. oci/data_catalog/data_catalog_client.py +149 -149
  64. oci/data_flow/data_flow_client.py +45 -45
  65. oci/data_integration/data_integration_client.py +163 -163
  66. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  67. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  68. oci/data_safe/data_safe_client.py +317 -317
  69. oci/data_science/data_science_client.py +112 -112
  70. oci/database/database_client.py +414 -414
  71. oci/database_management/db_management_client.py +228 -228
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +9 -9
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +42 -42
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/dblm/db_life_cycle_management_client.py +12 -12
  79. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  80. oci/delegate_access_control/work_request_client.py +4 -4
  81. oci/demand_signal/occ_demand_signal_client.py +7 -7
  82. oci/desktops/desktop_service_client.py +21 -21
  83. oci/devops/devops_client.py +141 -141
  84. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  85. oci/dns/dns_client.py +54 -54
  86. oci/dts/appliance_export_job_client.py +6 -6
  87. oci/dts/shipping_vendors_client.py +1 -1
  88. oci/dts/transfer_appliance_client.py +8 -8
  89. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  90. oci/dts/transfer_device_client.py +5 -5
  91. oci/dts/transfer_job_client.py +6 -6
  92. oci/dts/transfer_package_client.py +7 -7
  93. oci/em_warehouse/em_warehouse_client.py +13 -13
  94. oci/email/email_client.py +31 -31
  95. oci/email_data_plane/email_dp_client.py +1 -1
  96. oci/events/events_client.py +6 -6
  97. oci/file_storage/file_storage_client.py +74 -74
  98. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  99. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  100. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  101. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  102. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  103. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  104. oci/functions/functions_invoke_client.py +1 -1
  105. oci/functions/functions_management_client.py +16 -16
  106. oci/fusion_apps/fusion_applications_client.py +41 -41
  107. oci/generative_ai/generative_ai_client.py +22 -22
  108. oci/generative_ai_agent/generative_ai_agent_client.py +711 -111
  109. oci/generative_ai_agent/generative_ai_agent_client_composite_operations.py +132 -0
  110. oci/generative_ai_agent/models/__init__.py +66 -0
  111. oci/generative_ai_agent/models/agent.py +29 -2
  112. oci/generative_ai_agent/models/agent_endpoint.py +143 -0
  113. oci/generative_ai_agent/models/agent_endpoint_summary.py +143 -0
  114. oci/generative_ai_agent/models/agent_summary.py +29 -2
  115. oci/generative_ai_agent/models/api_schema_inline_input_location.py +80 -0
  116. oci/generative_ai_agent/models/api_schema_input_location.py +113 -0
  117. oci/generative_ai_agent/models/api_schema_object_storage_input_location.py +142 -0
  118. oci/generative_ai_agent/models/content_moderation_guardrail_config.py +141 -0
  119. oci/generative_ai_agent/models/create_agent_details.py +29 -2
  120. oci/generative_ai_agent/models/create_agent_endpoint_details.py +143 -0
  121. oci/generative_ai_agent/models/create_data_source_details.py +31 -0
  122. oci/generative_ai_agent/models/create_tool_details.py +307 -0
  123. oci/generative_ai_agent/models/data_source.py +31 -0
  124. oci/generative_ai_agent/models/function.py +134 -0
  125. oci/generative_ai_agent/models/function_calling_tool_config.py +76 -0
  126. oci/generative_ai_agent/models/guardrail_config.py +120 -0
  127. oci/generative_ai_agent/models/http_endpoint_auth_config.py +137 -0
  128. oci/generative_ai_agent/models/http_endpoint_delegated_bearer_auth_config.py +50 -0
  129. oci/generative_ai_agent/models/http_endpoint_idcs_auth_config.py +76 -0
  130. oci/generative_ai_agent/models/http_endpoint_no_auth_config.py +49 -0
  131. oci/generative_ai_agent/models/http_endpoint_oci_resource_principal_auth_config.py +49 -0
  132. oci/generative_ai_agent/models/http_endpoint_tool_config.py +134 -0
  133. oci/generative_ai_agent/models/human_input_config.py +70 -0
  134. oci/generative_ai_agent/models/idcs_secret.py +2 -1
  135. oci/generative_ai_agent/models/inline_input_location.py +80 -0
  136. oci/generative_ai_agent/models/input_location.py +113 -0
  137. oci/generative_ai_agent/models/knowledge_base_config.py +74 -0
  138. oci/generative_ai_agent/models/llm_config.py +66 -0
  139. oci/generative_ai_agent/models/llm_customization.py +70 -0
  140. oci/generative_ai_agent/models/object_storage_input_location.py +142 -0
  141. oci/generative_ai_agent/models/object_storage_prefix.py +2 -2
  142. oci/generative_ai_agent/models/object_storage_prefix_output_location.py +142 -0
  143. oci/generative_ai_agent/models/output_config.py +97 -0
  144. oci/generative_ai_agent/models/output_location.py +99 -0
  145. oci/generative_ai_agent/models/personally_identifiable_information_guardrail_config.py +141 -0
  146. oci/generative_ai_agent/models/prompt_injection_guardrail_config.py +90 -0
  147. oci/generative_ai_agent/models/rag_tool_config.py +107 -0
  148. oci/generative_ai_agent/models/sql_tool_config.py +341 -0
  149. oci/generative_ai_agent/models/tool.py +522 -0
  150. oci/generative_ai_agent/models/tool_collection.py +70 -0
  151. oci/generative_ai_agent/models/tool_config.py +133 -0
  152. oci/generative_ai_agent/models/tool_summary.py +486 -0
  153. oci/generative_ai_agent/models/update_agent_details.py +29 -2
  154. oci/generative_ai_agent/models/update_agent_endpoint_details.py +143 -0
  155. oci/generative_ai_agent/models/update_data_source_details.py +31 -0
  156. oci/generative_ai_agent/models/update_tool_details.py +241 -0
  157. oci/generative_ai_agent/models/work_request.py +19 -3
  158. oci/generative_ai_agent/models/work_request_summary.py +19 -3
  159. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +128 -6
  160. oci/generative_ai_agent_runtime/models/__init__.py +24 -0
  161. oci/generative_ai_agent_runtime/models/chat_details.py +65 -3
  162. oci/generative_ai_agent_runtime/models/chat_result.py +95 -2
  163. oci/generative_ai_agent_runtime/models/citation.py +34 -3
  164. oci/generative_ai_agent_runtime/models/function_call.py +101 -0
  165. oci/generative_ai_agent_runtime/models/function_calling_performed_action.py +87 -0
  166. oci/generative_ai_agent_runtime/models/function_calling_required_action.py +83 -0
  167. oci/generative_ai_agent_runtime/models/human_approval_performed_action.py +103 -0
  168. oci/generative_ai_agent_runtime/models/knowledge_base_metadata_summary.py +262 -0
  169. oci/generative_ai_agent_runtime/models/knowledge_base_metadata_value.py +101 -0
  170. oci/generative_ai_agent_runtime/models/message_content.py +33 -2
  171. oci/generative_ai_agent_runtime/models/metadata_filter.py +101 -0
  172. oci/generative_ai_agent_runtime/models/paragraph.py +132 -0
  173. oci/generative_ai_agent_runtime/models/paragraph_citation.py +97 -0
  174. oci/generative_ai_agent_runtime/models/performed_action.py +138 -0
  175. oci/generative_ai_agent_runtime/models/required_action.py +134 -0
  176. oci/generative_ai_agent_runtime/models/retrieve_metadata_details.py +70 -0
  177. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  178. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  179. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  180. oci/golden_gate/golden_gate_client.py +84 -84
  181. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  182. oci/governance_rules_control_plane/work_request_client.py +5 -5
  183. oci/healthchecks/health_checks_client.py +17 -17
  184. oci/identity/identity_client.py +145 -145
  185. oci/identity_data_plane/dataplane_client.py +2 -2
  186. oci/identity_domains/identity_domains_client.py +311 -311
  187. oci/integration/integration_instance_client.py +19 -19
  188. oci/jms/java_management_service_client.py +79 -79
  189. oci/jms_java_downloads/java_download_client.py +25 -25
  190. oci/key_management/ekm_client.py +5 -5
  191. oci/key_management/kms_crypto_client.py +6 -6
  192. oci/key_management/kms_hsm_cluster_client.py +12 -12
  193. oci/key_management/kms_management_client.py +21 -21
  194. oci/key_management/kms_vault_client.py +14 -14
  195. oci/license_manager/license_manager_client.py +18 -18
  196. oci/limits/limits_client.py +4 -4
  197. oci/limits/quotas_client.py +7 -7
  198. oci/load_balancer/load_balancer_client.py +61 -61
  199. oci/lockbox/lockbox_client.py +24 -24
  200. oci/log_analytics/log_analytics_client.py +193 -193
  201. oci/logging/logging_management_client.py +30 -30
  202. oci/loggingingestion/logging_client.py +1 -1
  203. oci/loggingsearch/log_search_client.py +1 -1
  204. oci/management_agent/management_agent_client.py +28 -28
  205. oci/management_dashboard/dashx_apis_client.py +14 -14
  206. oci/marketplace/account_client.py +2 -2
  207. oci/marketplace/marketplace_client.py +30 -30
  208. oci/marketplace_private_offer/attachment_client.py +5 -5
  209. oci/marketplace_private_offer/offer_client.py +6 -6
  210. oci/marketplace_publisher/attachment_client.py +5 -5
  211. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  212. oci/marketplace_publisher/offer_client.py +6 -6
  213. oci/media_services/media_services_client.py +60 -60
  214. oci/media_services/media_stream_client.py +2 -2
  215. oci/mngdmac/mac_device_client.py +6 -6
  216. oci/mngdmac/mac_order_client.py +22 -22
  217. oci/monitoring/monitoring_client.py +18 -18
  218. oci/mysql/channels_client.py +7 -7
  219. oci/mysql/db_backups_client.py +7 -7
  220. oci/mysql/db_system_client.py +17 -17
  221. oci/mysql/mysqlaas_client.py +7 -7
  222. oci/mysql/replicas_client.py +5 -5
  223. oci/mysql/work_requests_client.py +4 -4
  224. oci/network_firewall/network_firewall_client.py +86 -86
  225. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  226. oci/nosql/nosql_client.py +24 -24
  227. oci/object_storage/object_storage_client.py +55 -55
  228. oci/oce/oce_instance_client.py +10 -10
  229. oci/oci_control_center/occ_metrics_client.py +3 -3
  230. oci/ocvp/cluster_client.py +5 -5
  231. oci/ocvp/esxi_host_client.py +8 -8
  232. oci/ocvp/sddc_client.py +14 -14
  233. oci/ocvp/work_request_client.py +4 -4
  234. oci/oda/management_client.py +59 -59
  235. oci/oda/oda_client.py +17 -17
  236. oci/oda/odapackage_client.py +7 -7
  237. oci/onesubscription/billing_schedule_client.py +1 -1
  238. oci/onesubscription/commitment_client.py +2 -2
  239. oci/onesubscription/computed_usage_client.py +3 -3
  240. oci/onesubscription/invoice_summary_client.py +2 -2
  241. oci/onesubscription/organization_subscription_client.py +1 -1
  242. oci/onesubscription/ratecard_client.py +1 -1
  243. oci/onesubscription/subscribed_service_client.py +2 -2
  244. oci/onesubscription/subscription_client.py +1 -1
  245. oci/ons/notification_control_plane_client.py +6 -6
  246. oci/ons/notification_data_plane_client.py +10 -10
  247. oci/opa/opa_instance_client.py +13 -13
  248. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  249. oci/opensearch/opensearch_cluster_client.py +16 -16
  250. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  251. oci/operator_access_control/access_requests_client.py +10 -10
  252. oci/operator_access_control/operator_actions_client.py +2 -2
  253. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  254. oci/operator_access_control/operator_control_client.py +6 -6
  255. oci/opsi/operations_insights_client.py +181 -181
  256. oci/optimizer/optimizer_client.py +26 -26
  257. oci/os_management/event_client.py +8 -8
  258. oci/os_management/os_management_client.py +69 -69
  259. oci/os_management_hub/event_client.py +8 -8
  260. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  261. oci/os_management_hub/managed_instance_client.py +33 -33
  262. oci/os_management_hub/managed_instance_group_client.py +26 -26
  263. oci/os_management_hub/management_station_client.py +10 -10
  264. oci/os_management_hub/onboarding_client.py +13 -13
  265. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  266. oci/os_management_hub/scheduled_job_client.py +7 -7
  267. oci/os_management_hub/software_source_client.py +33 -33
  268. oci/os_management_hub/work_request_client.py +5 -5
  269. oci/osp_gateway/address_rule_service_client.py +1 -1
  270. oci/osp_gateway/address_service_client.py +2 -2
  271. oci/osp_gateway/invoice_service_client.py +5 -5
  272. oci/osp_gateway/subscription_service_client.py +5 -5
  273. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  274. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  275. oci/osub_subscription/commitment_client.py +2 -2
  276. oci/osub_subscription/ratecard_client.py +1 -1
  277. oci/osub_subscription/subscription_client.py +1 -1
  278. oci/osub_usage/computed_usage_client.py +3 -3
  279. oci/psql/postgresql_client.py +34 -34
  280. oci/queue/queue_admin_client.py +11 -11
  281. oci/queue/queue_client.py +8 -8
  282. oci/recovery/database_recovery_client.py +26 -26
  283. oci/redis/redis_cluster_client.py +12 -12
  284. oci/resource_manager/resource_manager_client.py +52 -52
  285. oci/resource_scheduler/schedule_client.py +13 -13
  286. oci/resource_search/resource_search_client.py +3 -3
  287. oci/rover/rover_bundle_client.py +8 -8
  288. oci/rover/rover_cluster_client.py +8 -8
  289. oci/rover/rover_entitlement_client.py +6 -6
  290. oci/rover/rover_node_client.py +15 -15
  291. oci/rover/shape_client.py +1 -1
  292. oci/rover/work_requests_client.py +5 -5
  293. oci/sch/connector_plugins_client.py +2 -2
  294. oci/sch/models/functions_target_details.py +4 -0
  295. oci/sch/models/log_source.py +4 -6
  296. oci/sch/models/monitoring_target_details.py +0 -4
  297. oci/sch/models/notifications_target_details.py +0 -2
  298. oci/sch/models/plugin_source_details.py +4 -4
  299. oci/sch/models/service_connector.py +37 -0
  300. oci/sch/service_connector_client.py +12 -12
  301. oci/secrets/secrets_client.py +3 -3
  302. oci/security_attribute/security_attribute_client.py +18 -18
  303. oci/service_catalog/service_catalog_client.py +26 -26
  304. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  305. oci/service_mesh/service_mesh_client.py +48 -48
  306. oci/stack_monitoring/models/__init__.py +44 -0
  307. oci/stack_monitoring/models/additional_configuration_details.py +70 -0
  308. oci/stack_monitoring/models/agent_extension_handler_configuration.py +277 -0
  309. oci/stack_monitoring/models/agent_extension_handler_configuration_property.py +101 -0
  310. oci/stack_monitoring/models/agent_extension_handler_metric_mapping_details.py +165 -0
  311. oci/stack_monitoring/models/agent_receiver_properties.py +70 -0
  312. oci/stack_monitoring/models/associated_monitored_resource.py +14 -6
  313. oci/stack_monitoring/models/associated_resources_summary.py +14 -6
  314. oci/stack_monitoring/models/auto_promote_config_details.py +1 -1
  315. oci/stack_monitoring/models/availability_metrics_details.py +101 -0
  316. oci/stack_monitoring/models/collectd_resource_name_configuration_details.py +132 -0
  317. oci/stack_monitoring/models/compute_auto_activate_plugin_config_details.py +146 -0
  318. oci/stack_monitoring/models/compute_auto_activate_plugin_config_summary.py +142 -0
  319. oci/stack_monitoring/models/config.py +19 -3
  320. oci/stack_monitoring/models/config_summary.py +8 -0
  321. oci/stack_monitoring/models/create_compute_auto_activate_plugin_config_details.py +107 -0
  322. oci/stack_monitoring/models/create_config_details.py +8 -0
  323. oci/stack_monitoring/models/create_maintenance_window_details.py +68 -2
  324. oci/stack_monitoring/models/create_monitored_resource_type_details.py +9 -5
  325. oci/stack_monitoring/models/create_onboard_config_details.py +259 -0
  326. oci/stack_monitoring/models/dynamic_group_details.py +148 -0
  327. oci/stack_monitoring/models/group_details.py +132 -0
  328. oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +18 -6
  329. oci/stack_monitoring/models/license_auto_assign_config_details.py +1 -1
  330. oci/stack_monitoring/models/license_enterprise_extensibility_config_details.py +1 -1
  331. oci/stack_monitoring/models/maintenance_window.py +108 -5
  332. oci/stack_monitoring/models/maintenance_window_summary.py +7 -3
  333. oci/stack_monitoring/models/metric_name_configuration_details.py +101 -0
  334. oci/stack_monitoring/models/monitored_resource.py +14 -6
  335. oci/stack_monitoring/models/monitored_resource_member_summary.py +14 -6
  336. oci/stack_monitoring/models/monitored_resource_summary.py +14 -6
  337. oci/stack_monitoring/models/monitored_resource_task.py +31 -0
  338. oci/stack_monitoring/models/monitored_resource_task_details.py +19 -3
  339. oci/stack_monitoring/models/monitored_resource_task_summary.py +31 -0
  340. oci/stack_monitoring/models/monitored_resource_type.py +129 -5
  341. oci/stack_monitoring/models/monitored_resource_type_summary.py +94 -5
  342. oci/stack_monitoring/models/onboard_config_details.py +296 -0
  343. oci/stack_monitoring/models/onboard_config_summary.py +174 -0
  344. oci/stack_monitoring/models/resource_type_config_details.py +124 -0
  345. oci/stack_monitoring/models/search_monitored_resources_details.py +14 -6
  346. oci/stack_monitoring/models/telegraf_resource_name_configuration_details.py +132 -0
  347. oci/stack_monitoring/models/update_agent_receiver_task_details.py +190 -0
  348. oci/stack_monitoring/models/update_compute_auto_activate_plugin_config_details.py +100 -0
  349. oci/stack_monitoring/models/update_config_details.py +8 -0
  350. oci/stack_monitoring/models/update_maintenance_window_details.py +68 -2
  351. oci/stack_monitoring/models/update_monitored_resource_type_details.py +7 -3
  352. oci/stack_monitoring/models/update_onboard_config_details.py +252 -0
  353. oci/stack_monitoring/models/update_resource_type_config_task_details.py +133 -0
  354. oci/stack_monitoring/models/work_request.py +11 -3
  355. oci/stack_monitoring/models/work_request_summary.py +11 -3
  356. oci/stack_monitoring/stack_monitoring_client.py +121 -93
  357. oci/streaming/stream_admin_client.py +18 -18
  358. oci/streaming/stream_client.py +8 -8
  359. oci/tenant_manager_control_plane/domain_client.py +5 -5
  360. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  361. oci/tenant_manager_control_plane/governance_client.py +2 -2
  362. oci/tenant_manager_control_plane/link_client.py +3 -3
  363. oci/tenant_manager_control_plane/orders_client.py +2 -2
  364. oci/tenant_manager_control_plane/organization_client.py +10 -10
  365. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  366. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  367. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  368. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  369. oci/threat_intelligence/threatintel_client.py +5 -5
  370. oci/usage/resources_client.py +2 -2
  371. oci/usage/rewards_client.py +6 -6
  372. oci/usage/usagelimits_client.py +1 -1
  373. oci/usage_api/usageapi_client.py +33 -33
  374. oci/vault/vaults_client.py +13 -13
  375. oci/vbs_inst/vbs_instance_client.py +10 -10
  376. oci/version.py +1 -1
  377. oci/visual_builder/vb_instance_client.py +14 -14
  378. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  379. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  380. oci/waa/waa_client.py +13 -13
  381. oci/waa/work_request_client.py +4 -4
  382. oci/waas/redirect_client.py +6 -6
  383. oci/waas/waas_client.py +66 -66
  384. oci/waf/waf_client.py +24 -24
  385. oci/work_requests/work_request_client.py +4 -4
  386. oci/zpr/zpr_client.py +15 -15
  387. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/METADATA +1 -1
  388. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/RECORD +392 -320
  389. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/LICENSE.txt +0 -0
  390. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  391. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/WHEEL +0 -0
  392. {oci-2.149.0.dist-info → oci-2.149.1.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.149.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.149.1/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.149.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.149.1/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.149.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.149.1/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
371
371
  """
372
372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
373
373
  required_arguments = ['notebookSessionId']
@@ -473,7 +473,7 @@ class DataScienceClient(object):
473
473
  :rtype: :class:`~oci.response.Response`
474
474
 
475
475
  :example:
476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/activate_schedule.py.html>`__ to see an example of how to use activate_schedule API.
476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/activate_schedule.py.html>`__ to see an example of how to use activate_schedule API.
477
477
  """
478
478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
479
479
  required_arguments = ['scheduleId']
@@ -583,7 +583,7 @@ class DataScienceClient(object):
583
583
  :rtype: :class:`~oci.response.Response`
584
584
 
585
585
  :example:
586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
587
587
  """
588
588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
589
589
  required_arguments = ['jobRunId']
@@ -696,7 +696,7 @@ class DataScienceClient(object):
696
696
  :rtype: :class:`~oci.response.Response`
697
697
 
698
698
  :example:
699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
700
700
  """
701
701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
702
702
  required_arguments = ['pipelineRunId']
@@ -814,7 +814,7 @@ class DataScienceClient(object):
814
814
  :rtype: :class:`~oci.response.Response`
815
815
 
816
816
  :example:
817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
818
818
  """
819
819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
820
820
  required_arguments = ['workRequestId']
@@ -923,7 +923,7 @@ class DataScienceClient(object):
923
923
  :rtype: :class:`~oci.response.Response`
924
924
 
925
925
  :example:
926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
927
927
  """
928
928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
929
929
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -1038,7 +1038,7 @@ class DataScienceClient(object):
1038
1038
  :rtype: :class:`~oci.response.Response`
1039
1039
 
1040
1040
  :example:
1041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1042
1042
  """
1043
1043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1044
1044
  required_arguments = ['jobId']
@@ -1148,7 +1148,7 @@ class DataScienceClient(object):
1148
1148
  :rtype: :class:`~oci.response.Response`
1149
1149
 
1150
1150
  :example:
1151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
1152
1152
  """
1153
1153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1154
1154
  required_arguments = ['jobRunId']
@@ -1261,7 +1261,7 @@ class DataScienceClient(object):
1261
1261
  :rtype: :class:`~oci.response.Response`
1262
1262
 
1263
1263
  :example:
1264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
1265
1265
  """
1266
1266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1267
1267
  required_arguments = ['modelId']
@@ -1377,7 +1377,7 @@ class DataScienceClient(object):
1377
1377
  :rtype: :class:`~oci.response.Response`
1378
1378
 
1379
1379
  :example:
1380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
1381
1381
  """
1382
1382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1383
1383
  required_arguments = ['modelDeploymentId']
@@ -1493,7 +1493,7 @@ class DataScienceClient(object):
1493
1493
  :rtype: :class:`~oci.response.Response`
1494
1494
 
1495
1495
  :example:
1496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
1497
1497
  """
1498
1498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1499
1499
  required_arguments = ['modelVersionSetId']
@@ -1609,7 +1609,7 @@ class DataScienceClient(object):
1609
1609
  :rtype: :class:`~oci.response.Response`
1610
1610
 
1611
1611
  :example:
1612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
1613
1613
  """
1614
1614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1615
1615
  required_arguments = ['notebookSessionId']
@@ -1722,7 +1722,7 @@ class DataScienceClient(object):
1722
1722
  :rtype: :class:`~oci.response.Response`
1723
1723
 
1724
1724
  :example:
1725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1726
1726
  """
1727
1727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1728
1728
  required_arguments = ['pipelineId']
@@ -1832,7 +1832,7 @@ class DataScienceClient(object):
1832
1832
  :rtype: :class:`~oci.response.Response`
1833
1833
 
1834
1834
  :example:
1835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
1836
1836
  """
1837
1837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1838
1838
  required_arguments = ['pipelineRunId']
@@ -1945,7 +1945,7 @@ class DataScienceClient(object):
1945
1945
  :rtype: :class:`~oci.response.Response`
1946
1946
 
1947
1947
  :example:
1948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
1949
1949
  """
1950
1950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1951
1951
  required_arguments = ['projectId']
@@ -2059,7 +2059,7 @@ class DataScienceClient(object):
2059
2059
  :rtype: :class:`~oci.response.Response`
2060
2060
 
2061
2061
  :example:
2062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/change_schedule_compartment.py.html>`__ to see an example of how to use change_schedule_compartment API.
2062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/change_schedule_compartment.py.html>`__ to see an example of how to use change_schedule_compartment API.
2063
2063
  """
2064
2064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2065
2065
  required_arguments = ['scheduleId']
@@ -2165,7 +2165,7 @@ class DataScienceClient(object):
2165
2165
  :rtype: :class:`~oci.response.Response`
2166
2166
 
2167
2167
  :example:
2168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
2168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
2169
2169
  """
2170
2170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2171
2171
  required_arguments = []
@@ -2259,7 +2259,7 @@ class DataScienceClient(object):
2259
2259
  :rtype: :class:`~oci.response.Response`
2260
2260
 
2261
2261
  :example:
2262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
2263
2263
  """
2264
2264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2265
2265
  required_arguments = []
@@ -2372,7 +2372,7 @@ class DataScienceClient(object):
2372
2372
  :rtype: :class:`~oci.response.Response`
2373
2373
 
2374
2374
  :example:
2375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
2376
2376
  """
2377
2377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2378
2378
  required_arguments = ['jobId']
@@ -2504,7 +2504,7 @@ class DataScienceClient(object):
2504
2504
  :rtype: :class:`~oci.response.Response`
2505
2505
 
2506
2506
  :example:
2507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
2508
2508
  """
2509
2509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2510
2510
  required_arguments = []
@@ -2600,7 +2600,7 @@ class DataScienceClient(object):
2600
2600
  :rtype: :class:`~oci.response.Response`
2601
2601
 
2602
2602
  :example:
2603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
2604
2604
  """
2605
2605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2606
2606
  required_arguments = []
@@ -2725,7 +2725,7 @@ class DataScienceClient(object):
2725
2725
  :rtype: :class:`~oci.response.Response`
2726
2726
 
2727
2727
  :example:
2728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
2729
2729
  """
2730
2730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2731
2731
  required_arguments = ['modelId']
@@ -2889,7 +2889,7 @@ class DataScienceClient(object):
2889
2889
  :rtype: :class:`~oci.response.Response`
2890
2890
 
2891
2891
  :example:
2892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use create_model_custom_metadatum_artifact API.
2892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use create_model_custom_metadatum_artifact API.
2893
2893
  """
2894
2894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2895
2895
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -3049,7 +3049,7 @@ class DataScienceClient(object):
3049
3049
  :rtype: :class:`~oci.response.Response`
3050
3050
 
3051
3051
  :example:
3052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use create_model_defined_metadatum_artifact API.
3052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use create_model_defined_metadatum_artifact API.
3053
3053
  """
3054
3054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3055
3055
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -3181,7 +3181,7 @@ class DataScienceClient(object):
3181
3181
  :rtype: :class:`~oci.response.Response`
3182
3182
 
3183
3183
  :example:
3184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
3184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
3185
3185
  """
3186
3186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3187
3187
  required_arguments = []
@@ -3282,7 +3282,7 @@ class DataScienceClient(object):
3282
3282
  :rtype: :class:`~oci.response.Response`
3283
3283
 
3284
3284
  :example:
3285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
3285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
3286
3286
  """
3287
3287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3288
3288
  required_arguments = ['modelId']
@@ -3388,7 +3388,7 @@ class DataScienceClient(object):
3388
3388
  :rtype: :class:`~oci.response.Response`
3389
3389
 
3390
3390
  :example:
3391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
3391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
3392
3392
  """
3393
3393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3394
3394
  required_arguments = []
@@ -3482,7 +3482,7 @@ class DataScienceClient(object):
3482
3482
  :rtype: :class:`~oci.response.Response`
3483
3483
 
3484
3484
  :example:
3485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
3485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
3486
3486
  """
3487
3487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3488
3488
  required_arguments = []
@@ -3576,7 +3576,7 @@ class DataScienceClient(object):
3576
3576
  :rtype: :class:`~oci.response.Response`
3577
3577
 
3578
3578
  :example:
3579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
3580
3580
  """
3581
3581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3582
3582
  required_arguments = []
@@ -3673,7 +3673,7 @@ class DataScienceClient(object):
3673
3673
  :rtype: :class:`~oci.response.Response`
3674
3674
 
3675
3675
  :example:
3676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
3677
3677
  """
3678
3678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3679
3679
  required_arguments = []
@@ -3769,7 +3769,7 @@ class DataScienceClient(object):
3769
3769
  :rtype: :class:`~oci.response.Response`
3770
3770
 
3771
3771
  :example:
3772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
3773
3773
  """
3774
3774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3775
3775
  required_arguments = []
@@ -3863,7 +3863,7 @@ class DataScienceClient(object):
3863
3863
  :rtype: :class:`~oci.response.Response`
3864
3864
 
3865
3865
  :example:
3866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
3866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
3867
3867
  """
3868
3868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3869
3869
  required_arguments = []
@@ -3984,7 +3984,7 @@ class DataScienceClient(object):
3984
3984
  :rtype: :class:`~oci.response.Response`
3985
3985
 
3986
3986
  :example:
3987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
3988
3988
  """
3989
3989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3990
3990
  required_arguments = ['pipelineId', 'stepName']
@@ -4120,7 +4120,7 @@ class DataScienceClient(object):
4120
4120
  :rtype: :class:`~oci.response.Response`
4121
4121
 
4122
4122
  :example:
4123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
4123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
4124
4124
  """
4125
4125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4126
4126
  required_arguments = ['modelId']
@@ -4229,7 +4229,7 @@ class DataScienceClient(object):
4229
4229
  :rtype: :class:`~oci.response.Response`
4230
4230
 
4231
4231
  :example:
4232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
4232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
4233
4233
  """
4234
4234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4235
4235
  required_arguments = ['modelDeploymentId']
@@ -4334,7 +4334,7 @@ class DataScienceClient(object):
4334
4334
  :rtype: :class:`~oci.response.Response`
4335
4335
 
4336
4336
  :example:
4337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
4337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
4338
4338
  """
4339
4339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4340
4340
  required_arguments = ['notebookSessionId']
@@ -4440,7 +4440,7 @@ class DataScienceClient(object):
4440
4440
  :rtype: :class:`~oci.response.Response`
4441
4441
 
4442
4442
  :example:
4443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/deactivate_schedule.py.html>`__ to see an example of how to use deactivate_schedule API.
4443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/deactivate_schedule.py.html>`__ to see an example of how to use deactivate_schedule API.
4444
4444
  """
4445
4445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4446
4446
  required_arguments = ['scheduleId']
@@ -4548,7 +4548,7 @@ class DataScienceClient(object):
4548
4548
  :rtype: :class:`~oci.response.Response`
4549
4549
 
4550
4550
  :example:
4551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
4551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
4552
4552
  """
4553
4553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4554
4554
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -4656,7 +4656,7 @@ class DataScienceClient(object):
4656
4656
  :rtype: :class:`~oci.response.Response`
4657
4657
 
4658
4658
  :example:
4659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
4659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
4660
4660
  """
4661
4661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4662
4662
  required_arguments = ['jobId']
@@ -4771,7 +4771,7 @@ class DataScienceClient(object):
4771
4771
  :rtype: :class:`~oci.response.Response`
4772
4772
 
4773
4773
  :example:
4774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
4775
4775
  """
4776
4776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4777
4777
  required_arguments = ['jobRunId']
@@ -4878,7 +4878,7 @@ class DataScienceClient(object):
4878
4878
  :rtype: :class:`~oci.response.Response`
4879
4879
 
4880
4880
  :example:
4881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
4882
4882
  """
4883
4883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4884
4884
  required_arguments = ['modelId']
@@ -4988,7 +4988,7 @@ class DataScienceClient(object):
4988
4988
  :rtype: :class:`~oci.response.Response`
4989
4989
 
4990
4990
  :example:
4991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_custom_metadatum_artifact API.
4991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_custom_metadatum_artifact API.
4992
4992
  """
4993
4993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4994
4994
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -5099,7 +5099,7 @@ class DataScienceClient(object):
5099
5099
  :rtype: :class:`~oci.response.Response`
5100
5100
 
5101
5101
  :example:
5102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_defined_metadatum_artifact API.
5102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_defined_metadatum_artifact API.
5103
5103
  """
5104
5104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5105
5105
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -5207,7 +5207,7 @@ class DataScienceClient(object):
5207
5207
  :rtype: :class:`~oci.response.Response`
5208
5208
 
5209
5209
  :example:
5210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
5210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
5211
5211
  """
5212
5212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5213
5213
  required_arguments = ['modelDeploymentId']
@@ -5318,7 +5318,7 @@ class DataScienceClient(object):
5318
5318
  :rtype: :class:`~oci.response.Response`
5319
5319
 
5320
5320
  :example:
5321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
5321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
5322
5322
  """
5323
5323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5324
5324
  required_arguments = ['modelVersionSetId']
@@ -5433,7 +5433,7 @@ class DataScienceClient(object):
5433
5433
  :rtype: :class:`~oci.response.Response`
5434
5434
 
5435
5435
  :example:
5436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
5436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
5437
5437
  """
5438
5438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5439
5439
  required_arguments = ['notebookSessionId']
@@ -5546,7 +5546,7 @@ class DataScienceClient(object):
5546
5546
  :rtype: :class:`~oci.response.Response`
5547
5547
 
5548
5548
  :example:
5549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5550
5550
  """
5551
5551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5552
5552
  required_arguments = ['pipelineId']
@@ -5664,7 +5664,7 @@ class DataScienceClient(object):
5664
5664
  :rtype: :class:`~oci.response.Response`
5665
5665
 
5666
5666
  :example:
5667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
5667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
5668
5668
  """
5669
5669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5670
5670
  required_arguments = ['pipelineRunId']
@@ -5777,7 +5777,7 @@ class DataScienceClient(object):
5777
5777
  :rtype: :class:`~oci.response.Response`
5778
5778
 
5779
5779
  :example:
5780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
5780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
5781
5781
  """
5782
5782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5783
5783
  required_arguments = ['projectId']
@@ -5882,7 +5882,7 @@ class DataScienceClient(object):
5882
5882
  :rtype: :class:`~oci.response.Response`
5883
5883
 
5884
5884
  :example:
5885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5886
5886
  """
5887
5887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5888
5888
  required_arguments = ['scheduleId']
@@ -5993,7 +5993,7 @@ class DataScienceClient(object):
5993
5993
  :rtype: :class:`~oci.response.Response`
5994
5994
 
5995
5995
  :example:
5996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
5996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
5997
5997
  """
5998
5998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5999
5999
  required_arguments = ['modelId']
@@ -6096,7 +6096,7 @@ class DataScienceClient(object):
6096
6096
  :rtype: :class:`~oci.response.Response`
6097
6097
 
6098
6098
  :example:
6099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
6099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
6100
6100
  """
6101
6101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6102
6102
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -6196,7 +6196,7 @@ class DataScienceClient(object):
6196
6196
  :rtype: :class:`~oci.response.Response`
6197
6197
 
6198
6198
  :example:
6199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
6199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
6200
6200
  """
6201
6201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6202
6202
  required_arguments = ['jobId']
@@ -6302,7 +6302,7 @@ class DataScienceClient(object):
6302
6302
  :rtype: :class:`~oci.response.Response`
6303
6303
 
6304
6304
  :example:
6305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
6305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
6306
6306
  """
6307
6307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6308
6308
  required_arguments = ['jobId']
@@ -6404,7 +6404,7 @@ class DataScienceClient(object):
6404
6404
  :rtype: :class:`~oci.response.Response`
6405
6405
 
6406
6406
  :example:
6407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
6407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
6408
6408
  """
6409
6409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6410
6410
  required_arguments = ['jobRunId']
@@ -6504,7 +6504,7 @@ class DataScienceClient(object):
6504
6504
  :rtype: :class:`~oci.response.Response`
6505
6505
 
6506
6506
  :example:
6507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
6507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
6508
6508
  """
6509
6509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6510
6510
  required_arguments = ['modelId']
@@ -6610,7 +6610,7 @@ class DataScienceClient(object):
6610
6610
  :rtype: :class:`~oci.response.Response`
6611
6611
 
6612
6612
  :example:
6613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
6613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
6614
6614
  """
6615
6615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6616
6616
  required_arguments = ['modelId']
@@ -6721,7 +6721,7 @@ class DataScienceClient(object):
6721
6721
  :rtype: :class:`~oci.response.Response`
6722
6722
 
6723
6723
  :example:
6724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_custom_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_custom_metadatum_artifact_content API.
6724
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_custom_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_custom_metadatum_artifact_content API.
6725
6725
  """
6726
6726
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6727
6727
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -6833,7 +6833,7 @@ class DataScienceClient(object):
6833
6833
  :rtype: :class:`~oci.response.Response`
6834
6834
 
6835
6835
  :example:
6836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_defined_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_defined_metadatum_artifact_content API.
6836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_defined_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_defined_metadatum_artifact_content API.
6837
6837
  """
6838
6838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6839
6839
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -6936,7 +6936,7 @@ class DataScienceClient(object):
6936
6936
  :rtype: :class:`~oci.response.Response`
6937
6937
 
6938
6938
  :example:
6939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
6939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
6940
6940
  """
6941
6941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6942
6942
  required_arguments = ['modelDeploymentId']
@@ -7036,7 +7036,7 @@ class DataScienceClient(object):
7036
7036
  :rtype: :class:`~oci.response.Response`
7037
7037
 
7038
7038
  :example:
7039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
7039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
7040
7040
  """
7041
7041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7042
7042
  required_arguments = ['modelId']
@@ -7136,7 +7136,7 @@ class DataScienceClient(object):
7136
7136
  :rtype: :class:`~oci.response.Response`
7137
7137
 
7138
7138
  :example:
7139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
7139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
7140
7140
  """
7141
7141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7142
7142
  required_arguments = ['modelVersionSetId']
@@ -7236,7 +7236,7 @@ class DataScienceClient(object):
7236
7236
  :rtype: :class:`~oci.response.Response`
7237
7237
 
7238
7238
  :example:
7239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
7239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
7240
7240
  """
7241
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7242
7242
  required_arguments = ['notebookSessionId']
@@ -7336,7 +7336,7 @@ class DataScienceClient(object):
7336
7336
  :rtype: :class:`~oci.response.Response`
7337
7337
 
7338
7338
  :example:
7339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
7339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
7340
7340
  """
7341
7341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7342
7342
  required_arguments = ['pipelineId']
@@ -7436,7 +7436,7 @@ class DataScienceClient(object):
7436
7436
  :rtype: :class:`~oci.response.Response`
7437
7437
 
7438
7438
  :example:
7439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
7439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
7440
7440
  """
7441
7441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7442
7442
  required_arguments = ['pipelineRunId']
@@ -7536,7 +7536,7 @@ class DataScienceClient(object):
7536
7536
  :rtype: :class:`~oci.response.Response`
7537
7537
 
7538
7538
  :example:
7539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
7539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
7540
7540
  """
7541
7541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7542
7542
  required_arguments = ['projectId']
@@ -7634,7 +7634,7 @@ class DataScienceClient(object):
7634
7634
  :rtype: :class:`~oci.response.Response`
7635
7635
 
7636
7636
  :example:
7637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
7637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
7638
7638
  """
7639
7639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7640
7640
  required_arguments = ['scheduleId']
@@ -7743,7 +7743,7 @@ class DataScienceClient(object):
7743
7743
  :rtype: :class:`~oci.response.Response`
7744
7744
 
7745
7745
  :example:
7746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
7746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
7747
7747
  """
7748
7748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7749
7749
  required_arguments = ['pipelineId', 'stepName']
@@ -7848,7 +7848,7 @@ class DataScienceClient(object):
7848
7848
  :rtype: :class:`~oci.response.Response`
7849
7849
 
7850
7850
  :example:
7851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
7852
7852
  """
7853
7853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7854
7854
  required_arguments = ['workRequestId']
@@ -7948,7 +7948,7 @@ class DataScienceClient(object):
7948
7948
  :rtype: :class:`~oci.response.Response`
7949
7949
 
7950
7950
  :example:
7951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
7951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
7952
7952
  """
7953
7953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7954
7954
  required_arguments = ['jobId']
@@ -8046,7 +8046,7 @@ class DataScienceClient(object):
8046
8046
  :rtype: :class:`~oci.response.Response`
8047
8047
 
8048
8048
  :example:
8049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
8049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
8050
8050
  """
8051
8051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8052
8052
  required_arguments = ['modelId']
@@ -8147,7 +8147,7 @@ class DataScienceClient(object):
8147
8147
  :rtype: :class:`~oci.response.Response`
8148
8148
 
8149
8149
  :example:
8150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/head_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use head_model_custom_metadatum_artifact API.
8150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/head_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use head_model_custom_metadatum_artifact API.
8151
8151
  """
8152
8152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8153
8153
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -8249,7 +8249,7 @@ class DataScienceClient(object):
8249
8249
  :rtype: :class:`~oci.response.Response`
8250
8250
 
8251
8251
  :example:
8252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/head_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use head_model_defined_metadatum_artifact API.
8252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/head_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use head_model_defined_metadatum_artifact API.
8253
8253
  """
8254
8254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8255
8255
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -8351,7 +8351,7 @@ class DataScienceClient(object):
8351
8351
  :rtype: :class:`~oci.response.Response`
8352
8352
 
8353
8353
  :example:
8354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
8354
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
8355
8355
  """
8356
8356
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8357
8357
  required_arguments = ['pipelineId', 'stepName']
@@ -8460,7 +8460,7 @@ class DataScienceClient(object):
8460
8460
  :rtype: :class:`~oci.response.Response`
8461
8461
 
8462
8462
  :example:
8463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
8463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
8464
8464
  """
8465
8465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8466
8466
  required_arguments = ['modelId']
@@ -8601,7 +8601,7 @@ class DataScienceClient(object):
8601
8601
  :rtype: :class:`~oci.response.Response`
8602
8602
 
8603
8603
  :example:
8604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_containers.py.html>`__ to see an example of how to use list_containers API.
8604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_containers.py.html>`__ to see an example of how to use list_containers API.
8605
8605
  """
8606
8606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8607
8607
  required_arguments = []
@@ -8780,7 +8780,7 @@ class DataScienceClient(object):
8780
8780
  :rtype: :class:`~oci.response.Response`
8781
8781
 
8782
8782
  :example:
8783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
8783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
8784
8784
  """
8785
8785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8786
8786
  required_arguments = ['compartmentId']
@@ -8937,7 +8937,7 @@ class DataScienceClient(object):
8937
8937
  :rtype: :class:`~oci.response.Response`
8938
8938
 
8939
8939
  :example:
8940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
8940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
8941
8941
  """
8942
8942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8943
8943
  required_arguments = ['compartmentId']
@@ -9091,7 +9091,7 @@ class DataScienceClient(object):
9091
9091
  :rtype: :class:`~oci.response.Response`
9092
9092
 
9093
9093
  :example:
9094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
9094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
9095
9095
  """
9096
9096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9097
9097
  required_arguments = ['compartmentId']
@@ -9243,7 +9243,7 @@ class DataScienceClient(object):
9243
9243
  :rtype: :class:`~oci.response.Response`
9244
9244
 
9245
9245
  :example:
9246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
9246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
9247
9247
  """
9248
9248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9249
9249
  required_arguments = ['compartmentId']
@@ -9397,7 +9397,7 @@ class DataScienceClient(object):
9397
9397
  :rtype: :class:`~oci.response.Response`
9398
9398
 
9399
9399
  :example:
9400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
9400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
9401
9401
  """
9402
9402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9403
9403
  required_arguments = ['compartmentId']
@@ -9549,7 +9549,7 @@ class DataScienceClient(object):
9549
9549
  :rtype: :class:`~oci.response.Response`
9550
9550
 
9551
9551
  :example:
9552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
9552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
9553
9553
  """
9554
9554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9555
9555
  required_arguments = ['compartmentId']
@@ -9703,7 +9703,7 @@ class DataScienceClient(object):
9703
9703
  :rtype: :class:`~oci.response.Response`
9704
9704
 
9705
9705
  :example:
9706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
9706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
9707
9707
  """
9708
9708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9709
9709
  required_arguments = ['compartmentId']
@@ -9895,7 +9895,7 @@ class DataScienceClient(object):
9895
9895
  :rtype: :class:`~oci.response.Response`
9896
9896
 
9897
9897
  :example:
9898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
9898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
9899
9899
  """
9900
9900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9901
9901
  required_arguments = ['compartmentId']
@@ -10103,7 +10103,7 @@ class DataScienceClient(object):
10103
10103
  :rtype: :class:`~oci.response.Response`
10104
10104
 
10105
10105
  :example:
10106
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
10106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
10107
10107
  """
10108
10108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10109
10109
  required_arguments = ['compartmentId']
@@ -10268,7 +10268,7 @@ class DataScienceClient(object):
10268
10268
  :rtype: :class:`~oci.response.Response`
10269
10269
 
10270
10270
  :example:
10271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
10271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
10272
10272
  """
10273
10273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10274
10274
  required_arguments = ['compartmentId']
@@ -10422,7 +10422,7 @@ class DataScienceClient(object):
10422
10422
  :rtype: :class:`~oci.response.Response`
10423
10423
 
10424
10424
  :example:
10425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
10425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
10426
10426
  """
10427
10427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10428
10428
  required_arguments = ['compartmentId']
@@ -10610,7 +10610,7 @@ class DataScienceClient(object):
10610
10610
  :rtype: :class:`~oci.response.Response`
10611
10611
 
10612
10612
  :example:
10613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
10613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
10614
10614
  """
10615
10615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10616
10616
  required_arguments = ['compartmentId']
@@ -10798,7 +10798,7 @@ class DataScienceClient(object):
10798
10798
  :rtype: :class:`~oci.response.Response`
10799
10799
 
10800
10800
  :example:
10801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
10801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
10802
10802
  """
10803
10803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10804
10804
  required_arguments = ['compartmentId']
@@ -10982,7 +10982,7 @@ class DataScienceClient(object):
10982
10982
  :rtype: :class:`~oci.response.Response`
10983
10983
 
10984
10984
  :example:
10985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
10985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
10986
10986
  """
10987
10987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10988
10988
  required_arguments = ['compartmentId']
@@ -11158,7 +11158,7 @@ class DataScienceClient(object):
11158
11158
  :rtype: :class:`~oci.response.Response`
11159
11159
 
11160
11160
  :example:
11161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
11161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
11162
11162
  """
11163
11163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11164
11164
  required_arguments = ['compartmentId']
@@ -11308,7 +11308,7 @@ class DataScienceClient(object):
11308
11308
  :rtype: :class:`~oci.response.Response`
11309
11309
 
11310
11310
  :example:
11311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
11311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
11312
11312
  """
11313
11313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11314
11314
  required_arguments = ['workRequestId']
@@ -11436,7 +11436,7 @@ class DataScienceClient(object):
11436
11436
  :rtype: :class:`~oci.response.Response`
11437
11437
 
11438
11438
  :example:
11439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
11439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
11440
11440
  """
11441
11441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11442
11442
  required_arguments = ['workRequestId']
@@ -11589,7 +11589,7 @@ class DataScienceClient(object):
11589
11589
  :rtype: :class:`~oci.response.Response`
11590
11590
 
11591
11591
  :example:
11592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
11592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
11593
11593
  """
11594
11594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11595
11595
  required_arguments = ['compartmentId']
@@ -11739,7 +11739,7 @@ class DataScienceClient(object):
11739
11739
  :rtype: :class:`~oci.response.Response`
11740
11740
 
11741
11741
  :example:
11742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/register_model_artifact_reference.py.html>`__ to see an example of how to use register_model_artifact_reference API.
11742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/register_model_artifact_reference.py.html>`__ to see an example of how to use register_model_artifact_reference API.
11743
11743
  """
11744
11744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11745
11745
  required_arguments = ['modelId']
@@ -11857,7 +11857,7 @@ class DataScienceClient(object):
11857
11857
  :rtype: :class:`~oci.response.Response`
11858
11858
 
11859
11859
  :example:
11860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
11860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
11861
11861
  """
11862
11862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11863
11863
  required_arguments = ['modelId']
@@ -11978,7 +11978,7 @@ class DataScienceClient(object):
11978
11978
  :rtype: :class:`~oci.response.Response`
11979
11979
 
11980
11980
  :example:
11981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
11981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
11982
11982
  """
11983
11983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11984
11984
  required_arguments = ['dataSciencePrivateEndpointId']
@@ -12090,7 +12090,7 @@ class DataScienceClient(object):
12090
12090
  :rtype: :class:`~oci.response.Response`
12091
12091
 
12092
12092
  :example:
12093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
12093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
12094
12094
  """
12095
12095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12096
12096
  required_arguments = ['jobId']
@@ -12204,7 +12204,7 @@ class DataScienceClient(object):
12204
12204
  :rtype: :class:`~oci.response.Response`
12205
12205
 
12206
12206
  :example:
12207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
12207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
12208
12208
  """
12209
12209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12210
12210
  required_arguments = ['jobRunId']
@@ -12318,7 +12318,7 @@ class DataScienceClient(object):
12318
12318
  :rtype: :class:`~oci.response.Response`
12319
12319
 
12320
12320
  :example:
12321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
12321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
12322
12322
  """
12323
12323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12324
12324
  required_arguments = ['modelId']
@@ -12454,7 +12454,7 @@ class DataScienceClient(object):
12454
12454
  :rtype: :class:`~oci.response.Response`
12455
12455
 
12456
12456
  :example:
12457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use update_model_custom_metadatum_artifact API.
12457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use update_model_custom_metadatum_artifact API.
12458
12458
  """
12459
12459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12460
12460
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -12616,7 +12616,7 @@ class DataScienceClient(object):
12616
12616
  :rtype: :class:`~oci.response.Response`
12617
12617
 
12618
12618
  :example:
12619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use update_model_defined_metadatum_artifact API.
12619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use update_model_defined_metadatum_artifact API.
12620
12620
  """
12621
12621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12622
12622
  required_arguments = ['modelId', 'metadatumKeyName']
@@ -12762,7 +12762,7 @@ class DataScienceClient(object):
12762
12762
  :rtype: :class:`~oci.response.Response`
12763
12763
 
12764
12764
  :example:
12765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
12765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
12766
12766
  """
12767
12767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12768
12768
  required_arguments = ['modelDeploymentId']
@@ -12874,7 +12874,7 @@ class DataScienceClient(object):
12874
12874
  :rtype: :class:`~oci.response.Response`
12875
12875
 
12876
12876
  :example:
12877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
12877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
12878
12878
  """
12879
12879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12880
12880
  required_arguments = ['modelId']
@@ -12988,7 +12988,7 @@ class DataScienceClient(object):
12988
12988
  :rtype: :class:`~oci.response.Response`
12989
12989
 
12990
12990
  :example:
12991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
12991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
12992
12992
  """
12993
12993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12994
12994
  required_arguments = ['modelVersionSetId']
@@ -13105,7 +13105,7 @@ class DataScienceClient(object):
13105
13105
  :rtype: :class:`~oci.response.Response`
13106
13106
 
13107
13107
  :example:
13108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
13108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
13109
13109
  """
13110
13110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13111
13111
  required_arguments = ['notebookSessionId']
@@ -13219,7 +13219,7 @@ class DataScienceClient(object):
13219
13219
  :rtype: :class:`~oci.response.Response`
13220
13220
 
13221
13221
  :example:
13222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
13222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
13223
13223
  """
13224
13224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13225
13225
  required_arguments = ['pipelineId']
@@ -13331,7 +13331,7 @@ class DataScienceClient(object):
13331
13331
  :rtype: :class:`~oci.response.Response`
13332
13332
 
13333
13333
  :example:
13334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
13334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
13335
13335
  """
13336
13336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13337
13337
  required_arguments = ['pipelineRunId']
@@ -13443,7 +13443,7 @@ class DataScienceClient(object):
13443
13443
  :rtype: :class:`~oci.response.Response`
13444
13444
 
13445
13445
  :example:
13446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
13446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
13447
13447
  """
13448
13448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13449
13449
  required_arguments = ['projectId']
@@ -13555,7 +13555,7 @@ class DataScienceClient(object):
13555
13555
  :rtype: :class:`~oci.response.Response`
13556
13556
 
13557
13557
  :example:
13558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/datascience/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
13558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/datascience/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
13559
13559
  """
13560
13560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13561
13561
  required_arguments = ['scheduleId']