oci 2.133.0__py3-none-any.whl → 2.134.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) 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 +214 -17
  7. oci/ai_speech/models/__init__.py +23 -1
  8. oci/ai_speech/models/synthesize_speech_details.py +196 -0
  9. oci/ai_speech/models/tts_audio_config.py +106 -0
  10. oci/ai_speech/models/tts_base_audio_config.py +82 -0
  11. oci/ai_speech/models/tts_configuration.py +103 -0
  12. oci/ai_speech/models/tts_oracle_configuration.py +105 -0
  13. oci/ai_speech/models/tts_oracle_model_details.py +113 -0
  14. oci/ai_speech/models/tts_oracle_speech_settings.py +246 -0
  15. oci/ai_speech/models/tts_oracle_tts1_standard_model_details.py +84 -0
  16. oci/ai_speech/models/tts_oracle_tts2_natural_model_details.py +84 -0
  17. oci/ai_speech/models/voice_collection.py +72 -0
  18. oci/ai_speech/models/voice_summary.py +379 -0
  19. oci/ai_vision/ai_service_vision_client.py +25 -25
  20. oci/analytics/analytics_client.py +24 -24
  21. oci/announcements_service/announcement_client.py +5 -5
  22. oci/announcements_service/announcement_subscription_client.py +9 -9
  23. oci/announcements_service/announcements_preferences_client.py +4 -4
  24. oci/announcements_service/service_client.py +1 -1
  25. oci/apigateway/api_gateway_client.py +21 -21
  26. oci/apigateway/deployment_client.py +6 -6
  27. oci/apigateway/gateway_client.py +6 -6
  28. oci/apigateway/subscribers_client.py +6 -6
  29. oci/apigateway/usage_plans_client.py +6 -6
  30. oci/apigateway/work_requests_client.py +5 -5
  31. oci/apm_config/config_client.py +9 -9
  32. oci/apm_control_plane/apm_domain_client.py +14 -14
  33. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  34. oci/apm_traces/attributes_client.py +8 -8
  35. oci/apm_traces/query_client.py +2 -2
  36. oci/apm_traces/trace_client.py +4 -4
  37. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  38. oci/artifacts/artifacts_client.py +32 -32
  39. oci/audit/audit_client.py +3 -3
  40. oci/autoscaling/auto_scaling_client.py +11 -11
  41. oci/bastion/bastion_client.py +15 -15
  42. oci/bds/bds_client.py +72 -72
  43. oci/blockchain/blockchain_platform_client.py +27 -27
  44. oci/budget/budget_client.py +10 -10
  45. oci/capacity_management/capacity_management_client.py +1692 -423
  46. oci/capacity_management/capacity_management_client_composite_operations.py +146 -0
  47. oci/capacity_management/models/__init__.py +23 -1
  48. oci/capacity_management/models/associated_capacity_request_details.py +103 -0
  49. oci/capacity_management/models/associated_occ_handover_resource_block.py +103 -0
  50. oci/capacity_management/models/create_occ_capacity_request_details.py +3 -3
  51. oci/capacity_management/models/create_occ_customer_details.py +181 -0
  52. oci/capacity_management/models/create_occ_customer_group_details.py +309 -0
  53. oci/capacity_management/models/occ_capacity_request_base_details.py +62 -0
  54. oci/capacity_management/models/occ_handover_resource_block_collection.py +72 -0
  55. oci/capacity_management/models/occ_handover_resource_block_detail_collection.py +72 -0
  56. oci/capacity_management/models/occ_handover_resource_block_detail_summary.py +104 -0
  57. oci/capacity_management/models/occ_handover_resource_block_summary.py +332 -0
  58. oci/capacity_management/models/placement_details.py +227 -0
  59. oci/capacity_management/models/update_occ_customer_details.py +150 -0
  60. oci/capacity_management/models/update_occ_customer_group_details.py +216 -0
  61. oci/certificates/certificates_client.py +5 -5
  62. oci/certificates_management/certificates_management_client.py +32 -32
  63. oci/cims/incident_client.py +8 -8
  64. oci/cims/user_client.py +1 -1
  65. oci/cloud_bridge/common_client.py +5 -5
  66. oci/cloud_bridge/discovery_client.py +14 -14
  67. oci/cloud_bridge/inventory_client.py +16 -16
  68. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  69. oci/cloud_guard/cloud_guard_client.py +155 -155
  70. oci/cloud_migrations/migration_client.py +43 -43
  71. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  72. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  73. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  74. oci/compute_instance_agent/plugin_client.py +2 -2
  75. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  76. oci/container_engine/container_engine_client.py +44 -44
  77. oci/container_instances/container_instance_client.py +18 -18
  78. oci/core/blockstorage_client.py +60 -60
  79. oci/core/compute_client.py +102 -102
  80. oci/core/compute_management_client.py +32 -32
  81. oci/core/virtual_network_client.py +247 -247
  82. oci/dashboard_service/dashboard_client.py +6 -6
  83. oci/dashboard_service/dashboard_group_client.py +6 -6
  84. oci/data_catalog/data_catalog_client.py +149 -149
  85. oci/data_flow/data_flow_client.py +42 -42
  86. oci/data_integration/data_integration_client.py +163 -163
  87. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  88. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  89. oci/data_safe/data_safe_client.py +287 -287
  90. oci/data_science/data_science_client.py +91 -91
  91. oci/database/database_client.py +394 -394
  92. oci/database_management/db_management_client.py +211 -211
  93. oci/database_management/diagnosability_client.py +4 -4
  94. oci/database_management/managed_my_sql_databases_client.py +7 -7
  95. oci/database_management/perfhub_client.py +1 -1
  96. oci/database_management/sql_tuning_client.py +17 -17
  97. oci/database_migration/database_migration_client.py +42 -42
  98. oci/database_tools/database_tools_client.py +23 -23
  99. oci/delegate_access_control/delegate_access_control_client.py +52 -52
  100. oci/delegate_access_control/work_request_client.py +8 -8
  101. oci/demand_signal/occ_demand_signal_client.py +7 -7
  102. oci/desktops/desktop_service_client.py +21 -21
  103. oci/devops/devops_client.py +141 -141
  104. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  105. oci/dns/dns_client.py +52 -52
  106. oci/dts/appliance_export_job_client.py +6 -6
  107. oci/dts/shipping_vendors_client.py +1 -1
  108. oci/dts/transfer_appliance_client.py +8 -8
  109. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  110. oci/dts/transfer_device_client.py +5 -5
  111. oci/dts/transfer_job_client.py +6 -6
  112. oci/dts/transfer_package_client.py +7 -7
  113. oci/em_warehouse/em_data_lake_client.py +13 -13
  114. oci/em_warehouse/em_warehouse_client.py +13 -13
  115. oci/email/email_client.py +31 -31
  116. oci/email_data_plane/email_dp_client.py +1 -1
  117. oci/events/events_client.py +6 -6
  118. oci/file_storage/file_storage_client.py +54 -54
  119. oci/fleet_apps_management/fleet_apps_management_admin_client.py +16 -16
  120. oci/fleet_apps_management/fleet_apps_management_client.py +70 -70
  121. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +10 -10
  122. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  123. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +8 -8
  124. oci/fleet_software_update/fleet_software_update_client.py +48 -48
  125. oci/fleet_software_update/models/create_db_fsu_collection_details.py +7 -3
  126. oci/fleet_software_update/models/create_gi_fsu_collection_details.py +7 -3
  127. oci/fleet_software_update/models/db_collection.py +7 -3
  128. oci/fleet_software_update/models/db_discovery_details.py +7 -3
  129. oci/fleet_software_update/models/db_fsu_collection_summary.py +7 -3
  130. oci/fleet_software_update/models/gi_collection.py +7 -3
  131. oci/fleet_software_update/models/gi_discovery_details.py +7 -3
  132. oci/fleet_software_update/models/gi_fsu_collection_summary.py +7 -3
  133. oci/fleet_software_update/models/work_request.py +7 -3
  134. oci/fleet_software_update/models/work_request_summary.py +7 -3
  135. oci/functions/functions_invoke_client.py +1 -1
  136. oci/functions/functions_management_client.py +16 -16
  137. oci/fusion_apps/data_masking_activity_client.py +3 -3
  138. oci/fusion_apps/fusion_applications_client.py +41 -41
  139. oci/fusion_apps/fusion_environment_client.py +15 -15
  140. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  141. oci/fusion_apps/refresh_activity_client.py +4 -4
  142. oci/fusion_apps/scheduled_activity_client.py +2 -2
  143. oci/fusion_apps/service_attachment_client.py +2 -2
  144. oci/generative_ai/generative_ai_client.py +23 -23
  145. oci/generative_ai/models/create_endpoint_details.py +2 -2
  146. oci/generative_ai/models/dedicated_ai_cluster.py +7 -3
  147. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  148. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  149. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  150. oci/golden_gate/golden_gate_client.py +68 -68
  151. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  152. oci/governance_rules_control_plane/work_request_client.py +5 -5
  153. oci/healthchecks/health_checks_client.py +17 -17
  154. oci/identity/identity_client.py +145 -145
  155. oci/identity_data_plane/dataplane_client.py +2 -2
  156. oci/identity_domains/identity_domains_client.py +307 -307
  157. oci/integration/integration_instance_client.py +16 -16
  158. oci/jms/java_management_service_client.py +75 -75
  159. oci/jms_java_downloads/java_download_client.py +25 -25
  160. oci/key_management/ekm_client.py +5 -5
  161. oci/key_management/kms_crypto_client.py +6 -6
  162. oci/key_management/kms_hsm_cluster_client.py +12 -12
  163. oci/key_management/kms_management_client.py +21 -21
  164. oci/key_management/kms_vault_client.py +14 -14
  165. oci/license_manager/license_manager_client.py +18 -18
  166. oci/limits/limits_client.py +4 -4
  167. oci/limits/quotas_client.py +7 -7
  168. oci/load_balancer/load_balancer_client.py +61 -61
  169. oci/lockbox/lockbox_client.py +24 -24
  170. oci/lockbox/models/access_request.py +35 -2
  171. oci/lockbox/models/access_request_ext.py +35 -2
  172. oci/lockbox/models/access_request_summary.py +33 -0
  173. oci/lockbox/models/create_access_request_details.py +35 -2
  174. oci/log_analytics/log_analytics_client.py +193 -193
  175. oci/logging/logging_management_client.py +30 -30
  176. oci/loggingingestion/logging_client.py +1 -1
  177. oci/loggingsearch/log_search_client.py +1 -1
  178. oci/management_agent/management_agent_client.py +28 -28
  179. oci/management_dashboard/dashx_apis_client.py +14 -14
  180. oci/marketplace/account_client.py +2 -2
  181. oci/marketplace/marketplace_client.py +30 -30
  182. oci/marketplace_private_offer/attachment_client.py +5 -5
  183. oci/marketplace_private_offer/offer_client.py +6 -6
  184. oci/marketplace_publisher/attachment_client.py +5 -5
  185. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  186. oci/marketplace_publisher/offer_client.py +6 -6
  187. oci/media_services/media_services_client.py +60 -60
  188. oci/media_services/media_stream_client.py +2 -2
  189. oci/monitoring/monitoring_client.py +18 -18
  190. oci/mysql/channels_client.py +7 -7
  191. oci/mysql/db_backups_client.py +7 -7
  192. oci/mysql/db_system_client.py +17 -17
  193. oci/mysql/mysqlaas_client.py +7 -7
  194. oci/mysql/replicas_client.py +5 -5
  195. oci/mysql/work_requests_client.py +4 -4
  196. oci/network_firewall/network_firewall_client.py +86 -86
  197. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  198. oci/nosql/nosql_client.py +24 -24
  199. oci/object_storage/object_storage_client.py +55 -55
  200. oci/oce/oce_instance_client.py +10 -10
  201. oci/oci_control_center/occ_metrics_client.py +3 -3
  202. oci/ocvp/cluster_client.py +5 -5
  203. oci/ocvp/esxi_host_client.py +8 -8
  204. oci/ocvp/sddc_client.py +14 -14
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +59 -59
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +13 -13
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +10 -10
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +177 -177
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/event_client.py +8 -8
  231. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  232. oci/os_management_hub/managed_instance_client.py +31 -31
  233. oci/os_management_hub/managed_instance_group_client.py +25 -25
  234. oci/os_management_hub/management_station_client.py +10 -10
  235. oci/os_management_hub/onboarding_client.py +6 -6
  236. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  237. oci/os_management_hub/scheduled_job_client.py +7 -7
  238. oci/os_management_hub/software_source_client.py +27 -27
  239. oci/os_management_hub/work_request_client.py +4 -4
  240. oci/osp_gateway/address_rule_service_client.py +1 -1
  241. oci/osp_gateway/address_service_client.py +2 -2
  242. oci/osp_gateway/invoice_service_client.py +5 -5
  243. oci/osp_gateway/subscription_service_client.py +5 -5
  244. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  245. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  246. oci/osub_subscription/commitment_client.py +2 -2
  247. oci/osub_subscription/ratecard_client.py +1 -1
  248. oci/osub_subscription/subscription_client.py +1 -1
  249. oci/osub_usage/computed_usage_client.py +3 -3
  250. oci/psql/postgresql_client.py +33 -33
  251. oci/queue/queue_admin_client.py +11 -11
  252. oci/queue/queue_client.py +8 -8
  253. oci/recovery/database_recovery_client.py +26 -26
  254. oci/redis/redis_cluster_client.py +12 -12
  255. oci/regions_definitions.py +3 -0
  256. oci/resource_manager/resource_manager_client.py +52 -52
  257. oci/resource_scheduler/schedule_client.py +13 -13
  258. oci/resource_search/resource_search_client.py +3 -3
  259. oci/rover/rover_bundle_client.py +8 -8
  260. oci/rover/rover_cluster_client.py +8 -8
  261. oci/rover/rover_entitlement_client.py +6 -6
  262. oci/rover/rover_node_client.py +15 -15
  263. oci/rover/shape_client.py +1 -1
  264. oci/rover/work_requests_client.py +5 -5
  265. oci/sch/connector_plugins_client.py +2 -2
  266. oci/sch/service_connector_client.py +12 -12
  267. oci/secrets/secrets_client.py +3 -3
  268. oci/service_catalog/service_catalog_client.py +26 -26
  269. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  270. oci/service_mesh/service_mesh_client.py +48 -48
  271. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  272. oci/streaming/stream_admin_client.py +18 -18
  273. oci/streaming/stream_client.py +8 -8
  274. oci/tenant_manager_control_plane/domain_client.py +5 -5
  275. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  276. oci/tenant_manager_control_plane/governance_client.py +2 -2
  277. oci/tenant_manager_control_plane/link_client.py +3 -3
  278. oci/tenant_manager_control_plane/orders_client.py +2 -2
  279. oci/tenant_manager_control_plane/organization_client.py +10 -10
  280. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  281. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  282. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  283. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  284. oci/threat_intelligence/threatintel_client.py +5 -5
  285. oci/usage/resources_client.py +2 -2
  286. oci/usage/rewards_client.py +6 -6
  287. oci/usage/usagelimits_client.py +1 -1
  288. oci/usage_api/usageapi_client.py +33 -33
  289. oci/vault/vaults_client.py +13 -13
  290. oci/vbs_inst/vbs_instance_client.py +10 -10
  291. oci/version.py +1 -1
  292. oci/visual_builder/vb_instance_client.py +13 -13
  293. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  294. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  295. oci/waa/waa_client.py +13 -13
  296. oci/waa/work_request_client.py +4 -4
  297. oci/waas/redirect_client.py +6 -6
  298. oci/waas/waas_client.py +66 -66
  299. oci/waf/waf_client.py +24 -24
  300. oci/work_requests/work_request_client.py +4 -4
  301. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/METADATA +1 -1
  302. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/RECORD +306 -284
  303. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/LICENSE.txt +0 -0
  304. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  305. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/WHEEL +0 -0
  306. {oci-2.133.0.dist-info → oci-2.134.0.dist-info}/top_level.txt +0 -0
