pulumi-datarobot 0.10.1__tar.gz → 0.10.5__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.10.1 → pulumi_datarobot-0.10.5}/PKG-INFO +1 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/__init__.py +9 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/_inputs.py +0 -260
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/api_token_credential.py +0 -1
- pulumi_datarobot-0.10.5/pulumi_datarobot/app_oauth.py +381 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/application_source.py +17 -18
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/application_source_from_template.py +17 -18
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/aws_credential.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/azure_credential.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/basic_credential.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/batch_prediction_job_definition.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_application.py +42 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_application_from_environment.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_job.py +17 -18
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_metric.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_metric_from_job.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_metric_job.py +17 -18
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_model.py +17 -18
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/custom_model_llm_validation.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/dataset_from_datasource.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/dataset_from_file.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/dataset_from_url.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/datasource.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/datastore.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/deployment.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/deployment_retraining_policy.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/execution_environment.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/google_cloud_credential.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/llm_blueprint.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/notebook.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/notification_channel.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/notification_policy.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/outputs.py +0 -150
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/playground.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/prediction_environment.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/provider.py +0 -21
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/qa_application.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/registered_model.py +0 -48
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/remote_repository.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/use_case.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/vector_database.py +0 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/SOURCES.txt +1 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/setup.py +1 -1
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/README.md +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.5}/setup.cfg +0 -0
@@ -7,6 +7,7 @@ from . import _utilities
|
|
7
7
|
import typing
|
8
8
|
# Export this package's modules as members:
|
9
9
|
from .api_token_credential import *
|
10
|
+
from .app_oauth import *
|
10
11
|
from .application_source import *
|
11
12
|
from .application_source_from_template import *
|
12
13
|
from .aws_credential import *
|
@@ -66,6 +67,14 @@ _utilities.register(
|
|
66
67
|
"datarobot:index/apiTokenCredential:ApiTokenCredential": "ApiTokenCredential"
|
67
68
|
}
|
68
69
|
},
|
70
|
+
{
|
71
|
+
"pkg": "datarobot",
|
72
|
+
"mod": "index/appOauth",
|
73
|
+
"fqn": "pulumi_datarobot",
|
74
|
+
"classes": {
|
75
|
+
"datarobot:index/appOauth:AppOauth": "AppOauth"
|
76
|
+
}
|
77
|
+
},
|
69
78
|
{
|
70
79
|
"pkg": "datarobot",
|
71
80
|
"mod": "index/applicationSource",
|
@@ -16,10 +16,6 @@ else:
|
|
16
16
|
from . import _utilities
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
-
'ApplicationSourceFileArgs',
|
20
|
-
'ApplicationSourceFileArgsDict',
|
21
|
-
'ApplicationSourceFromTemplateFileArgs',
|
22
|
-
'ApplicationSourceFromTemplateFileArgsDict',
|
23
19
|
'ApplicationSourceFromTemplateResourcesArgs',
|
24
20
|
'ApplicationSourceFromTemplateResourcesArgsDict',
|
25
21
|
'ApplicationSourceFromTemplateRuntimeParameterValueArgs',
|
@@ -40,8 +36,6 @@ __all__ = [
|
|
40
36
|
'BatchPredictionJobDefinitionScheduleArgsDict',
|
41
37
|
'BatchPredictionJobDefinitionTimeseriesSettingsArgs',
|
42
38
|
'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
|
43
|
-
'CustomJobFileArgs',
|
44
|
-
'CustomJobFileArgsDict',
|
45
39
|
'CustomJobRuntimeParameterValueArgs',
|
46
40
|
'CustomJobRuntimeParameterValueArgsDict',
|
47
41
|
'CustomJobScheduleArgs',
|
@@ -60,8 +54,6 @@ __all__ = [
|
|
60
54
|
'CustomMetricFromJobTimestampArgsDict',
|
61
55
|
'CustomMetricFromJobValueArgs',
|
62
56
|
'CustomMetricFromJobValueArgsDict',
|
63
|
-
'CustomMetricJobFileArgs',
|
64
|
-
'CustomMetricJobFileArgsDict',
|
65
57
|
'CustomMetricJobRuntimeParameterValueArgs',
|
66
58
|
'CustomMetricJobRuntimeParameterValueArgsDict',
|
67
59
|
'CustomMetricSampleCountArgs',
|
@@ -70,8 +62,6 @@ __all__ = [
|
|
70
62
|
'CustomMetricTimestampArgsDict',
|
71
63
|
'CustomMetricValueArgs',
|
72
64
|
'CustomMetricValueArgsDict',
|
73
|
-
'CustomModelFileArgs',
|
74
|
-
'CustomModelFileArgsDict',
|
75
65
|
'CustomModelGuardConfigurationArgs',
|
76
66
|
'CustomModelGuardConfigurationArgsDict',
|
77
67
|
'CustomModelGuardConfigurationInterventionArgs',
|
@@ -168,106 +158,6 @@ __all__ = [
|
|
168
158
|
|
169
159
|
MYPY = False
|
170
160
|
|
171
|
-
if not MYPY:
|
172
|
-
class ApplicationSourceFileArgsDict(TypedDict):
|
173
|
-
destination: pulumi.Input[builtins.str]
|
174
|
-
"""
|
175
|
-
Path in the application source.
|
176
|
-
"""
|
177
|
-
source: pulumi.Input[builtins.str]
|
178
|
-
"""
|
179
|
-
Local filesystem path.
|
180
|
-
"""
|
181
|
-
elif False:
|
182
|
-
ApplicationSourceFileArgsDict: TypeAlias = Mapping[str, Any]
|
183
|
-
|
184
|
-
@pulumi.input_type
|
185
|
-
class ApplicationSourceFileArgs:
|
186
|
-
def __init__(__self__, *,
|
187
|
-
destination: pulumi.Input[builtins.str],
|
188
|
-
source: pulumi.Input[builtins.str]):
|
189
|
-
"""
|
190
|
-
:param pulumi.Input[builtins.str] destination: Path in the application source.
|
191
|
-
:param pulumi.Input[builtins.str] source: Local filesystem path.
|
192
|
-
"""
|
193
|
-
pulumi.set(__self__, "destination", destination)
|
194
|
-
pulumi.set(__self__, "source", source)
|
195
|
-
|
196
|
-
@property
|
197
|
-
@pulumi.getter
|
198
|
-
def destination(self) -> pulumi.Input[builtins.str]:
|
199
|
-
"""
|
200
|
-
Path in the application source.
|
201
|
-
"""
|
202
|
-
return pulumi.get(self, "destination")
|
203
|
-
|
204
|
-
@destination.setter
|
205
|
-
def destination(self, value: pulumi.Input[builtins.str]):
|
206
|
-
pulumi.set(self, "destination", value)
|
207
|
-
|
208
|
-
@property
|
209
|
-
@pulumi.getter
|
210
|
-
def source(self) -> pulumi.Input[builtins.str]:
|
211
|
-
"""
|
212
|
-
Local filesystem path.
|
213
|
-
"""
|
214
|
-
return pulumi.get(self, "source")
|
215
|
-
|
216
|
-
@source.setter
|
217
|
-
def source(self, value: pulumi.Input[builtins.str]):
|
218
|
-
pulumi.set(self, "source", value)
|
219
|
-
|
220
|
-
|
221
|
-
if not MYPY:
|
222
|
-
class ApplicationSourceFromTemplateFileArgsDict(TypedDict):
|
223
|
-
destination: pulumi.Input[builtins.str]
|
224
|
-
"""
|
225
|
-
Path in the application source.
|
226
|
-
"""
|
227
|
-
source: pulumi.Input[builtins.str]
|
228
|
-
"""
|
229
|
-
Local filesystem path.
|
230
|
-
"""
|
231
|
-
elif False:
|
232
|
-
ApplicationSourceFromTemplateFileArgsDict: TypeAlias = Mapping[str, Any]
|
233
|
-
|
234
|
-
@pulumi.input_type
|
235
|
-
class ApplicationSourceFromTemplateFileArgs:
|
236
|
-
def __init__(__self__, *,
|
237
|
-
destination: pulumi.Input[builtins.str],
|
238
|
-
source: pulumi.Input[builtins.str]):
|
239
|
-
"""
|
240
|
-
:param pulumi.Input[builtins.str] destination: Path in the application source.
|
241
|
-
:param pulumi.Input[builtins.str] source: Local filesystem path.
|
242
|
-
"""
|
243
|
-
pulumi.set(__self__, "destination", destination)
|
244
|
-
pulumi.set(__self__, "source", source)
|
245
|
-
|
246
|
-
@property
|
247
|
-
@pulumi.getter
|
248
|
-
def destination(self) -> pulumi.Input[builtins.str]:
|
249
|
-
"""
|
250
|
-
Path in the application source.
|
251
|
-
"""
|
252
|
-
return pulumi.get(self, "destination")
|
253
|
-
|
254
|
-
@destination.setter
|
255
|
-
def destination(self, value: pulumi.Input[builtins.str]):
|
256
|
-
pulumi.set(self, "destination", value)
|
257
|
-
|
258
|
-
@property
|
259
|
-
@pulumi.getter
|
260
|
-
def source(self) -> pulumi.Input[builtins.str]:
|
261
|
-
"""
|
262
|
-
Local filesystem path.
|
263
|
-
"""
|
264
|
-
return pulumi.get(self, "source")
|
265
|
-
|
266
|
-
@source.setter
|
267
|
-
def source(self, value: pulumi.Input[builtins.str]):
|
268
|
-
pulumi.set(self, "source", value)
|
269
|
-
|
270
|
-
|
271
161
|
if not MYPY:
|
272
162
|
class ApplicationSourceFromTemplateResourcesArgsDict(TypedDict):
|
273
163
|
replicas: NotRequired[pulumi.Input[builtins.int]]
|
@@ -1455,56 +1345,6 @@ class BatchPredictionJobDefinitionTimeseriesSettingsArgs:
|
|
1455
1345
|
pulumi.set(self, "type", value)
|
1456
1346
|
|
1457
1347
|
|
1458
|
-
if not MYPY:
|
1459
|
-
class CustomJobFileArgsDict(TypedDict):
|
1460
|
-
destination: pulumi.Input[builtins.str]
|
1461
|
-
"""
|
1462
|
-
Path in the job.
|
1463
|
-
"""
|
1464
|
-
source: pulumi.Input[builtins.str]
|
1465
|
-
"""
|
1466
|
-
Local filesystem path.
|
1467
|
-
"""
|
1468
|
-
elif False:
|
1469
|
-
CustomJobFileArgsDict: TypeAlias = Mapping[str, Any]
|
1470
|
-
|
1471
|
-
@pulumi.input_type
|
1472
|
-
class CustomJobFileArgs:
|
1473
|
-
def __init__(__self__, *,
|
1474
|
-
destination: pulumi.Input[builtins.str],
|
1475
|
-
source: pulumi.Input[builtins.str]):
|
1476
|
-
"""
|
1477
|
-
:param pulumi.Input[builtins.str] destination: Path in the job.
|
1478
|
-
:param pulumi.Input[builtins.str] source: Local filesystem path.
|
1479
|
-
"""
|
1480
|
-
pulumi.set(__self__, "destination", destination)
|
1481
|
-
pulumi.set(__self__, "source", source)
|
1482
|
-
|
1483
|
-
@property
|
1484
|
-
@pulumi.getter
|
1485
|
-
def destination(self) -> pulumi.Input[builtins.str]:
|
1486
|
-
"""
|
1487
|
-
Path in the job.
|
1488
|
-
"""
|
1489
|
-
return pulumi.get(self, "destination")
|
1490
|
-
|
1491
|
-
@destination.setter
|
1492
|
-
def destination(self, value: pulumi.Input[builtins.str]):
|
1493
|
-
pulumi.set(self, "destination", value)
|
1494
|
-
|
1495
|
-
@property
|
1496
|
-
@pulumi.getter
|
1497
|
-
def source(self) -> pulumi.Input[builtins.str]:
|
1498
|
-
"""
|
1499
|
-
Local filesystem path.
|
1500
|
-
"""
|
1501
|
-
return pulumi.get(self, "source")
|
1502
|
-
|
1503
|
-
@source.setter
|
1504
|
-
def source(self, value: pulumi.Input[builtins.str]):
|
1505
|
-
pulumi.set(self, "source", value)
|
1506
|
-
|
1507
|
-
|
1508
1348
|
if not MYPY:
|
1509
1349
|
class CustomJobRuntimeParameterValueArgsDict(TypedDict):
|
1510
1350
|
key: pulumi.Input[builtins.str]
|
@@ -2036,56 +1876,6 @@ class CustomMetricFromJobValueArgs:
|
|
2036
1876
|
pulumi.set(self, "column_name", value)
|
2037
1877
|
|
2038
1878
|
|
2039
|
-
if not MYPY:
|
2040
|
-
class CustomMetricJobFileArgsDict(TypedDict):
|
2041
|
-
destination: pulumi.Input[builtins.str]
|
2042
|
-
"""
|
2043
|
-
Path in the job.
|
2044
|
-
"""
|
2045
|
-
source: pulumi.Input[builtins.str]
|
2046
|
-
"""
|
2047
|
-
Local filesystem path.
|
2048
|
-
"""
|
2049
|
-
elif False:
|
2050
|
-
CustomMetricJobFileArgsDict: TypeAlias = Mapping[str, Any]
|
2051
|
-
|
2052
|
-
@pulumi.input_type
|
2053
|
-
class CustomMetricJobFileArgs:
|
2054
|
-
def __init__(__self__, *,
|
2055
|
-
destination: pulumi.Input[builtins.str],
|
2056
|
-
source: pulumi.Input[builtins.str]):
|
2057
|
-
"""
|
2058
|
-
:param pulumi.Input[builtins.str] destination: Path in the job.
|
2059
|
-
:param pulumi.Input[builtins.str] source: Local filesystem path.
|
2060
|
-
"""
|
2061
|
-
pulumi.set(__self__, "destination", destination)
|
2062
|
-
pulumi.set(__self__, "source", source)
|
2063
|
-
|
2064
|
-
@property
|
2065
|
-
@pulumi.getter
|
2066
|
-
def destination(self) -> pulumi.Input[builtins.str]:
|
2067
|
-
"""
|
2068
|
-
Path in the job.
|
2069
|
-
"""
|
2070
|
-
return pulumi.get(self, "destination")
|
2071
|
-
|
2072
|
-
@destination.setter
|
2073
|
-
def destination(self, value: pulumi.Input[builtins.str]):
|
2074
|
-
pulumi.set(self, "destination", value)
|
2075
|
-
|
2076
|
-
@property
|
2077
|
-
@pulumi.getter
|
2078
|
-
def source(self) -> pulumi.Input[builtins.str]:
|
2079
|
-
"""
|
2080
|
-
Local filesystem path.
|
2081
|
-
"""
|
2082
|
-
return pulumi.get(self, "source")
|
2083
|
-
|
2084
|
-
@source.setter
|
2085
|
-
def source(self, value: pulumi.Input[builtins.str]):
|
2086
|
-
pulumi.set(self, "source", value)
|
2087
|
-
|
2088
|
-
|
2089
1879
|
if not MYPY:
|
2090
1880
|
class CustomMetricJobRuntimeParameterValueArgsDict(TypedDict):
|
2091
1881
|
key: pulumi.Input[builtins.str]
|
@@ -2271,56 +2061,6 @@ class CustomMetricValueArgs:
|
|
2271
2061
|
pulumi.set(self, "column_name", value)
|
2272
2062
|
|
2273
2063
|
|
2274
|
-
if not MYPY:
|
2275
|
-
class CustomModelFileArgsDict(TypedDict):
|
2276
|
-
destination: pulumi.Input[builtins.str]
|
2277
|
-
"""
|
2278
|
-
Path in the model.
|
2279
|
-
"""
|
2280
|
-
source: pulumi.Input[builtins.str]
|
2281
|
-
"""
|
2282
|
-
Local filesystem path.
|
2283
|
-
"""
|
2284
|
-
elif False:
|
2285
|
-
CustomModelFileArgsDict: TypeAlias = Mapping[str, Any]
|
2286
|
-
|
2287
|
-
@pulumi.input_type
|
2288
|
-
class CustomModelFileArgs:
|
2289
|
-
def __init__(__self__, *,
|
2290
|
-
destination: pulumi.Input[builtins.str],
|
2291
|
-
source: pulumi.Input[builtins.str]):
|
2292
|
-
"""
|
2293
|
-
:param pulumi.Input[builtins.str] destination: Path in the model.
|
2294
|
-
:param pulumi.Input[builtins.str] source: Local filesystem path.
|
2295
|
-
"""
|
2296
|
-
pulumi.set(__self__, "destination", destination)
|
2297
|
-
pulumi.set(__self__, "source", source)
|
2298
|
-
|
2299
|
-
@property
|
2300
|
-
@pulumi.getter
|
2301
|
-
def destination(self) -> pulumi.Input[builtins.str]:
|
2302
|
-
"""
|
2303
|
-
Path in the model.
|
2304
|
-
"""
|
2305
|
-
return pulumi.get(self, "destination")
|
2306
|
-
|
2307
|
-
@destination.setter
|
2308
|
-
def destination(self, value: pulumi.Input[builtins.str]):
|
2309
|
-
pulumi.set(self, "destination", value)
|
2310
|
-
|
2311
|
-
@property
|
2312
|
-
@pulumi.getter
|
2313
|
-
def source(self) -> pulumi.Input[builtins.str]:
|
2314
|
-
"""
|
2315
|
-
Local filesystem path.
|
2316
|
-
"""
|
2317
|
-
return pulumi.get(self, "source")
|
2318
|
-
|
2319
|
-
@source.setter
|
2320
|
-
def source(self, value: pulumi.Input[builtins.str]):
|
2321
|
-
pulumi.set(self, "source", value)
|
2322
|
-
|
2323
|
-
|
2324
2064
|
if not MYPY:
|
2325
2065
|
class CustomModelGuardConfigurationArgsDict(TypedDict):
|
2326
2066
|
intervention: pulumi.Input['CustomModelGuardConfigurationInterventionArgsDict']
|