pulumi-oci 2.1.0__py3-none-any.whl → 2.1.0a1719905039__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 (59) hide show
  1. pulumi_oci/__init__.py +0 -43
  2. pulumi_oci/database/__init__.py +0 -11
  3. pulumi_oci/database/_inputs.py +0 -607
  4. pulumi_oci/database/db_node.py +0 -28
  5. pulumi_oci/database/get_backups.py +5 -22
  6. pulumi_oci/database/get_db_node.py +1 -14
  7. pulumi_oci/database/get_db_nodes.py +2 -2
  8. pulumi_oci/database/get_gi_versions.py +5 -22
  9. pulumi_oci/database/outputs.py +0 -2050
  10. pulumi_oci/database/pluggable_database.py +7 -7
  11. pulumi_oci/databasemigration/__init__.py +0 -6
  12. pulumi_oci/databasemigration/_inputs.py +0 -1577
  13. pulumi_oci/databasemigration/get_job_advisor_report.py +10 -2
  14. pulumi_oci/databasemigration/get_migration_object_types.py +13 -24
  15. pulumi_oci/databasemigration/job.py +20 -16
  16. pulumi_oci/databasemigration/outputs.py +72 -4300
  17. pulumi_oci/filestorage/_inputs.py +18 -10
  18. pulumi_oci/filestorage/export.py +7 -28
  19. pulumi_oci/filestorage/file_system.py +35 -159
  20. pulumi_oci/filestorage/outputs.py +34 -55
  21. pulumi_oci/generativeai/_inputs.py +2 -50
  22. pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -30
  23. pulumi_oci/generativeai/endpoint.py +2 -2
  24. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +47 -2
  25. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +14 -2
  26. pulumi_oci/generativeai/get_endpoint.py +26 -2
  27. pulumi_oci/generativeai/get_endpoints.py +8 -2
  28. pulumi_oci/generativeai/get_model.py +38 -2
  29. pulumi_oci/generativeai/get_models.py +8 -2
  30. pulumi_oci/generativeai/model.py +2 -2
  31. pulumi_oci/generativeai/outputs.py +310 -86
  32. pulumi_oci/pulumi-plugin.json +1 -1
  33. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/METADATA +1 -1
  34. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/RECORD +36 -59
  35. pulumi_oci/database/exadb_vm_cluster.py +0 -1761
  36. pulumi_oci/database/exascale_db_storage_vault.py +0 -787
  37. pulumi_oci/database/get_exadb_vm_cluster.py +0 -614
  38. pulumi_oci/database/get_exadb_vm_cluster_update.py +0 -226
  39. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +0 -153
  40. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +0 -226
  41. pulumi_oci/database/get_exadb_vm_cluster_updates.py +0 -173
  42. pulumi_oci/database/get_exadb_vm_clusters.py +0 -196
  43. pulumi_oci/database/get_exascale_db_storage_vault.py +0 -301
  44. pulumi_oci/database/get_exascale_db_storage_vaults.py +0 -176
  45. pulumi_oci/database/get_gi_version_minor_versions.py +0 -221
  46. pulumi_oci/databasemigration/connection.py +0 -2019
  47. pulumi_oci/databasemigration/get_connection.py +0 -616
  48. pulumi_oci/databasemigration/get_connections.py +0 -225
  49. pulumi_oci/databasemigration/get_migration.py +0 -427
  50. pulumi_oci/databasemigration/get_migrations.py +0 -407
  51. pulumi_oci/databasemigration/migration.py +0 -1471
  52. pulumi_oci/resourcescheduler/__init__.py +0 -12
  53. pulumi_oci/resourcescheduler/_inputs.py +0 -224
  54. pulumi_oci/resourcescheduler/get_schedule.py +0 -340
  55. pulumi_oci/resourcescheduler/get_schedules.py +0 -193
  56. pulumi_oci/resourcescheduler/outputs.py +0 -687
  57. pulumi_oci/resourcescheduler/schedule.py +0 -977
  58. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/WHEEL +0 -0
  59. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/top_level.txt +0 -0