@@ -134,7 +134,7 @@ class ScheduledActivityClient(object):
134
134
  :rtype: :class:`~oci.response.Response`
135
135
 
136
136
  :example:
137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
138
138
  """
139
139
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities/{scheduledActivityId}"
140
140
  method = "GET"
@@ -262,7 +262,7 @@ class ScheduledActivityClient(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.133.0/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
266
266
  """
267
267
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities"
268
268
  method = "GET"
@@ -134,7 +134,7 @@ class ServiceAttachmentClient(object):
134
134
  :rtype: :class:`~oci.response.Response`
135
135
 
136
136
  :example:
137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
138
138
  """
139
139
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments/{serviceAttachmentId}"
140
140
  method = "GET"
@@ -256,7 +256,7 @@ class ServiceAttachmentClient(object):
256
256
  :rtype: :class:`~oci.response.Response`
257
257
 
258
258
  :example:
259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
260
260
  """
261
261
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments"
262
262
  method = "GET"
@@ -26,7 +26,7 @@ class GenerativeAiClient(object):
26
26
 
27
27
  Use the Generative AI service management API to create and manage [dedicated AI clusters](#/en/generative-ai/latest/DedicatedAiCluster/), [endpoints](#/en/generative-ai/latest/Endpoint/), [custom models](#/en/generative-ai/latest/Model/), and [work requests](#/en/generative-ai/latest/WorkRequest/) in the Generative AI service. For example, create a custom model by fine-tuning an out-of-the-box model using your own data, on a fine-tuning dedicated AI cluster. Then, create a hosting dedicated AI cluster with an endpoint to host your custom model.
28
28
 
29
- To access your custom model endpoints, or to try the out-of-the-box models to generate text, summarize, and create text embeddings see the [Generative AI Inference API](/#/en/generative-ai-inference/latest/).
29
+ To access your custom model endpoints, or to try the out-of-the-box models to generate text, summarize, and create text embeddings see the [Generative AI Inference API](/iaas/api/#/en/generative-ai-inference/latest/).
30
30
 
31
31
  To learn more about the service, see the [Generative AI documentation](/iaas/Content/generative-ai/home.htm).
32
32
  """
@@ -172,7 +172,7 @@ class GenerativeAiClient(object):
172
172
  :rtype: :class:`~oci.response.Response`
173
173
 
174
174
  :example:
175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/change_dedicated_ai_cluster_compartment.py.html>`__ to see an example of how to use change_dedicated_ai_cluster_compartment API.
175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/change_dedicated_ai_cluster_compartment.py.html>`__ to see an example of how to use change_dedicated_ai_cluster_compartment API.
176
176
  """
177
177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
178
178
  required_arguments = ['dedicatedAiClusterId']
@@ -298,7 +298,7 @@ class GenerativeAiClient(object):
298
298
  :rtype: :class:`~oci.response.Response`
299
299
 
300
300
  :example:
301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/change_endpoint_compartment.py.html>`__ to see an example of how to use change_endpoint_compartment API.
301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/change_endpoint_compartment.py.html>`__ to see an example of how to use change_endpoint_compartment API.
302
302
  """
303
303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
304
304
  required_arguments = ['endpointId']
@@ -422,7 +422,7 @@ class GenerativeAiClient(object):
422
422
  :rtype: :class:`~oci.response.Response`
423
423
 
424
424
  :example:
425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
426
426
  """
427
427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
428
428
  required_arguments = ['modelId']
@@ -535,7 +535,7 @@ class GenerativeAiClient(object):
535
535
  :rtype: :class:`~oci.response.Response`
536
536
 
537
537
  :example:
538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/create_dedicated_ai_cluster.py.html>`__ to see an example of how to use create_dedicated_ai_cluster API.
538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/create_dedicated_ai_cluster.py.html>`__ to see an example of how to use create_dedicated_ai_cluster API.
539
539
  """
540
540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
541
541
  required_arguments = []
@@ -638,7 +638,7 @@ class GenerativeAiClient(object):
638
638
  :rtype: :class:`~oci.response.Response`
639
639
 
640
640
  :example:
641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/create_endpoint.py.html>`__ to see an example of how to use create_endpoint API.
641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/create_endpoint.py.html>`__ to see an example of how to use create_endpoint API.
642
642
  """
643
643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
644
644
  required_arguments = []
@@ -741,7 +741,7 @@ class GenerativeAiClient(object):
741
741
  :rtype: :class:`~oci.response.Response`
742
742
 
743
743
  :example:
744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/create_model.py.html>`__ to see an example of how to use create_model API.
744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/create_model.py.html>`__ to see an example of how to use create_model API.
745
745
  """
746
746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
747
747
  required_arguments = []
@@ -845,7 +845,7 @@ class GenerativeAiClient(object):
845
845
  :rtype: :class:`~oci.response.Response`
846
846
 
847
847
  :example:
848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/delete_dedicated_ai_cluster.py.html>`__ to see an example of how to use delete_dedicated_ai_cluster API.
848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/delete_dedicated_ai_cluster.py.html>`__ to see an example of how to use delete_dedicated_ai_cluster API.
849
849
  """
850
850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
851
851
  required_arguments = ['dedicatedAiClusterId']
@@ -954,7 +954,7 @@ class GenerativeAiClient(object):
954
954
  :rtype: :class:`~oci.response.Response`
955
955
 
956
956
  :example:
957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/delete_endpoint.py.html>`__ to see an example of how to use delete_endpoint API.
957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/delete_endpoint.py.html>`__ to see an example of how to use delete_endpoint API.
958
958
  """
959
959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
960
960
  required_arguments = ['endpointId']
@@ -1061,7 +1061,7 @@ class GenerativeAiClient(object):
1061
1061
  :rtype: :class:`~oci.response.Response`
1062
1062
 
1063
1063
  :example:
1064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/delete_model.py.html>`__ to see an example of how to use delete_model API.
1064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/delete_model.py.html>`__ to see an example of how to use delete_model API.
1065
1065
  """
1066
1066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1067
1067
  required_arguments = ['modelId']
@@ -1164,7 +1164,7 @@ class GenerativeAiClient(object):
1164
1164
  :rtype: :class:`~oci.response.Response`
1165
1165
 
1166
1166
  :example:
1167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/get_dedicated_ai_cluster.py.html>`__ to see an example of how to use get_dedicated_ai_cluster API.
1167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/get_dedicated_ai_cluster.py.html>`__ to see an example of how to use get_dedicated_ai_cluster API.
1168
1168
  """
1169
1169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1170
1170
  required_arguments = ['dedicatedAiClusterId']
@@ -1267,7 +1267,7 @@ class GenerativeAiClient(object):
1267
1267
  :rtype: :class:`~oci.response.Response`
1268
1268
 
1269
1269
  :example:
1270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/get_endpoint.py.html>`__ to see an example of how to use get_endpoint API.
1270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/get_endpoint.py.html>`__ to see an example of how to use get_endpoint API.
1271
1271
  """
1272
1272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1273
1273
  required_arguments = ['endpointId']
@@ -1368,7 +1368,7 @@ class GenerativeAiClient(object):
1368
1368
  :rtype: :class:`~oci.response.Response`
1369
1369
 
1370
1370
  :example:
1371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/get_model.py.html>`__ to see an example of how to use get_model API.
1371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/get_model.py.html>`__ to see an example of how to use get_model API.
1372
1372
  """
1373
1373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1374
1374
  required_arguments = ['modelId']
@@ -1471,7 +1471,7 @@ class GenerativeAiClient(object):
1471
1471
  :rtype: :class:`~oci.response.Response`
1472
1472
 
1473
1473
  :example:
1474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1475
1475
  """
1476
1476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1477
1477
  required_arguments = ['workRequestId']
@@ -1612,7 +1612,7 @@ class GenerativeAiClient(object):
1612
1612
  :rtype: :class:`~oci.response.Response`
1613
1613
 
1614
1614
  :example:
1615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_dedicated_ai_clusters.py.html>`__ to see an example of how to use list_dedicated_ai_clusters API.
1615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_dedicated_ai_clusters.py.html>`__ to see an example of how to use list_dedicated_ai_clusters API.
1616
1616
  """
1617
1617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1618
1618
  required_arguments = ['compartmentId']
@@ -1783,7 +1783,7 @@ class GenerativeAiClient(object):
1783
1783
  :rtype: :class:`~oci.response.Response`
1784
1784
 
1785
1785
  :example:
1786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_endpoints.py.html>`__ to see an example of how to use list_endpoints API.
1786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_endpoints.py.html>`__ to see an example of how to use list_endpoints API.
1787
1787
  """
1788
1788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1789
1789
  required_arguments = ['compartmentId']
@@ -1959,7 +1959,7 @@ class GenerativeAiClient(object):
1959
1959
  :rtype: :class:`~oci.response.Response`
1960
1960
 
1961
1961
  :example:
1962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_models.py.html>`__ to see an example of how to use list_models API.
1962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_models.py.html>`__ to see an example of how to use list_models API.
1963
1963
  """
1964
1964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1965
1965
  required_arguments = ['compartmentId']
@@ -2128,7 +2128,7 @@ class GenerativeAiClient(object):
2128
2128
  :rtype: :class:`~oci.response.Response`
2129
2129
 
2130
2130
  :example:
2131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2132
2132
  """
2133
2133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2134
2134
  required_arguments = ['workRequestId']
@@ -2283,7 +2283,7 @@ class GenerativeAiClient(object):
2283
2283
  :rtype: :class:`~oci.response.Response`
2284
2284
 
2285
2285
  :example:
2286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2287
2287
  """
2288
2288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2289
2289
  required_arguments = ['workRequestId']
@@ -2453,7 +2453,7 @@ class GenerativeAiClient(object):
2453
2453
  :rtype: :class:`~oci.response.Response`
2454
2454
 
2455
2455
  :example:
2456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2457
2457
  """
2458
2458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2459
2459
  required_arguments = ['compartmentId']
@@ -2595,7 +2595,7 @@ class GenerativeAiClient(object):
2595
2595
  :rtype: :class:`~oci.response.Response`
2596
2596
 
2597
2597
  :example:
2598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/update_dedicated_ai_cluster.py.html>`__ to see an example of how to use update_dedicated_ai_cluster API.
2598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/update_dedicated_ai_cluster.py.html>`__ to see an example of how to use update_dedicated_ai_cluster API.
2599
2599
  """
2600
2600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2601
2601
  required_arguments = ['dedicatedAiClusterId']
@@ -2711,7 +2711,7 @@ class GenerativeAiClient(object):
2711
2711
  :rtype: :class:`~oci.response.Response`
2712
2712
 
2713
2713
  :example:
2714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/update_endpoint.py.html>`__ to see an example of how to use update_endpoint API.
2714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/update_endpoint.py.html>`__ to see an example of how to use update_endpoint API.
2715
2715
  """
2716
2716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2717
2717
  required_arguments = ['endpointId']
@@ -2825,7 +2825,7 @@ class GenerativeAiClient(object):
2825
2825
  :rtype: :class:`~oci.response.Response`
2826
2826
 
2827
2827
  :example:
2828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeai/update_model.py.html>`__ to see an example of how to use update_model API.
2828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeai/update_model.py.html>`__ to see an example of how to use update_model API.
2829
2829
  """
2830
2830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2831
2831
  required_arguments = ['modelId']
@@ -160,7 +160,7 @@ class CreateEndpointDetails(object):
160
160
  def model_id(self):
161
161
  """
162
162
  **[Required]** Gets the model_id of this CreateEndpointDetails.
163
- The ID of the model that's used to create this endpoint.
163
+ The OCID of the model that's used to create this endpoint.
164
164
 
165
165
 
166
166
  :return: The model_id of this CreateEndpointDetails.
@@ -172,7 +172,7 @@ class CreateEndpointDetails(object):
172
172
  def model_id(self, model_id):
173
173
  """
174
174
  Sets the model_id of this CreateEndpointDetails.
175
- The ID of the model that's used to create this endpoint.
175
+ The OCID of the model that's used to create this endpoint.
176
176
 
177
177
 
178
178
  :param model_id: The model_id of this CreateEndpointDetails.
@@ -89,6 +89,10 @@ class DedicatedAiCluster(object):
89
89
  #: This constant has a value of "LARGE_COHERE_V2_2"
90
90
  UNIT_SHAPE_LARGE_COHERE_V2_2 = "LARGE_COHERE_V2_2"
91
91
 
92
+ #: A constant which can be used with the unit_shape property of a DedicatedAiCluster.
93
+ #: This constant has a value of "LARGE_GENERIC_4"
94
+ UNIT_SHAPE_LARGE_GENERIC_4 = "LARGE_GENERIC_4"
95
+
92
96
  def __init__(self, **kwargs):
93
97
  """
94
98
  Initializes a new DedicatedAiCluster object with values from keyword arguments.
@@ -140,7 +144,7 @@ class DedicatedAiCluster(object):
140
144
 
141
145
  :param unit_shape:
142
146
  The value to assign to the unit_shape property of this DedicatedAiCluster.
143
- Allowed values for this property are: "LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2", 'UNKNOWN_ENUM_VALUE'.
147
+ Allowed values for this property are: "LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2", "LARGE_GENERIC_4", 'UNKNOWN_ENUM_VALUE'.
144
148
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
145
149
  :type unit_shape: str
146
150
 
@@ -482,7 +486,7 @@ class DedicatedAiCluster(object):
482
486
  **[Required]** Gets the unit_shape of this DedicatedAiCluster.
483
487
  The shape of dedicated unit in this AI cluster. The underlying hardware configuration is hidden from customers.
484
488
 
485
- Allowed values for this property are: "LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2", 'UNKNOWN_ENUM_VALUE'.
489
+ Allowed values for this property are: "LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2", "LARGE_GENERIC_4", 'UNKNOWN_ENUM_VALUE'.
486
490
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
487
491
 
488
492
 
@@ -501,7 +505,7 @@ class DedicatedAiCluster(object):
501
505
  :param unit_shape: The unit_shape of this DedicatedAiCluster.
502
506
  :type: str
503
507
  """
504
- allowed_values = ["LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2"]
508
+ allowed_values = ["LARGE_COHERE", "LARGE_COHERE_V2", "SMALL_COHERE", "SMALL_COHERE_V2", "EMBED_COHERE", "LLAMA2_70", "LARGE_GENERIC", "LARGE_COHERE_V2_2", "LARGE_GENERIC_4"]
505
509
  if not value_allowed_none_or_none_sentinel(unit_shape, allowed_values):
506
510
  unit_shape = 'UNKNOWN_ENUM_VALUE'
507
511
  self._unit_shape = unit_shape
@@ -155,7 +155,7 @@ class GenerativeAiInferenceClient(object):
155
155
  :rtype: :class:`~oci.response.Response`
156
156
 
157
157
  :example:
158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeaiinference/chat.py.html>`__ to see an example of how to use chat API.
158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeaiinference/chat.py.html>`__ to see an example of how to use chat API.
159
159
  """
160
160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
161
161
  required_arguments = []
@@ -254,7 +254,7 @@ class GenerativeAiInferenceClient(object):
254
254
  :rtype: :class:`~oci.response.Response`
255
255
 
256
256
  :example:
257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeaiinference/embed_text.py.html>`__ to see an example of how to use embed_text API.
257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeaiinference/embed_text.py.html>`__ to see an example of how to use embed_text API.
258
258
  """
259
259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
260
260
  required_arguments = []
@@ -351,7 +351,7 @@ class GenerativeAiInferenceClient(object):
351
351
  :rtype: :class:`~oci.response.Response`
352
352
 
353
353
  :example:
354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeaiinference/generate_text.py.html>`__ to see an example of how to use generate_text API.
354
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeaiinference/generate_text.py.html>`__ to see an example of how to use generate_text API.
355
355
  """
356
356
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
357
357
  required_arguments = []
@@ -448,7 +448,7 @@ class GenerativeAiInferenceClient(object):
448
448
  :rtype: :class:`~oci.response.Response`
449
449
 
450
450
  :example:
451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/generativeaiinference/summarize_text.py.html>`__ to see an example of how to use summarize_text API.
451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/generativeaiinference/summarize_text.py.html>`__ to see an example of how to use summarize_text API.
452
452
  """
453
453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
454
454
  required_arguments = []
@@ -154,7 +154,7 @@ class GenericArtifactsContentClient(object):
154
154
  :rtype: :class:`~oci.response.Response`
155
155
 
156
156
  :example:
157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/genericartifactscontent/get_generic_artifact_content.py.html>`__ to see an example of how to use get_generic_artifact_content API.
157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/genericartifactscontent/get_generic_artifact_content.py.html>`__ to see an example of how to use get_generic_artifact_content API.
158
158
  """
159
159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
160
160
  required_arguments = ['artifactId']
@@ -269,7 +269,7 @@ class GenericArtifactsContentClient(object):
269
269
  :rtype: :class:`~oci.response.Response`
270
270
 
271
271
  :example:
272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/genericartifactscontent/get_generic_artifact_content_by_path.py.html>`__ to see an example of how to use get_generic_artifact_content_by_path API.
272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/genericartifactscontent/get_generic_artifact_content_by_path.py.html>`__ to see an example of how to use get_generic_artifact_content_by_path API.
273
273
  """
274
274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
275
275
  required_arguments = ['repositoryId', 'artifactPath', 'version']
@@ -399,7 +399,7 @@ class GenericArtifactsContentClient(object):
399
399
  :rtype: :class:`~oci.response.Response`
400
400
 
401
401
  :example:
402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/genericartifactscontent/put_generic_artifact_content_by_path.py.html>`__ to see an example of how to use put_generic_artifact_content_by_path API.
402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.134.0/genericartifactscontent/put_generic_artifact_content_by_path.py.html>`__ to see an example of how to use put_generic_artifact_content_by_path API.
403
403
  """
404
404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
405
405
  required_arguments = ['repositoryId', 'artifactPath', 'version']