pulumi-oci 2.29.0a1744186202__py3-none-any.whl → 2.30.0a1744266639__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 +46 -0
- pulumi_oci/bigdataservice/bds_instance.py +7 -7
- pulumi_oci/datascience/__init__.py +9 -0
- pulumi_oci/datascience/_inputs.py +1215 -0
- pulumi_oci/datascience/get_ml_application.py +254 -0
- pulumi_oci/datascience/get_ml_application_implementation.py +389 -0
- pulumi_oci/datascience/get_ml_application_implementations.py +252 -0
- pulumi_oci/datascience/get_ml_application_instance.py +367 -0
- pulumi_oci/datascience/get_ml_application_instances.py +214 -0
- pulumi_oci/datascience/get_ml_applications.py +230 -0
- pulumi_oci/datascience/ml_application.py +564 -0
- pulumi_oci/datascience/ml_application_implementation.py +969 -0
- pulumi_oci/datascience/ml_application_instance.py +832 -0
- pulumi_oci/datascience/outputs.py +7154 -4464
- pulumi_oci/lustre/__init__.py +13 -0
- pulumi_oci/lustre/_inputs.py +219 -0
- pulumi_oci/lustre/file_storage_lustre_file_system.py +1184 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_system.py +451 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_systems.py +222 -0
- pulumi_oci/lustre/outputs.py +639 -0
- pulumi_oci/oci/__init__.py +13 -0
- pulumi_oci/oci/_inputs.py +219 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_system.py +455 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_systems.py +226 -0
- pulumi_oci/oci/lustre_file_storage_lustre_file_system.py +1188 -0
- pulumi_oci/oci/outputs.py +639 -0
- pulumi_oci/opsi/get_operations_insights_warehouse.py +16 -2
- pulumi_oci/opsi/operations_insights_warehouse.py +56 -7
- pulumi_oci/opsi/outputs.py +13 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +1423 -51
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +16 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +58 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +46 -2
- pulumi_oci/stackmonitoring/monitored_resource_task.py +116 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +119 -7
- pulumi_oci/stackmonitoring/outputs.py +6195 -3496
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/METADATA +1 -1
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/RECORD +41 -20
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/top_level.txt +0 -0
@@ -42,6 +42,30 @@ __all__ = [
|
|
42
42
|
'JobRunJobStorageMountConfigurationDetailsListArgsDict',
|
43
43
|
'JobRunLogDetailArgs',
|
44
44
|
'JobRunLogDetailArgsDict',
|
45
|
+
'MlApplicationImplementationApplicationComponentArgs',
|
46
|
+
'MlApplicationImplementationApplicationComponentArgsDict',
|
47
|
+
'MlApplicationImplementationConfigurationSchemaArgs',
|
48
|
+
'MlApplicationImplementationConfigurationSchemaArgsDict',
|
49
|
+
'MlApplicationImplementationLoggingArgs',
|
50
|
+
'MlApplicationImplementationLoggingArgsDict',
|
51
|
+
'MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs',
|
52
|
+
'MlApplicationImplementationLoggingAggregatedInstanceViewLogArgsDict',
|
53
|
+
'MlApplicationImplementationLoggingImplementationLogArgs',
|
54
|
+
'MlApplicationImplementationLoggingImplementationLogArgsDict',
|
55
|
+
'MlApplicationImplementationLoggingTriggerLogArgs',
|
56
|
+
'MlApplicationImplementationLoggingTriggerLogArgsDict',
|
57
|
+
'MlApplicationImplementationMlApplicationPackageArgumentArgs',
|
58
|
+
'MlApplicationImplementationMlApplicationPackageArgumentArgsDict',
|
59
|
+
'MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs',
|
60
|
+
'MlApplicationImplementationMlApplicationPackageArgumentArgumentArgsDict',
|
61
|
+
'MlApplicationInstanceAuthConfigurationArgs',
|
62
|
+
'MlApplicationInstanceAuthConfigurationArgsDict',
|
63
|
+
'MlApplicationInstanceConfigurationArgs',
|
64
|
+
'MlApplicationInstanceConfigurationArgsDict',
|
65
|
+
'MlApplicationInstancePredictionEndpointDetailArgs',
|
66
|
+
'MlApplicationInstancePredictionEndpointDetailArgsDict',
|
67
|
+
'MlApplicationInstancePredictionEndpointDetailPredictionUriArgs',
|
68
|
+
'MlApplicationInstancePredictionEndpointDetailPredictionUriArgsDict',
|
45
69
|
'ModelBackupOperationDetailArgs',
|
46
70
|
'ModelBackupOperationDetailArgsDict',
|
47
71
|
'ModelBackupSettingArgs',
|
@@ -192,6 +216,12 @@ __all__ = [
|
|
192
216
|
'GetJobShapesFilterArgsDict',
|
193
217
|
'GetJobsFilterArgs',
|
194
218
|
'GetJobsFilterArgsDict',
|
219
|
+
'GetMlApplicationImplementationsFilterArgs',
|
220
|
+
'GetMlApplicationImplementationsFilterArgsDict',
|
221
|
+
'GetMlApplicationInstancesFilterArgs',
|
222
|
+
'GetMlApplicationInstancesFilterArgsDict',
|
223
|
+
'GetMlApplicationsFilterArgs',
|
224
|
+
'GetMlApplicationsFilterArgsDict',
|
195
225
|
'GetModelDeploymentShapesFilterArgs',
|
196
226
|
'GetModelDeploymentShapesFilterArgsDict',
|
197
227
|
'GetModelDeploymentsFilterArgs',
|
@@ -1563,6 +1593,1032 @@ class JobRunLogDetailArgs:
|
|
1563
1593
|
pulumi.set(self, "log_id", value)
|
1564
1594
|
|
1565
1595
|
|
1596
|
+
if not MYPY:
|
1597
|
+
class MlApplicationImplementationApplicationComponentArgsDict(TypedDict):
|
1598
|
+
application_id: NotRequired[pulumi.Input[builtins.str]]
|
1599
|
+
"""
|
1600
|
+
OCID of Data Flow Application
|
1601
|
+
"""
|
1602
|
+
component_name: NotRequired[pulumi.Input[builtins.str]]
|
1603
|
+
"""
|
1604
|
+
Name of application component
|
1605
|
+
"""
|
1606
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
1607
|
+
"""
|
1608
|
+
The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
|
1609
|
+
"""
|
1610
|
+
job_id: NotRequired[pulumi.Input[builtins.str]]
|
1611
|
+
"""
|
1612
|
+
OCID of Data Science Job
|
1613
|
+
"""
|
1614
|
+
model_id: NotRequired[pulumi.Input[builtins.str]]
|
1615
|
+
"""
|
1616
|
+
OCID of Data Science Model
|
1617
|
+
"""
|
1618
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
1619
|
+
"""
|
1620
|
+
ML Application Implementation name which is unique for given ML Application.
|
1621
|
+
|
1622
|
+
|
1623
|
+
** IMPORTANT **
|
1624
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1625
|
+
"""
|
1626
|
+
pipeline_id: NotRequired[pulumi.Input[builtins.str]]
|
1627
|
+
"""
|
1628
|
+
OCID of Data Science Pipeline
|
1629
|
+
"""
|
1630
|
+
resource_type: NotRequired[pulumi.Input[builtins.str]]
|
1631
|
+
"""
|
1632
|
+
Type of the resource
|
1633
|
+
"""
|
1634
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
1635
|
+
"""
|
1636
|
+
type of the argument
|
1637
|
+
"""
|
1638
|
+
elif False:
|
1639
|
+
MlApplicationImplementationApplicationComponentArgsDict: TypeAlias = Mapping[str, Any]
|
1640
|
+
|
1641
|
+
@pulumi.input_type
|
1642
|
+
class MlApplicationImplementationApplicationComponentArgs:
|
1643
|
+
def __init__(__self__, *,
|
1644
|
+
application_id: Optional[pulumi.Input[builtins.str]] = None,
|
1645
|
+
component_name: Optional[pulumi.Input[builtins.str]] = None,
|
1646
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
1647
|
+
job_id: Optional[pulumi.Input[builtins.str]] = None,
|
1648
|
+
model_id: Optional[pulumi.Input[builtins.str]] = None,
|
1649
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
1650
|
+
pipeline_id: Optional[pulumi.Input[builtins.str]] = None,
|
1651
|
+
resource_type: Optional[pulumi.Input[builtins.str]] = None,
|
1652
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
1653
|
+
"""
|
1654
|
+
:param pulumi.Input[builtins.str] application_id: OCID of Data Flow Application
|
1655
|
+
:param pulumi.Input[builtins.str] component_name: Name of application component
|
1656
|
+
:param pulumi.Input[builtins.str] id: The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
|
1657
|
+
:param pulumi.Input[builtins.str] job_id: OCID of Data Science Job
|
1658
|
+
:param pulumi.Input[builtins.str] model_id: OCID of Data Science Model
|
1659
|
+
:param pulumi.Input[builtins.str] name: ML Application Implementation name which is unique for given ML Application.
|
1660
|
+
|
1661
|
+
|
1662
|
+
** IMPORTANT **
|
1663
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1664
|
+
:param pulumi.Input[builtins.str] pipeline_id: OCID of Data Science Pipeline
|
1665
|
+
:param pulumi.Input[builtins.str] resource_type: Type of the resource
|
1666
|
+
:param pulumi.Input[builtins.str] type: type of the argument
|
1667
|
+
"""
|
1668
|
+
if application_id is not None:
|
1669
|
+
pulumi.set(__self__, "application_id", application_id)
|
1670
|
+
if component_name is not None:
|
1671
|
+
pulumi.set(__self__, "component_name", component_name)
|
1672
|
+
if id is not None:
|
1673
|
+
pulumi.set(__self__, "id", id)
|
1674
|
+
if job_id is not None:
|
1675
|
+
pulumi.set(__self__, "job_id", job_id)
|
1676
|
+
if model_id is not None:
|
1677
|
+
pulumi.set(__self__, "model_id", model_id)
|
1678
|
+
if name is not None:
|
1679
|
+
pulumi.set(__self__, "name", name)
|
1680
|
+
if pipeline_id is not None:
|
1681
|
+
pulumi.set(__self__, "pipeline_id", pipeline_id)
|
1682
|
+
if resource_type is not None:
|
1683
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
1684
|
+
if type is not None:
|
1685
|
+
pulumi.set(__self__, "type", type)
|
1686
|
+
|
1687
|
+
@property
|
1688
|
+
@pulumi.getter(name="applicationId")
|
1689
|
+
def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1690
|
+
"""
|
1691
|
+
OCID of Data Flow Application
|
1692
|
+
"""
|
1693
|
+
return pulumi.get(self, "application_id")
|
1694
|
+
|
1695
|
+
@application_id.setter
|
1696
|
+
def application_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1697
|
+
pulumi.set(self, "application_id", value)
|
1698
|
+
|
1699
|
+
@property
|
1700
|
+
@pulumi.getter(name="componentName")
|
1701
|
+
def component_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
1702
|
+
"""
|
1703
|
+
Name of application component
|
1704
|
+
"""
|
1705
|
+
return pulumi.get(self, "component_name")
|
1706
|
+
|
1707
|
+
@component_name.setter
|
1708
|
+
def component_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
1709
|
+
pulumi.set(self, "component_name", value)
|
1710
|
+
|
1711
|
+
@property
|
1712
|
+
@pulumi.getter
|
1713
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1714
|
+
"""
|
1715
|
+
The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
|
1716
|
+
"""
|
1717
|
+
return pulumi.get(self, "id")
|
1718
|
+
|
1719
|
+
@id.setter
|
1720
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1721
|
+
pulumi.set(self, "id", value)
|
1722
|
+
|
1723
|
+
@property
|
1724
|
+
@pulumi.getter(name="jobId")
|
1725
|
+
def job_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1726
|
+
"""
|
1727
|
+
OCID of Data Science Job
|
1728
|
+
"""
|
1729
|
+
return pulumi.get(self, "job_id")
|
1730
|
+
|
1731
|
+
@job_id.setter
|
1732
|
+
def job_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1733
|
+
pulumi.set(self, "job_id", value)
|
1734
|
+
|
1735
|
+
@property
|
1736
|
+
@pulumi.getter(name="modelId")
|
1737
|
+
def model_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1738
|
+
"""
|
1739
|
+
OCID of Data Science Model
|
1740
|
+
"""
|
1741
|
+
return pulumi.get(self, "model_id")
|
1742
|
+
|
1743
|
+
@model_id.setter
|
1744
|
+
def model_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1745
|
+
pulumi.set(self, "model_id", value)
|
1746
|
+
|
1747
|
+
@property
|
1748
|
+
@pulumi.getter
|
1749
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
1750
|
+
"""
|
1751
|
+
ML Application Implementation name which is unique for given ML Application.
|
1752
|
+
|
1753
|
+
|
1754
|
+
** IMPORTANT **
|
1755
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1756
|
+
"""
|
1757
|
+
return pulumi.get(self, "name")
|
1758
|
+
|
1759
|
+
@name.setter
|
1760
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
1761
|
+
pulumi.set(self, "name", value)
|
1762
|
+
|
1763
|
+
@property
|
1764
|
+
@pulumi.getter(name="pipelineId")
|
1765
|
+
def pipeline_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1766
|
+
"""
|
1767
|
+
OCID of Data Science Pipeline
|
1768
|
+
"""
|
1769
|
+
return pulumi.get(self, "pipeline_id")
|
1770
|
+
|
1771
|
+
@pipeline_id.setter
|
1772
|
+
def pipeline_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1773
|
+
pulumi.set(self, "pipeline_id", value)
|
1774
|
+
|
1775
|
+
@property
|
1776
|
+
@pulumi.getter(name="resourceType")
|
1777
|
+
def resource_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
1778
|
+
"""
|
1779
|
+
Type of the resource
|
1780
|
+
"""
|
1781
|
+
return pulumi.get(self, "resource_type")
|
1782
|
+
|
1783
|
+
@resource_type.setter
|
1784
|
+
def resource_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
1785
|
+
pulumi.set(self, "resource_type", value)
|
1786
|
+
|
1787
|
+
@property
|
1788
|
+
@pulumi.getter
|
1789
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
1790
|
+
"""
|
1791
|
+
type of the argument
|
1792
|
+
"""
|
1793
|
+
return pulumi.get(self, "type")
|
1794
|
+
|
1795
|
+
@type.setter
|
1796
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
1797
|
+
pulumi.set(self, "type", value)
|
1798
|
+
|
1799
|
+
|
1800
|
+
if not MYPY:
|
1801
|
+
class MlApplicationImplementationConfigurationSchemaArgsDict(TypedDict):
|
1802
|
+
default_value: NotRequired[pulumi.Input[builtins.str]]
|
1803
|
+
"""
|
1804
|
+
The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
|
1805
|
+
"""
|
1806
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
1807
|
+
"""
|
1808
|
+
short description of the argument
|
1809
|
+
"""
|
1810
|
+
is_mandatory: NotRequired[pulumi.Input[builtins.bool]]
|
1811
|
+
"""
|
1812
|
+
argument is mandatory or not
|
1813
|
+
"""
|
1814
|
+
key_name: NotRequired[pulumi.Input[builtins.str]]
|
1815
|
+
"""
|
1816
|
+
Name of key (parameter name)
|
1817
|
+
"""
|
1818
|
+
sample_value: NotRequired[pulumi.Input[builtins.str]]
|
1819
|
+
"""
|
1820
|
+
Sample property value (it must match validationRegexp if it is specified)
|
1821
|
+
"""
|
1822
|
+
validation_regexp: NotRequired[pulumi.Input[builtins.str]]
|
1823
|
+
"""
|
1824
|
+
A regular expression will be used for the validation of property value.
|
1825
|
+
"""
|
1826
|
+
value_type: NotRequired[pulumi.Input[builtins.str]]
|
1827
|
+
"""
|
1828
|
+
Type of value
|
1829
|
+
"""
|
1830
|
+
elif False:
|
1831
|
+
MlApplicationImplementationConfigurationSchemaArgsDict: TypeAlias = Mapping[str, Any]
|
1832
|
+
|
1833
|
+
@pulumi.input_type
|
1834
|
+
class MlApplicationImplementationConfigurationSchemaArgs:
|
1835
|
+
def __init__(__self__, *,
|
1836
|
+
default_value: Optional[pulumi.Input[builtins.str]] = None,
|
1837
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
1838
|
+
is_mandatory: Optional[pulumi.Input[builtins.bool]] = None,
|
1839
|
+
key_name: Optional[pulumi.Input[builtins.str]] = None,
|
1840
|
+
sample_value: Optional[pulumi.Input[builtins.str]] = None,
|
1841
|
+
validation_regexp: Optional[pulumi.Input[builtins.str]] = None,
|
1842
|
+
value_type: Optional[pulumi.Input[builtins.str]] = None):
|
1843
|
+
"""
|
1844
|
+
:param pulumi.Input[builtins.str] default_value: The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
|
1845
|
+
:param pulumi.Input[builtins.str] description: short description of the argument
|
1846
|
+
:param pulumi.Input[builtins.bool] is_mandatory: argument is mandatory or not
|
1847
|
+
:param pulumi.Input[builtins.str] key_name: Name of key (parameter name)
|
1848
|
+
:param pulumi.Input[builtins.str] sample_value: Sample property value (it must match validationRegexp if it is specified)
|
1849
|
+
:param pulumi.Input[builtins.str] validation_regexp: A regular expression will be used for the validation of property value.
|
1850
|
+
:param pulumi.Input[builtins.str] value_type: Type of value
|
1851
|
+
"""
|
1852
|
+
if default_value is not None:
|
1853
|
+
pulumi.set(__self__, "default_value", default_value)
|
1854
|
+
if description is not None:
|
1855
|
+
pulumi.set(__self__, "description", description)
|
1856
|
+
if is_mandatory is not None:
|
1857
|
+
pulumi.set(__self__, "is_mandatory", is_mandatory)
|
1858
|
+
if key_name is not None:
|
1859
|
+
pulumi.set(__self__, "key_name", key_name)
|
1860
|
+
if sample_value is not None:
|
1861
|
+
pulumi.set(__self__, "sample_value", sample_value)
|
1862
|
+
if validation_regexp is not None:
|
1863
|
+
pulumi.set(__self__, "validation_regexp", validation_regexp)
|
1864
|
+
if value_type is not None:
|
1865
|
+
pulumi.set(__self__, "value_type", value_type)
|
1866
|
+
|
1867
|
+
@property
|
1868
|
+
@pulumi.getter(name="defaultValue")
|
1869
|
+
def default_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
1870
|
+
"""
|
1871
|
+
The default value for the optional configuration property (it must not be specified for mandatory configuration properties)
|
1872
|
+
"""
|
1873
|
+
return pulumi.get(self, "default_value")
|
1874
|
+
|
1875
|
+
@default_value.setter
|
1876
|
+
def default_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
1877
|
+
pulumi.set(self, "default_value", value)
|
1878
|
+
|
1879
|
+
@property
|
1880
|
+
@pulumi.getter
|
1881
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
1882
|
+
"""
|
1883
|
+
short description of the argument
|
1884
|
+
"""
|
1885
|
+
return pulumi.get(self, "description")
|
1886
|
+
|
1887
|
+
@description.setter
|
1888
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
1889
|
+
pulumi.set(self, "description", value)
|
1890
|
+
|
1891
|
+
@property
|
1892
|
+
@pulumi.getter(name="isMandatory")
|
1893
|
+
def is_mandatory(self) -> Optional[pulumi.Input[builtins.bool]]:
|
1894
|
+
"""
|
1895
|
+
argument is mandatory or not
|
1896
|
+
"""
|
1897
|
+
return pulumi.get(self, "is_mandatory")
|
1898
|
+
|
1899
|
+
@is_mandatory.setter
|
1900
|
+
def is_mandatory(self, value: Optional[pulumi.Input[builtins.bool]]):
|
1901
|
+
pulumi.set(self, "is_mandatory", value)
|
1902
|
+
|
1903
|
+
@property
|
1904
|
+
@pulumi.getter(name="keyName")
|
1905
|
+
def key_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
1906
|
+
"""
|
1907
|
+
Name of key (parameter name)
|
1908
|
+
"""
|
1909
|
+
return pulumi.get(self, "key_name")
|
1910
|
+
|
1911
|
+
@key_name.setter
|
1912
|
+
def key_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
1913
|
+
pulumi.set(self, "key_name", value)
|
1914
|
+
|
1915
|
+
@property
|
1916
|
+
@pulumi.getter(name="sampleValue")
|
1917
|
+
def sample_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
1918
|
+
"""
|
1919
|
+
Sample property value (it must match validationRegexp if it is specified)
|
1920
|
+
"""
|
1921
|
+
return pulumi.get(self, "sample_value")
|
1922
|
+
|
1923
|
+
@sample_value.setter
|
1924
|
+
def sample_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
1925
|
+
pulumi.set(self, "sample_value", value)
|
1926
|
+
|
1927
|
+
@property
|
1928
|
+
@pulumi.getter(name="validationRegexp")
|
1929
|
+
def validation_regexp(self) -> Optional[pulumi.Input[builtins.str]]:
|
1930
|
+
"""
|
1931
|
+
A regular expression will be used for the validation of property value.
|
1932
|
+
"""
|
1933
|
+
return pulumi.get(self, "validation_regexp")
|
1934
|
+
|
1935
|
+
@validation_regexp.setter
|
1936
|
+
def validation_regexp(self, value: Optional[pulumi.Input[builtins.str]]):
|
1937
|
+
pulumi.set(self, "validation_regexp", value)
|
1938
|
+
|
1939
|
+
@property
|
1940
|
+
@pulumi.getter(name="valueType")
|
1941
|
+
def value_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
1942
|
+
"""
|
1943
|
+
Type of value
|
1944
|
+
"""
|
1945
|
+
return pulumi.get(self, "value_type")
|
1946
|
+
|
1947
|
+
@value_type.setter
|
1948
|
+
def value_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
1949
|
+
pulumi.set(self, "value_type", value)
|
1950
|
+
|
1951
|
+
|
1952
|
+
if not MYPY:
|
1953
|
+
class MlApplicationImplementationLoggingArgsDict(TypedDict):
|
1954
|
+
aggregated_instance_view_log: NotRequired[pulumi.Input['MlApplicationImplementationLoggingAggregatedInstanceViewLogArgsDict']]
|
1955
|
+
"""
|
1956
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1957
|
+
"""
|
1958
|
+
implementation_log: NotRequired[pulumi.Input['MlApplicationImplementationLoggingImplementationLogArgsDict']]
|
1959
|
+
"""
|
1960
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1961
|
+
"""
|
1962
|
+
trigger_log: NotRequired[pulumi.Input['MlApplicationImplementationLoggingTriggerLogArgsDict']]
|
1963
|
+
"""
|
1964
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1965
|
+
"""
|
1966
|
+
elif False:
|
1967
|
+
MlApplicationImplementationLoggingArgsDict: TypeAlias = Mapping[str, Any]
|
1968
|
+
|
1969
|
+
@pulumi.input_type
|
1970
|
+
class MlApplicationImplementationLoggingArgs:
|
1971
|
+
def __init__(__self__, *,
|
1972
|
+
aggregated_instance_view_log: Optional[pulumi.Input['MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs']] = None,
|
1973
|
+
implementation_log: Optional[pulumi.Input['MlApplicationImplementationLoggingImplementationLogArgs']] = None,
|
1974
|
+
trigger_log: Optional[pulumi.Input['MlApplicationImplementationLoggingTriggerLogArgs']] = None):
|
1975
|
+
"""
|
1976
|
+
:param pulumi.Input['MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs'] aggregated_instance_view_log: (Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1977
|
+
:param pulumi.Input['MlApplicationImplementationLoggingImplementationLogArgs'] implementation_log: (Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1978
|
+
:param pulumi.Input['MlApplicationImplementationLoggingTriggerLogArgs'] trigger_log: (Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1979
|
+
"""
|
1980
|
+
if aggregated_instance_view_log is not None:
|
1981
|
+
pulumi.set(__self__, "aggregated_instance_view_log", aggregated_instance_view_log)
|
1982
|
+
if implementation_log is not None:
|
1983
|
+
pulumi.set(__self__, "implementation_log", implementation_log)
|
1984
|
+
if trigger_log is not None:
|
1985
|
+
pulumi.set(__self__, "trigger_log", trigger_log)
|
1986
|
+
|
1987
|
+
@property
|
1988
|
+
@pulumi.getter(name="aggregatedInstanceViewLog")
|
1989
|
+
def aggregated_instance_view_log(self) -> Optional[pulumi.Input['MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs']]:
|
1990
|
+
"""
|
1991
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
1992
|
+
"""
|
1993
|
+
return pulumi.get(self, "aggregated_instance_view_log")
|
1994
|
+
|
1995
|
+
@aggregated_instance_view_log.setter
|
1996
|
+
def aggregated_instance_view_log(self, value: Optional[pulumi.Input['MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs']]):
|
1997
|
+
pulumi.set(self, "aggregated_instance_view_log", value)
|
1998
|
+
|
1999
|
+
@property
|
2000
|
+
@pulumi.getter(name="implementationLog")
|
2001
|
+
def implementation_log(self) -> Optional[pulumi.Input['MlApplicationImplementationLoggingImplementationLogArgs']]:
|
2002
|
+
"""
|
2003
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
2004
|
+
"""
|
2005
|
+
return pulumi.get(self, "implementation_log")
|
2006
|
+
|
2007
|
+
@implementation_log.setter
|
2008
|
+
def implementation_log(self, value: Optional[pulumi.Input['MlApplicationImplementationLoggingImplementationLogArgs']]):
|
2009
|
+
pulumi.set(self, "implementation_log", value)
|
2010
|
+
|
2011
|
+
@property
|
2012
|
+
@pulumi.getter(name="triggerLog")
|
2013
|
+
def trigger_log(self) -> Optional[pulumi.Input['MlApplicationImplementationLoggingTriggerLogArgs']]:
|
2014
|
+
"""
|
2015
|
+
(Updatable) Log configuration details for particular areas of ML Application Implementation.
|
2016
|
+
"""
|
2017
|
+
return pulumi.get(self, "trigger_log")
|
2018
|
+
|
2019
|
+
@trigger_log.setter
|
2020
|
+
def trigger_log(self, value: Optional[pulumi.Input['MlApplicationImplementationLoggingTriggerLogArgs']]):
|
2021
|
+
pulumi.set(self, "trigger_log", value)
|
2022
|
+
|
2023
|
+
|
2024
|
+
if not MYPY:
|
2025
|
+
class MlApplicationImplementationLoggingAggregatedInstanceViewLogArgsDict(TypedDict):
|
2026
|
+
enable_logging: NotRequired[pulumi.Input[builtins.bool]]
|
2027
|
+
"""
|
2028
|
+
(Updatable) If logging is enabled.
|
2029
|
+
"""
|
2030
|
+
log_group_id: NotRequired[pulumi.Input[builtins.str]]
|
2031
|
+
"""
|
2032
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2033
|
+
"""
|
2034
|
+
log_id: NotRequired[pulumi.Input[builtins.str]]
|
2035
|
+
"""
|
2036
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2037
|
+
"""
|
2038
|
+
elif False:
|
2039
|
+
MlApplicationImplementationLoggingAggregatedInstanceViewLogArgsDict: TypeAlias = Mapping[str, Any]
|
2040
|
+
|
2041
|
+
@pulumi.input_type
|
2042
|
+
class MlApplicationImplementationLoggingAggregatedInstanceViewLogArgs:
|
2043
|
+
def __init__(__self__, *,
|
2044
|
+
enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
2045
|
+
log_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
2046
|
+
log_id: Optional[pulumi.Input[builtins.str]] = None):
|
2047
|
+
"""
|
2048
|
+
:param pulumi.Input[builtins.bool] enable_logging: (Updatable) If logging is enabled.
|
2049
|
+
:param pulumi.Input[builtins.str] log_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2050
|
+
:param pulumi.Input[builtins.str] log_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2051
|
+
"""
|
2052
|
+
if enable_logging is not None:
|
2053
|
+
pulumi.set(__self__, "enable_logging", enable_logging)
|
2054
|
+
if log_group_id is not None:
|
2055
|
+
pulumi.set(__self__, "log_group_id", log_group_id)
|
2056
|
+
if log_id is not None:
|
2057
|
+
pulumi.set(__self__, "log_id", log_id)
|
2058
|
+
|
2059
|
+
@property
|
2060
|
+
@pulumi.getter(name="enableLogging")
|
2061
|
+
def enable_logging(self) -> Optional[pulumi.Input[builtins.bool]]:
|
2062
|
+
"""
|
2063
|
+
(Updatable) If logging is enabled.
|
2064
|
+
"""
|
2065
|
+
return pulumi.get(self, "enable_logging")
|
2066
|
+
|
2067
|
+
@enable_logging.setter
|
2068
|
+
def enable_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
|
2069
|
+
pulumi.set(self, "enable_logging", value)
|
2070
|
+
|
2071
|
+
@property
|
2072
|
+
@pulumi.getter(name="logGroupId")
|
2073
|
+
def log_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2074
|
+
"""
|
2075
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2076
|
+
"""
|
2077
|
+
return pulumi.get(self, "log_group_id")
|
2078
|
+
|
2079
|
+
@log_group_id.setter
|
2080
|
+
def log_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2081
|
+
pulumi.set(self, "log_group_id", value)
|
2082
|
+
|
2083
|
+
@property
|
2084
|
+
@pulumi.getter(name="logId")
|
2085
|
+
def log_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2086
|
+
"""
|
2087
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2088
|
+
"""
|
2089
|
+
return pulumi.get(self, "log_id")
|
2090
|
+
|
2091
|
+
@log_id.setter
|
2092
|
+
def log_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2093
|
+
pulumi.set(self, "log_id", value)
|
2094
|
+
|
2095
|
+
|
2096
|
+
if not MYPY:
|
2097
|
+
class MlApplicationImplementationLoggingImplementationLogArgsDict(TypedDict):
|
2098
|
+
enable_logging: NotRequired[pulumi.Input[builtins.bool]]
|
2099
|
+
"""
|
2100
|
+
(Updatable) If logging is enabled.
|
2101
|
+
"""
|
2102
|
+
log_group_id: NotRequired[pulumi.Input[builtins.str]]
|
2103
|
+
"""
|
2104
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2105
|
+
"""
|
2106
|
+
log_id: NotRequired[pulumi.Input[builtins.str]]
|
2107
|
+
"""
|
2108
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2109
|
+
"""
|
2110
|
+
elif False:
|
2111
|
+
MlApplicationImplementationLoggingImplementationLogArgsDict: TypeAlias = Mapping[str, Any]
|
2112
|
+
|
2113
|
+
@pulumi.input_type
|
2114
|
+
class MlApplicationImplementationLoggingImplementationLogArgs:
|
2115
|
+
def __init__(__self__, *,
|
2116
|
+
enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
2117
|
+
log_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
2118
|
+
log_id: Optional[pulumi.Input[builtins.str]] = None):
|
2119
|
+
"""
|
2120
|
+
:param pulumi.Input[builtins.bool] enable_logging: (Updatable) If logging is enabled.
|
2121
|
+
:param pulumi.Input[builtins.str] log_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2122
|
+
:param pulumi.Input[builtins.str] log_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2123
|
+
"""
|
2124
|
+
if enable_logging is not None:
|
2125
|
+
pulumi.set(__self__, "enable_logging", enable_logging)
|
2126
|
+
if log_group_id is not None:
|
2127
|
+
pulumi.set(__self__, "log_group_id", log_group_id)
|
2128
|
+
if log_id is not None:
|
2129
|
+
pulumi.set(__self__, "log_id", log_id)
|
2130
|
+
|
2131
|
+
@property
|
2132
|
+
@pulumi.getter(name="enableLogging")
|
2133
|
+
def enable_logging(self) -> Optional[pulumi.Input[builtins.bool]]:
|
2134
|
+
"""
|
2135
|
+
(Updatable) If logging is enabled.
|
2136
|
+
"""
|
2137
|
+
return pulumi.get(self, "enable_logging")
|
2138
|
+
|
2139
|
+
@enable_logging.setter
|
2140
|
+
def enable_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
|
2141
|
+
pulumi.set(self, "enable_logging", value)
|
2142
|
+
|
2143
|
+
@property
|
2144
|
+
@pulumi.getter(name="logGroupId")
|
2145
|
+
def log_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2146
|
+
"""
|
2147
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2148
|
+
"""
|
2149
|
+
return pulumi.get(self, "log_group_id")
|
2150
|
+
|
2151
|
+
@log_group_id.setter
|
2152
|
+
def log_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2153
|
+
pulumi.set(self, "log_group_id", value)
|
2154
|
+
|
2155
|
+
@property
|
2156
|
+
@pulumi.getter(name="logId")
|
2157
|
+
def log_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2158
|
+
"""
|
2159
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2160
|
+
"""
|
2161
|
+
return pulumi.get(self, "log_id")
|
2162
|
+
|
2163
|
+
@log_id.setter
|
2164
|
+
def log_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2165
|
+
pulumi.set(self, "log_id", value)
|
2166
|
+
|
2167
|
+
|
2168
|
+
if not MYPY:
|
2169
|
+
class MlApplicationImplementationLoggingTriggerLogArgsDict(TypedDict):
|
2170
|
+
enable_logging: NotRequired[pulumi.Input[builtins.bool]]
|
2171
|
+
"""
|
2172
|
+
(Updatable) If logging is enabled.
|
2173
|
+
"""
|
2174
|
+
log_group_id: NotRequired[pulumi.Input[builtins.str]]
|
2175
|
+
"""
|
2176
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2177
|
+
"""
|
2178
|
+
log_id: NotRequired[pulumi.Input[builtins.str]]
|
2179
|
+
"""
|
2180
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2181
|
+
"""
|
2182
|
+
elif False:
|
2183
|
+
MlApplicationImplementationLoggingTriggerLogArgsDict: TypeAlias = Mapping[str, Any]
|
2184
|
+
|
2185
|
+
@pulumi.input_type
|
2186
|
+
class MlApplicationImplementationLoggingTriggerLogArgs:
|
2187
|
+
def __init__(__self__, *,
|
2188
|
+
enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
2189
|
+
log_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
2190
|
+
log_id: Optional[pulumi.Input[builtins.str]] = None):
|
2191
|
+
"""
|
2192
|
+
:param pulumi.Input[builtins.bool] enable_logging: (Updatable) If logging is enabled.
|
2193
|
+
:param pulumi.Input[builtins.str] log_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2194
|
+
:param pulumi.Input[builtins.str] log_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2195
|
+
"""
|
2196
|
+
if enable_logging is not None:
|
2197
|
+
pulumi.set(__self__, "enable_logging", enable_logging)
|
2198
|
+
if log_group_id is not None:
|
2199
|
+
pulumi.set(__self__, "log_group_id", log_group_id)
|
2200
|
+
if log_id is not None:
|
2201
|
+
pulumi.set(__self__, "log_id", log_id)
|
2202
|
+
|
2203
|
+
@property
|
2204
|
+
@pulumi.getter(name="enableLogging")
|
2205
|
+
def enable_logging(self) -> Optional[pulumi.Input[builtins.bool]]:
|
2206
|
+
"""
|
2207
|
+
(Updatable) If logging is enabled.
|
2208
|
+
"""
|
2209
|
+
return pulumi.get(self, "enable_logging")
|
2210
|
+
|
2211
|
+
@enable_logging.setter
|
2212
|
+
def enable_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
|
2213
|
+
pulumi.set(self, "enable_logging", value)
|
2214
|
+
|
2215
|
+
@property
|
2216
|
+
@pulumi.getter(name="logGroupId")
|
2217
|
+
def log_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2218
|
+
"""
|
2219
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
2220
|
+
"""
|
2221
|
+
return pulumi.get(self, "log_group_id")
|
2222
|
+
|
2223
|
+
@log_group_id.setter
|
2224
|
+
def log_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2225
|
+
pulumi.set(self, "log_group_id", value)
|
2226
|
+
|
2227
|
+
@property
|
2228
|
+
@pulumi.getter(name="logId")
|
2229
|
+
def log_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2230
|
+
"""
|
2231
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
2232
|
+
"""
|
2233
|
+
return pulumi.get(self, "log_id")
|
2234
|
+
|
2235
|
+
@log_id.setter
|
2236
|
+
def log_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2237
|
+
pulumi.set(self, "log_id", value)
|
2238
|
+
|
2239
|
+
|
2240
|
+
if not MYPY:
|
2241
|
+
class MlApplicationImplementationMlApplicationPackageArgumentArgsDict(TypedDict):
|
2242
|
+
arguments: NotRequired[pulumi.Input[Sequence[pulumi.Input['MlApplicationImplementationMlApplicationPackageArgumentArgumentArgsDict']]]]
|
2243
|
+
"""
|
2244
|
+
Array of the ML Application package arguments
|
2245
|
+
"""
|
2246
|
+
elif False:
|
2247
|
+
MlApplicationImplementationMlApplicationPackageArgumentArgsDict: TypeAlias = Mapping[str, Any]
|
2248
|
+
|
2249
|
+
@pulumi.input_type
|
2250
|
+
class MlApplicationImplementationMlApplicationPackageArgumentArgs:
|
2251
|
+
def __init__(__self__, *,
|
2252
|
+
arguments: Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs']]]] = None):
|
2253
|
+
"""
|
2254
|
+
:param pulumi.Input[Sequence[pulumi.Input['MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs']]] arguments: Array of the ML Application package arguments
|
2255
|
+
"""
|
2256
|
+
if arguments is not None:
|
2257
|
+
pulumi.set(__self__, "arguments", arguments)
|
2258
|
+
|
2259
|
+
@property
|
2260
|
+
@pulumi.getter
|
2261
|
+
def arguments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs']]]]:
|
2262
|
+
"""
|
2263
|
+
Array of the ML Application package arguments
|
2264
|
+
"""
|
2265
|
+
return pulumi.get(self, "arguments")
|
2266
|
+
|
2267
|
+
@arguments.setter
|
2268
|
+
def arguments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs']]]]):
|
2269
|
+
pulumi.set(self, "arguments", value)
|
2270
|
+
|
2271
|
+
|
2272
|
+
if not MYPY:
|
2273
|
+
class MlApplicationImplementationMlApplicationPackageArgumentArgumentArgsDict(TypedDict):
|
2274
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
2275
|
+
"""
|
2276
|
+
short description of the argument
|
2277
|
+
"""
|
2278
|
+
is_mandatory: NotRequired[pulumi.Input[builtins.bool]]
|
2279
|
+
"""
|
2280
|
+
argument is mandatory or not
|
2281
|
+
"""
|
2282
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
2283
|
+
"""
|
2284
|
+
ML Application Implementation name which is unique for given ML Application.
|
2285
|
+
|
2286
|
+
|
2287
|
+
** IMPORTANT **
|
2288
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2289
|
+
"""
|
2290
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
2291
|
+
"""
|
2292
|
+
type of the argument
|
2293
|
+
"""
|
2294
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
2295
|
+
"""
|
2296
|
+
Argument value
|
2297
|
+
"""
|
2298
|
+
elif False:
|
2299
|
+
MlApplicationImplementationMlApplicationPackageArgumentArgumentArgsDict: TypeAlias = Mapping[str, Any]
|
2300
|
+
|
2301
|
+
@pulumi.input_type
|
2302
|
+
class MlApplicationImplementationMlApplicationPackageArgumentArgumentArgs:
|
2303
|
+
def __init__(__self__, *,
|
2304
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
2305
|
+
is_mandatory: Optional[pulumi.Input[builtins.bool]] = None,
|
2306
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
2307
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
2308
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
2309
|
+
"""
|
2310
|
+
:param pulumi.Input[builtins.str] description: short description of the argument
|
2311
|
+
:param pulumi.Input[builtins.bool] is_mandatory: argument is mandatory or not
|
2312
|
+
:param pulumi.Input[builtins.str] name: ML Application Implementation name which is unique for given ML Application.
|
2313
|
+
|
2314
|
+
|
2315
|
+
** IMPORTANT **
|
2316
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2317
|
+
:param pulumi.Input[builtins.str] type: type of the argument
|
2318
|
+
:param pulumi.Input[builtins.str] value: Argument value
|
2319
|
+
"""
|
2320
|
+
if description is not None:
|
2321
|
+
pulumi.set(__self__, "description", description)
|
2322
|
+
if is_mandatory is not None:
|
2323
|
+
pulumi.set(__self__, "is_mandatory", is_mandatory)
|
2324
|
+
if name is not None:
|
2325
|
+
pulumi.set(__self__, "name", name)
|
2326
|
+
if type is not None:
|
2327
|
+
pulumi.set(__self__, "type", type)
|
2328
|
+
if value is not None:
|
2329
|
+
pulumi.set(__self__, "value", value)
|
2330
|
+
|
2331
|
+
@property
|
2332
|
+
@pulumi.getter
|
2333
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
2334
|
+
"""
|
2335
|
+
short description of the argument
|
2336
|
+
"""
|
2337
|
+
return pulumi.get(self, "description")
|
2338
|
+
|
2339
|
+
@description.setter
|
2340
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
2341
|
+
pulumi.set(self, "description", value)
|
2342
|
+
|
2343
|
+
@property
|
2344
|
+
@pulumi.getter(name="isMandatory")
|
2345
|
+
def is_mandatory(self) -> Optional[pulumi.Input[builtins.bool]]:
|
2346
|
+
"""
|
2347
|
+
argument is mandatory or not
|
2348
|
+
"""
|
2349
|
+
return pulumi.get(self, "is_mandatory")
|
2350
|
+
|
2351
|
+
@is_mandatory.setter
|
2352
|
+
def is_mandatory(self, value: Optional[pulumi.Input[builtins.bool]]):
|
2353
|
+
pulumi.set(self, "is_mandatory", value)
|
2354
|
+
|
2355
|
+
@property
|
2356
|
+
@pulumi.getter
|
2357
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
2358
|
+
"""
|
2359
|
+
ML Application Implementation name which is unique for given ML Application.
|
2360
|
+
|
2361
|
+
|
2362
|
+
** IMPORTANT **
|
2363
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2364
|
+
"""
|
2365
|
+
return pulumi.get(self, "name")
|
2366
|
+
|
2367
|
+
@name.setter
|
2368
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
2369
|
+
pulumi.set(self, "name", value)
|
2370
|
+
|
2371
|
+
@property
|
2372
|
+
@pulumi.getter
|
2373
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
2374
|
+
"""
|
2375
|
+
type of the argument
|
2376
|
+
"""
|
2377
|
+
return pulumi.get(self, "type")
|
2378
|
+
|
2379
|
+
@type.setter
|
2380
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
2381
|
+
pulumi.set(self, "type", value)
|
2382
|
+
|
2383
|
+
@property
|
2384
|
+
@pulumi.getter
|
2385
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
2386
|
+
"""
|
2387
|
+
Argument value
|
2388
|
+
"""
|
2389
|
+
return pulumi.get(self, "value")
|
2390
|
+
|
2391
|
+
@value.setter
|
2392
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
2393
|
+
pulumi.set(self, "value", value)
|
2394
|
+
|
2395
|
+
|
2396
|
+
if not MYPY:
|
2397
|
+
class MlApplicationInstanceAuthConfigurationArgsDict(TypedDict):
|
2398
|
+
type: pulumi.Input[builtins.str]
|
2399
|
+
"""
|
2400
|
+
Type of AuthN/Z
|
2401
|
+
"""
|
2402
|
+
application_name: NotRequired[pulumi.Input[builtins.str]]
|
2403
|
+
"""
|
2404
|
+
Name of the IDCS application
|
2405
|
+
"""
|
2406
|
+
domain_id: NotRequired[pulumi.Input[builtins.str]]
|
2407
|
+
"""
|
2408
|
+
Identity Domain OCID
|
2409
|
+
"""
|
2410
|
+
elif False:
|
2411
|
+
MlApplicationInstanceAuthConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
2412
|
+
|
2413
|
+
@pulumi.input_type
|
2414
|
+
class MlApplicationInstanceAuthConfigurationArgs:
|
2415
|
+
def __init__(__self__, *,
|
2416
|
+
type: pulumi.Input[builtins.str],
|
2417
|
+
application_name: Optional[pulumi.Input[builtins.str]] = None,
|
2418
|
+
domain_id: Optional[pulumi.Input[builtins.str]] = None):
|
2419
|
+
"""
|
2420
|
+
:param pulumi.Input[builtins.str] type: Type of AuthN/Z
|
2421
|
+
:param pulumi.Input[builtins.str] application_name: Name of the IDCS application
|
2422
|
+
:param pulumi.Input[builtins.str] domain_id: Identity Domain OCID
|
2423
|
+
"""
|
2424
|
+
pulumi.set(__self__, "type", type)
|
2425
|
+
if application_name is not None:
|
2426
|
+
pulumi.set(__self__, "application_name", application_name)
|
2427
|
+
if domain_id is not None:
|
2428
|
+
pulumi.set(__self__, "domain_id", domain_id)
|
2429
|
+
|
2430
|
+
@property
|
2431
|
+
@pulumi.getter
|
2432
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
2433
|
+
"""
|
2434
|
+
Type of AuthN/Z
|
2435
|
+
"""
|
2436
|
+
return pulumi.get(self, "type")
|
2437
|
+
|
2438
|
+
@type.setter
|
2439
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
2440
|
+
pulumi.set(self, "type", value)
|
2441
|
+
|
2442
|
+
@property
|
2443
|
+
@pulumi.getter(name="applicationName")
|
2444
|
+
def application_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
2445
|
+
"""
|
2446
|
+
Name of the IDCS application
|
2447
|
+
"""
|
2448
|
+
return pulumi.get(self, "application_name")
|
2449
|
+
|
2450
|
+
@application_name.setter
|
2451
|
+
def application_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
2452
|
+
pulumi.set(self, "application_name", value)
|
2453
|
+
|
2454
|
+
@property
|
2455
|
+
@pulumi.getter(name="domainId")
|
2456
|
+
def domain_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
2457
|
+
"""
|
2458
|
+
Identity Domain OCID
|
2459
|
+
"""
|
2460
|
+
return pulumi.get(self, "domain_id")
|
2461
|
+
|
2462
|
+
@domain_id.setter
|
2463
|
+
def domain_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
2464
|
+
pulumi.set(self, "domain_id", value)
|
2465
|
+
|
2466
|
+
|
2467
|
+
if not MYPY:
|
2468
|
+
class MlApplicationInstanceConfigurationArgsDict(TypedDict):
|
2469
|
+
key: pulumi.Input[builtins.str]
|
2470
|
+
"""
|
2471
|
+
(Updatable) Key of configuration property
|
2472
|
+
"""
|
2473
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
2474
|
+
"""
|
2475
|
+
(Updatable) Value of configuration property
|
2476
|
+
"""
|
2477
|
+
elif False:
|
2478
|
+
MlApplicationInstanceConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
2479
|
+
|
2480
|
+
@pulumi.input_type
|
2481
|
+
class MlApplicationInstanceConfigurationArgs:
|
2482
|
+
def __init__(__self__, *,
|
2483
|
+
key: pulumi.Input[builtins.str],
|
2484
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
2485
|
+
"""
|
2486
|
+
:param pulumi.Input[builtins.str] key: (Updatable) Key of configuration property
|
2487
|
+
:param pulumi.Input[builtins.str] value: (Updatable) Value of configuration property
|
2488
|
+
"""
|
2489
|
+
pulumi.set(__self__, "key", key)
|
2490
|
+
if value is not None:
|
2491
|
+
pulumi.set(__self__, "value", value)
|
2492
|
+
|
2493
|
+
@property
|
2494
|
+
@pulumi.getter
|
2495
|
+
def key(self) -> pulumi.Input[builtins.str]:
|
2496
|
+
"""
|
2497
|
+
(Updatable) Key of configuration property
|
2498
|
+
"""
|
2499
|
+
return pulumi.get(self, "key")
|
2500
|
+
|
2501
|
+
@key.setter
|
2502
|
+
def key(self, value: pulumi.Input[builtins.str]):
|
2503
|
+
pulumi.set(self, "key", value)
|
2504
|
+
|
2505
|
+
@property
|
2506
|
+
@pulumi.getter
|
2507
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
2508
|
+
"""
|
2509
|
+
(Updatable) Value of configuration property
|
2510
|
+
"""
|
2511
|
+
return pulumi.get(self, "value")
|
2512
|
+
|
2513
|
+
@value.setter
|
2514
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
2515
|
+
pulumi.set(self, "value", value)
|
2516
|
+
|
2517
|
+
|
2518
|
+
if not MYPY:
|
2519
|
+
class MlApplicationInstancePredictionEndpointDetailArgsDict(TypedDict):
|
2520
|
+
base_prediction_uri: NotRequired[pulumi.Input[builtins.str]]
|
2521
|
+
"""
|
2522
|
+
Base URI of prediction router.
|
2523
|
+
"""
|
2524
|
+
prediction_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input['MlApplicationInstancePredictionEndpointDetailPredictionUriArgsDict']]]]
|
2525
|
+
"""
|
2526
|
+
Array of all prediction URIs per use-case.
|
2527
|
+
"""
|
2528
|
+
elif False:
|
2529
|
+
MlApplicationInstancePredictionEndpointDetailArgsDict: TypeAlias = Mapping[str, Any]
|
2530
|
+
|
2531
|
+
@pulumi.input_type
|
2532
|
+
class MlApplicationInstancePredictionEndpointDetailArgs:
|
2533
|
+
def __init__(__self__, *,
|
2534
|
+
base_prediction_uri: Optional[pulumi.Input[builtins.str]] = None,
|
2535
|
+
prediction_uris: Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationInstancePredictionEndpointDetailPredictionUriArgs']]]] = None):
|
2536
|
+
"""
|
2537
|
+
:param pulumi.Input[builtins.str] base_prediction_uri: Base URI of prediction router.
|
2538
|
+
:param pulumi.Input[Sequence[pulumi.Input['MlApplicationInstancePredictionEndpointDetailPredictionUriArgs']]] prediction_uris: Array of all prediction URIs per use-case.
|
2539
|
+
"""
|
2540
|
+
if base_prediction_uri is not None:
|
2541
|
+
pulumi.set(__self__, "base_prediction_uri", base_prediction_uri)
|
2542
|
+
if prediction_uris is not None:
|
2543
|
+
pulumi.set(__self__, "prediction_uris", prediction_uris)
|
2544
|
+
|
2545
|
+
@property
|
2546
|
+
@pulumi.getter(name="basePredictionUri")
|
2547
|
+
def base_prediction_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
2548
|
+
"""
|
2549
|
+
Base URI of prediction router.
|
2550
|
+
"""
|
2551
|
+
return pulumi.get(self, "base_prediction_uri")
|
2552
|
+
|
2553
|
+
@base_prediction_uri.setter
|
2554
|
+
def base_prediction_uri(self, value: Optional[pulumi.Input[builtins.str]]):
|
2555
|
+
pulumi.set(self, "base_prediction_uri", value)
|
2556
|
+
|
2557
|
+
@property
|
2558
|
+
@pulumi.getter(name="predictionUris")
|
2559
|
+
def prediction_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationInstancePredictionEndpointDetailPredictionUriArgs']]]]:
|
2560
|
+
"""
|
2561
|
+
Array of all prediction URIs per use-case.
|
2562
|
+
"""
|
2563
|
+
return pulumi.get(self, "prediction_uris")
|
2564
|
+
|
2565
|
+
@prediction_uris.setter
|
2566
|
+
def prediction_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MlApplicationInstancePredictionEndpointDetailPredictionUriArgs']]]]):
|
2567
|
+
pulumi.set(self, "prediction_uris", value)
|
2568
|
+
|
2569
|
+
|
2570
|
+
if not MYPY:
|
2571
|
+
class MlApplicationInstancePredictionEndpointDetailPredictionUriArgsDict(TypedDict):
|
2572
|
+
uri: NotRequired[pulumi.Input[builtins.str]]
|
2573
|
+
"""
|
2574
|
+
Prediction URI.
|
2575
|
+
"""
|
2576
|
+
use_case: NotRequired[pulumi.Input[builtins.str]]
|
2577
|
+
"""
|
2578
|
+
Prediction use-case.
|
2579
|
+
"""
|
2580
|
+
elif False:
|
2581
|
+
MlApplicationInstancePredictionEndpointDetailPredictionUriArgsDict: TypeAlias = Mapping[str, Any]
|
2582
|
+
|
2583
|
+
@pulumi.input_type
|
2584
|
+
class MlApplicationInstancePredictionEndpointDetailPredictionUriArgs:
|
2585
|
+
def __init__(__self__, *,
|
2586
|
+
uri: Optional[pulumi.Input[builtins.str]] = None,
|
2587
|
+
use_case: Optional[pulumi.Input[builtins.str]] = None):
|
2588
|
+
"""
|
2589
|
+
:param pulumi.Input[builtins.str] uri: Prediction URI.
|
2590
|
+
:param pulumi.Input[builtins.str] use_case: Prediction use-case.
|
2591
|
+
"""
|
2592
|
+
if uri is not None:
|
2593
|
+
pulumi.set(__self__, "uri", uri)
|
2594
|
+
if use_case is not None:
|
2595
|
+
pulumi.set(__self__, "use_case", use_case)
|
2596
|
+
|
2597
|
+
@property
|
2598
|
+
@pulumi.getter
|
2599
|
+
def uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
2600
|
+
"""
|
2601
|
+
Prediction URI.
|
2602
|
+
"""
|
2603
|
+
return pulumi.get(self, "uri")
|
2604
|
+
|
2605
|
+
@uri.setter
|
2606
|
+
def uri(self, value: Optional[pulumi.Input[builtins.str]]):
|
2607
|
+
pulumi.set(self, "uri", value)
|
2608
|
+
|
2609
|
+
@property
|
2610
|
+
@pulumi.getter(name="useCase")
|
2611
|
+
def use_case(self) -> Optional[pulumi.Input[builtins.str]]:
|
2612
|
+
"""
|
2613
|
+
Prediction use-case.
|
2614
|
+
"""
|
2615
|
+
return pulumi.get(self, "use_case")
|
2616
|
+
|
2617
|
+
@use_case.setter
|
2618
|
+
def use_case(self, value: Optional[pulumi.Input[builtins.str]]):
|
2619
|
+
pulumi.set(self, "use_case", value)
|
2620
|
+
|
2621
|
+
|
1566
2622
|
if not MYPY:
|
1567
2623
|
class ModelBackupOperationDetailArgsDict(TypedDict):
|
1568
2624
|
backup_state: NotRequired[pulumi.Input[builtins.str]]
|
@@ -8815,6 +9871,165 @@ class GetJobsFilterArgs:
|
|
8815
9871
|
pulumi.set(self, "regex", value)
|
8816
9872
|
|
8817
9873
|
|
9874
|
+
if not MYPY:
|
9875
|
+
class GetMlApplicationImplementationsFilterArgsDict(TypedDict):
|
9876
|
+
name: builtins.str
|
9877
|
+
"""
|
9878
|
+
A filter to return only resources that match the entire name given.
|
9879
|
+
"""
|
9880
|
+
values: Sequence[builtins.str]
|
9881
|
+
regex: NotRequired[builtins.bool]
|
9882
|
+
elif False:
|
9883
|
+
GetMlApplicationImplementationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9884
|
+
|
9885
|
+
@pulumi.input_type
|
9886
|
+
class GetMlApplicationImplementationsFilterArgs:
|
9887
|
+
def __init__(__self__, *,
|
9888
|
+
name: builtins.str,
|
9889
|
+
values: Sequence[builtins.str],
|
9890
|
+
regex: Optional[builtins.bool] = None):
|
9891
|
+
"""
|
9892
|
+
:param builtins.str name: A filter to return only resources that match the entire name given.
|
9893
|
+
"""
|
9894
|
+
pulumi.set(__self__, "name", name)
|
9895
|
+
pulumi.set(__self__, "values", values)
|
9896
|
+
if regex is not None:
|
9897
|
+
pulumi.set(__self__, "regex", regex)
|
9898
|
+
|
9899
|
+
@property
|
9900
|
+
@pulumi.getter
|
9901
|
+
def name(self) -> builtins.str:
|
9902
|
+
"""
|
9903
|
+
A filter to return only resources that match the entire name given.
|
9904
|
+
"""
|
9905
|
+
return pulumi.get(self, "name")
|
9906
|
+
|
9907
|
+
@name.setter
|
9908
|
+
def name(self, value: builtins.str):
|
9909
|
+
pulumi.set(self, "name", value)
|
9910
|
+
|
9911
|
+
@property
|
9912
|
+
@pulumi.getter
|
9913
|
+
def values(self) -> Sequence[builtins.str]:
|
9914
|
+
return pulumi.get(self, "values")
|
9915
|
+
|
9916
|
+
@values.setter
|
9917
|
+
def values(self, value: Sequence[builtins.str]):
|
9918
|
+
pulumi.set(self, "values", value)
|
9919
|
+
|
9920
|
+
@property
|
9921
|
+
@pulumi.getter
|
9922
|
+
def regex(self) -> Optional[builtins.bool]:
|
9923
|
+
return pulumi.get(self, "regex")
|
9924
|
+
|
9925
|
+
@regex.setter
|
9926
|
+
def regex(self, value: Optional[builtins.bool]):
|
9927
|
+
pulumi.set(self, "regex", value)
|
9928
|
+
|
9929
|
+
|
9930
|
+
if not MYPY:
|
9931
|
+
class GetMlApplicationInstancesFilterArgsDict(TypedDict):
|
9932
|
+
name: builtins.str
|
9933
|
+
values: Sequence[builtins.str]
|
9934
|
+
regex: NotRequired[builtins.bool]
|
9935
|
+
elif False:
|
9936
|
+
GetMlApplicationInstancesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9937
|
+
|
9938
|
+
@pulumi.input_type
|
9939
|
+
class GetMlApplicationInstancesFilterArgs:
|
9940
|
+
def __init__(__self__, *,
|
9941
|
+
name: builtins.str,
|
9942
|
+
values: Sequence[builtins.str],
|
9943
|
+
regex: Optional[builtins.bool] = None):
|
9944
|
+
pulumi.set(__self__, "name", name)
|
9945
|
+
pulumi.set(__self__, "values", values)
|
9946
|
+
if regex is not None:
|
9947
|
+
pulumi.set(__self__, "regex", regex)
|
9948
|
+
|
9949
|
+
@property
|
9950
|
+
@pulumi.getter
|
9951
|
+
def name(self) -> builtins.str:
|
9952
|
+
return pulumi.get(self, "name")
|
9953
|
+
|
9954
|
+
@name.setter
|
9955
|
+
def name(self, value: builtins.str):
|
9956
|
+
pulumi.set(self, "name", value)
|
9957
|
+
|
9958
|
+
@property
|
9959
|
+
@pulumi.getter
|
9960
|
+
def values(self) -> Sequence[builtins.str]:
|
9961
|
+
return pulumi.get(self, "values")
|
9962
|
+
|
9963
|
+
@values.setter
|
9964
|
+
def values(self, value: Sequence[builtins.str]):
|
9965
|
+
pulumi.set(self, "values", value)
|
9966
|
+
|
9967
|
+
@property
|
9968
|
+
@pulumi.getter
|
9969
|
+
def regex(self) -> Optional[builtins.bool]:
|
9970
|
+
return pulumi.get(self, "regex")
|
9971
|
+
|
9972
|
+
@regex.setter
|
9973
|
+
def regex(self, value: Optional[builtins.bool]):
|
9974
|
+
pulumi.set(self, "regex", value)
|
9975
|
+
|
9976
|
+
|
9977
|
+
if not MYPY:
|
9978
|
+
class GetMlApplicationsFilterArgsDict(TypedDict):
|
9979
|
+
name: builtins.str
|
9980
|
+
"""
|
9981
|
+
A filter to return only resources that match the entire name given.
|
9982
|
+
"""
|
9983
|
+
values: Sequence[builtins.str]
|
9984
|
+
regex: NotRequired[builtins.bool]
|
9985
|
+
elif False:
|
9986
|
+
GetMlApplicationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9987
|
+
|
9988
|
+
@pulumi.input_type
|
9989
|
+
class GetMlApplicationsFilterArgs:
|
9990
|
+
def __init__(__self__, *,
|
9991
|
+
name: builtins.str,
|
9992
|
+
values: Sequence[builtins.str],
|
9993
|
+
regex: Optional[builtins.bool] = None):
|
9994
|
+
"""
|
9995
|
+
:param builtins.str name: A filter to return only resources that match the entire name given.
|
9996
|
+
"""
|
9997
|
+
pulumi.set(__self__, "name", name)
|
9998
|
+
pulumi.set(__self__, "values", values)
|
9999
|
+
if regex is not None:
|
10000
|
+
pulumi.set(__self__, "regex", regex)
|
10001
|
+
|
10002
|
+
@property
|
10003
|
+
@pulumi.getter
|
10004
|
+
def name(self) -> builtins.str:
|
10005
|
+
"""
|
10006
|
+
A filter to return only resources that match the entire name given.
|
10007
|
+
"""
|
10008
|
+
return pulumi.get(self, "name")
|
10009
|
+
|
10010
|
+
@name.setter
|
10011
|
+
def name(self, value: builtins.str):
|
10012
|
+
pulumi.set(self, "name", value)
|
10013
|
+
|
10014
|
+
@property
|
10015
|
+
@pulumi.getter
|
10016
|
+
def values(self) -> Sequence[builtins.str]:
|
10017
|
+
return pulumi.get(self, "values")
|
10018
|
+
|
10019
|
+
@values.setter
|
10020
|
+
def values(self, value: Sequence[builtins.str]):
|
10021
|
+
pulumi.set(self, "values", value)
|
10022
|
+
|
10023
|
+
@property
|
10024
|
+
@pulumi.getter
|
10025
|
+
def regex(self) -> Optional[builtins.bool]:
|
10026
|
+
return pulumi.get(self, "regex")
|
10027
|
+
|
10028
|
+
@regex.setter
|
10029
|
+
def regex(self, value: Optional[builtins.bool]):
|
10030
|
+
pulumi.set(self, "regex", value)
|
10031
|
+
|
10032
|
+
|
8818
10033
|
if not MYPY:
|
8819
10034
|
class GetModelDeploymentShapesFilterArgsDict(TypedDict):
|
8820
10035
|
name: builtins.str
|