pulumi-oci 2.20.0a1734503093__py3-none-any.whl → 2.21.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.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/_inputs.py +271 -21
- pulumi_oci/core/get_instance.py +15 -1
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/get_private_ip.py +12 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_vnic.py +12 -1
- pulumi_oci/core/instance.py +47 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipv6.py +52 -3
- pulumi_oci/core/outputs.py +566 -52
- pulumi_oci/core/private_ip.py +49 -0
- pulumi_oci/core/virtual_circuit.py +4 -4
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/opensearch/_inputs.py +312 -0
- pulumi_oci/opensearch/cluster.py +289 -104
- pulumi_oci/opensearch/get_opensearch_cluster.py +84 -2
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/outputs.py +678 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- {pulumi_oci-2.20.0a1734503093.dist-info → pulumi_oci-2.21.0.dist-info}/METADATA +10 -4
- {pulumi_oci-2.20.0a1734503093.dist-info → pulumi_oci-2.21.0.dist-info}/RECORD +66 -55
- {pulumi_oci-2.20.0a1734503093.dist-info → pulumi_oci-2.21.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.20.0a1734503093.dist-info → pulumi_oci-2.21.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -18800,6 +18800,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18800
18800
|
is_access_control_enabled: bool,
|
18801
18801
|
is_auto_scaling_enabled: bool,
|
18802
18802
|
is_auto_scaling_for_storage_enabled: bool,
|
18803
|
+
is_backup_retention_locked: bool,
|
18803
18804
|
is_data_guard_enabled: bool,
|
18804
18805
|
is_dedicated: bool,
|
18805
18806
|
is_dev_tier: bool,
|
@@ -18939,6 +18940,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18939
18940
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
18940
18941
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
18941
18942
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
18943
|
+
:param bool is_backup_retention_locked: Indicates if the Autonomous Database is backup retention locked.
|
18942
18944
|
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
18943
18945
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18944
18946
|
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -19073,6 +19075,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19073
19075
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
19074
19076
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
19075
19077
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
19078
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
19076
19079
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
19077
19080
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
19078
19081
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -19559,6 +19562,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19559
19562
|
"""
|
19560
19563
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
19561
19564
|
|
19565
|
+
@property
|
19566
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
19567
|
+
def is_backup_retention_locked(self) -> bool:
|
19568
|
+
"""
|
19569
|
+
Indicates if the Autonomous Database is backup retention locked.
|
19570
|
+
"""
|
19571
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
19572
|
+
|
19562
19573
|
@property
|
19563
19574
|
@pulumi.getter(name="isDataGuardEnabled")
|
19564
19575
|
def is_data_guard_enabled(self) -> bool:
|
@@ -21539,6 +21550,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21539
21550
|
is_access_control_enabled: bool,
|
21540
21551
|
is_auto_scaling_enabled: bool,
|
21541
21552
|
is_auto_scaling_for_storage_enabled: bool,
|
21553
|
+
is_backup_retention_locked: bool,
|
21542
21554
|
is_data_guard_enabled: bool,
|
21543
21555
|
is_dedicated: bool,
|
21544
21556
|
is_dev_tier: bool,
|
@@ -21664,6 +21676,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21664
21676
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
21665
21677
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
21666
21678
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
21679
|
+
:param bool is_backup_retention_locked: Indicates if the Autonomous Database is backup retention locked.
|
21667
21680
|
:param bool is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
21668
21681
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
21669
21682
|
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -21790,6 +21803,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21790
21803
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
21791
21804
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
21792
21805
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
21806
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
21793
21807
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
21794
21808
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
21795
21809
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -22233,6 +22247,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
22233
22247
|
"""
|
22234
22248
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
22235
22249
|
|
22250
|
+
@property
|
22251
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
22252
|
+
def is_backup_retention_locked(self) -> bool:
|
22253
|
+
"""
|
22254
|
+
Indicates if the Autonomous Database is backup retention locked.
|
22255
|
+
"""
|
22256
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
22257
|
+
|
22236
22258
|
@property
|
22237
22259
|
@pulumi.getter(name="isDataGuardEnabled")
|
22238
22260
|
def is_data_guard_enabled(self) -> bool:
|
@@ -1656,7 +1656,7 @@ if not MYPY:
|
|
1656
1656
|
class ModelCustomMetadataListArgsDict(TypedDict):
|
1657
1657
|
category: NotRequired[pulumi.Input[str]]
|
1658
1658
|
"""
|
1659
|
-
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1659
|
+
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1660
1660
|
"""
|
1661
1661
|
description: NotRequired[pulumi.Input[str]]
|
1662
1662
|
"""
|
@@ -1670,7 +1670,7 @@ if not MYPY:
|
|
1670
1670
|
* libraryVersion
|
1671
1671
|
* estimatorClass
|
1672
1672
|
* hyperParameters
|
1673
|
-
*
|
1673
|
+
* testArtifactresults
|
1674
1674
|
"""
|
1675
1675
|
value: NotRequired[pulumi.Input[str]]
|
1676
1676
|
"""
|
@@ -1689,7 +1689,7 @@ class ModelCustomMetadataListArgs:
|
|
1689
1689
|
key: Optional[pulumi.Input[str]] = None,
|
1690
1690
|
value: Optional[pulumi.Input[str]] = None):
|
1691
1691
|
"""
|
1692
|
-
:param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1692
|
+
:param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1693
1693
|
:param pulumi.Input[str] description: (Updatable) Description of model metadata
|
1694
1694
|
:param pulumi.Input[str] key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
|
1695
1695
|
* useCaseType
|
@@ -1697,7 +1697,7 @@ class ModelCustomMetadataListArgs:
|
|
1697
1697
|
* libraryVersion
|
1698
1698
|
* estimatorClass
|
1699
1699
|
* hyperParameters
|
1700
|
-
*
|
1700
|
+
* testArtifactresults
|
1701
1701
|
:param pulumi.Input[str] value: (Updatable) Allowed values for useCaseType: binary_classification, regression, multinomial_classification, clustering, recommender, dimensionality_reduction/representation, time_series_forecasting, anomaly_detection, topic_modeling, ner, sentiment_analysis, image_classification, object_localization, other
|
1702
1702
|
|
1703
1703
|
Allowed values for libraryName: scikit-learn, xgboost, tensorflow, pytorch, mxnet, keras, lightGBM, pymc3, pyOD, spacy, prophet, sktime, statsmodels, cuml, oracle_automl, h2o, transformers, nltk, emcee, pystan, bert, gensim, flair, word2vec, ensemble, other
|
@@ -1715,7 +1715,7 @@ class ModelCustomMetadataListArgs:
|
|
1715
1715
|
@pulumi.getter
|
1716
1716
|
def category(self) -> Optional[pulumi.Input[str]]:
|
1717
1717
|
"""
|
1718
|
-
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1718
|
+
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1719
1719
|
"""
|
1720
1720
|
return pulumi.get(self, "category")
|
1721
1721
|
|
@@ -1745,7 +1745,7 @@ class ModelCustomMetadataListArgs:
|
|
1745
1745
|
* libraryVersion
|
1746
1746
|
* estimatorClass
|
1747
1747
|
* hyperParameters
|
1748
|
-
*
|
1748
|
+
* testArtifactresults
|
1749
1749
|
"""
|
1750
1750
|
return pulumi.get(self, "key")
|
1751
1751
|
|
@@ -1772,7 +1772,7 @@ if not MYPY:
|
|
1772
1772
|
class ModelDefinedMetadataListArgsDict(TypedDict):
|
1773
1773
|
category: NotRequired[pulumi.Input[str]]
|
1774
1774
|
"""
|
1775
|
-
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1775
|
+
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1776
1776
|
"""
|
1777
1777
|
description: NotRequired[pulumi.Input[str]]
|
1778
1778
|
"""
|
@@ -1786,7 +1786,7 @@ if not MYPY:
|
|
1786
1786
|
* libraryVersion
|
1787
1787
|
* estimatorClass
|
1788
1788
|
* hyperParameters
|
1789
|
-
*
|
1789
|
+
* testArtifactresults
|
1790
1790
|
"""
|
1791
1791
|
value: NotRequired[pulumi.Input[str]]
|
1792
1792
|
"""
|
@@ -1805,7 +1805,7 @@ class ModelDefinedMetadataListArgs:
|
|
1805
1805
|
key: Optional[pulumi.Input[str]] = None,
|
1806
1806
|
value: Optional[pulumi.Input[str]] = None):
|
1807
1807
|
"""
|
1808
|
-
:param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1808
|
+
:param pulumi.Input[str] category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1809
1809
|
:param pulumi.Input[str] description: (Updatable) Description of model metadata
|
1810
1810
|
:param pulumi.Input[str] key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
|
1811
1811
|
* useCaseType
|
@@ -1813,7 +1813,7 @@ class ModelDefinedMetadataListArgs:
|
|
1813
1813
|
* libraryVersion
|
1814
1814
|
* estimatorClass
|
1815
1815
|
* hyperParameters
|
1816
|
-
*
|
1816
|
+
* testArtifactresults
|
1817
1817
|
:param pulumi.Input[str] value: (Updatable) Allowed values for useCaseType: binary_classification, regression, multinomial_classification, clustering, recommender, dimensionality_reduction/representation, time_series_forecasting, anomaly_detection, topic_modeling, ner, sentiment_analysis, image_classification, object_localization, other
|
1818
1818
|
|
1819
1819
|
Allowed values for libraryName: scikit-learn, xgboost, tensorflow, pytorch, mxnet, keras, lightGBM, pymc3, pyOD, spacy, prophet, sktime, statsmodels, cuml, oracle_automl, h2o, transformers, nltk, emcee, pystan, bert, gensim, flair, word2vec, ensemble, other
|
@@ -1831,7 +1831,7 @@ class ModelDefinedMetadataListArgs:
|
|
1831
1831
|
@pulumi.getter
|
1832
1832
|
def category(self) -> Optional[pulumi.Input[str]]:
|
1833
1833
|
"""
|
1834
|
-
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
|
1834
|
+
(Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other".
|
1835
1835
|
"""
|
1836
1836
|
return pulumi.get(self, "category")
|
1837
1837
|
|
@@ -1861,7 +1861,7 @@ class ModelDefinedMetadataListArgs:
|
|
1861
1861
|
* libraryVersion
|
1862
1862
|
* estimatorClass
|
1863
1863
|
* hyperParameters
|
1864
|
-
*
|
1864
|
+
* testArtifactresults
|
1865
1865
|
"""
|
1866
1866
|
return pulumi.get(self, "key")
|
1867
1867
|
|
@@ -2397,6 +2397,10 @@ if not MYPY:
|
|
2397
2397
|
"""
|
2398
2398
|
(Updatable) Details for the model-deployment instance shape configuration.
|
2399
2399
|
"""
|
2400
|
+
private_endpoint_id: NotRequired[pulumi.Input[str]]
|
2401
|
+
"""
|
2402
|
+
(Updatable) The OCID of a Data Science private endpoint.
|
2403
|
+
"""
|
2400
2404
|
subnet_id: NotRequired[pulumi.Input[str]]
|
2401
2405
|
"""
|
2402
2406
|
(Updatable) A model deployment instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
|
@@ -2409,15 +2413,19 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
|
|
2409
2413
|
def __init__(__self__, *,
|
2410
2414
|
instance_shape_name: pulumi.Input[str],
|
2411
2415
|
model_deployment_instance_shape_config_details: Optional[pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsArgs']] = None,
|
2416
|
+
private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
2412
2417
|
subnet_id: Optional[pulumi.Input[str]] = None):
|
2413
2418
|
"""
|
2414
2419
|
:param pulumi.Input[str] instance_shape_name: (Updatable) The shape used to launch the model deployment instances.
|
2415
2420
|
:param pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsArgs'] model_deployment_instance_shape_config_details: (Updatable) Details for the model-deployment instance shape configuration.
|
2421
|
+
:param pulumi.Input[str] private_endpoint_id: (Updatable) The OCID of a Data Science private endpoint.
|
2416
2422
|
:param pulumi.Input[str] subnet_id: (Updatable) A model deployment instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
|
2417
2423
|
"""
|
2418
2424
|
pulumi.set(__self__, "instance_shape_name", instance_shape_name)
|
2419
2425
|
if model_deployment_instance_shape_config_details is not None:
|
2420
2426
|
pulumi.set(__self__, "model_deployment_instance_shape_config_details", model_deployment_instance_shape_config_details)
|
2427
|
+
if private_endpoint_id is not None:
|
2428
|
+
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
2421
2429
|
if subnet_id is not None:
|
2422
2430
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
2423
2431
|
|
@@ -2445,6 +2453,18 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
|
|
2445
2453
|
def model_deployment_instance_shape_config_details(self, value: Optional[pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsArgs']]):
|
2446
2454
|
pulumi.set(self, "model_deployment_instance_shape_config_details", value)
|
2447
2455
|
|
2456
|
+
@property
|
2457
|
+
@pulumi.getter(name="privateEndpointId")
|
2458
|
+
def private_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
2459
|
+
"""
|
2460
|
+
(Updatable) The OCID of a Data Science private endpoint.
|
2461
|
+
"""
|
2462
|
+
return pulumi.get(self, "private_endpoint_id")
|
2463
|
+
|
2464
|
+
@private_endpoint_id.setter
|
2465
|
+
def private_endpoint_id(self, value: Optional[pulumi.Input[str]]):
|
2466
|
+
pulumi.set(self, "private_endpoint_id", value)
|
2467
|
+
|
2448
2468
|
@property
|
2449
2469
|
@pulumi.getter(name="subnetId")
|
2450
2470
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -104,7 +104,7 @@ class GetJobRunResult:
|
|
104
104
|
@pulumi.getter(name="compartmentId")
|
105
105
|
def compartment_id(self) -> str:
|
106
106
|
"""
|
107
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
107
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job run.
|
108
108
|
"""
|
109
109
|
return pulumi.get(self, "compartment_id")
|
110
110
|
|
@@ -168,7 +168,7 @@ class GetJobRunResult:
|
|
168
168
|
@pulumi.getter(name="jobId")
|
169
169
|
def job_id(self) -> str:
|
170
170
|
"""
|
171
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job
|
171
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job.
|
172
172
|
"""
|
173
173
|
return pulumi.get(self, "job_id")
|
174
174
|
|
@@ -226,7 +226,7 @@ class GetJobRunResult:
|
|
226
226
|
@pulumi.getter(name="projectId")
|
227
227
|
def project_id(self) -> str:
|
228
228
|
"""
|
229
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
229
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
230
230
|
"""
|
231
231
|
return pulumi.get(self, "project_id")
|
232
232
|
|
@@ -58,7 +58,7 @@ class GetJobRunsResult:
|
|
58
58
|
@pulumi.getter(name="compartmentId")
|
59
59
|
def compartment_id(self) -> str:
|
60
60
|
"""
|
61
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
61
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job run.
|
62
62
|
"""
|
63
63
|
return pulumi.get(self, "compartment_id")
|
64
64
|
|
@@ -95,7 +95,7 @@ class GetJobRunsResult:
|
|
95
95
|
@pulumi.getter(name="jobId")
|
96
96
|
def job_id(self) -> Optional[str]:
|
97
97
|
"""
|
98
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job
|
98
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job.
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "job_id")
|
101
101
|
|
@@ -36,7 +36,7 @@ class JobRunArgs:
|
|
36
36
|
The set of arguments for constructing a JobRun resource.
|
37
37
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
38
38
|
:param pulumi.Input[str] job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to create a run for.
|
39
|
-
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
39
|
+
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
40
40
|
|
41
41
|
|
42
42
|
** IMPORTANT **
|
@@ -98,7 +98,7 @@ class JobRunArgs:
|
|
98
98
|
@pulumi.getter(name="projectId")
|
99
99
|
def project_id(self) -> pulumi.Input[str]:
|
100
100
|
"""
|
101
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
101
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
102
102
|
|
103
103
|
|
104
104
|
** IMPORTANT **
|
@@ -247,7 +247,7 @@ class _JobRunState:
|
|
247
247
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the job run.
|
248
248
|
:param pulumi.Input[Sequence[pulumi.Input['JobRunLogDetailArgs']]] log_details: Customer logging details for job run.
|
249
249
|
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
250
|
-
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
250
|
+
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
251
251
|
|
252
252
|
|
253
253
|
** IMPORTANT **
|
@@ -482,7 +482,7 @@ class _JobRunState:
|
|
482
482
|
@pulumi.getter(name="projectId")
|
483
483
|
def project_id(self) -> Optional[pulumi.Input[str]]:
|
484
484
|
"""
|
485
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
485
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
486
486
|
|
487
487
|
|
488
488
|
** IMPORTANT **
|
@@ -626,7 +626,7 @@ class JobRun(pulumi.CustomResource):
|
|
626
626
|
:param pulumi.Input[str] job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to create a run for.
|
627
627
|
:param pulumi.Input[Union['JobRunJobLogConfigurationOverrideDetailsArgs', 'JobRunJobLogConfigurationOverrideDetailsArgsDict']] job_log_configuration_override_details: Logging configuration for resource.
|
628
628
|
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
629
|
-
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
629
|
+
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
630
630
|
|
631
631
|
|
632
632
|
** IMPORTANT **
|
@@ -805,7 +805,7 @@ class JobRun(pulumi.CustomResource):
|
|
805
805
|
:param pulumi.Input[str] lifecycle_details: Details of the state of the job run.
|
806
806
|
:param pulumi.Input[Sequence[pulumi.Input[Union['JobRunLogDetailArgs', 'JobRunLogDetailArgsDict']]]] log_details: Customer logging details for job run.
|
807
807
|
:param pulumi.Input[str] opc_parent_rpt_url: URL to fetch the Resource Principal Token from the parent resource.
|
808
|
-
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
808
|
+
:param pulumi.Input[str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
809
809
|
|
810
810
|
|
811
811
|
** IMPORTANT **
|
@@ -965,7 +965,7 @@ class JobRun(pulumi.CustomResource):
|
|
965
965
|
@pulumi.getter(name="projectId")
|
966
966
|
def project_id(self) -> pulumi.Output[str]:
|
967
967
|
"""
|
968
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job with.
|
968
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the job run with.
|
969
969
|
|
970
970
|
|
971
971
|
** IMPORTANT **
|
@@ -486,6 +486,7 @@ class ModelDeployment(pulumi.CustomResource):
|
|
486
486
|
"memory_in_gbs": model_deployment_model_deployment_configuration_details_model_configuration_details_instance_configuration_model_deployment_instance_shape_config_details_memory_in_gbs,
|
487
487
|
"ocpus": model_deployment_model_deployment_configuration_details_model_configuration_details_instance_configuration_model_deployment_instance_shape_config_details_ocpus,
|
488
488
|
},
|
489
|
+
"private_endpoint_id": test_private_endpoint["id"],
|
489
490
|
"subnet_id": test_subnet["id"],
|
490
491
|
},
|
491
492
|
"model_id": test_model["id"],
|
@@ -609,6 +610,7 @@ class ModelDeployment(pulumi.CustomResource):
|
|
609
610
|
"memory_in_gbs": model_deployment_model_deployment_configuration_details_model_configuration_details_instance_configuration_model_deployment_instance_shape_config_details_memory_in_gbs,
|
610
611
|
"ocpus": model_deployment_model_deployment_configuration_details_model_configuration_details_instance_configuration_model_deployment_instance_shape_config_details_ocpus,
|
611
612
|
},
|
613
|
+
"private_endpoint_id": test_private_endpoint["id"],
|
612
614
|
"subnet_id": test_subnet["id"],
|
613
615
|
},
|
614
616
|
"model_id": test_model["id"],
|