pulumi-datarobot 0.5.0__tar.gz → 0.5.1__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.
Files changed (47) hide show
  1. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/__init__.py +18 -0
  3. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/_inputs.py +406 -0
  4. pulumi_datarobot-0.5.1/pulumi_datarobot/custom_metric_from_job.py +648 -0
  5. pulumi_datarobot-0.5.1/pulumi_datarobot/custom_metric_job.py +873 -0
  6. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/outputs.py +325 -0
  7. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  8. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/SOURCES.txt +2 -0
  9. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/setup.py +1 -1
  10. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/README.md +0 -0
  11. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/_utilities.py +0 -0
  12. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/api_token_credential.py +0 -0
  13. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/application_source.py +0 -0
  14. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/basic_credential.py +0 -0
  15. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  16. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/config/__init__.py +0 -0
  17. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/config/vars.py +0 -0
  18. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/custom_application.py +0 -0
  19. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/custom_job.py +0 -0
  20. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/custom_model.py +0 -0
  21. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  22. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/dataset_from_file.py +0 -0
  23. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/dataset_from_url.py +0 -0
  24. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/datasource.py +0 -0
  25. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/datastore.py +0 -0
  26. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/deployment.py +0 -0
  27. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/execution_environment.py +0 -0
  28. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/get_execution_environment.py +0 -0
  29. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/get_global_model.py +0 -0
  30. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/google_cloud_credential.py +0 -0
  31. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/llm_blueprint.py +0 -0
  32. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/playground.py +0 -0
  33. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/prediction_environment.py +0 -0
  34. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/provider.py +0 -0
  35. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/pulumi-plugin.json +0 -0
  36. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/py.typed +0 -0
  37. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/qa_application.py +0 -0
  38. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/registered_model.py +0 -0
  39. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  40. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/remote_repository.py +0 -0
  41. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/use_case.py +0 -0
  42. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot/vector_database.py +0 -0
  43. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  44. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  45. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/requires.txt +0 -0
  46. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  47. {pulumi_datarobot-0.5.0 → pulumi_datarobot-0.5.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
@@ -11,6 +11,8 @@ from .basic_credential import *
11
11
  from .batch_prediction_job_definition import *
12
12
  from .custom_application import *
13
13
  from .custom_job import *
14
+ from .custom_metric_from_job import *
15
+ from .custom_metric_job import *
14
16
  from .custom_model import *
15
17
  from .dataset_from_datasource import *
16
18
  from .dataset_from_file import *
@@ -93,6 +95,22 @@ _utilities.register(
93
95
  "datarobot:index/customJob:CustomJob": "CustomJob"
94
96
  }
95
97
  },
