pulumi-datarobot 0.8.2__tar.gz → 0.8.4__tar.gz
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_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/__init__.py +18 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/_inputs.py +301 -0
- pulumi_datarobot-0.8.4/pulumi_datarobot/application_source_from_template.py +566 -0
- pulumi_datarobot-0.8.4/pulumi_datarobot/custom_metric.py +722 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/outputs.py +266 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/SOURCES.txt +2 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/setup.py +1 -1
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/README.md +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.2 → pulumi_datarobot-0.8.4}/setup.cfg +0 -0
@@ -7,12 +7,14 @@ import typing
|
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .api_token_credential import *
|
9
9
|
from .application_source import *
|
10
|
+
from .application_source_from_template import *
|
10
11
|
from .aws_credential import *
|
11
12
|
from .basic_credential import *
|
12
13
|
from .batch_prediction_job_definition import *
|
13
14
|
from .custom_application import *
|
14
15
|
from .custom_application_from_environment import *
|
15
16
|
from .custom_job import *
|
17
|
+
from .custom_metric import *
|
16
18
|
from .custom_metric_from_job import *
|
17
19
|
from .custom_metric_job import *
|
18
20
|
from .custom_model import *
|
@@ -68,6 +70,14 @@ _utilities.register(
|
|
68
70
|
"datarobot:index/applicationSource:ApplicationSource": "ApplicationSource"
|
69
71
|
}
|
70
72
|
},
|
73
|
+
{
|
74
|
+
"pkg": "datarobot",
|
75
|
+
"mod": "index/applicationSourceFromTemplate",
|
76
|
+
"fqn": "pulumi_datarobot",
|
77
|
+
"classes": {
|
78
|
+
"datarobot:index/applicationSourceFromTemplate:ApplicationSourceFromTemplate": "ApplicationSourceFromTemplate"
|
79
|
+
}
|
80
|
+
},
|
71
81
|
{
|
72
82
|
"pkg": "datarobot",
|
73
83
|
"mod": "index/awsCredential",
|
@@ -116,6 +126,14 @@ _utilities.register(
|
|
116
126
|
"datarobot:index/customJob:CustomJob": "CustomJob"
|
117
127
|
}
|
118
128
|
},
|
129
|
+
{
|
130
|
+
"pkg": "datarobot",
|
131
|
+
"mod": "index/customMetric",
|
132
|
+
"fqn": "pulumi_datarobot",
|
133
|
+
"classes": {
|
134
|
+
"datarobot:index/customMetric:CustomMetric": "CustomMetric"
|
135
|
+
}
|
136
|
+
},
|
119
137
|
{
|
120
138
|
"pkg": "datarobot",
|
121
139
|
"mod": "index/customMetricFromJob",
|
@@ -15,6 +15,10 @@ else:
|
|
15
15
|
from . import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'ApplicationSourceFromTemplateResourcesArgs',
|
19
|
+
'ApplicationSourceFromTemplateResourcesArgsDict',
|
20
|
+
'ApplicationSourceFromTemplateRuntimeParameterValueArgs',
|
21
|
+
'ApplicationSourceFromTemplateRuntimeParameterValueArgsDict',
|
18
22
|
'ApplicationSourceResourcesArgs',
|
19
23
|
'ApplicationSourceResourcesArgsDict',
|
20
24
|
'ApplicationSourceRuntimeParameterValueArgs',
|
@@ -33,6 +37,8 @@ __all__ = [
|
|
33
37
|
'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
|
34
38
|
'CustomJobRuntimeParameterValueArgs',
|
35
39
|
'CustomJobRuntimeParameterValueArgsDict',
|
40
|
+
'CustomMetricBatchArgs',
|
41
|
+
'CustomMetricBatchArgsDict',
|
36
42
|
'CustomMetricFromJobBatchArgs',
|
37
43
|
'CustomMetricFromJobBatchArgsDict',
|
38
44
|
'CustomMetricFromJobParameterOverrideArgs',
|
@@ -47,6 +53,12 @@ __all__ = [
|
|
47
53
|
'CustomMetricFromJobValueArgsDict',
|
48
54
|
'CustomMetricJobRuntimeParameterValueArgs',
|
49
55
|
'CustomMetricJobRuntimeParameterValueArgsDict',
|
56
|
+
'CustomMetricSampleCountArgs',
|
57
|
+
'CustomMetricSampleCountArgsDict',
|
58
|
+
'CustomMetricTimestampArgs',
|
59
|
+
'CustomMetricTimestampArgsDict',
|
60
|
+
'CustomMetricValueArgs',
|
61
|
+
'CustomMetricValueArgsDict',
|
50
62
|
'CustomModelGuardConfigurationArgs',
|
51
63
|
'CustomModelGuardConfigurationArgsDict',
|
52
64
|
'CustomModelGuardConfigurationInterventionArgs',
|
@@ -139,6 +151,147 @@ __all__ = [
|
|
139
151
|
|
140
152
|
MYPY = False
|
141
153
|
|
154
|
+
if not MYPY:
|
155
|
+
class ApplicationSourceFromTemplateResourcesArgsDict(TypedDict):
|
156
|
+
replicas: NotRequired[pulumi.Input[int]]
|
157
|
+
"""
|
158
|
+
The replicas for the Application Source.
|
159
|
+
"""
|
160
|
+
resource_label: NotRequired[pulumi.Input[str]]
|
161
|
+
"""
|
162
|
+
The resource label for the Application Source.
|
163
|
+
"""
|
164
|
+
session_affinity: NotRequired[pulumi.Input[bool]]
|
165
|
+
"""
|
166
|
+
The session affinity for the Application Source.
|
167
|
+
"""
|
168
|
+
elif False:
|
169
|
+
ApplicationSourceFromTemplateResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
170
|
+
|
171
|
+
@pulumi.input_type
|
172
|
+
class ApplicationSourceFromTemplateResourcesArgs:
|
173
|
+
def __init__(__self__, *,
|
174
|
+
replicas: Optional[pulumi.Input[int]] = None,
|
175
|
+
resource_label: Optional[pulumi.Input[str]] = None,
|
176
|
+
session_affinity: Optional[pulumi.Input[bool]] = None):
|
177
|
+
"""
|
178
|
+
:param pulumi.Input[int] replicas: The replicas for the Application Source.
|
179
|
+
:param pulumi.Input[str] resource_label: The resource label for the Application Source.
|
180
|
+
:param pulumi.Input[bool] session_affinity: The session affinity for the Application Source.
|
181
|
+
"""
|
182
|
+
if replicas is not None:
|
183
|
+
pulumi.set(__self__, "replicas", replicas)
|
184
|
+
if resource_label is not None:
|
185
|
+
pulumi.set(__self__, "resource_label", resource_label)
|
186
|
+
if session_affinity is not None:
|
187
|
+
pulumi.set(__self__, "session_affinity", session_affinity)
|
188
|
+
|
189
|
+
@property
|
190
|
+
@pulumi.getter
|
191
|
+
def replicas(self) -> Optional[pulumi.Input[int]]:
|
192
|
+
"""
|
193
|
+
The replicas for the Application Source.
|
194
|
+
"""
|
195
|
+
return pulumi.get(self, "replicas")
|
196
|
+
|
197
|
+
@replicas.setter
|
198
|
+
def replicas(self, value: Optional[pulumi.Input[int]]):
|
199
|
+
pulumi.set(self, "replicas", value)
|
200
|
+
|
201
|
+
@property
|
202
|
+
@pulumi.getter(name="resourceLabel")
|
203
|
+
def resource_label(self) -> Optional[pulumi.Input[str]]:
|
204
|
+
"""
|
205
|
+
The resource label for the Application Source.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "resource_label")
|
208
|
+
|
209
|
+
@resource_label.setter
|
210
|
+
def resource_label(self, value: Optional[pulumi.Input[str]]):
|
211
|
+
pulumi.set(self, "resource_label", value)
|
212
|
+
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="sessionAffinity")
|
215
|
+
def session_affinity(self) -> Optional[pulumi.Input[bool]]:
|
216
|
+
"""
|
217
|
+
The session affinity for the Application Source.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "session_affinity")
|
220
|
+
|
221
|
+
@session_affinity.setter
|
222
|
+
def session_affinity(self, value: Optional[pulumi.Input[bool]]):
|
223
|
+
pulumi.set(self, "session_affinity", value)
|
224
|
+
|
225
|
+
|
226
|
+
if not MYPY:
|
227
|
+
class ApplicationSourceFromTemplateRuntimeParameterValueArgsDict(TypedDict):
|
228
|
+
key: pulumi.Input[str]
|
229
|
+
"""
|
230
|
+
The name of the runtime parameter.
|
231
|
+
"""
|
232
|
+
type: pulumi.Input[str]
|
233
|
+
"""
|
234
|
+
The type of the runtime parameter.
|
235
|
+
"""
|
236
|
+
value: pulumi.Input[str]
|
237
|
+
"""
|
238
|
+
The value of the runtime parameter (type conversion is handled internally).
|
239
|
+
"""
|
240
|
+
elif False:
|
241
|
+
ApplicationSourceFromTemplateRuntimeParameterValueArgsDict: TypeAlias = Mapping[str, Any]
|
242
|
+
|
243
|
+
@pulumi.input_type
|
244
|
+
class ApplicationSourceFromTemplateRuntimeParameterValueArgs:
|
245
|
+
def __init__(__self__, *,
|
246
|
+
key: pulumi.Input[str],
|
247
|
+
type: pulumi.Input[str],
|
248
|
+
value: pulumi.Input[str]):
|
249
|
+
"""
|
250
|
+
:param pulumi.Input[str] key: The name of the runtime parameter.
|
251
|
+
:param pulumi.Input[str] type: The type of the runtime parameter.
|
252
|
+
:param pulumi.Input[str] value: The value of the runtime parameter (type conversion is handled internally).
|
253
|
+
"""
|
254
|
+
pulumi.set(__self__, "key", key)
|
255
|
+
pulumi.set(__self__, "type", type)
|
256
|
+
pulumi.set(__self__, "value", value)
|
257
|
+
|
258
|
+
@property
|
259
|
+
@pulumi.getter
|
260
|
+
def key(self) -> pulumi.Input[str]:
|
261
|
+
"""
|
262
|
+
The name of the runtime parameter.
|
263
|
+
"""
|
264
|
+
return pulumi.get(self, "key")
|
265
|
+
|
266
|
+
@key.setter
|
267
|
+
def key(self, value: pulumi.Input[str]):
|
268
|
+
pulumi.set(self, "key", value)
|
269
|
+
|
270
|
+
@property
|
271
|
+
@pulumi.getter
|
272
|
+
def type(self) -> pulumi.Input[str]:
|
273
|
+
"""
|
274
|
+
The type of the runtime parameter.
|
275
|
+
"""
|
276
|
+
return pulumi.get(self, "type")
|
277
|
+
|
278
|
+
@type.setter
|
279
|
+
def type(self, value: pulumi.Input[str]):
|
280
|
+
pulumi.set(self, "type", value)
|
281
|
+
|
282
|
+
@property
|
283
|
+
@pulumi.getter
|
284
|
+
def value(self) -> pulumi.Input[str]:
|
285
|
+
"""
|
286
|
+
The value of the runtime parameter (type conversion is handled internally).
|
287
|
+
"""
|
288
|
+
return pulumi.get(self, "value")
|
289
|
+
|
290
|
+
@value.setter
|
291
|
+
def value(self, value: pulumi.Input[str]):
|
292
|
+
pulumi.set(self, "value", value)
|
293
|
+
|
294
|
+
|
142
295
|
if not MYPY:
|
143
296
|
class ApplicationSourceResourcesArgsDict(TypedDict):
|
144
297
|
replicas: NotRequired[pulumi.Input[int]]
|
@@ -1254,6 +1407,38 @@ class CustomJobRuntimeParameterValueArgs:
|
|
1254
1407
|
pulumi.set(self, "value", value)
|
1255
1408
|
|
1256
1409
|
|
1410
|
+
if not MYPY:
|
1411
|
+
class CustomMetricBatchArgsDict(TypedDict):
|
1412
|
+
column_name: NotRequired[pulumi.Input[str]]
|
1413
|
+
"""
|
1414
|
+
Column name.
|
1415
|
+
"""
|
1416
|
+
elif False:
|
1417
|
+
CustomMetricBatchArgsDict: TypeAlias = Mapping[str, Any]
|
1418
|
+
|
1419
|
+
@pulumi.input_type
|
1420
|
+
class CustomMetricBatchArgs:
|
1421
|
+
def __init__(__self__, *,
|
1422
|
+
column_name: Optional[pulumi.Input[str]] = None):
|
1423
|
+
"""
|
1424
|
+
:param pulumi.Input[str] column_name: Column name.
|
1425
|
+
"""
|
1426
|
+
if column_name is not None:
|
1427
|
+
pulumi.set(__self__, "column_name", column_name)
|
1428
|
+
|
1429
|
+
@property
|
1430
|
+
@pulumi.getter(name="columnName")
|
1431
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
1432
|
+
"""
|
1433
|
+
Column name.
|
1434
|
+
"""
|
1435
|
+
return pulumi.get(self, "column_name")
|
1436
|
+
|
1437
|
+
@column_name.setter
|
1438
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
1439
|
+
pulumi.set(self, "column_name", value)
|
1440
|
+
|
1441
|
+
|
1257
1442
|
if not MYPY:
|
1258
1443
|
class CustomMetricFromJobBatchArgsDict(TypedDict):
|
1259
1444
|
column_name: NotRequired[pulumi.Input[str]]
|
@@ -1646,6 +1831,122 @@ class CustomMetricJobRuntimeParameterValueArgs:
|
|
1646
1831
|
pulumi.set(self, "value", value)
|
1647
1832
|
|
1648
1833
|
|
1834
|
+
if not MYPY:
|
1835
|
+
class CustomMetricSampleCountArgsDict(TypedDict):
|
1836
|
+
column_name: NotRequired[pulumi.Input[str]]
|
1837
|
+
"""
|
1838
|
+
Column name.
|
1839
|
+
"""
|
1840
|
+
elif False:
|
1841
|
+
CustomMetricSampleCountArgsDict: TypeAlias = Mapping[str, Any]
|
1842
|
+
|
1843
|
+
@pulumi.input_type
|
1844
|
+
class CustomMetricSampleCountArgs:
|
1845
|
+
def __init__(__self__, *,
|
1846
|
+
column_name: Optional[pulumi.Input[str]] = None):
|
1847
|
+
"""
|
1848
|
+
:param pulumi.Input[str] column_name: Column name.
|
1849
|
+
"""
|
1850
|
+
if column_name is not None:
|
1851
|
+
pulumi.set(__self__, "column_name", column_name)
|
1852
|
+
|
1853
|
+
@property
|
1854
|
+
@pulumi.getter(name="columnName")
|
1855
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
1856
|
+
"""
|
1857
|
+
Column name.
|
1858
|
+
"""
|
1859
|
+
return pulumi.get(self, "column_name")
|
1860
|
+
|
1861
|
+
@column_name.setter
|
1862
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
1863
|
+
pulumi.set(self, "column_name", value)
|
1864
|
+
|
1865
|
+
|
1866
|
+
if not MYPY:
|
1867
|
+
class CustomMetricTimestampArgsDict(TypedDict):
|
1868
|
+
column_name: NotRequired[pulumi.Input[str]]
|
1869
|
+
"""
|
1870
|
+
Column name.
|
1871
|
+
"""
|
1872
|
+
time_format: NotRequired[pulumi.Input[str]]
|
1873
|
+
"""
|
1874
|
+
Format.
|
1875
|
+
"""
|
1876
|
+
elif False:
|
1877
|
+
CustomMetricTimestampArgsDict: TypeAlias = Mapping[str, Any]
|
1878
|
+
|
1879
|
+
@pulumi.input_type
|
1880
|
+
class CustomMetricTimestampArgs:
|
1881
|
+
def __init__(__self__, *,
|
1882
|
+
column_name: Optional[pulumi.Input[str]] = None,
|
1883
|
+
time_format: Optional[pulumi.Input[str]] = None):
|
1884
|
+
"""
|
1885
|
+
:param pulumi.Input[str] column_name: Column name.
|
1886
|
+
:param pulumi.Input[str] time_format: Format.
|
1887
|
+
"""
|
1888
|
+
if column_name is not None:
|
1889
|
+
pulumi.set(__self__, "column_name", column_name)
|
1890
|
+
if time_format is not None:
|
1891
|
+
pulumi.set(__self__, "time_format", time_format)
|
1892
|
+
|
1893
|
+
@property
|
1894
|
+
@pulumi.getter(name="columnName")
|
1895
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
1896
|
+
"""
|
1897
|
+
Column name.
|
1898
|
+
"""
|
1899
|
+
return pulumi.get(self, "column_name")
|
1900
|
+
|
1901
|
+
@column_name.setter
|
1902
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
1903
|
+
pulumi.set(self, "column_name", value)
|
1904
|
+
|
1905
|
+
@property
|
1906
|
+
@pulumi.getter(name="timeFormat")
|
1907
|
+
def time_format(self) -> Optional[pulumi.Input[str]]:
|
1908
|
+
"""
|
1909
|
+
Format.
|
1910
|
+
"""
|
1911
|
+
return pulumi.get(self, "time_format")
|
1912
|
+
|
1913
|
+
@time_format.setter
|
1914
|
+
def time_format(self, value: Optional[pulumi.Input[str]]):
|
1915
|
+
pulumi.set(self, "time_format", value)
|
1916
|
+
|
1917
|
+
|
1918
|
+
if not MYPY:
|
1919
|
+
class CustomMetricValueArgsDict(TypedDict):
|
1920
|
+
column_name: NotRequired[pulumi.Input[str]]
|
1921
|
+
"""
|
1922
|
+
Column name.
|
1923
|
+
"""
|
1924
|
+
elif False:
|
1925
|
+
CustomMetricValueArgsDict: TypeAlias = Mapping[str, Any]
|
1926
|
+
|
1927
|
+
@pulumi.input_type
|
1928
|
+
class CustomMetricValueArgs:
|
1929
|
+
def __init__(__self__, *,
|
1930
|
+
column_name: Optional[pulumi.Input[str]] = None):
|
1931
|
+
"""
|
1932
|
+
:param pulumi.Input[str] column_name: Column name.
|
1933
|
+
"""
|
1934
|
+
if column_name is not None:
|
1935
|
+
pulumi.set(__self__, "column_name", column_name)
|
1936
|
+
|
1937
|
+
@property
|
1938
|
+
@pulumi.getter(name="columnName")
|
1939
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
1940
|
+
"""
|
1941
|
+
Column name.
|
1942
|
+
"""
|
1943
|
+
return pulumi.get(self, "column_name")
|
1944
|
+
|
1945
|
+
@column_name.setter
|
1946
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
1947
|
+
pulumi.set(self, "column_name", value)
|
1948
|
+
|
1949
|
+
|
1649
1950
|
if not MYPY:
|
1650
1951
|
class CustomModelGuardConfigurationArgsDict(TypedDict):
|
1651
1952
|
intervention: pulumi.Input['CustomModelGuardConfigurationInterventionArgsDict']
|