@@ -204,7 +204,11 @@ class FileSystemSourceDetail(dict):
204
204
  source_snapshot_id: Optional[str] = None):
205
205
  """
206
206
  :param str parent_file_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
207
- :param str source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
207
+ :param str source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
208
+
209
+
210
+ ** IMPORTANT **
211
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
208
212
  """
209
213
  if parent_file_system_id is not None:
210
214
  pulumi.set(__self__, "parent_file_system_id", parent_file_system_id)
@@ -223,7 +227,11 @@ class FileSystemSourceDetail(dict):
223
227
  @pulumi.getter(name="sourceSnapshotId")
224
228
  def source_snapshot_id(self) -> Optional[str]:
225
229
  """
226
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
230
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
231
+
232
+
233
+ ** IMPORTANT **
234
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
227
235
  """
228
236
  return pulumi.get(self, "source_snapshot_id")
229
237
 
@@ -272,10 +280,10 @@ class FilesystemSnapshotPolicySchedule(dict):
272
280
  """
273
281
  :param str period: (Updatable) The frequency of scheduled snapshots.
274
282
  :param str time_zone: (Updatable) Time zone used for scheduling the snapshot.
275
- :param int day_of_month: (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
276
- :param str day_of_week: (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
277
- :param int hour_of_day: (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
278
- :param str month: (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
283
+ :param int day_of_month: (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
284
+ :param str day_of_week: (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
285
+ :param int hour_of_day: (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
286
+ :param str month: (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
279
287
  :param str retention_duration_in_seconds: (Updatable) The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
280
288
  :param str schedule_prefix: (Updatable) A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
281
289
  :param str time_schedule_start: (Updatable) The starting point used to begin the scheduling of the snapshots based upon recurrence string in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. If no `timeScheduleStart` is provided, the value will be set to the time when the schedule was created.
@@ -317,7 +325,7 @@ class FilesystemSnapshotPolicySchedule(dict):
317
325
  @pulumi.getter(name="dayOfMonth")
318
326
  def day_of_month(self) -> Optional[int]:
319
327
  """
