pulumi-datarobot 0.9.4__tar.gz → 0.10.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 (57) hide show
  1. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/_inputs.py +260 -0
  3. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/application_source.py +17 -17
  4. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/application_source_from_template.py +17 -17
  5. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_application.py +0 -42
  6. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_job.py +17 -17
  7. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_metric_job.py +17 -17
  8. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_model.py +17 -17
  9. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/outputs.py +150 -0
  10. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/registered_model.py +47 -0
  11. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  12. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/setup.py +1 -1
  13. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/README.md +0 -0
  14. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/__init__.py +0 -0
  15. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/_utilities.py +0 -0
  16. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/api_token_credential.py +0 -0
  17. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/aws_credential.py +0 -0
  18. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/azure_credential.py +0 -0
  19. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/basic_credential.py +0 -0
  20. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  21. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/config/__init__.py +0 -0
  22. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/config/vars.py +0 -0
  23. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_application_from_environment.py +0 -0
  24. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_metric.py +0 -0
  25. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  26. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
  27. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  28. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/dataset_from_file.py +0 -0
  29. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/dataset_from_url.py +0 -0
  30. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/datasource.py +0 -0
  31. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/datastore.py +0 -0
  32. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/deployment.py +0 -0
  33. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  34. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/execution_environment.py +0 -0
  35. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/get_execution_environment.py +0 -0
  36. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/get_global_model.py +0 -0
  37. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/google_cloud_credential.py +0 -0
  38. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/llm_blueprint.py +0 -0
  39. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/notebook.py +0 -0
  40. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/notification_channel.py +0 -0
  41. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/notification_policy.py +0 -0
  42. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/playground.py +0 -0
  43. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/prediction_environment.py +0 -0
  44. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/provider.py +0 -0
  45. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/pulumi-plugin.json +0 -0
  46. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/py.typed +0 -0
  47. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/qa_application.py +0 -0
  48. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  49. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/remote_repository.py +0 -0
  50. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/use_case.py +0 -0
  51. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot/vector_database.py +0 -0
  52. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
  53. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  54. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  55. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/requires.txt +0 -0
  56. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  57. {pulumi_datarobot-0.9.4 → pulumi_datarobot-0.10.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.9.4
3
+ Version: 0.10.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
@@ -16,6 +16,10 @@ else:
16
16
  from . import _utilities
17
17
 
18
18
  __all__ = [
19
+ 'ApplicationSourceFileArgs',
20
+ 'ApplicationSourceFileArgsDict',
21
+ 'ApplicationSourceFromTemplateFileArgs',
22
+ 'ApplicationSourceFromTemplateFileArgsDict',
19
23
  'ApplicationSourceFromTemplateResourcesArgs',
20
24
  'ApplicationSourceFromTemplateResourcesArgsDict',
21
25
  'ApplicationSourceFromTemplateRuntimeParameterValueArgs',
@@ -36,6 +40,8 @@ __all__ = [
36
40
  'BatchPredictionJobDefinitionScheduleArgsDict',
37
41
  'BatchPredictionJobDefinitionTimeseriesSettingsArgs',
38
42
  'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
43
+ 'CustomJobFileArgs',
44
+ 'CustomJobFileArgsDict',
39
45
  'CustomJobRuntimeParameterValueArgs',
40
46
  'CustomJobRuntimeParameterValueArgsDict',
41
47
  'CustomJobScheduleArgs',
@@ -54,6 +60,8 @@ __all__ = [
54
60
  'CustomMetricFromJobTimestampArgsDict',
55
61
  'CustomMetricFromJobValueArgs',
56
62
  'CustomMetricFromJobValueArgsDict',
63
+ 'CustomMetricJobFileArgs',
64
+ 'CustomMetricJobFileArgsDict',
57
65
  'CustomMetricJobRuntimeParameterValueArgs',
58
66
  'CustomMetricJobRuntimeParameterValueArgsDict',
59
67
  'CustomMetricSampleCountArgs',
@@ -62,6 +70,8 @@ __all__ = [
62
70
  'CustomMetricTimestampArgsDict',
63
71
  'CustomMetricValueArgs',
64
72
  'CustomMetricValueArgsDict',
73
+ 'CustomModelFileArgs',
74
+ 'CustomModelFileArgsDict',
65
75
  'CustomModelGuardConfigurationArgs',
66
76
  'CustomModelGuardConfigurationArgsDict',
67
77
  'CustomModelGuardConfigurationInterventionArgs',
@@ -158,6 +168,106 @@ __all__ = [
158
168
 
159
169
  MYPY = False
160
170
 
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
+
161
271
  if not MYPY:
162
272
  class ApplicationSourceFromTemplateResourcesArgsDict(TypedDict):
163
273
  replicas: NotRequired[pulumi.Input[builtins.int]]
@@ -1345,6 +1455,56 @@ class BatchPredictionJobDefinitionTimeseriesSettingsArgs:
1345
1455
  pulumi.set(self, "type", value)
1346
1456
 
1347
1457
 
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
+
1348
1508
  if not MYPY:
1349
1509
  class CustomJobRuntimeParameterValueArgsDict(TypedDict):
1350
1510
  key: pulumi.Input[builtins.str]
@@ -1876,6 +2036,56 @@ class CustomMetricFromJobValueArgs:
1876
2036
  pulumi.set(self, "column_name", value)
1877
2037
 
1878
2038
 
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
+
1879
2089
  if not MYPY:
1880
2090
  class CustomMetricJobRuntimeParameterValueArgsDict(TypedDict):
1881
2091
  key: pulumi.Input[builtins.str]
@@ -2061,6 +2271,56 @@ class CustomMetricValueArgs:
2061
2271
  pulumi.set(self, "column_name", value)
2062
2272
 
2063
2273
 
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
+
2064
2324
  if not MYPY:
2065
2325
  class CustomModelGuardConfigurationArgsDict(TypedDict):
2066
2326
  intervention: pulumi.Input['CustomModelGuardConfigurationInterventionArgsDict']
@@ -24,7 +24,7 @@ class ApplicationSourceArgs:
24
24
  def __init__(__self__, *,
25
25
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
26
26
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
27
- files: Optional[Any] = None,
27
+ files: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]] = None,
28
28
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
29
29
  name: Optional[pulumi.Input[builtins.str]] = None,
30
30
  resources: Optional[pulumi.Input['ApplicationSourceResourcesArgs']] = None,
@@ -33,7 +33,7 @@ class ApplicationSourceArgs:
33
33
  The set of arguments for constructing a ApplicationSource resource.
34
34
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
35
35
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
36
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
36
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in application source).
37
37
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
38
38
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
39
39
  :param pulumi.Input['ApplicationSourceResourcesArgs'] resources: The resources for the Application Source.
@@ -80,14 +80,14 @@ class ApplicationSourceArgs:
80
80
 
81
81
  @property
82
82
  @pulumi.getter
83
- def files(self) -> Optional[Any]:
83
+ def files(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]:
84
84
  """
85
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
85
+ List of files to upload, each with a source (local path) and destination (path in application source).
86
86
  """
87
87
  return pulumi.get(self, "files")
88
88
 
89
89
  @files.setter
90
- def files(self, value: Optional[Any]):
90
+ def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]):
91
91
  pulumi.set(self, "files", value)
92
92
 
93
93
  @property
@@ -144,7 +144,7 @@ class _ApplicationSourceState:
144
144
  def __init__(__self__, *,
145
145
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
146
146
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
147
- files: Optional[Any] = None,
147
+ files: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]] = None,
148
148
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
149
149
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
150
150
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -156,7 +156,7 @@ class _ApplicationSourceState:
156
156
  Input properties used for looking up and filtering ApplicationSource resources.
157
157
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
158
158
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
159
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
159
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in application source).
160
160
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
161
161
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
162
162
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -212,14 +212,14 @@ class _ApplicationSourceState:
212
212
 