98
+ {
99
+ "pkg": "datarobot",
100
+ "mod": "index/customMetricFromJob",
101
+ "fqn": "pulumi_datarobot",
102
+ "classes": {
103
+ "datarobot:index/customMetricFromJob:CustomMetricFromJob": "CustomMetricFromJob"
104
+ }
105
+ },
106
+ {
107
+ "pkg": "datarobot",
108
+ "mod": "index/customMetricJob",
109
+ "fqn": "pulumi_datarobot",
110
+ "classes": {
111
+ "datarobot:index/customMetricJob:CustomMetricJob": "CustomMetricJob"
112
+ }
113
+ },
96
114
  {
97
115
  "pkg": "datarobot",
98
116
  "mod": "index/customModel",
@@ -31,6 +31,20 @@ __all__ = [
31
31
  'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
32
32
  'CustomJobRuntimeParameterValueArgs',
33
33
  'CustomJobRuntimeParameterValueArgsDict',
34
+ 'CustomMetricFromJobBatchArgs',
35
+ 'CustomMetricFromJobBatchArgsDict',
36
+ 'CustomMetricFromJobParameterOverrideArgs',
37
+ 'CustomMetricFromJobParameterOverrideArgsDict',
38
+ 'CustomMetricFromJobSampleCountArgs',
39
+ 'CustomMetricFromJobSampleCountArgsDict',
40
+ 'CustomMetricFromJobScheduleArgs',
41
+ 'CustomMetricFromJobScheduleArgsDict',
42
+ 'CustomMetricFromJobTimestampArgs',
43
+ 'CustomMetricFromJobTimestampArgsDict',
44
+ 'CustomMetricFromJobValueArgs',
45
+ 'CustomMetricFromJobValueArgsDict',
46
+ 'CustomMetricJobRuntimeParameterValueArgs',
47
+ 'CustomMetricJobRuntimeParameterValueArgsDict',
34
48
  'CustomModelGuardConfigurationArgs',
35
49
  'CustomModelGuardConfigurationArgsDict',
36
50
  'CustomModelGuardConfigurationInterventionArgs',
@@ -1142,6 +1156,398 @@ class CustomJobRuntimeParameterValueArgs:
1142
1156
  pulumi.set(self, "value", value)
1143
1157
 
1144
1158
 
1159
+ if not MYPY:
1160
+ class CustomMetricFromJobBatchArgsDict(TypedDict):
1161
+ column_name: NotRequired[pulumi.Input[str]]
1162
+ """
1163
+ Column name.
1164
+ """
1165
+ elif False:
1166
+ CustomMetricFromJobBatchArgsDict: TypeAlias = Mapping[str, Any]
1167
+
1168
+ @pulumi.input_type
1169
+ class CustomMetricFromJobBatchArgs:
1170
+ def __init__(__self__, *,
1171
+ column_name: Optional[pulumi.Input[str]] = None):
1172
+ """
1173
+ :param pulumi.Input[str] column_name: Column name.
1174
+ """
1175
+ if column_name is not None:
1176
+ pulumi.set(__self__, "column_name", column_name)
1177
+
1178
+ @property
1179
+ @pulumi.getter(name="columnName")
1180
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1181
+ """
1182
+ Column name.
1183
+ """
1184
+ return pulumi.get(self, "column_name")
1185
+
1186
+ @column_name.setter
1187
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1188
+ pulumi.set(self, "column_name", value)
1189
+
1190
+
1191
+ if not MYPY:
1192
+ class CustomMetricFromJobParameterOverrideArgsDict(TypedDict):
1193
+ key: pulumi.Input[str]
1194
+ """
1195
+ The name of the runtime parameter.
1196
+ """
1197
+ type: pulumi.Input[str]
1198
+ """
1199
+ The type of the runtime parameter.
1200
+ """
1201
+ value: pulumi.Input[str]
1202
+ """
1203
+ The value of the runtime parameter (type conversion is handled internally).
1204
+ """
1205
+ elif False:
1206
+ CustomMetricFromJobParameterOverrideArgsDict: TypeAlias = Mapping[str, Any]
1207
+
1208
+ @pulumi.input_type
1209
+ class CustomMetricFromJobParameterOverrideArgs:
1210
+ def __init__(__self__, *,
1211
+ key: pulumi.Input[str],
1212
+ type: pulumi.Input[str],
1213
+ value: pulumi.Input[str]):
1214
+ """
1215
+ :param pulumi.Input[str] key: The name of the runtime parameter.
1216
+ :param pulumi.Input[str] type: The type of the runtime parameter.
1217
+ :param pulumi.Input[str] value: The value of the runtime parameter (type conversion is handled internally).
1218
+ """
1219
+ pulumi.set(__self__, "key", key)
1220
+ pulumi.set(__self__, "type", type)
1221
+ pulumi.set(__self__, "value", value)
1222
+
1223
+ @property
1224
+ @pulumi.getter
1225
+ def key(self) -> pulumi.Input[str]:
1226
+ """
1227
+ The name of the runtime parameter.
1228
+ """
1229
+ return pulumi.get(self, "key")
1230
+
1231
+ @key.setter
1232
+ def key(self, value: pulumi.Input[str]):
1233
+ pulumi.set(self, "key", value)
1234
+
1235
+ @property
1236
+ @pulumi.getter
1237
+ def type(self) -> pulumi.Input[str]:
1238
+ """
1239
+ The type of the runtime parameter.
1240
+ """
1241
+ return pulumi.get(self, "type")
1242
+
1243
+ @type.setter
1244
+ def type(self, value: pulumi.Input[str]):
1245
+ pulumi.set(self, "type", value)
1246
+
1247
+ @property
1248
+ @pulumi.getter
1249
+ def value(self) -> pulumi.Input[str]:
1250
+ """
1251
+ The value of the runtime parameter (type conversion is handled internally).
1252
+ """
1253
+ return pulumi.get(self, "value")
1254
+
1255
+ @value.setter
1256
+ def value(self, value: pulumi.Input[str]):
1257
+ pulumi.set(self, "value", value)
1258
+
1259
+
1260
+ if not MYPY:
1261
+ class CustomMetricFromJobSampleCountArgsDict(TypedDict):
1262
+ column_name: pulumi.Input[str]
1263
+ """
1264
+ Column name.
1265
+ """
1266
+ elif False:
1267
+ CustomMetricFromJobSampleCountArgsDict: TypeAlias = Mapping[str, Any]
1268
+
1269
+ @pulumi.input_type
1270
+ class CustomMetricFromJobSampleCountArgs:
1271
+ def __init__(__self__, *,
1272
+ column_name: pulumi.Input[str]):
1273
+ """
1274
+ :param pulumi.Input[str] column_name: Column name.
1275
+ """
1276
+ pulumi.set(__self__, "column_name", column_name)
1277
+
1278
+ @property
1279
+ @pulumi.getter(name="columnName")
1280
+ def column_name(self) -> pulumi.Input[str]:
1281
+ """
1282
+ Column name.
1283
+ """
1284
+ return pulumi.get(self, "column_name")
1285
+
1286
+ @column_name.setter
1287
+ def column_name(self, value: pulumi.Input[str]):
1288
+ pulumi.set(self, "column_name", value)
1289
+
1290
+
1291
+ if not MYPY:
1292
+ class CustomMetricFromJobScheduleArgsDict(TypedDict):
1293
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]]
1294
+ """
1295
+ Days of the month when the metric job will run.
1296
+ """
1297
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]]
1298
+ """
1299
+ Days of the week when the metric job will run.
1300
+ """
1301
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]]
1302
+ """
1303
+ Hours of the day when the metric job will run.
1304
+ """
1305
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]]
1306
+ """
1307
+ Minutes of the day when the metric job will run.
1308
+ """
1309
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]
1310
+ """
1311
+ Months of the year when the metric job will run.
1312
+ """
1313
+ elif False:
1314
+ CustomMetricFromJobScheduleArgsDict: TypeAlias = Mapping[str, Any]
1315
+
1316
+ @pulumi.input_type
1317
+ class CustomMetricFromJobScheduleArgs:
1318
+ def __init__(__self__, *,
1319
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]],
1320
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]],
1321
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]],
1322
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]],
1323
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]):
1324
+ """
1325
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_months: Days of the month when the metric job will run.
1326
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_weeks: Days of the week when the metric job will run.
1327
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] hours: Hours of the day when the metric job will run.
1328
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] minutes: Minutes of the day when the metric job will run.
1329
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] months: Months of the year when the metric job will run.
1330
+ """
1331
+ pulumi.set(__self__, "day_of_months", day_of_months)
1332
+ pulumi.set(__self__, "day_of_weeks", day_of_weeks)
1333
+ pulumi.set(__self__, "hours", hours)
1334
+ pulumi.set(__self__, "minutes", minutes)
1335
+ pulumi.set(__self__, "months", months)
1336
+
1337
+ @property
1338
+ @pulumi.getter(name="dayOfMonths")
1339
+ def day_of_months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1340
+ """
1341
+ Days of the month when the metric job will run.
1342
+ """
1343
+ return pulumi.get(self, "day_of_months")
1344
+
1345
+ @day_of_months.setter
1346
+ def day_of_months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1347
+ pulumi.set(self, "day_of_months", value)
1348
+
1349
+ @property
1350
+ @pulumi.getter(name="dayOfWeeks")
1351
+ def day_of_weeks(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1352
+ """
1353
+ Days of the week when the metric job will run.
1354
+ """
1355
+ return pulumi.get(self, "day_of_weeks")
1356
+
1357
+ @day_of_weeks.setter
1358
+ def day_of_weeks(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1359
+ pulumi.set(self, "day_of_weeks", value)
1360
+
1361
+ @property
1362
+ @pulumi.getter
1363
+ def hours(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1364
+ """
1365
+ Hours of the day when the metric job will run.
1366
+ """
1367
+ return pulumi.get(self, "hours")
1368
+
1369
+ @hours.setter
1370
+ def hours(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1371
+ pulumi.set(self, "hours", value)
1372
+
1373
+ @property
1374
+ @pulumi.getter
1375
+ def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1376
+ """
1377
+ Minutes of the day when the metric job will run.
1378
+ """
1379
+ return pulumi.get(self, "minutes")
1380
+
1381
+ @minutes.setter
1382
+ def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1383
+ pulumi.set(self, "minutes", value)
1384
+
1385
+ @property
1386
+ @pulumi.getter
1387
+ def months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1388
+ """
1389
+ Months of the year when the metric job will run.
1390
+ """
1391
+ return pulumi.get(self, "months")
1392
+
1393
+ @months.setter
1394
+ def months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1395
+ pulumi.set(self, "months", value)
1396
+
1397
+
1398
+ if not MYPY:
1399
+ class CustomMetricFromJobTimestampArgsDict(TypedDict):
1400
+ column_name: NotRequired[pulumi.Input[str]]
1401
+ """
1402
+ Column name.
1403
+ """
1404
+ time_format: NotRequired[pulumi.Input[str]]
1405
+ """
1406
+ Format.
1407
+ """
1408
+ elif False:
1409
+ CustomMetricFromJobTimestampArgsDict: TypeAlias = Mapping[str, Any]
1410
+
1411
+ @pulumi.input_type
1412
+ class CustomMetricFromJobTimestampArgs:
1413
+ def __init__(__self__, *,
1414
+ column_name: Optional[pulumi.Input[str]] = None,
1415
+ time_format: Optional[pulumi.Input[str]] = None):
1416
+ """
1417
+ :param pulumi.Input[str] column_name: Column name.
1418
+ :param pulumi.Input[str] time_format: Format.
1419
+ """
1420
+ if column_name is not None:
1421
+ pulumi.set(__self__, "column_name", column_name)
1422
+ if time_format is not None:
1423
+ pulumi.set(__self__, "time_format", time_format)
1424
+
1425
+ @property
1426
+ @pulumi.getter(name="columnName")
1427
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1428
+ """
1429
+ Column name.
1430
+ """
1431
+ return pulumi.get(self, "column_name")
1432
+
1433
+ @column_name.setter
1434
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1435
+ pulumi.set(self, "column_name", value)
1436
+
1437
+ @property
1438
+ @pulumi.getter(name="timeFormat")
1439
+ def time_format(self) -> Optional[pulumi.Input[str]]:
1440
+ """
1441
+ Format.
1442
+ """
1443
+ return pulumi.get(self, "time_format")
1444
+
1445
+ @time_format.setter
1446
+ def time_format(self, value: Optional[pulumi.Input[str]]):
1447
+ pulumi.set(self, "time_format", value)
1448
+
1449
+
1450
+ if not MYPY:
1451
+ class CustomMetricFromJobValueArgsDict(TypedDict):
1452
+ column_name: NotRequired[pulumi.Input[str]]
1453
+ """
1454
+ Column name.
1455
+ """
1456
+ elif False:
1457
+ CustomMetricFromJobValueArgsDict: TypeAlias = Mapping[str, Any]
1458
+
1459
+ @pulumi.input_type
1460
+ class CustomMetricFromJobValueArgs:
1461
+ def __init__(__self__, *,
1462
+ column_name: Optional[pulumi.Input[str]] = None):
1463
+ """
1464
+ :param pulumi.Input[str] column_name: Column name.
1465
+ """
1466
+ if column_name is not None:
1467
+ pulumi.set(__self__, "column_name", column_name)
1468
+
1469
+ @property
1470
+ @pulumi.getter(name="columnName")
1471
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1472
+ """
1473
+ Column name.
1474
+ """
1475
+ return pulumi.get(self, "column_name")
1476
+
1477
+ @column_name.setter
1478
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1479
+ pulumi.set(self, "column_name", value)
1480
+
1481
+
1482
+ if not MYPY:
1483
+ class CustomMetricJobRuntimeParameterValueArgsDict(TypedDict):
1484
+ key: pulumi.Input[str]
1485
+ """
1486
+ The name of the runtime parameter.
1487
+ """
1488
+ type: pulumi.Input[str]
1489
+ """
1490
+ The type of the runtime parameter.
1491
+ """
1492
+ value: pulumi.Input[str]
1493
+ """
1494
+ The value of the runtime parameter (type conversion is handled internally).
1495
+ """
1496
+ elif False:
1497
+ CustomMetricJobRuntimeParameterValueArgsDict: TypeAlias = Mapping[str, Any]
1498
+
1499
+ @pulumi.input_type
1500
+ class CustomMetricJobRuntimeParameterValueArgs:
1501
+ def __init__(__self__, *,
1502
+ key: pulumi.Input[str],
1503
+ type: pulumi.Input[str],
1504
+ value: pulumi.Input[str]):
1505
+ """
1506
+ :param pulumi.Input[str] key: The name of the runtime parameter.
1507
+ :param pulumi.Input[str] type: The type of the runtime parameter.
1508
+ :param pulumi.Input[str] value: The value of the runtime parameter (type conversion is handled internally).
1509
+ """
1510
+ pulumi.set(__self__, "key", key)
1511
+ pulumi.set(__self__, "type", type)
1512
+ pulumi.set(__self__, "value", value)
1513
+
1514
+ @property
1515
+ @pulumi.getter
1516
+ def key(self) -> pulumi.Input[str]:
1517
+ """
1518
+ The name of the runtime parameter.
1519
+ """
1520
+ return pulumi.get(self, "key")
1521
+
1522
+ @key.setter
1523
+ def key(self, value: pulumi.Input[str]):
1524
+ pulumi.set(self, "key", value)
1525
+
1526
+ @property
1527
+ @pulumi.getter
1528
+ def type(self) -> pulumi.Input[str]:
1529
+ """
1530
+ The type of the runtime parameter.
1531
+ """
1532
+ return pulumi.get(self, "type")
1533
+
1534
+ @type.setter
1535
+ def type(self, value: pulumi.Input[str]):
1536
+ pulumi.set(self, "type", value)
1537
+
1538
+ @property
1539
+ @pulumi.getter
1540
+ def value(self) -> pulumi.Input[str]:
1541
+ """
1542
+ The value of the runtime parameter (type conversion is handled internally).
1543
+ """
1544
+ return pulumi.get(self, "value")
1545
+
1546
+ @value.setter
1547
+ def value(self, value: pulumi.Input[str]):
1548
+ pulumi.set(self, "value", value)
1549
+
1550
+
1145
1551
  if not MYPY:
1146
1552
  class CustomModelGuardConfigurationArgsDict(TypedDict):
1147
1553
  intervention: pulumi.Input['CustomModelGuardConfigurationInterventionArgsDict']