pulumi-datarobot 0.10.1__tar.gz → 0.10.3__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.10.1 → pulumi_datarobot-0.10.3}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/_inputs.py +0 -260
  3. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/api_token_credential.py +0 -1
  4. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/application_source.py +17 -18
  5. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/application_source_from_template.py +17 -18
  6. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/aws_credential.py +0 -1
  7. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/azure_credential.py +0 -1
  8. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/basic_credential.py +0 -1
  9. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/batch_prediction_job_definition.py +0 -1
  10. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_application.py +42 -1
  11. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_application_from_environment.py +0 -1
  12. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_job.py +17 -18
  13. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_metric.py +0 -1
  14. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_metric_from_job.py +0 -1
  15. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_metric_job.py +17 -18
  16. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_model.py +17 -18
  17. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/custom_model_llm_validation.py +0 -1
  18. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/dataset_from_datasource.py +0 -1
  19. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/dataset_from_file.py +0 -1
  20. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/dataset_from_url.py +0 -1
  21. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/datasource.py +0 -1
  22. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/datastore.py +0 -1
  23. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/deployment.py +0 -1
  24. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/deployment_retraining_policy.py +0 -1
  25. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/execution_environment.py +0 -1
  26. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/google_cloud_credential.py +0 -1
  27. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/llm_blueprint.py +0 -1
  28. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/notebook.py +0 -1
  29. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/notification_channel.py +0 -1
  30. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/notification_policy.py +0 -1
  31. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/outputs.py +0 -150
  32. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/playground.py +0 -1
  33. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/prediction_environment.py +0 -1
  34. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/provider.py +0 -21
  35. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/qa_application.py +0 -1
  36. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/registered_model.py +0 -48
  37. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -1
  38. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/remote_repository.py +0 -1
  39. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/use_case.py +0 -1
  40. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/vector_database.py +0 -1
  41. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  42. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/setup.py +1 -1
  43. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/README.md +0 -0
  44. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/__init__.py +0 -0
  45. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/_utilities.py +0 -0
  46. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/config/__init__.py +0 -0
  47. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/config/vars.py +0 -0
  48. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/get_execution_environment.py +0 -0
  49. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/get_global_model.py +0 -0
  50. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/pulumi-plugin.json +0 -0
  51. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot/py.typed +0 -0
  52. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
  53. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  54. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  55. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/requires.txt +0 -0
  56. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  57. {pulumi_datarobot-0.10.1 → pulumi_datarobot-0.10.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.10.1
3
+ Version: 0.10.3
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,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']
@@ -128,7 +128,6 @@ class _ApiTokenCredentialState:
128
128
  pulumi.set(self, "name", value)
129
129
 
130
130
 
131
- @pulumi.type_token("datarobot:index/apiTokenCredential:ApiTokenCredential")
132
131
  class ApiTokenCredential(pulumi.CustomResource):
133
132
  @overload
134
133
  def __init__(__self__,
@@ -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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]] = None,
27
+ files: Optional[Any] = 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 pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in 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.
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]:
83
+ def files(self) -> Optional[Any]:
84
84
  """
85
- List of files to upload, each with a source (local path) and destination (path in application source).
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.
86
86
  """
87
87
  return pulumi.get(self, "files")
88
88
 
89
89
  @files.setter
90
- def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]):
90
+ def files(self, value: Optional[Any]):
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]] = None,
147
+ files: Optional[Any] = 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 pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in 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.
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]:
215
+ def files(self) -> Optional[Any]:
216
216
  """
217
- List of files to upload, each with a source (local path) and destination (path in application source).
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.
218
218
  """
219
219
  return pulumi.get(self, "files")
220
220
 
221
221
  @files.setter
222
- def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFileArgs']]]]):
222
+ def files(self, value: Optional[Any]):
223
223
  pulumi.set(self, "files", value)
224
224
 
225
225
  @property
@@ -307,7 +307,6 @@ class _ApplicationSourceState:
307
307
  pulumi.set(self, "version_id", value)
308
308
 
