pulumi-oci 2.14.0__py3-none-any.whl → 2.14.0a1730182164__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.
- pulumi_oci/core/_inputs.py +0 -74
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +4 -18
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +7 -165
- pulumi_oci/core/virtual_circuit.py +2 -30
- pulumi_oci/database/_inputs.py +0 -642
- pulumi_oci/database/autonomous_container_database.py +14 -14
- pulumi_oci/database/autonomous_database.py +0 -75
- pulumi_oci/database/get_autonomous_container_database.py +3 -3
- pulumi_oci/database/get_autonomous_database.py +1 -29
- pulumi_oci/database/get_autonomous_databases.py +28 -22
- pulumi_oci/database/outputs.py +89 -1672
- pulumi_oci/datascience/_inputs.py +0 -353
- pulumi_oci/datascience/get_model.py +1 -85
- pulumi_oci/datascience/get_models.py +0 -5
- pulumi_oci/datascience/model.py +66 -206
- pulumi_oci/datascience/outputs.py +0 -759
- pulumi_oci/filestorage/_inputs.py +0 -651
- pulumi_oci/filestorage/export.py +3 -96
- pulumi_oci/filestorage/file_system.py +0 -93
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +0 -93
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -26
- pulumi_oci/filestorage/get_outbound_connector.py +1 -26
- pulumi_oci/filestorage/get_replication.py +1 -27
- pulumi_oci/filestorage/get_snapshot.py +1 -27
- pulumi_oci/filestorage/mount_target.py +0 -108
- pulumi_oci/filestorage/outbound_connector.py +0 -93
- pulumi_oci/filestorage/outputs.py +9 -1225
- pulumi_oci/filestorage/replication.py +0 -95
- pulumi_oci/filestorage/snapshot.py +2 -97
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -15
- pulumi_oci/networkloadbalancer/network_load_balancer.py +0 -47
- pulumi_oci/networkloadbalancer/outputs.py +0 -11
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/METADATA +1 -1
- {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/RECORD +39 -39
- {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/top_level.txt +0 -0
@@ -29,8 +29,6 @@ __all__ = [
|
|
29
29
|
'JobRunJobLogConfigurationOverrideDetails',
|
30
30
|
'JobRunJobStorageMountConfigurationDetailsList',
|
31
31
|
'JobRunLogDetail',
|
32
|
-
'ModelBackupOperationDetail',
|
33
|
-
'ModelBackupSetting',
|
34
32
|
'ModelCustomMetadataList',
|
35
33
|
'ModelDefinedMetadataList',
|
36
34
|
'ModelDeploymentCategoryLogDetails',
|
@@ -47,8 +45,6 @@ __all__ = [
|
|
47
45
|
'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfiguration',
|
48
46
|
'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration',
|
49
47
|
'ModelDeploymentModelDeploymentSystemData',
|
50
|
-
'ModelRetentionOperationDetail',
|
51
|
-
'ModelRetentionSetting',
|
52
48
|
'NotebookSessionNotebookSessionConfigDetails',
|
53
49
|
'NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetails',
|
54
50
|
'NotebookSessionNotebookSessionConfigurationDetails',
|
@@ -109,8 +105,6 @@ __all__ = [
|
|
109
105
|
'GetJobsJobJobInfrastructureConfigurationDetailJobShapeConfigDetailResult',
|
110
106
|
'GetJobsJobJobLogConfigurationDetailResult',
|
111
107
|
'GetJobsJobJobStorageMountConfigurationDetailsListResult',
|
112
|
-
'GetModelBackupOperationDetailResult',
|
113
|
-
'GetModelBackupSettingResult',
|
114
108
|
'GetModelCustomMetadataListResult',
|
115
109
|
'GetModelDefinedMetadataListResult',
|
116
110
|
'GetModelDeploymentCategoryLogDetailResult',
|
@@ -145,18 +139,12 @@ __all__ = [
|
|
145
139
|
'GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleInConfigurationResult',
|
146
140
|
'GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetailScalingPolicyAutoScalingPolicyRuleScaleOutConfigurationResult',
|
147
141
|
'GetModelDeploymentsModelDeploymentModelDeploymentSystemDataResult',
|
148
|
-
'GetModelRetentionOperationDetailResult',
|
149
|
-
'GetModelRetentionSettingResult',
|
150
142
|
'GetModelVersionSetsFilterResult',
|
151
143
|
'GetModelVersionSetsModelVersionSetResult',
|
152
144
|
'GetModelsFilterResult',
|
153
145
|
'GetModelsModelResult',
|
154
|
-
'GetModelsModelBackupOperationDetailResult',
|
155
|
-
'GetModelsModelBackupSettingResult',
|
156
146
|
'GetModelsModelCustomMetadataListResult',
|
157
147
|
'GetModelsModelDefinedMetadataListResult',
|
158
|
-
'GetModelsModelRetentionOperationDetailResult',
|
159
|
-
'GetModelsModelRetentionSettingResult',
|
160
148
|
'GetNotebookSessionNotebookSessionConfigDetailResult',
|
161
149
|
'GetNotebookSessionNotebookSessionConfigDetailNotebookSessionShapeConfigDetailResult',
|
162
150
|
'GetNotebookSessionNotebookSessionConfigurationDetailResult',
|
@@ -1310,132 +1298,6 @@ class JobRunLogDetail(dict):
|
|
1310
1298
|
return pulumi.get(self, "log_id")
|
1311
1299
|
|
1312
1300
|
|
1313
|
-
@pulumi.output_type
|
1314
|
-
class ModelBackupOperationDetail(dict):
|
1315
|
-
@staticmethod
|
1316
|
-
def __key_warning(key: str):
|
1317
|
-
suggest = None
|
1318
|
-
if key == "backupState":
|
1319
|
-
suggest = "backup_state"
|
1320
|
-
elif key == "backupStateDetails":
|
1321
|
-
suggest = "backup_state_details"
|
1322
|
-
elif key == "timeLastBackup":
|
1323
|
-
suggest = "time_last_backup"
|
1324
|
-
|
1325
|
-
if suggest:
|
1326
|
-
pulumi.log.warn(f"Key '{key}' not found in ModelBackupOperationDetail. Access the value via the '{suggest}' property getter instead.")
|
1327
|
-
|
1328
|
-
def __getitem__(self, key: str) -> Any:
|
1329
|
-
ModelBackupOperationDetail.__key_warning(key)
|
1330
|
-
return super().__getitem__(key)
|
1331
|
-
|
1332
|
-
def get(self, key: str, default = None) -> Any:
|
1333
|
-
ModelBackupOperationDetail.__key_warning(key)
|
1334
|
-
return super().get(key, default)
|
1335
|
-
|
1336
|
-
def __init__(__self__, *,
|
1337
|
-
backup_state: Optional[str] = None,
|
1338
|
-
backup_state_details: Optional[str] = None,
|
1339
|
-
time_last_backup: Optional[str] = None):
|
1340
|
-
"""
|
1341
|
-
:param str backup_state: The backup status of the model.
|
1342
|
-
:param str backup_state_details: The backup execution status details of the model.
|
1343
|
-
:param str time_last_backup: The last backup execution time of the model.
|
1344
|
-
"""
|
1345
|
-
if backup_state is not None:
|
1346
|
-
pulumi.set(__self__, "backup_state", backup_state)
|
1347
|
-
if backup_state_details is not None:
|
1348
|
-
pulumi.set(__self__, "backup_state_details", backup_state_details)
|
1349
|
-
if time_last_backup is not None:
|
1350
|
-
pulumi.set(__self__, "time_last_backup", time_last_backup)
|
1351
|
-
|
1352
|
-
@property
|
1353
|
-
@pulumi.getter(name="backupState")
|
1354
|
-
def backup_state(self) -> Optional[str]:
|
1355
|
-
"""
|
1356
|
-
The backup status of the model.
|
1357
|
-
"""
|
1358
|
-
return pulumi.get(self, "backup_state")
|
1359
|
-
|
1360
|
-
@property
|
1361
|
-
@pulumi.getter(name="backupStateDetails")
|
1362
|
-
def backup_state_details(self) -> Optional[str]:
|
1363
|
-
"""
|
1364
|
-
The backup execution status details of the model.
|
1365
|
-
"""
|
1366
|
-
return pulumi.get(self, "backup_state_details")
|
1367
|
-
|
1368
|
-
@property
|
1369
|
-
@pulumi.getter(name="timeLastBackup")
|
1370
|
-
def time_last_backup(self) -> Optional[str]:
|
1371
|
-
"""
|
1372
|
-
The last backup execution time of the model.
|
1373
|
-
"""
|
1374
|
-
return pulumi.get(self, "time_last_backup")
|
1375
|
-
|
1376
|
-
|
1377
|
-
@pulumi.output_type
|
1378
|
-
class ModelBackupSetting(dict):
|
1379
|
-
@staticmethod
|
1380
|
-
def __key_warning(key: str):
|
1381
|
-
suggest = None
|
1382
|
-
if key == "backupRegion":
|
1383
|
-
suggest = "backup_region"
|
1384
|
-
elif key == "isBackupEnabled":
|
1385
|
-
suggest = "is_backup_enabled"
|
1386
|
-
elif key == "customerNotificationType":
|
1387
|
-
suggest = "customer_notification_type"
|
1388
|
-
|
1389
|
-
if suggest:
|
1390
|
-
pulumi.log.warn(f"Key '{key}' not found in ModelBackupSetting. Access the value via the '{suggest}' property getter instead.")
|
1391
|
-
|
1392
|
-
def __getitem__(self, key: str) -> Any:
|
1393
|
-
ModelBackupSetting.__key_warning(key)
|
1394
|
-
return super().__getitem__(key)
|
1395
|
-
|
1396
|
-
def get(self, key: str, default = None) -> Any:
|
1397
|
-
ModelBackupSetting.__key_warning(key)
|
1398
|
-
return super().get(key, default)
|
1399
|
-
|
1400
|
-
def __init__(__self__, *,
|
1401
|
-
backup_region: str,
|
1402
|
-
is_backup_enabled: bool,
|
1403
|
-
customer_notification_type: Optional[str] = None):
|
1404
|
-
"""
|
1405
|
-
:param str backup_region: (Updatable) Oracle Cloud Infrastructure backup region for the model.
|
1406
|
-
:param bool is_backup_enabled: (Updatable) Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
1407
|
-
:param str customer_notification_type: (Updatable) Customer notification on backup success/failure events.
|
1408
|
-
"""
|
1409
|
-
pulumi.set(__self__, "backup_region", backup_region)
|
1410
|
-
pulumi.set(__self__, "is_backup_enabled", is_backup_enabled)
|
1411
|
-
if customer_notification_type is not None:
|
1412
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
1413
|
-
|
1414
|
-
@property
|
1415
|
-
@pulumi.getter(name="backupRegion")
|
1416
|
-
def backup_region(self) -> str:
|
1417
|
-
"""
|
1418
|
-
(Updatable) Oracle Cloud Infrastructure backup region for the model.
|
1419
|
-
"""
|
1420
|
-
return pulumi.get(self, "backup_region")
|
1421
|
-
|
1422
|
-
@property
|
1423
|
-
@pulumi.getter(name="isBackupEnabled")
|
1424
|
-
def is_backup_enabled(self) -> bool:
|
1425
|
-
"""
|
1426
|
-
(Updatable) Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
1427
|
-
"""
|
1428
|
-
return pulumi.get(self, "is_backup_enabled")
|
1429
|
-
|
1430
|
-
@property
|
1431
|
-
@pulumi.getter(name="customerNotificationType")
|
1432
|
-
def customer_notification_type(self) -> Optional[str]:
|
1433
|
-
"""
|
1434
|
-
(Updatable) Customer notification on backup success/failure events.
|
1435
|
-
"""
|
1436
|
-
return pulumi.get(self, "customer_notification_type")
|
1437
|
-
|
1438
|
-
|
1439
1301
|
@pulumi.output_type
|
1440
1302
|
class ModelCustomMetadataList(dict):
|
1441
1303
|
def __init__(__self__, *,
|
@@ -2634,175 +2496,6 @@ class ModelDeploymentModelDeploymentSystemData(dict):
|
|
2634
2496
|
return pulumi.get(self, "system_infra_type")
|
2635
2497
|
|
2636
2498
|
|
2637
|
-
@pulumi.output_type
|
2638
|
-
class ModelRetentionOperationDetail(dict):
|
2639
|
-
@staticmethod
|
2640
|
-
def __key_warning(key: str):
|
2641
|
-
suggest = None
|
2642
|
-
if key == "archiveState":
|
2643
|
-
suggest = "archive_state"
|
2644
|
-
elif key == "archiveStateDetails":
|
2645
|
-
suggest = "archive_state_details"
|
2646
|
-
elif key == "deleteState":
|
2647
|
-
suggest = "delete_state"
|
2648
|
-
elif key == "deleteStateDetails":
|
2649
|
-
suggest = "delete_state_details"
|
2650
|
-
elif key == "timeArchivalScheduled":
|
2651
|
-
suggest = "time_archival_scheduled"
|
2652
|
-
elif key == "timeDeletionScheduled":
|
2653
|
-
suggest = "time_deletion_scheduled"
|
2654
|
-
|
2655
|
-
if suggest:
|
2656
|
-
pulumi.log.warn(f"Key '{key}' not found in ModelRetentionOperationDetail. Access the value via the '{suggest}' property getter instead.")
|
2657
|
-
|
2658
|
-
def __getitem__(self, key: str) -> Any:
|
2659
|
-
ModelRetentionOperationDetail.__key_warning(key)
|
2660
|
-
return super().__getitem__(key)
|
2661
|
-
|
2662
|
-
def get(self, key: str, default = None) -> Any:
|
2663
|
-
ModelRetentionOperationDetail.__key_warning(key)
|
2664
|
-
return super().get(key, default)
|
2665
|
-
|
2666
|
-
def __init__(__self__, *,
|
2667
|
-
archive_state: Optional[str] = None,
|
2668
|
-
archive_state_details: Optional[str] = None,
|
2669
|
-
delete_state: Optional[str] = None,
|
2670
|
-
delete_state_details: Optional[str] = None,
|
2671
|
-
time_archival_scheduled: Optional[str] = None,
|
2672
|
-
time_deletion_scheduled: Optional[str] = None):
|
2673
|
-
"""
|
2674
|
-
:param str archive_state: The archival status of model.
|
2675
|
-
:param str archive_state_details: The archival state details of the model.
|
2676
|
-
:param str delete_state: The deletion status of the archived model.
|
2677
|
-
:param str delete_state_details: The deletion status details of the archived model.
|
2678
|
-
:param str time_archival_scheduled: The estimated archival time of the model based on the provided retention setting.
|
2679
|
-
:param str time_deletion_scheduled: The estimated deletion time of the model based on the provided retention setting.
|
2680
|
-
"""
|
2681
|
-
if archive_state is not None:
|
2682
|
-
pulumi.set(__self__, "archive_state", archive_state)
|
2683
|
-
if archive_state_details is not None:
|
2684
|
-
pulumi.set(__self__, "archive_state_details", archive_state_details)
|
2685
|
-
if delete_state is not None:
|
2686
|
-
pulumi.set(__self__, "delete_state", delete_state)
|
2687
|
-
if delete_state_details is not None:
|
2688
|
-
pulumi.set(__self__, "delete_state_details", delete_state_details)
|
2689
|
-
if time_archival_scheduled is not None:
|
2690
|
-
pulumi.set(__self__, "time_archival_scheduled", time_archival_scheduled)
|
2691
|
-
if time_deletion_scheduled is not None:
|
2692
|
-
pulumi.set(__self__, "time_deletion_scheduled", time_deletion_scheduled)
|
2693
|
-
|
2694
|
-
@property
|
2695
|
-
@pulumi.getter(name="archiveState")
|
2696
|
-
def archive_state(self) -> Optional[str]:
|
2697
|
-
"""
|
2698
|
-
The archival status of model.
|
2699
|
-
"""
|
2700
|
-
return pulumi.get(self, "archive_state")
|
2701
|
-
|
2702
|
-
@property
|
2703
|
-
@pulumi.getter(name="archiveStateDetails")
|
2704
|
-
def archive_state_details(self) -> Optional[str]:
|
2705
|
-
"""
|
2706
|
-
The archival state details of the model.
|
2707
|
-
"""
|
2708
|
-
return pulumi.get(self, "archive_state_details")
|
2709
|
-
|
2710
|
-
@property
|
2711
|
-
@pulumi.getter(name="deleteState")
|
2712
|
-
def delete_state(self) -> Optional[str]:
|
2713
|
-
"""
|
2714
|
-
The deletion status of the archived model.
|
2715
|
-
"""
|
2716
|
-
return pulumi.get(self, "delete_state")
|
2717
|
-
|
2718
|
-
@property
|
2719
|
-
@pulumi.getter(name="deleteStateDetails")
|
2720
|
-
def delete_state_details(self) -> Optional[str]:
|
2721
|
-
"""
|
2722
|
-
The deletion status details of the archived model.
|
2723
|
-
"""
|
2724
|
-
return pulumi.get(self, "delete_state_details")
|
2725
|
-
|
2726
|
-
@property
|
2727
|
-
@pulumi.getter(name="timeArchivalScheduled")
|
2728
|
-
def time_archival_scheduled(self) -> Optional[str]:
|
2729
|
-
"""
|
2730
|
-
The estimated archival time of the model based on the provided retention setting.
|
2731
|
-
"""
|
2732
|
-
return pulumi.get(self, "time_archival_scheduled")
|
2733
|
-
|
2734
|
-
@property
|
2735
|
-
@pulumi.getter(name="timeDeletionScheduled")
|
2736
|
-
def time_deletion_scheduled(self) -> Optional[str]:
|
2737
|
-
"""
|
2738
|
-
The estimated deletion time of the model based on the provided retention setting.
|
2739
|
-
"""
|
2740
|
-
return pulumi.get(self, "time_deletion_scheduled")
|
2741
|
-
|
2742
|
-
|
2743
|
-
@pulumi.output_type
|
2744
|
-
class ModelRetentionSetting(dict):
|
2745
|
-
@staticmethod
|
2746
|
-
def __key_warning(key: str):
|
2747
|
-
suggest = None
|
2748
|
-
if key == "archiveAfterDays":
|
2749
|
-
suggest = "archive_after_days"
|
2750
|
-
elif key == "customerNotificationType":
|
2751
|
-
suggest = "customer_notification_type"
|
2752
|
-
elif key == "deleteAfterDays":
|
2753
|
-
suggest = "delete_after_days"
|
2754
|
-
|
2755
|
-
if suggest:
|
2756
|
-
pulumi.log.warn(f"Key '{key}' not found in ModelRetentionSetting. Access the value via the '{suggest}' property getter instead.")
|
2757
|
-
|
2758
|
-
def __getitem__(self, key: str) -> Any:
|
2759
|
-
ModelRetentionSetting.__key_warning(key)
|
2760
|
-
return super().__getitem__(key)
|
2761
|
-
|
2762
|
-
def get(self, key: str, default = None) -> Any:
|
2763
|
-
ModelRetentionSetting.__key_warning(key)
|
2764
|
-
return super().get(key, default)
|
2765
|
-
|
2766
|
-
def __init__(__self__, *,
|
2767
|
-
archive_after_days: int,
|
2768
|
-
customer_notification_type: Optional[str] = None,
|
2769
|
-
delete_after_days: Optional[int] = None):
|
2770
|
-
"""
|
2771
|
-
:param int archive_after_days: (Updatable) Number of days after which the model will be archived.
|
2772
|
-
:param str customer_notification_type: (Updatable) Customer notification options on success/failure of archival, deletion events.
|
2773
|
-
:param int delete_after_days: (Updatable) Number of days after which the archived model will be deleted.
|
2774
|
-
"""
|
2775
|
-
pulumi.set(__self__, "archive_after_days", archive_after_days)
|
2776
|
-
if customer_notification_type is not None:
|
2777
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
2778
|
-
if delete_after_days is not None:
|
2779
|
-
pulumi.set(__self__, "delete_after_days", delete_after_days)
|
2780
|
-
|
2781
|
-
@property
|
2782
|
-
@pulumi.getter(name="archiveAfterDays")
|
2783
|
-
def archive_after_days(self) -> int:
|
2784
|
-
"""
|
2785
|
-
(Updatable) Number of days after which the model will be archived.
|
2786
|
-
"""
|
2787
|
-
return pulumi.get(self, "archive_after_days")
|
2788
|
-
|
2789
|
-
@property
|
2790
|
-
@pulumi.getter(name="customerNotificationType")
|
2791
|
-
def customer_notification_type(self) -> Optional[str]:
|
2792
|
-
"""
|
2793
|
-
(Updatable) Customer notification options on success/failure of archival, deletion events.
|
2794
|
-
"""
|
2795
|
-
return pulumi.get(self, "customer_notification_type")
|
2796
|
-
|
2797
|
-
@property
|
2798
|
-
@pulumi.getter(name="deleteAfterDays")
|
2799
|
-
def delete_after_days(self) -> Optional[int]:
|
2800
|
-
"""
|
2801
|
-
(Updatable) Number of days after which the archived model will be deleted.
|
2802
|
-
"""
|
2803
|
-
return pulumi.get(self, "delete_after_days")
|
2804
|
-
|
2805
|
-
|
2806
2499
|
@pulumi.output_type
|
2807
2500
|
class NotebookSessionNotebookSessionConfigDetails(dict):
|
2808
2501
|
@staticmethod
|
@@ -6933,86 +6626,6 @@ class GetJobsJobJobStorageMountConfigurationDetailsListResult(dict):
|
|
6933
6626
|
return pulumi.get(self, "storage_type")
|
6934
6627
|
|
6935
6628
|
|
6936
|
-
@pulumi.output_type
|
6937
|
-
class GetModelBackupOperationDetailResult(dict):
|
6938
|
-
def __init__(__self__, *,
|
6939
|
-
backup_state: str,
|
6940
|
-
backup_state_details: str,
|
6941
|
-
time_last_backup: str):
|
6942
|
-
"""
|
6943
|
-
:param str backup_state: The backup status of the model.
|
6944
|
-
:param str backup_state_details: The backup execution status details of the model.
|
6945
|
-
:param str time_last_backup: The last backup execution time of the model.
|
6946
|
-
"""
|
6947
|
-
pulumi.set(__self__, "backup_state", backup_state)
|
6948
|
-
pulumi.set(__self__, "backup_state_details", backup_state_details)
|
6949
|
-
pulumi.set(__self__, "time_last_backup", time_last_backup)
|
6950
|
-
|
6951
|
-
@property
|
6952
|
-
@pulumi.getter(name="backupState")
|
6953
|
-
def backup_state(self) -> str:
|
6954
|
-
"""
|
6955
|
-
The backup status of the model.
|
6956
|
-
"""
|
6957
|
-
return pulumi.get(self, "backup_state")
|
6958
|
-
|
6959
|
-
@property
|
6960
|
-
@pulumi.getter(name="backupStateDetails")
|
6961
|
-
def backup_state_details(self) -> str:
|
6962
|
-
"""
|
6963
|
-
The backup execution status details of the model.
|
6964
|
-
"""
|
6965
|
-
return pulumi.get(self, "backup_state_details")
|
6966
|
-
|
6967
|
-
@property
|
6968
|
-
@pulumi.getter(name="timeLastBackup")
|
6969
|
-
def time_last_backup(self) -> str:
|
6970
|
-
"""
|
6971
|
-
The last backup execution time of the model.
|
6972
|
-
"""
|
6973
|
-
return pulumi.get(self, "time_last_backup")
|
6974
|
-
|
6975
|
-
|
6976
|
-
@pulumi.output_type
|
6977
|
-
class GetModelBackupSettingResult(dict):
|
6978
|
-
def __init__(__self__, *,
|
6979
|
-
backup_region: str,
|
6980
|
-
customer_notification_type: str,
|
6981
|
-
is_backup_enabled: bool):
|
6982
|
-
"""
|
6983
|
-
:param str backup_region: Oracle Cloud Infrastructure backup region for the model.
|
6984
|
-
:param str customer_notification_type: Customer notification options on success/failure of archival, deletion events.
|
6985
|
-
:param bool is_backup_enabled: Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
6986
|
-
"""
|
6987
|
-
pulumi.set(__self__, "backup_region", backup_region)
|
6988
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
6989
|
-
pulumi.set(__self__, "is_backup_enabled", is_backup_enabled)
|
6990
|
-
|
6991
|
-
@property
|
6992
|
-
@pulumi.getter(name="backupRegion")
|
6993
|
-
def backup_region(self) -> str:
|
6994
|
-
"""
|
6995
|
-
Oracle Cloud Infrastructure backup region for the model.
|
6996
|
-
"""
|
6997
|
-
return pulumi.get(self, "backup_region")
|
6998
|
-
|
6999
|
-
@property
|
7000
|
-
@pulumi.getter(name="customerNotificationType")
|
7001
|
-
def customer_notification_type(self) -> str:
|
7002
|
-
"""
|
7003
|
-
Customer notification options on success/failure of archival, deletion events.
|
7004
|
-
"""
|
7005
|
-
return pulumi.get(self, "customer_notification_type")
|
7006
|
-
|
7007
|
-
@property
|
7008
|
-
@pulumi.getter(name="isBackupEnabled")
|
7009
|
-
def is_backup_enabled(self) -> bool:
|
7010
|
-
"""
|
7011
|
-
Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
7012
|
-
"""
|
7013
|
-
return pulumi.get(self, "is_backup_enabled")
|
7014
|
-
|
7015
|
-
|
7016
6629
|
@pulumi.output_type
|
7017
6630
|
class GetModelCustomMetadataListResult(dict):
|
7018
6631
|
def __init__(__self__, *,
|
@@ -8813,119 +8426,6 @@ class GetModelDeploymentsModelDeploymentModelDeploymentSystemDataResult(dict):
|
|
8813
8426
|
return pulumi.get(self, "system_infra_type")
|
8814
8427
|
|
8815
8428
|
|
8816
|
-
@pulumi.output_type
|
8817
|
-
class GetModelRetentionOperationDetailResult(dict):
|
8818
|
-
def __init__(__self__, *,
|
8819
|
-
archive_state: str,
|
8820
|
-
archive_state_details: str,
|
8821
|
-
delete_state: str,
|
8822
|
-
delete_state_details: str,
|
8823
|
-
time_archival_scheduled: str,
|
8824
|
-
time_deletion_scheduled: str):
|
8825
|
-
"""
|
8826
|
-
:param str archive_state: The archival status of model.
|
8827
|
-
:param str archive_state_details: The archival state details of the model.
|
8828
|
-
:param str delete_state: The deletion status of the archived model.
|
8829
|
-
:param str delete_state_details: The deletion status details of the archived model.
|
8830
|
-
:param str time_archival_scheduled: The estimated archival time of the model based on the provided retention setting.
|
8831
|
-
:param str time_deletion_scheduled: The estimated deletion time of the model based on the provided retention setting.
|
8832
|
-
"""
|
8833
|
-
pulumi.set(__self__, "archive_state", archive_state)
|
8834
|
-
pulumi.set(__self__, "archive_state_details", archive_state_details)
|
8835
|
-
pulumi.set(__self__, "delete_state", delete_state)
|
8836
|
-
pulumi.set(__self__, "delete_state_details", delete_state_details)
|
8837
|
-
pulumi.set(__self__, "time_archival_scheduled", time_archival_scheduled)
|
8838
|
-
pulumi.set(__self__, "time_deletion_scheduled", time_deletion_scheduled)
|
8839
|
-
|
8840
|
-
@property
|
8841
|
-
@pulumi.getter(name="archiveState")
|
8842
|
-
def archive_state(self) -> str:
|
8843
|
-
"""
|
8844
|
-
The archival status of model.
|
8845
|
-
"""
|
8846
|
-
return pulumi.get(self, "archive_state")
|
8847
|
-
|
8848
|
-
@property
|
8849
|
-
@pulumi.getter(name="archiveStateDetails")
|
8850
|
-
def archive_state_details(self) -> str:
|
8851
|
-
"""
|
8852
|
-
The archival state details of the model.
|
8853
|
-
"""
|
8854
|
-
return pulumi.get(self, "archive_state_details")
|
8855
|
-
|
8856
|
-
@property
|
8857
|
-
@pulumi.getter(name="deleteState")
|
8858
|
-
def delete_state(self) -> str:
|
8859
|
-
"""
|
8860
|
-
The deletion status of the archived model.
|
8861
|
-
"""
|
8862
|
-
return pulumi.get(self, "delete_state")
|
8863
|
-
|
8864
|
-
@property
|
8865
|
-
@pulumi.getter(name="deleteStateDetails")
|
8866
|
-
def delete_state_details(self) -> str:
|
8867
|
-
"""
|
8868
|
-
The deletion status details of the archived model.
|
8869
|
-
"""
|
8870
|
-
return pulumi.get(self, "delete_state_details")
|
8871
|
-
|
8872
|
-
@property
|
8873
|
-
@pulumi.getter(name="timeArchivalScheduled")
|
8874
|
-
def time_archival_scheduled(self) -> str:
|
8875
|
-
"""
|
8876
|
-
The estimated archival time of the model based on the provided retention setting.
|
8877
|
-
"""
|
8878
|
-
return pulumi.get(self, "time_archival_scheduled")
|
8879
|
-
|
8880
|
-
@property
|
8881
|
-
@pulumi.getter(name="timeDeletionScheduled")
|
8882
|
-
def time_deletion_scheduled(self) -> str:
|
8883
|
-
"""
|
8884
|
-
The estimated deletion time of the model based on the provided retention setting.
|
8885
|
-
"""
|
8886
|
-
return pulumi.get(self, "time_deletion_scheduled")
|
8887
|
-
|
8888
|
-
|
8889
|
-
@pulumi.output_type
|
8890
|
-
class GetModelRetentionSettingResult(dict):
|
8891
|
-
def __init__(__self__, *,
|
8892
|
-
archive_after_days: int,
|
8893
|
-
customer_notification_type: str,
|
8894
|
-
delete_after_days: int):
|
8895
|
-
"""
|
8896
|
-
:param int archive_after_days: Number of days after which the model will be archived.
|
8897
|
-
:param str customer_notification_type: Customer notification options on success/failure of archival, deletion events.
|
8898
|
-
:param int delete_after_days: Number of days after which the archived model will be deleted.
|
8899
|
-
"""
|
8900
|
-
pulumi.set(__self__, "archive_after_days", archive_after_days)
|
8901
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
8902
|
-
pulumi.set(__self__, "delete_after_days", delete_after_days)
|
8903
|
-
|
8904
|
-
@property
|
8905
|
-
@pulumi.getter(name="archiveAfterDays")
|
8906
|
-
def archive_after_days(self) -> int:
|
8907
|
-
"""
|
8908
|
-
Number of days after which the model will be archived.
|
8909
|
-
"""
|
8910
|
-
return pulumi.get(self, "archive_after_days")
|
8911
|
-
|
8912
|
-
@property
|
8913
|
-
@pulumi.getter(name="customerNotificationType")
|
8914
|
-
def customer_notification_type(self) -> str:
|
8915
|
-
"""
|
8916
|
-
Customer notification options on success/failure of archival, deletion events.
|
8917
|
-
"""
|
8918
|
-
return pulumi.get(self, "customer_notification_type")
|
8919
|
-
|
8920
|
-
@property
|
8921
|
-
@pulumi.getter(name="deleteAfterDays")
|
8922
|
-
def delete_after_days(self) -> int:
|
8923
|
-
"""
|
8924
|
-
Number of days after which the archived model will be deleted.
|
8925
|
-
"""
|
8926
|
-
return pulumi.get(self, "delete_after_days")
|
8927
|
-
|
8928
|
-
|
8929
8429
|
@pulumi.output_type
|
8930
8430
|
class GetModelVersionSetsFilterResult(dict):
|
8931
8431
|
def __init__(__self__, *,
|
@@ -9132,8 +8632,6 @@ class GetModelsModelResult(dict):
|
|
9132
8632
|
artifact_content_length: str,
|
9133
8633
|
artifact_content_md5: str,
|
9134
8634
|
artifact_last_modified: str,
|
9135
|
-
backup_operation_details: Sequence['outputs.GetModelsModelBackupOperationDetailResult'],
|
9136
|
-
backup_settings: Sequence['outputs.GetModelsModelBackupSettingResult'],
|
9137
8635
|
compartment_id: str,
|
9138
8636
|
created_by: str,
|
9139
8637
|
custom_metadata_lists: Sequence['outputs.GetModelsModelCustomMetadataListResult'],
|
@@ -9145,18 +8643,12 @@ class GetModelsModelResult(dict):
|
|
9145
8643
|
freeform_tags: Mapping[str, str],
|
9146
8644
|
id: str,
|
9147
8645
|
input_schema: str,
|
9148
|
-
lifecycle_details: str,
|
9149
8646
|
model_artifact: str,
|
9150
|
-
model_version_set_name: str,
|
9151
8647
|
output_schema: str,
|
9152
8648
|
project_id: str,
|
9153
|
-
retention_operation_details: Sequence['outputs.GetModelsModelRetentionOperationDetailResult'],
|
9154
|
-
retention_settings: Sequence['outputs.GetModelsModelRetentionSettingResult'],
|
9155
8649
|
state: str,
|
9156
8650
|
time_created: str):
|
9157
8651
|
"""
|
9158
|
-
:param Sequence['GetModelsModelBackupOperationDetailArgs'] backup_operation_details: Backup operation details of the model.
|
9159
|
-
:param Sequence['GetModelsModelBackupSettingArgs'] backup_settings: Back up setting details of the model.
|
9160
8652
|
:param str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
9161
8653
|
:param str created_by: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
|
9162
8654
|
:param Sequence['GetModelsModelCustomMetadataListArgs'] custom_metadata_lists: An array of custom metadata details for the model.
|
@@ -9167,12 +8659,8 @@ class GetModelsModelResult(dict):
|
|
9167
8659
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9168
8660
|
:param str id: <b>Filter</b> results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
|
9169
8661
|
:param str input_schema: Input schema file content in String format
|
9170
|
-
:param str lifecycle_details: Details about the lifecycle state of the model.
|
9171
|
-
:param str model_version_set_name: The name of the model version set that the model is associated to.
|
9172
8662
|
:param str output_schema: Output schema file content in String format
|
9173
8663
|
:param str project_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
|
9174
|
-
:param Sequence['GetModelsModelRetentionOperationDetailArgs'] retention_operation_details: Retention operation details for the model.
|
9175
|
-
:param Sequence['GetModelsModelRetentionSettingArgs'] retention_settings: Retention setting details of the model.
|
9176
8664
|
:param str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
|
9177
8665
|
:param str time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: 2019-08-25T21:10:29.41Z
|
9178
8666
|
"""
|
@@ -9180,8 +8668,6 @@ class GetModelsModelResult(dict):
|
|
9180
8668
|
pulumi.set(__self__, "artifact_content_length", artifact_content_length)
|
9181
8669
|
pulumi.set(__self__, "artifact_content_md5", artifact_content_md5)
|
9182
8670
|
pulumi.set(__self__, "artifact_last_modified", artifact_last_modified)
|
9183
|
-
pulumi.set(__self__, "backup_operation_details", backup_operation_details)
|
9184
|
-
pulumi.set(__self__, "backup_settings", backup_settings)
|
9185
8671
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
9186
8672
|
pulumi.set(__self__, "created_by", created_by)
|
9187
8673
|
pulumi.set(__self__, "custom_metadata_lists", custom_metadata_lists)
|
@@ -9193,13 +8679,9 @@ class GetModelsModelResult(dict):
|
|
9193
8679
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
9194
8680
|
pulumi.set(__self__, "id", id)
|
9195
8681
|
pulumi.set(__self__, "input_schema", input_schema)
|
9196
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
9197
8682
|
pulumi.set(__self__, "model_artifact", model_artifact)
|
9198
|
-
pulumi.set(__self__, "model_version_set_name", model_version_set_name)
|
9199
8683
|
pulumi.set(__self__, "output_schema", output_schema)
|
9200
8684
|
pulumi.set(__self__, "project_id", project_id)
|
9201
|
-
pulumi.set(__self__, "retention_operation_details", retention_operation_details)
|
9202
|
-
pulumi.set(__self__, "retention_settings", retention_settings)
|
9203
8685
|
pulumi.set(__self__, "state", state)
|
9204
8686
|
pulumi.set(__self__, "time_created", time_created)
|
9205
8687
|
|
@@ -9223,22 +8705,6 @@ class GetModelsModelResult(dict):
|
|
9223
8705
|
def artifact_last_modified(self) -> str:
|
9224
8706
|
return pulumi.get(self, "artifact_last_modified")
|
9225
8707
|
|
9226
|
-
@property
|
9227
|
-
@pulumi.getter(name="backupOperationDetails")
|
9228
|
-
def backup_operation_details(self) -> Sequence['outputs.GetModelsModelBackupOperationDetailResult']:
|
9229
|
-
"""
|
9230
|
-
Backup operation details of the model.
|
9231
|
-
"""
|
9232
|
-
return pulumi.get(self, "backup_operation_details")
|
9233
|
-
|
9234
|
-
@property
|
9235
|
-
@pulumi.getter(name="backupSettings")
|
9236
|
-
def backup_settings(self) -> Sequence['outputs.GetModelsModelBackupSettingResult']:
|
9237
|
-
"""
|
9238
|
-
Back up setting details of the model.
|
9239
|
-
"""
|
9240
|
-
return pulumi.get(self, "backup_settings")
|
9241
|
-
|
9242
8708
|
@property
|
9243
8709
|
@pulumi.getter(name="compartmentId")
|
9244
8710
|
def compartment_id(self) -> str:
|
@@ -9324,27 +8790,11 @@ class GetModelsModelResult(dict):
|
|
9324
8790
|
"""
|
9325
8791
|
return pulumi.get(self, "input_schema")
|
9326
8792
|
|
9327
|
-
@property
|
9328
|
-
@pulumi.getter(name="lifecycleDetails")
|
9329
|
-
def lifecycle_details(self) -> str:
|
9330
|
-
"""
|
9331
|
-
Details about the lifecycle state of the model.
|
9332
|
-
"""
|
9333
|
-
return pulumi.get(self, "lifecycle_details")
|
9334
|
-
|
9335
8793
|
@property
|
9336
8794
|
@pulumi.getter(name="modelArtifact")
|
9337
8795
|
def model_artifact(self) -> str:
|
9338
8796
|
return pulumi.get(self, "model_artifact")
|
9339
8797
|
|
9340
|
-
@property
|
9341
|
-
@pulumi.getter(name="modelVersionSetName")
|
9342
|
-
def model_version_set_name(self) -> str:
|
9343
|
-
"""
|
9344
|
-
The name of the model version set that the model is associated to.
|
9345
|
-
"""
|
9346
|
-
return pulumi.get(self, "model_version_set_name")
|
9347
|
-
|
9348
8798
|
@property
|
9349
8799
|
@pulumi.getter(name="outputSchema")
|
9350
8800
|
def output_schema(self) -> str:
|
@@ -9361,22 +8811,6 @@ class GetModelsModelResult(dict):
|
|
9361
8811
|
"""
|
9362
8812
|
return pulumi.get(self, "project_id")
|
9363
8813
|
|
9364
|
-
@property
|
9365
|
-
@pulumi.getter(name="retentionOperationDetails")
|
9366
|
-
def retention_operation_details(self) -> Sequence['outputs.GetModelsModelRetentionOperationDetailResult']:
|
9367
|
-
"""
|
9368
|
-
Retention operation details for the model.
|
9369
|
-
"""
|
9370
|
-
return pulumi.get(self, "retention_operation_details")
|
9371
|
-
|
9372
|
-
@property
|
9373
|
-
@pulumi.getter(name="retentionSettings")
|
9374
|
-
def retention_settings(self) -> Sequence['outputs.GetModelsModelRetentionSettingResult']:
|
9375
|
-
"""
|
9376
|
-
Retention setting details of the model.
|
9377
|
-
"""
|
9378
|
-
return pulumi.get(self, "retention_settings")
|
9379
|
-
|
9380
8814
|
@property
|
9381
8815
|
@pulumi.getter
|
9382
8816
|
def state(self) -> str:
|
@@ -9394,86 +8828,6 @@ class GetModelsModelResult(dict):
|
|
9394
8828
|
return pulumi.get(self, "time_created")
|
9395
8829
|
|
9396
8830
|
|
9397
|
-
@pulumi.output_type
|
9398
|
-
class GetModelsModelBackupOperationDetailResult(dict):
|
9399
|
-
def __init__(__self__, *,
|
9400
|
-
backup_state: str,
|
9401
|
-
backup_state_details: str,
|
9402
|
-
time_last_backup: str):
|
9403
|
-
"""
|
9404
|
-
:param str backup_state: The backup status of the model.
|
9405
|
-
:param str backup_state_details: The backup execution status details of the model.
|
9406
|
-
:param str time_last_backup: The last backup execution time of the model.
|
9407
|
-
"""
|
9408
|
-
pulumi.set(__self__, "backup_state", backup_state)
|
9409
|
-
pulumi.set(__self__, "backup_state_details", backup_state_details)
|
9410
|
-
pulumi.set(__self__, "time_last_backup", time_last_backup)
|
9411
|
-
|
9412
|
-
@property
|
9413
|
-
@pulumi.getter(name="backupState")
|
9414
|
-
def backup_state(self) -> str:
|
9415
|
-
"""
|
9416
|
-
The backup status of the model.
|
9417
|
-
"""
|
9418
|
-
return pulumi.get(self, "backup_state")
|
9419
|
-
|
9420
|
-
@property
|
9421
|
-
@pulumi.getter(name="backupStateDetails")
|
9422
|
-
def backup_state_details(self) -> str:
|
9423
|
-
"""
|
9424
|
-
The backup execution status details of the model.
|
9425
|
-
"""
|
9426
|
-
return pulumi.get(self, "backup_state_details")
|
9427
|
-
|
9428
|
-
@property
|
9429
|
-
@pulumi.getter(name="timeLastBackup")
|
9430
|
-
def time_last_backup(self) -> str:
|
9431
|
-
"""
|
9432
|
-
The last backup execution time of the model.
|
9433
|
-
"""
|
9434
|
-
return pulumi.get(self, "time_last_backup")
|
9435
|
-
|
9436
|
-
|
9437
|
-
@pulumi.output_type
|
9438
|
-
class GetModelsModelBackupSettingResult(dict):
|
9439
|
-
def __init__(__self__, *,
|
9440
|
-
backup_region: str,
|
9441
|
-
customer_notification_type: str,
|
9442
|
-
is_backup_enabled: bool):
|
9443
|
-
"""
|
9444
|
-
:param str backup_region: Oracle Cloud Infrastructure backup region for the model.
|
9445
|
-
:param str customer_notification_type: Customer notification options on success/failure of archival, deletion events.
|
9446
|
-
:param bool is_backup_enabled: Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
9447
|
-
"""
|
9448
|
-
pulumi.set(__self__, "backup_region", backup_region)
|
9449
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
9450
|
-
pulumi.set(__self__, "is_backup_enabled", is_backup_enabled)
|
9451
|
-
|
9452
|
-
@property
|
9453
|
-
@pulumi.getter(name="backupRegion")
|
9454
|
-
def backup_region(self) -> str:
|
9455
|
-
"""
|
9456
|
-
Oracle Cloud Infrastructure backup region for the model.
|
9457
|
-
"""
|
9458
|
-
return pulumi.get(self, "backup_region")
|
9459
|
-
|
9460
|
-
@property
|
9461
|
-
@pulumi.getter(name="customerNotificationType")
|
9462
|
-
def customer_notification_type(self) -> str:
|
9463
|
-
"""
|
9464
|
-
Customer notification options on success/failure of archival, deletion events.
|
9465
|
-
"""
|
9466
|
-
return pulumi.get(self, "customer_notification_type")
|
9467
|
-
|
9468
|
-
@property
|
9469
|
-
@pulumi.getter(name="isBackupEnabled")
|
9470
|
-
def is_backup_enabled(self) -> bool:
|
9471
|
-
"""
|
9472
|
-
Boolean flag representing whether backup needs to be enabled/disabled for the model.
|
9473
|
-
"""
|
9474
|
-
return pulumi.get(self, "is_backup_enabled")
|
9475
|
-
|
9476
|
-
|
9477
8831
|
@pulumi.output_type
|
9478
8832
|
class GetModelsModelCustomMetadataListResult(dict):
|
9479
8833
|
def __init__(__self__, *,
|
@@ -9600,119 +8954,6 @@ class GetModelsModelDefinedMetadataListResult(dict):
|
|
9600
8954
|
return pulumi.get(self, "value")
|
9601
8955
|
|
9602
8956
|
|
9603
|
-
@pulumi.output_type
|
9604
|
-
class GetModelsModelRetentionOperationDetailResult(dict):
|
9605
|
-
def __init__(__self__, *,
|
9606
|
-
archive_state: str,
|
9607
|
-
archive_state_details: str,
|
9608
|
-
delete_state: str,
|
9609
|
-
delete_state_details: str,
|
9610
|
-
time_archival_scheduled: str,
|
9611
|
-
time_deletion_scheduled: str):
|
9612
|
-
"""
|
9613
|
-
:param str archive_state: The archival status of model.
|
9614
|
-
:param str archive_state_details: The archival state details of the model.
|
9615
|
-
:param str delete_state: The deletion status of the archived model.
|
9616
|
-
:param str delete_state_details: The deletion status details of the archived model.
|
9617
|
-
:param str time_archival_scheduled: The estimated archival time of the model based on the provided retention setting.
|
9618
|
-
:param str time_deletion_scheduled: The estimated deletion time of the model based on the provided retention setting.
|
9619
|
-
"""
|
9620
|
-
pulumi.set(__self__, "archive_state", archive_state)
|
9621
|
-
pulumi.set(__self__, "archive_state_details", archive_state_details)
|
9622
|
-
pulumi.set(__self__, "delete_state", delete_state)
|
9623
|
-
pulumi.set(__self__, "delete_state_details", delete_state_details)
|
9624
|
-
pulumi.set(__self__, "time_archival_scheduled", time_archival_scheduled)
|
9625
|
-
pulumi.set(__self__, "time_deletion_scheduled", time_deletion_scheduled)
|
9626
|
-
|
9627
|
-
@property
|
9628
|
-
@pulumi.getter(name="archiveState")
|
9629
|
-
def archive_state(self) -> str:
|
9630
|
-
"""
|
9631
|
-
The archival status of model.
|
9632
|
-
"""
|
9633
|
-
return pulumi.get(self, "archive_state")
|
9634
|
-
|
9635
|
-
@property
|
9636
|
-
@pulumi.getter(name="archiveStateDetails")
|
9637
|
-
def archive_state_details(self) -> str:
|
9638
|
-
"""
|
9639
|
-
The archival state details of the model.
|
9640
|
-
"""
|
9641
|
-
return pulumi.get(self, "archive_state_details")
|
9642
|
-
|
9643
|
-
@property
|
9644
|
-
@pulumi.getter(name="deleteState")
|
9645
|
-
def delete_state(self) -> str:
|
9646
|
-
"""
|
9647
|
-
The deletion status of the archived model.
|
9648
|
-
"""
|
9649
|
-
return pulumi.get(self, "delete_state")
|
9650
|
-
|
9651
|
-
@property
|
9652
|
-
@pulumi.getter(name="deleteStateDetails")
|
9653
|
-
def delete_state_details(self) -> str:
|
9654
|
-
"""
|
9655
|
-
The deletion status details of the archived model.
|
9656
|
-
"""
|
9657
|
-
return pulumi.get(self, "delete_state_details")
|
9658
|
-
|
9659
|
-
@property
|
9660
|
-
@pulumi.getter(name="timeArchivalScheduled")
|
9661
|
-
def time_archival_scheduled(self) -> str:
|
9662
|
-
"""
|
9663
|
-
The estimated archival time of the model based on the provided retention setting.
|
9664
|
-
"""
|
9665
|
-
return pulumi.get(self, "time_archival_scheduled")
|
9666
|
-
|
9667
|
-
@property
|
9668
|
-
@pulumi.getter(name="timeDeletionScheduled")
|
9669
|
-
def time_deletion_scheduled(self) -> str:
|
9670
|
-
"""
|
9671
|
-
The estimated deletion time of the model based on the provided retention setting.
|
9672
|
-
"""
|
9673
|
-
return pulumi.get(self, "time_deletion_scheduled")
|
9674
|
-
|
9675
|
-
|
9676
|
-
@pulumi.output_type
|
9677
|
-
class GetModelsModelRetentionSettingResult(dict):
|
9678
|
-
def __init__(__self__, *,
|
9679
|
-
archive_after_days: int,
|
9680
|
-
customer_notification_type: str,
|
9681
|
-
delete_after_days: int):
|
9682
|
-
"""
|
9683
|
-
:param int archive_after_days: Number of days after which the model will be archived.
|
9684
|
-
:param str customer_notification_type: Customer notification options on success/failure of archival, deletion events.
|
9685
|
-
:param int delete_after_days: Number of days after which the archived model will be deleted.
|
9686
|
-
"""
|
9687
|
-
pulumi.set(__self__, "archive_after_days", archive_after_days)
|
9688
|
-
pulumi.set(__self__, "customer_notification_type", customer_notification_type)
|
9689
|
-
pulumi.set(__self__, "delete_after_days", delete_after_days)
|
9690
|
-
|
9691
|
-
@property
|
9692
|
-
@pulumi.getter(name="archiveAfterDays")
|
9693
|
-
def archive_after_days(self) -> int:
|
9694
|
-
"""
|
9695
|
-
Number of days after which the model will be archived.
|
9696
|
-
"""
|
9697
|
-
return pulumi.get(self, "archive_after_days")
|
9698
|
-
|
9699
|
-
@property
|
9700
|
-
@pulumi.getter(name="customerNotificationType")
|
9701
|
-
def customer_notification_type(self) -> str:
|
9702
|
-
"""
|
9703
|
-
Customer notification options on success/failure of archival, deletion events.
|
9704
|
-
"""
|
9705
|
-
return pulumi.get(self, "customer_notification_type")
|
9706
|
-
|
9707
|
-
@property
|
9708
|
-
@pulumi.getter(name="deleteAfterDays")
|
9709
|
-
def delete_after_days(self) -> int:
|
9710
|
-
"""
|
9711
|
-
Number of days after which the archived model will be deleted.
|
9712
|
-
"""
|
9713
|
-
return pulumi.get(self, "delete_after_days")
|
9714
|
-
|
9715
|
-
|
9716
8957
|
@pulumi.output_type
|
9717
8958
|
class GetNotebookSessionNotebookSessionConfigDetailResult(dict):
|
9718
8959
|
def __init__(__self__, *,
|