213
213
  @property
214
214
  @pulumi.getter
215
- def files(self) -> Optional[Any]:
215
+ def files(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]:
216
216
  """
217
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
217
+ List of files to upload, each with a source (local path) and destination (path in application source).
218
218
  """
219
219
  return pulumi.get(self, "files")
220
220
 
221
221
  @files.setter
222
- def files(self, value: Optional[Any]):
222
+ def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]):
223
223
  pulumi.set(self, "files", value)
224
224
 
225
225
  @property
@@ -315,7 +315,7 @@ class ApplicationSource(pulumi.CustomResource):
315
315
  opts: Optional[pulumi.ResourceOptions] = None,
316
316
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
317
317
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
318
- files: Optional[Any] = None,
318
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
319
319
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
320
320
  name: Optional[pulumi.Input[builtins.str]] = None,
321
321
  resources: Optional[pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']]] = None,
@@ -328,7 +328,7 @@ class ApplicationSource(pulumi.CustomResource):
328
328
  :param pulumi.ResourceOptions opts: Options for the resource.
329
329
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
330
330
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
331
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
331
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]] files: List of files to upload, each with a source (local path) and destination (path in application source).
332
332
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
333
333
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
334
334
  :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source.
@@ -360,7 +360,7 @@ class ApplicationSource(pulumi.CustomResource):
360
360
  opts: Optional[pulumi.ResourceOptions] = None,