309
309
 
310
- @pulumi.type_token("datarobot:index/applicationSource:ApplicationSource")
311
310
  class ApplicationSource(pulumi.CustomResource):
312
311
  @overload
313
312
  def __init__(__self__,
@@ -315,7 +314,7 @@ class ApplicationSource(pulumi.CustomResource):
315
314
  opts: Optional[pulumi.ResourceOptions] = None,
316
315
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
317
316
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
318
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
317
+ files: Optional[Any] = None,
319
318
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
320
319
  name: Optional[pulumi.Input[builtins.str]] = None,
321
320
  resources: Optional[pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']]] = None,
@@ -328,7 +327,7 @@ class ApplicationSource(pulumi.CustomResource):
328
327
  :param pulumi.ResourceOptions opts: Options for the resource.
329
328
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
330
329
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
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).
330
+ :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.
332
331
  :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
332
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
334
333
  :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source.
@@ -360,7 +359,7 @@ class ApplicationSource(pulumi.CustomResource):
360
359
  opts: Optional[pulumi.ResourceOptions] = None,
361
360
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
362
361
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
363
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
362
+ files: Optional[Any] = None,
364
363
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
365
364
  name: Optional[pulumi.Input[builtins.str]] = None,
366
365
  resources: Optional[pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']]] = None,
@@ -396,7 +395,7 @@ class ApplicationSource(pulumi.CustomResource):
396
395
  opts: Optional[pulumi.ResourceOptions] = None,
397
396
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
398
397
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
399
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFileArgs', 'ApplicationSourceFileArgsDict']]]]] = None,
398
+ files: Optional[Any] = None,
400
399
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
401
400
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
402
401
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -413,7 +412,7 @@ class ApplicationSource(pulumi.CustomResource):
413
412
  :param pulumi.ResourceOptions opts: Options for the resource.
414
413
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
415
414
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
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).
415
+ :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.
417
416
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
418
417
  :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
418
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -456,9 +455,9 @@ class ApplicationSource(pulumi.CustomResource):
456
455
 
457
456
  @property
458
457
  @pulumi.getter
459
- def files(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSourceFile']]]:
458
+ def files(self) -> pulumi.Output[Optional[Any]]:
460
459
  """
461
- List of files to upload, each with a source (local path) and destination (path in application source).
460
+ 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.
462
461
  """
463
462
  return pulumi.get(self, "files")
464
463
 
@@ -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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]] = None,
28
+ files: Optional[Any] = 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 pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in 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.
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]:
98
+ def files(self) -> Optional[Any]:
99
99
  """
100
- List of files to upload, each with a source (local path) and destination (path in application source).
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.
101
101
  """
102
102
  return pulumi.get(self, "files")
103
103
 
104
104
  @files.setter