320
- (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
328
+ (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
321
329
  """
322
330
  return pulumi.get(self, "day_of_month")
323
331
 
@@ -325,7 +333,7 @@ class FilesystemSnapshotPolicySchedule(dict):
325
333
  @pulumi.getter(name="dayOfWeek")
326
334
  def day_of_week(self) -> Optional[str]:
327
335
  """
328
- (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
336
+ (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
329
337
  """
330
338
  return pulumi.get(self, "day_of_week")
331
339
 
@@ -333,7 +341,7 @@ class FilesystemSnapshotPolicySchedule(dict):
333
341
  @pulumi.getter(name="hourOfDay")
334
342
  def hour_of_day(self) -> Optional[int]:
335
343
  """
336
- (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
344
+ (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
337
345
  """
338
346
  return pulumi.get(self, "hour_of_day")
339
347
 
@@ -341,7 +349,7 @@ class FilesystemSnapshotPolicySchedule(dict):
341
349
  @pulumi.getter
342
350
  def month(self) -> Optional[str]:
343
351
  """
344
- (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
352
+ (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
345
353
  """
346
354
  return pulumi.get(self, "month")
347
355
 
@@ -985,11 +993,8 @@ class GetExportsFilterResult(dict):
985
993
  class GetFileSystemsFileSystemResult(dict):
986
994
  def __init__(__self__, *,
987
995
  availability_domain: str,
988
- clone_attach_status: str,
989
- clone_count: int,
990
996
  compartment_id: str,
991
997
  defined_tags: Mapping[str, Any],
992
- detach_clone_trigger: int,
993
998
  display_name: str,
994
999
  filesystem_snapshot_policy_id: str,
995
1000
  freeform_tags: Mapping[str, Any],
@@ -1007,8 +1012,6 @@ class GetFileSystemsFileSystemResult(dict):
1007
1012
  time_created: str):
1008
1013
  """
1009
1014
  :param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
1010
- :param str clone_attach_status: Specifies whether the file system is attached to its parent file system.
1011
- :param int clone_count: Specifies the total number of children of a file system.
1012
1015
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
1013
1016
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
1014
1017
  :param str display_name: A user-friendly name. It does not have to be unique, and it is changeable. Example: `My resource`
@@ -1028,11 +1031,8 @@ class GetFileSystemsFileSystemResult(dict):
1028
1031
  :param str time_created: The date and time the file system was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1029
1032
  """
1030
1033
  pulumi.set(__self__, "availability_domain", availability_domain)
1031
- pulumi.set(__self__, "clone_attach_status", clone_attach_status)
1032
- pulumi.set(__self__, "clone_count", clone_count)
1033
1034
  pulumi.set(__self__, "compartment_id", compartment_id)
1034
1035
  pulumi.set(__self__, "defined_tags", defined_tags)
1035
- pulumi.set(__self__, "detach_clone_trigger", detach_clone_trigger)
1036
1036
  pulumi.set(__self__, "display_name", display_name)
1037
1037
  pulumi.set(__self__, "filesystem_snapshot_policy_id", filesystem_snapshot_policy_id)
1038
1038
  pulumi.set(__self__, "freeform_tags", freeform_tags)
@@ -1057,22 +1057,6 @@ class GetFileSystemsFileSystemResult(dict):
1057
1057
  """
1058
1058
  return pulumi.get(self, "availability_domain")
1059
1059
 
1060
- @property
1061
- @pulumi.getter(name="cloneAttachStatus")
1062
- def clone_attach_status(self) -> str:
1063
- """
1064
- Specifies whether the file system is attached to its parent file system.
1065
- """
1066
- return pulumi.get(self, "clone_attach_status")
1067
-
1068
- @property
1069
- @pulumi.getter(name="cloneCount")
1070
- def clone_count(self) -> int:
1071
- """
1072
- Specifies the total number of children of a file system.
1073
- """
1074
- return pulumi.get(self, "clone_count")
1075
-
1076
1060
  @property
1077
1061
  @pulumi.getter(name="compartmentId")
1078
1062
  def compartment_id(self) -> str:
@@ -1089,11 +1073,6 @@ class GetFileSystemsFileSystemResult(dict):
1089
1073
  """
1090
1074
  return pulumi.get(self, "defined_tags")
1091
1075
 
1092
- @property
1093
- @pulumi.getter(name="detachCloneTrigger")
1094
- def detach_clone_trigger(self) -> int:
1095
- return pulumi.get(self, "detach_clone_trigger")
1096
-
1097
1076
  @property
1098
1077
  @pulumi.getter(name="displayName")
1099
1078
  def display_name(self) -> str:
@@ -1401,10 +1380,10 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
1401
1380
  time_schedule_start: str,
1402
1381
  time_zone: str):
1403
1382
  """
1404
- :param int day_of_month: The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1405
- :param str day_of_week: The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
1406
- :param int hour_of_day: The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
1407
- :param str month: The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1383
+ :param int day_of_month: The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
1384
+ :param str day_of_week: The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
1385
+ :param int hour_of_day: The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
1386
+ :param str month: The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
1408
1387
  :param str period: The frequency of scheduled snapshots.
1409
1388
  :param str retention_duration_in_seconds: The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
1410
1389
  :param str schedule_prefix: A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
@@ -1425,7 +1404,7 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
1425
1404
  @pulumi.getter(name="dayOfMonth")
1426
1405
  def day_of_month(self) -> int:
1427
1406
  """
1428
- The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1407
+ The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
1429
1408
  """
1430
1409
  return pulumi.get(self, "day_of_month")
1431
1410
 
@@ -1433,7 +1412,7 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
1433
1412
  @pulumi.getter(name="dayOfWeek")
1434
1413
  def day_of_week(self) -> str:
1435
1414
  """
1436
- The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
1415
+ The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
1437
1416
  """
1438
1417
  return pulumi.get(self, "day_of_week")
1439
1418
 
@@ -1441,7 +1420,7 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
1441
1420
  @pulumi.getter(name="hourOfDay")
1442
1421
  def hour_of_day(self) -> int:
1443
1422
  """
1444
- The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
1423
+ The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
1445
1424
  """
1446
1425
  return pulumi.get(self, "hour_of_day")
1447
1426
 
@@ -1449,7 +1428,7 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
1449
1428
  @pulumi.getter
1450
1429
  def month(self) -> str:
1451
1430
  """
1452
- The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1431
+ The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
1453
1432
  """
1454
1433
  return pulumi.get(self, "month")
1455
1434
 
@@ -1534,10 +1513,10 @@ class GetFilesystemSnapshotPolicyScheduleResult(dict):
1534
1513
  time_schedule_start: str,
1535
1514
  time_zone: str):
1536
1515
  """
1537
- :param int day_of_month: The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1538
- :param str day_of_week: The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
1539
- :param int hour_of_day: The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
1540
- :param str month: The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1516
+ :param int day_of_month: The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
1517
+ :param str day_of_week: The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
1518
+ :param int hour_of_day: The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
1519
+ :param str month: The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
1541
1520
  :param str period: The frequency of scheduled snapshots.
1542
1521
  :param str retention_duration_in_seconds: The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
1543
1522
  :param str schedule_prefix: A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
@@ -1558,7 +1537,7 @@ class GetFilesystemSnapshotPolicyScheduleResult(dict):
1558
1537
  @pulumi.getter(name="dayOfMonth")
1559
1538
  def day_of_month(self) -> int:
1560
1539
  """
1561
- The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1540
+ The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
1562
1541
  """
1563
1542
  return pulumi.get(self, "day_of_month")
1564
1543
 
@@ -1566,7 +1545,7 @@ class GetFilesystemSnapshotPolicyScheduleResult(dict):
1566
1545
  @pulumi.getter(name="dayOfWeek")
1567
1546
  def day_of_week(self) -> str:
1568
1547
  """
1569
- The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
1548
+ The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
1570
1549
  """
1571
1550
  return pulumi.get(self, "day_of_week")
1572
1551
 
@@ -1574,7 +1553,7 @@ class GetFilesystemSnapshotPolicyScheduleResult(dict):
1574
1553
  @pulumi.getter(name="hourOfDay")
1575
1554
  def hour_of_day(self) -> int:
1576
1555
  """
1577
- The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
1556
+ The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
1578
1557
  """
1579
1558
  return pulumi.get(self, "hour_of_day")
1580
1559
 
@@ -1582,7 +1561,7 @@ class GetFilesystemSnapshotPolicyScheduleResult(dict):
1582
1561
  @pulumi.getter
1583
1562
  def month(self) -> str:
1584
1563
  """
1585
- The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
1564
+ The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
1586
1565
  """
1587
1566
  return pulumi.get(self, "month")
1588
1567
 
@@ -108,7 +108,7 @@ class ModelFineTuneDetailsArgs:
108
108
  :param pulumi.Input[str] dedicated_ai_cluster_id: The OCID of the dedicated AI cluster this fine-tuning runs on.
109
109
  :param pulumi.Input['ModelFineTuneDetailsTrainingDatasetArgs'] training_dataset: The dataset used to fine-tune the model.
110
110
 
111
- Only one dataset is allowed per custom model, which is split 80-20 for training and validating. You must provide the dataset in a JSON Lines (JSONL) file. Each line in the JSONL file must have the format: `{"prompt": "<first prompt>", "completion": "<expected completion given first prompt>"}`
111
+ Only one dataset is allowed per custom model, which is split 90-10 for training and validating. You must provide the dataset in a JSON Lines (JSONL) file. Each line in the JSONL file must have the format: `{"prompt": "<first prompt>", "completion": "<expected completion given first prompt>"}`
112
112
  :param pulumi.Input['ModelFineTuneDetailsTrainingConfigArgs'] training_config: The fine-tuning method and hyperparameters used for fine-tuning a custom model.
113
113
  """
114
114
  pulumi.set(__self__, "dedicated_ai_cluster_id", dedicated_ai_cluster_id)
@@ -134,7 +134,7 @@ class ModelFineTuneDetailsArgs:
134
134
  """
135
135
  The dataset used to fine-tune the model.
136
136
 
137
- Only one dataset is allowed per custom model, which is split 80-20 for training and validating. You must provide the dataset in a JSON Lines (JSONL) file. Each line in the JSONL file must have the format: `{"prompt": "<first prompt>", "completion": "<expected completion given first prompt>"}`
137
+ Only one dataset is allowed per custom model, which is split 90-10 for training and validating. You must provide the dataset in a JSON Lines (JSONL) file. Each line in the JSONL file must have the format: `{"prompt": "<first prompt>", "completion": "<expected completion given first prompt>"}`
138
138
  """
139
139
  return pulumi.get(self, "training_dataset")
140
140
 
@@ -163,9 +163,6 @@ class ModelFineTuneDetailsTrainingConfigArgs:
163
163
  early_stopping_threshold: Optional[pulumi.Input[float]] = None,
164
164
  learning_rate: Optional[pulumi.Input[float]] = None,
165
165
  log_model_metrics_interval_in_steps: Optional[pulumi.Input[int]] = None,
166
- lora_alpha: Optional[pulumi.Input[int]] = None,
167
- lora_dropout: Optional[pulumi.Input[float]] = None,
168
- lora_r: Optional[pulumi.Input[int]] = None,
169
166
  num_of_last_layers: Optional[pulumi.Input[int]] = None,
170
167
  total_training_epochs: Optional[pulumi.Input[int]] = None,
171
168
  training_batch_size: Optional[pulumi.Input[int]] = None):
@@ -177,9 +174,6 @@ class ModelFineTuneDetailsTrainingConfigArgs:
177
174
  :param pulumi.Input[int] log_model_metrics_interval_in_steps: Determines how frequently to log model metrics.
178
175
 
179
176
  Every step is logged for the first 20 steps and then follows this parameter for log frequency. Set to 0 to disable logging the model metrics.
180
- :param pulumi.Input[int] lora_alpha: This parameter represents the scaling factor for the weight matrices in LoRA.
181
- :param pulumi.Input[float] lora_dropout: This parameter indicates the dropout probability for LoRA layers.
182
- :param pulumi.Input[int] lora_r: This parameter represents the LoRA rank of the update matrices.
183
177
  :param pulumi.Input[int] num_of_last_layers: The number of last layers to be fine-tuned.
184
178
  :param pulumi.Input[int] total_training_epochs: The maximum number of training epochs to run for.
185
179
  :param pulumi.Input[int] training_batch_size: The batch size used during training.
@@ -193,12 +187,6 @@ class ModelFineTuneDetailsTrainingConfigArgs:
193
187
  pulumi.set(__self__, "learning_rate", learning_rate)
194
188
  if log_model_metrics_interval_in_steps is not None:
195
189
  pulumi.set(__self__, "log_model_metrics_interval_in_steps", log_model_metrics_interval_in_steps)
196
- if lora_alpha is not None:
197
- pulumi.set(__self__, "lora_alpha", lora_alpha)
198
- if lora_dropout is not None:
199
- pulumi.set(__self__, "lora_dropout", lora_dropout)
200
- if lora_r is not None:
201
- pulumi.set(__self__, "lora_r", lora_r)
202
190
  if num_of_last_layers is not None:
203
191
  pulumi.set(__self__, "num_of_last_layers", num_of_last_layers)
204
192
  if total_training_epochs is not None:
@@ -268,42 +256,6 @@ class ModelFineTuneDetailsTrainingConfigArgs:
268
256
  def log_model_metrics_interval_in_steps(self, value: Optional[pulumi.Input[int]]):
269
257
  pulumi.set(self, "log_model_metrics_interval_in_steps", value)
270
258
 
271
- @property
272
- @pulumi.getter(name="loraAlpha")
273
- def lora_alpha(self) -> Optional[pulumi.Input[int]]:
274
- """
275
- This parameter represents the scaling factor for the weight matrices in LoRA.
276
- """
277
- return pulumi.get(self, "lora_alpha")
278
-
279
- @lora_alpha.setter
280
- def lora_alpha(self, value: Optional[pulumi.Input[int]]):
281
- pulumi.set(self, "lora_alpha", value)
282
-
283
- @property
284
- @pulumi.getter(name="loraDropout")
285
- def lora_dropout(self) -> Optional[pulumi.Input[float]]:
286
- """
287
- This parameter indicates the dropout probability for LoRA layers.
288
- """
289
- return pulumi.get(self, "lora_dropout")
290
-
291
- @lora_dropout.setter
292
- def lora_dropout(self, value: Optional[pulumi.Input[float]]):
293
- pulumi.set(self, "lora_dropout", value)
294
-
295
- @property
296
- @pulumi.getter(name="loraR")
297
- def lora_r(self) -> Optional[pulumi.Input[int]]:
298
- """
299
- This parameter represents the LoRA rank of the update matrices.
300
- """
301
- return pulumi.get(self, "lora_r")
302
-
303
- @lora_r.setter
304
- def lora_r(self, value: Optional[pulumi.Input[int]]):
305
- pulumi.set(self, "lora_r", value)
306
-
307
259
  @property
308
260
  @pulumi.getter(name="numOfLastLayers")
309
261
  def num_of_last_layers(self) -> Optional[pulumi.Input[int]]:
@@ -37,13 +37,9 @@ class DedicatedAiClusterArgs:
37
37
 
38
38
  Allowed values are:
39
39
  * LARGE_COHERE
40
- * LARGE_COHERE_V2
41
40
  * SMALL_COHERE
42
- * SMALL_COHERE_V2
43
41
  * EMBED_COHERE
44
42
  * LLAMA2_70
45
- * LARGE_GENERIC
46
- * LARGE_COHERE_V2_2
47
43
 
48
44
 
49
45
  ** IMPORTANT **
@@ -114,13 +110,9 @@ class DedicatedAiClusterArgs:
114
110
 
115
111
  Allowed values are:
116
112
  * LARGE_COHERE
117
- * LARGE_COHERE_V2
118
113
  * SMALL_COHERE
119
- * SMALL_COHERE_V2
120
114
  * EMBED_COHERE
121
115
  * LLAMA2_70
122
- * LARGE_GENERIC
123
- * LARGE_COHERE_V2_2
124
116
 
125
117
 
126
118
  ** IMPORTANT **
@@ -221,13 +213,9 @@ class _DedicatedAiClusterState:
221
213
 
222
214
  Allowed values are:
223
215
  * LARGE_COHERE
224
- * LARGE_COHERE_V2
225
216
  * SMALL_COHERE
226
- * SMALL_COHERE_V2
227
217
  * EMBED_COHERE
228
218
  * LLAMA2_70
229
- * LARGE_GENERIC
230
- * LARGE_COHERE_V2_2
231
219
 
232
220
 
233
221
  ** IMPORTANT **
@@ -430,13 +418,9 @@ class _DedicatedAiClusterState:
430
418
 
431
419
  Allowed values are:
432
420
  * LARGE_COHERE
433
- * LARGE_COHERE_V2
434
421
  * SMALL_COHERE
435
- * SMALL_COHERE_V2
436
422
  * EMBED_COHERE
437
423
  * LLAMA2_70
438
- * LARGE_GENERIC
439
- * LARGE_COHERE_V2_2
440
424
 
441
425
 
442
426
  ** IMPORTANT **
@@ -464,7 +448,7 @@ class DedicatedAiCluster(pulumi.CustomResource):
464
448
  unit_shape: Optional[pulumi.Input[str]] = None,
465
449
  __props__=None):
466
450
  """
467
- This resource provides the Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative AI service.
451
+ This resource provides the Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative Ai service.
468
452
 
469
453
  Creates a dedicated AI cluster.
470
454
 
@@ -514,13 +498,9 @@ class DedicatedAiCluster(pulumi.CustomResource):
514
498
 
515
499
  Allowed values are:
516
500
  * LARGE_COHERE
517
- * LARGE_COHERE_V2
518
501
  * SMALL_COHERE
519
- * SMALL_COHERE_V2
520
502
  * EMBED_COHERE
521
503
  * LLAMA2_70
522
- * LARGE_GENERIC
523
- * LARGE_COHERE_V2_2
524
504
 
525
505
 
526
506
  ** IMPORTANT **
@@ -533,7 +513,7 @@ class DedicatedAiCluster(pulumi.CustomResource):
533
513
  args: DedicatedAiClusterArgs,
534
514
  opts: Optional[pulumi.ResourceOptions] = None):
535
515
  """
536
- This resource provides the Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative AI service.
516
+ This resource provides the Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative Ai service.
537
517
 
538
518
  Creates a dedicated AI cluster.
539
519
 
@@ -672,13 +652,9 @@ class DedicatedAiCluster(pulumi.CustomResource):
672
652
 
673
653
  Allowed values are:
674
654
  * LARGE_COHERE
675
- * LARGE_COHERE_V2
676
655
  * SMALL_COHERE
677
- * SMALL_COHERE_V2
678
656
  * EMBED_COHERE
679
657
  * LLAMA2_70
680
- * LARGE_GENERIC
681
- * LARGE_COHERE_V2_2
682
658
 
683
659
 
684
660
  ** IMPORTANT **
@@ -820,13 +796,9 @@ class DedicatedAiCluster(pulumi.CustomResource):
820
796
 
821
797
  Allowed values are:
822
798
  * LARGE_COHERE
823
- * LARGE_COHERE_V2
824
799
  * SMALL_COHERE
825
- * SMALL_COHERE_V2
826
800
  * EMBED_COHERE
827
801
  * LLAMA2_70
828
- * LARGE_GENERIC
829
- * LARGE_COHERE_V2_2
830
802
 
831
803
 
832
804
  ** IMPORTANT **
@@ -393,7 +393,7 @@ class Endpoint(pulumi.CustomResource):
393
393
  model_id: Optional[pulumi.Input[str]] = None,
394
394
  __props__=None):
395
395
  """
396
- This resource provides the Endpoint resource in Oracle Cloud Infrastructure Generative AI service.
396
+ This resource provides the Endpoint resource in Oracle Cloud Infrastructure Generative Ai service.
397
397
 
398
398
  Creates an endpoint.
399
399
 
@@ -452,7 +452,7 @@ class Endpoint(pulumi.CustomResource):
452
452
  args: EndpointArgs,
453
453
  opts: Optional[pulumi.ResourceOptions] = None):
454
454
  """
455
- This resource provides the Endpoint resource in Oracle Cloud Infrastructure Generative AI service.
455
+ This resource provides the Endpoint resource in Oracle Cloud Infrastructure Generative Ai service.
456
456
 
457
457
  Creates an endpoint.
458
458
 
@@ -75,11 +75,17 @@ class GetDedicatedAiClusterResult:
75
75
  @property
76
76
  @pulumi.getter
77
77
  def capacities(self) -> Sequence['outputs.GetDedicatedAiClusterCapacityResult']:
78
+ """
79
+ The total capacity for a dedicated AI cluster.
80
+ """
78
81
  return pulumi.get(self, "capacities")
79
82
 
80
83
  @property
81
84
  @pulumi.getter(name="compartmentId")
82
85
  def compartment_id(self) -> str:
86
+ """
87
+ The compartment OCID to create the dedicated AI cluster in.
88
+ """
83
89
  return pulumi.get(self, "compartment_id")
84
90
 
85
91
  @property
@@ -90,66 +96,105 @@ class GetDedicatedAiClusterResult:
90
96
  @property
91
97
  @pulumi.getter(name="definedTags")
92
98
  def defined_tags(self) -> Mapping[str, Any]:
99
+ """
100
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
101
+ """
93
102
  return pulumi.get(self, "defined_tags")
94
103
 
95
104
  @property
96
105
  @pulumi.getter
97
106
  def description(self) -> str:
107
+ """
108
+ An optional description of the dedicated AI cluster.
109
+ """
98
110
  return pulumi.get(self, "description")
99
111
 
100
112
  @property
101
113
  @pulumi.getter(name="displayName")
102
114
  def display_name(self) -> str:
115
+ """
116
+ A user-friendly name. Does not have to be unique, and it's changeable.
117
+ """
103
118
  return pulumi.get(self, "display_name")
104
119
 
105
120
  @property
106
121
  @pulumi.getter(name="freeformTags")
107
122
  def freeform_tags(self) -> Mapping[str, Any]:
123
+ """
124
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
125
+ """
108
126
  return pulumi.get(self, "freeform_tags")
109
127
 
110
128
  @property
111
129
  @pulumi.getter
112
130
  def id(self) -> str:
131
+ """
132
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dedicated AI cluster.
133
+ """
113
134
  return pulumi.get(self, "id")
114
135
 
115
136
  @property
116
137
  @pulumi.getter(name="lifecycleDetails")
117
138
  def lifecycle_details(self) -> str:
139
+ """
140
+ A message describing the current state with detail that can provide actionable information.
141
+ """
118
142
  return pulumi.get(self, "lifecycle_details")
119
143
 
120
144
  @property
121
145
  @pulumi.getter
122
146
  def state(self) -> str:
147
+ """
148
+ The current state of the dedicated AI cluster.
149
+ """
123
150
  return pulumi.get(self, "state")
124
151
 
125
152
  @property
126
153
  @pulumi.getter(name="systemTags")
127
154
  def system_tags(self) -> Mapping[str, Any]:
155
+ """
156
+ System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
157
+ """
128
158
  return pulumi.get(self, "system_tags")
129
159
 
130
160
  @property
131
161
  @pulumi.getter(name="timeCreated")
132
162
  def time_created(self) -> str:
163
+ """
164
+ The date and time the dedicated AI cluster was created, in the format defined by RFC 3339
165
+ """
133
166
  return pulumi.get(self, "time_created")
134
167
 
135
168
  @property
136
169
  @pulumi.getter(name="timeUpdated")
137
170
  def time_updated(self) -> str:
171
+ """
172
+ The date and time the dedicated AI cluster was updated, in the format defined by RFC 3339
173
+ """
138
174
  return pulumi.get(self, "time_updated")
139
175
 
140
176
  @property
141
177
  @pulumi.getter
142
178
  def type(self) -> str:
179
+ """
180
+ The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.
181
+ """
143
182
  return pulumi.get(self, "type")
144
183
 
145
184
  @property
146
185
  @pulumi.getter(name="unitCount")
147
186
  def unit_count(self) -> int:
187
+ """
188
+ The number of dedicated units in this AI cluster.
189
+ """
148
190
  return pulumi.get(self, "unit_count")
149
191
 
150
192
  @property
151
193
  @pulumi.getter(name="unitShape")
152
194
  def unit_shape(self) -> str:
195
+ """
196
+ The shape of dedicated unit in this AI cluster. The underlying hardware configuration is hidden from customers.
197
+ """
153
198
  return pulumi.get(self, "unit_shape")
154
199
 
155
200
 
@@ -180,7 +225,7 @@ class AwaitableGetDedicatedAiClusterResult(GetDedicatedAiClusterResult):
180
225
  def get_dedicated_ai_cluster(dedicated_ai_cluster_id: Optional[str] = None,
181
226
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDedicatedAiClusterResult:
182
227
  """
183
- This data source provides details about a specific Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative AI service.
228
+ This data source provides details about a specific Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative Ai service.
184
229
 
185
230
  Gets information about a dedicated AI cluster.
186
231
 
@@ -224,7 +269,7 @@ def get_dedicated_ai_cluster(dedicated_ai_cluster_id: Optional[str] = None,
224
269
  def get_dedicated_ai_cluster_output(dedicated_ai_cluster_id: Optional[pulumi.Input[str]] = None,
225
270
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDedicatedAiClusterResult]:
226
271
  """
227
- This data source provides details about a specific Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative AI service.
272
+ This data source provides details about a specific Dedicated Ai Cluster resource in Oracle Cloud Infrastructure Generative Ai service.
228
273
 
229
274
  Gets information about a dedicated AI cluster.
230
275