361
361
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
362
362
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
363
- files: Optional[Any] = None,
363
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
364
364
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
365
365
  name: Optional[pulumi.Input[builtins.str]] = None,
366
366
  resources: Optional[pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']]] = None,
@@ -396,7 +396,7 @@ class ApplicationSource(pulumi.CustomResource):
396
396
  opts: Optional[pulumi.ResourceOptions] = None,
397
397
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
398
398
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
399
- files: Optional[Any] = None,
399
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
400
400
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
401
401
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
402
402
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -413,7 +413,7 @@ class ApplicationSource(pulumi.CustomResource):
413
413
  :param pulumi.ResourceOptions opts: Options for the resource.
414
414
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
415
415
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
416
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
416
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]] files: List of files to upload, each with a source (local path) and destination (path in application source).
417
417
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
418
418
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
419
419
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -456,9 +456,9 @@ class ApplicationSource(pulumi.CustomResource):
456
456
 
457
457
  @property
458
458
  @pulumi.getter
459
- def files(self) -> pulumi.Output[Optional[Any]]:
459
+ def files(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSourceFile']]]:
460
460
  """
461
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
461
+ List of files to upload, each with a source (local path) and destination (path in application source).
462
462
  """
463
463
  return pulumi.get(self, "files")
464
464
 
@@ -25,7 +25,7 @@ class ApplicationSourceFromTemplateArgs:
25
25
  template_id: pulumi.Input[builtins.str],
26
26
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
27
27
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
28
- files: Optional[Any] = None,
28
+ files: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]] = None,
29
29
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
30
30
  name: Optional[pulumi.Input[builtins.str]] = None,
31
31
  resources: Optional[pulumi.Input['ApplicationSourceFromTemplateResourcesArgs']] = None,
@@ -35,7 +35,7 @@ class ApplicationSourceFromTemplateArgs:
35
35
  :param pulumi.Input[builtins.str] template_id: The ID of the template used to create the Application Source.
36
36
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
37
37
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
38
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
38
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in application source).
39
39
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
40
40
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
41
41
  :param pulumi.Input['ApplicationSourceFromTemplateResourcesArgs'] resources: The resources for the Application Source.
@@ -95,14 +95,14 @@ class ApplicationSourceFromTemplateArgs:
95
95
 
96
96
  @property
97
97
  @pulumi.getter
98
- def files(self) -> Optional[Any]:
98
+ def files(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]:
99
99
  """
100
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
100
+ List of files to upload, each with a source (local path) and destination (path in application source).
101
101
  """
102
102
  return pulumi.get(self, "files")
103
103
 
104
104
  @files.setter
105
- def files(self, value: Optional[Any]):
105
+ def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]):
106
106
  pulumi.set(self, "files", value)
107
107
 
108
108
  @property
@@ -159,7 +159,7 @@ class _ApplicationSourceFromTemplateState:
159
159
  def __init__(__self__, *,
160
160
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
161
161
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
162
- files: Optional[Any] = None,
162
+ files: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]] = None,
163
163
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
164
164
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
165
165
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -172,7 +172,7 @@ class _ApplicationSourceFromTemplateState:
172
172
  Input properties used for looking up and filtering ApplicationSourceFromTemplate resources.
173
173
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
174
174
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
175
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
175
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in application source).
176
176
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
177
177
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
178
178
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -231,14 +231,14 @@ class _ApplicationSourceFromTemplateState:
231
231
 
232
232
  @property
233
233
  @pulumi.getter