105
- def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]):
105
+ def files(self, value: Optional[Any]):
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]] = None,
162
+ files: Optional[Any] = 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 pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]] files: List of files to upload, each with a source (local path) and destination (path in 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.
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[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]:
234
+ def files(self) -> Optional[Any]:
235
235
  """
236
- List of files to upload, each with a source (local path) and destination (path in application source).
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.
237
237
  """
238
238
  return pulumi.get(self, "files")
239
239
 
240
240
  @files.setter
241
- def files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationSourceFromTemplateFileArgs']]]]):
241
+ def files(self, value: Optional[Any]):
242
242
  pulumi.set(self, "files", value)
243
243
 
244
244
  @property
@@ -338,7 +338,6 @@ class _ApplicationSourceFromTemplateState:
338
338
  pulumi.set(self, "version_id", value)
339
339
 
340
340
 
341
- @pulumi.type_token("datarobot:index/applicationSourceFromTemplate:ApplicationSourceFromTemplate")
342
341
  class ApplicationSourceFromTemplate(pulumi.CustomResource):
343
342
  @overload
344
343
  def __init__(__self__,
@@ -346,7 +345,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
346
345
  opts: Optional[pulumi.ResourceOptions] = None,
347
346
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
348
347
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
349
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
348
+ files: Optional[Any] = None,
350
349
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
351
350
  name: Optional[pulumi.Input[builtins.str]] = None,
352
351
  resources: Optional[pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']]] = None,
@@ -360,7 +359,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
360
359
  :param pulumi.ResourceOptions opts: Options for the resource.
361
360
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
362
361
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
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).
362
+ :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.
364
363
  :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
364
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
366
365
  :param pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']] resources: The resources for the Application Source.
@@ -393,7 +392,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
393
392
  opts: Optional[pulumi.ResourceOptions] = None,
394
393
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
395
394
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
396
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
395
+ files: Optional[Any] = None,
397
396
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
398
397
  name: Optional[pulumi.Input[builtins.str]] = None,
399
398
  resources: Optional[pulumi.Input[Union['ApplicationSourceFromTemplateResourcesArgs', 'ApplicationSourceFromTemplateResourcesArgsDict']]] = None,
@@ -433,7 +432,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
433
432
  opts: Optional[pulumi.ResourceOptions] = None,
434
433
  base_environment_id: Optional[pulumi.Input[builtins.str]] = None,
435
434
  base_environment_version_id: Optional[pulumi.Input[builtins.str]] = None,
436
- files: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceFromTemplateFileArgs', 'ApplicationSourceFromTemplateFileArgsDict']]]]] = None,
435
+ files: Optional[Any] = None,
437
436
  files_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
438
437
  folder_path: Optional[pulumi.Input[builtins.str]] = None,
439
438
  folder_path_hash: Optional[pulumi.Input[builtins.str]] = None,
@@ -451,7 +450,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
451
450
  :param pulumi.ResourceOptions opts: Options for the resource.
452
451
  :param pulumi.Input[builtins.str] base_environment_id: The ID of the base environment for the Application Source.
453
452
  :param pulumi.Input[builtins.str] base_environment_version_id: The ID of the base environment version for the Application Source.
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).
453
+ :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.
455
454
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] files_hashes: The hash of file contents for each file in files.
456
455
  :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
456
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
@@ -496,9 +495,9 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
496
495
 
497
496
  @property
498
497
  @pulumi.getter
499
- def files(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSourceFromTemplateFile']]]:
498
+ def files(self) -> pulumi.Output[Optional[Any]]:
500
499
  """
501
- List of files to upload, each with a source (local path) and destination (path in application source).
500
+ 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.
502
501
  """
503
502
  return pulumi.get(self, "files")
504
503
 
@@ -225,7 +225,6 @@ class _AwsCredentialState:
225
225
  pulumi.set(self, "name", value)
226
226
 
227
227
 
228
- @pulumi.type_token("datarobot:index/awsCredential:AwsCredential")
229
228
  class AwsCredential(pulumi.CustomResource):
230
229
  @overload
231
230
  def __init__(__self__,
@@ -128,7 +128,6 @@ class _AzureCredentialState:
128
128
  pulumi.set(self, "name", value)
129
129
 
130
130
 
131
- @pulumi.type_token("datarobot:index/azureCredential:AzureCredential")
132
131
  class AzureCredential(pulumi.CustomResource):
133
132
  @overload
134
133
  def __init__(__self__,
@@ -159,7 +159,6 @@ class _BasicCredentialState:
159
159
  pulumi.set(self, "user", value)
160
160
 
161
161
 
162
- @pulumi.type_token("datarobot:index/basicCredential:BasicCredential")
163
162
  class BasicCredential(pulumi.CustomResource):
164
163
  @overload
165
164
  def __init__(__self__,
@@ -833,7 +833,6 @@ class _BatchPredictionJobDefinitionState:
833
833
  pulumi.set(self, "timeseries_settings", value)
834
834
 
835
835
 
836
- @pulumi.type_token("datarobot:index/batchPredictionJobDefinition:BatchPredictionJobDefinition")
837
836
  class BatchPredictionJobDefinition(pulumi.CustomResource):
838
837
  @overload
839
838
  def __init__(__self__,