234
- def files(self) -> Optional[Any]:
234
+ def files(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]:
235
235
  """
236
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
236
+ List of files to upload, each with a source (local path) and destination (path in application source).
237
237
  """
238
238
  return pulumi.get(self, "files")
239
239
 
240
240
  @files.setter
241
- def files(self, value: Optional[Any]):
241
+ def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]):
242
242
  pulumi.set(self, "files", value)
243
243
 
244
244
  @property
@@ -346,7 +346,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
346
346
  opts: Optional[pulumi.ResourceOptions] = None,
347
347
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
348
348
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
349
- files: Optional[Any] = None,
349
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
350
350
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
351
351
  name: Optional[pulumi.Input[builtins.str]] = None,
352
352
  resources: Optional[pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']]] = None,
@@ -360,7 +360,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
360
360
  :param pulumi.ResourceOptions opts: Options for the resource.
361
361
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
362
362
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
363
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
363
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]] files: List of files to upload, each with a source (local path) and destination (path in application source).
364
364
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
365
365
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
366
366
  :param pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']] resources: The resources for the Application Source.
@@ -393,7 +393,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
393
393
  opts: Optional[pulumi.ResourceOptions] = None,
394
394
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
395
395
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
396
- files: Optional[Any] = None,
396
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
397
397
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
398
398
  name: Optional[pulumi.Input[builtins.str]] = None,
399
399
  resources: Optional[pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']]] = None,
@@ -433,7 +433,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
433
433
  opts: Optional[pulumi.ResourceOptions] = None,
434
434
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
435
435
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
436
- files: Optional[Any] = None,
436
+ files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
437
437
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
438
438
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
439
439
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -451,7 +451,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
451
451
  :param pulumi.ResourceOptions opts: Options for the resource.
452
452
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
453
453
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
454
- :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
454
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]] files: List of files to upload, each with a source (local path) and destination (path in application source).
455
455
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
456
456
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
457
457
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -496,9 +496,9 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
496
496
 
497
497
  @property
498
498
  @pulumi.getter
499
- def files(self) -> pulumi.Output[Optional[Any]]:
499
+ def files(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSourceFromTemplateFile']]]:
500
500
  """
501
- The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
501
+ List of files to upload, each with a source (local path) and destination (path in application source).
502
502
  """
503
503
  return pulumi.get(self, "files")
504
504
 
@@ -272,27 +272,6 @@ class CustomApplication(pulumi.CustomResource):
272
272
  """
273
273
  Custom Application
274
274
 
275
- ## Example Usage
276
-
277
- ```python
278
- import pulumi
279
- import pulumi_datarobot as datarobot
280
-
281
- example_application_source = datarobot.ApplicationSource("exampleApplicationSource", files=[
282
- ["start-app.sh"],
283
- ["streamlit-app.py"],
284
- ])
285
- example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
286
- source_version_id=example_application_source.version_id,
287
- external_access_enabled=True,
288
- external_access_recipients=["recipient@example.com"],
289
- allow_auto_stopping=False)
290
- pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
291
- pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
292
- pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
293
- pulumi.export("datarobotCustomApplicationUrl", example_custom_application.application_url)
294
- ```
295
-
296
275
  :param str resource_name: The name of the resource.
297
276
  :param pulumi.ResourceOptions opts: Options for the resource.
298
277
  :param pulumi.Input[builtins.bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
@@ -311,27 +290,6 @@ class CustomApplication(pulumi.CustomResource):
311
290
  """
312
291
  Custom Application
313
292
 
314
- ## Example Usage
315
-
316
- ```python
317
- import pulumi
318
- import pulumi_datarobot as datarobot
319
-
320
- example_application_source = datarobot.ApplicationSource("exampleApplicationSource", files=[
321
- ["start-app.sh"],
322
- ["streamlit-app.py"],
323
- ])
324
- example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
325
- source_version_id=example_application_source.version_id,
326
- external_access_enabled=True,
327
- external_access_recipients=["recipient@example.com"],
328
- allow_auto_stopping=False)
329
- pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
330
- pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
331
- pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
332
- pulumi.export("datarobotCustomApplicationUrl", example_custom_application.application_url)
333
- ```
334
-
335
293
  :param str resource_name: The name of the resource.
336
294
  :param CustomApplicationArgs args: The arguments to use to populate this resource's properties.
337
295
  :param pulumi.ResourceOptions opts: Options for the resource.