pulumi-datarobot 0.8.7__tar.gz → 0.8.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_application.py +51 -2
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_application_from_environment.py +51 -2
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/llm_blueprint.py +7 -65
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/qa_application.py +51 -2
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/setup.py +1 -1
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/README.md +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/setup.cfg +0 -0
@@ -20,6 +20,7 @@ __all__ = ['CustomApplicationArgs', 'CustomApplication']
|
|
20
20
|
class CustomApplicationArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
source_version_id: pulumi.Input[str],
|
23
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
23
24
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
24
25
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
25
26
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -27,12 +28,15 @@ class CustomApplicationArgs:
|
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a CustomApplication resource.
|
29
30
|
:param pulumi.Input[str] source_version_id: The version ID of the Custom Application Source.
|
31
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
30
32
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
31
33
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
32
34
|
:param pulumi.Input[str] name: The name of the Custom Application.
|
33
35
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
|
34
36
|
"""
|
35
37
|
pulumi.set(__self__, "source_version_id", source_version_id)
|
38
|
+
if allow_auto_stopping is not None:
|
39
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
36
40
|
if external_access_enabled is not None:
|
37
41
|
pulumi.set(__self__, "external_access_enabled", external_access_enabled)
|
38
42
|
if external_access_recipients is not None:
|
@@ -54,6 +58,18 @@ class CustomApplicationArgs:
|
|
54
58
|
def source_version_id(self, value: pulumi.Input[str]):
|
55
59
|
pulumi.set(self, "source_version_id", value)
|
56
60
|
|
61
|
+
@property
|
62
|
+
@pulumi.getter(name="allowAutoStopping")
|
63
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
64
|
+
"""
|
65
|
+
Whether auto stopping is allowed for the Custom Application.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "allow_auto_stopping")
|
68
|
+
|
69
|
+
@allow_auto_stopping.setter
|
70
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
71
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
72
|
+
|
57
73
|
@property
|
58
74
|
@pulumi.getter(name="externalAccessEnabled")
|
59
75
|
def external_access_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -106,6 +122,7 @@ class CustomApplicationArgs:
|
|
106
122
|
@pulumi.input_type
|
107
123
|
class _CustomApplicationState:
|
108
124
|
def __init__(__self__, *,
|
125
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
109
126
|
application_url: Optional[pulumi.Input[str]] = None,
|
110
127
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
111
128
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -115,6 +132,7 @@ class _CustomApplicationState:
|
|
115
132
|
use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
116
133
|
"""
|
117
134
|
Input properties used for looking up and filtering CustomApplication resources.
|
135
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
118
136
|
:param pulumi.Input[str] application_url: The URL of the Custom Application.
|
119
137
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
120
138
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
@@ -123,6 +141,8 @@ class _CustomApplicationState:
|
|
123
141
|
:param pulumi.Input[str] source_version_id: The version ID of the Custom Application Source.
|
124
142
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
|
125
143
|
"""
|
144
|
+
if allow_auto_stopping is not None:
|
145
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
126
146
|
if application_url is not None:
|
127
147
|
pulumi.set(__self__, "application_url", application_url)
|
128
148
|
if external_access_enabled is not None:
|
@@ -138,6 +158,18 @@ class _CustomApplicationState:
|
|
138
158
|
if use_case_ids is not None:
|
139
159
|
pulumi.set(__self__, "use_case_ids", use_case_ids)
|
140
160
|
|
161
|
+
@property
|
162
|
+
@pulumi.getter(name="allowAutoStopping")
|
163
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
164
|
+
"""
|
165
|
+
Whether auto stopping is allowed for the Custom Application.
|
166
|
+
"""
|
167
|
+
return pulumi.get(self, "allow_auto_stopping")
|
168
|
+
|
169
|
+
@allow_auto_stopping.setter
|
170
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
171
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
172
|
+
|
141
173
|
@property
|
142
174
|
@pulumi.getter(name="applicationUrl")
|
143
175
|
def application_url(self) -> Optional[pulumi.Input[str]]:
|
@@ -228,6 +260,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
228
260
|
def __init__(__self__,
|
229
261
|
resource_name: str,
|
230
262
|
opts: Optional[pulumi.ResourceOptions] = None,
|
263
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
231
264
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
232
265
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
233
266
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -250,7 +283,8 @@ class CustomApplication(pulumi.CustomResource):
|
|
250
283
|
example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
|
251
284
|
source_version_id=example_application_source.version_id,
|
252
285
|
external_access_enabled=True,
|
253
|
-
external_access_recipients=["recipient@example.com"]
|
286
|
+
external_access_recipients=["recipient@example.com"],
|
287
|
+
allow_auto_stopping=False)
|
254
288
|
pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
|
255
289
|
pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
|
256
290
|
pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
|
@@ -259,6 +293,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
259
293
|
|
260
294
|
:param str resource_name: The name of the resource.
|
261
295
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
296
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
262
297
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
263
298
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
264
299
|
:param pulumi.Input[str] name: The name of the Custom Application.
|
@@ -287,7 +322,8 @@ class CustomApplication(pulumi.CustomResource):
|
|
287
322
|
example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
|
288
323
|
source_version_id=example_application_source.version_id,
|
289
324
|
external_access_enabled=True,
|
290
|
-
external_access_recipients=["recipient@example.com"]
|
325
|
+
external_access_recipients=["recipient@example.com"],
|
326
|
+
allow_auto_stopping=False)
|
291
327
|
pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
|
292
328
|
pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
|
293
329
|
pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
|
@@ -309,6 +345,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
309
345
|
def _internal_init(__self__,
|
310
346
|
resource_name: str,
|
311
347
|
opts: Optional[pulumi.ResourceOptions] = None,
|
348
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
312
349
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
313
350
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
314
351
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -323,6 +360,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
323
360
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
324
361
|
__props__ = CustomApplicationArgs.__new__(CustomApplicationArgs)
|
325
362
|
|
363
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
326
364
|
__props__.__dict__["external_access_enabled"] = external_access_enabled
|
327
365
|
__props__.__dict__["external_access_recipients"] = external_access_recipients
|
328
366
|
__props__.__dict__["name"] = name
|
@@ -342,6 +380,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
342
380
|
def get(resource_name: str,
|
343
381
|
id: pulumi.Input[str],
|
344
382
|
opts: Optional[pulumi.ResourceOptions] = None,
|
383
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
345
384
|
application_url: Optional[pulumi.Input[str]] = None,
|
346
385
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
347
386
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -356,6 +395,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
356
395
|
:param str resource_name: The unique name of the resulting resource.
|
357
396
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
358
397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
398
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
359
399
|
:param pulumi.Input[str] application_url: The URL of the Custom Application.
|
360
400
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
361
401
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
@@ -368,6 +408,7 @@ class CustomApplication(pulumi.CustomResource):
|
|
368
408
|
|
369
409
|
__props__ = _CustomApplicationState.__new__(_CustomApplicationState)
|
370
410
|
|
411
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
371
412
|
__props__.__dict__["application_url"] = application_url
|
372
413
|
__props__.__dict__["external_access_enabled"] = external_access_enabled
|
373
414
|
__props__.__dict__["external_access_recipients"] = external_access_recipients
|
@@ -377,6 +418,14 @@ class CustomApplication(pulumi.CustomResource):
|
|
377
418
|
__props__.__dict__["use_case_ids"] = use_case_ids
|
378
419
|
return CustomApplication(resource_name, opts=opts, __props__=__props__)
|
379
420
|
|
421
|
+
@property
|
422
|
+
@pulumi.getter(name="allowAutoStopping")
|
423
|
+
def allow_auto_stopping(self) -> pulumi.Output[bool]:
|
424
|
+
"""
|
425
|
+
Whether auto stopping is allowed for the Custom Application.
|
426
|
+
"""
|
427
|
+
return pulumi.get(self, "allow_auto_stopping")
|
428
|
+
|
380
429
|
@property
|
381
430
|
@pulumi.getter(name="applicationUrl")
|
382
431
|
def application_url(self) -> pulumi.Output[str]:
|
@@ -20,6 +20,7 @@ __all__ = ['CustomApplicationFromEnvironmentArgs', 'CustomApplicationFromEnviron
|
|
20
20
|
class CustomApplicationFromEnvironmentArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
environment_id: pulumi.Input[str],
|
23
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
23
24
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
24
25
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
25
26
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -27,12 +28,15 @@ class CustomApplicationFromEnvironmentArgs:
|
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a CustomApplicationFromEnvironment resource.
|
29
30
|
:param pulumi.Input[str] environment_id: The ID of the Execution Environment used to create the Custom Application.
|
31
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
30
32
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
31
33
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
32
34
|
:param pulumi.Input[str] name: The name of the Custom Application.
|
33
35
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
|
34
36
|
"""
|
35
37
|
pulumi.set(__self__, "environment_id", environment_id)
|
38
|
+
if allow_auto_stopping is not None:
|
39
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
36
40
|
if external_access_enabled is not None:
|
37
41
|
pulumi.set(__self__, "external_access_enabled", external_access_enabled)
|
38
42
|
if external_access_recipients is not None:
|
@@ -54,6 +58,18 @@ class CustomApplicationFromEnvironmentArgs:
|
|
54
58
|
def environment_id(self, value: pulumi.Input[str]):
|
55
59
|
pulumi.set(self, "environment_id", value)
|
56
60
|
|
61
|
+
@property
|
62
|
+
@pulumi.getter(name="allowAutoStopping")
|
63
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
64
|
+
"""
|
65
|
+
Whether auto stopping is allowed for the Custom Application.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "allow_auto_stopping")
|
68
|
+
|
69
|
+
@allow_auto_stopping.setter
|
70
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
71
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
72
|
+
|
57
73
|
@property
|
58
74
|
@pulumi.getter(name="externalAccessEnabled")
|
59
75
|
def external_access_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -106,6 +122,7 @@ class CustomApplicationFromEnvironmentArgs:
|
|
106
122
|
@pulumi.input_type
|
107
123
|
class _CustomApplicationFromEnvironmentState:
|
108
124
|
def __init__(__self__, *,
|
125
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
109
126
|
application_url: Optional[pulumi.Input[str]] = None,
|
110
127
|
environment_id: Optional[pulumi.Input[str]] = None,
|
111
128
|
environment_version_id: Optional[pulumi.Input[str]] = None,
|
@@ -115,6 +132,7 @@ class _CustomApplicationFromEnvironmentState:
|
|
115
132
|
use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
116
133
|
"""
|
117
134
|
Input properties used for looking up and filtering CustomApplicationFromEnvironment resources.
|
135
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
118
136
|
:param pulumi.Input[str] application_url: The URL of the Custom Application.
|
119
137
|
:param pulumi.Input[str] environment_id: The ID of the Execution Environment used to create the Custom Application.
|
120
138
|
:param pulumi.Input[str] environment_version_id: The version ID of the Execution Environment used to create the Custom Application.
|
@@ -123,6 +141,8 @@ class _CustomApplicationFromEnvironmentState:
|
|
123
141
|
:param pulumi.Input[str] name: The name of the Custom Application.
|
124
142
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
|
125
143
|
"""
|
144
|
+
if allow_auto_stopping is not None:
|
145
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
126
146
|
if application_url is not None:
|
127
147
|
pulumi.set(__self__, "application_url", application_url)
|
128
148
|
if environment_id is not None:
|
@@ -138,6 +158,18 @@ class _CustomApplicationFromEnvironmentState:
|
|
138
158
|
if use_case_ids is not None:
|
139
159
|
pulumi.set(__self__, "use_case_ids", use_case_ids)
|
140
160
|
|
161
|
+
@property
|
162
|
+
@pulumi.getter(name="allowAutoStopping")
|
163
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
164
|
+
"""
|
165
|
+
Whether auto stopping is allowed for the Custom Application.
|
166
|
+
"""
|
167
|
+
return pulumi.get(self, "allow_auto_stopping")
|
168
|
+
|
169
|
+
@allow_auto_stopping.setter
|
170
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
171
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
172
|
+
|
141
173
|
@property
|
142
174
|
@pulumi.getter(name="applicationUrl")
|
143
175
|
def application_url(self) -> Optional[pulumi.Input[str]]:
|
@@ -228,6 +260,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
228
260
|
def __init__(__self__,
|
229
261
|
resource_name: str,
|
230
262
|
opts: Optional[pulumi.ResourceOptions] = None,
|
263
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
231
264
|
environment_id: Optional[pulumi.Input[str]] = None,
|
232
265
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
233
266
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -246,13 +279,15 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
246
279
|
example = datarobot.CustomApplicationFromEnvironment("example",
|
247
280
|
environment_id="6542cd582a9d3d51bf4ac71e",
|
248
281
|
external_access_enabled=True,
|
249
|
-
external_access_recipients=["recipient@example.com"]
|
282
|
+
external_access_recipients=["recipient@example.com"],
|
283
|
+
allow_auto_stopping=False)
|
250
284
|
pulumi.export("datarobotCustomApplicationId", example.id)
|
251
285
|
pulumi.export("datarobotCustomApplicationUrl", example.application_url)
|
252
286
|
```
|
253
287
|
|
254
288
|
:param str resource_name: The name of the resource.
|
255
289
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
290
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
256
291
|
:param pulumi.Input[str] environment_id: The ID of the Execution Environment used to create the Custom Application.
|
257
292
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Custom Application.
|
258
293
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
|
@@ -277,7 +312,8 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
277
312
|
example = datarobot.CustomApplicationFromEnvironment("example",
|
278
313
|
environment_id="6542cd582a9d3d51bf4ac71e",
|
279
314
|
external_access_enabled=True,
|
280
|
-
external_access_recipients=["recipient@example.com"]
|
315
|
+
external_access_recipients=["recipient@example.com"],
|
316
|
+
allow_auto_stopping=False)
|
281
317
|
pulumi.export("datarobotCustomApplicationId", example.id)
|
282
318
|
pulumi.export("datarobotCustomApplicationUrl", example.application_url)
|
283
319
|
```
|
@@ -297,6 +333,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
297
333
|
def _internal_init(__self__,
|
298
334
|
resource_name: str,
|
299
335
|
opts: Optional[pulumi.ResourceOptions] = None,
|
336
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
300
337
|
environment_id: Optional[pulumi.Input[str]] = None,
|
301
338
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
302
339
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -311,6 +348,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
311
348
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
312
349
|
__props__ = CustomApplicationFromEnvironmentArgs.__new__(CustomApplicationFromEnvironmentArgs)
|
313
350
|
|
351
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
314
352
|
if environment_id is None and not opts.urn:
|
315
353
|
raise TypeError("Missing required property 'environment_id'")
|
316
354
|
__props__.__dict__["environment_id"] = environment_id
|
@@ -330,6 +368,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
330
368
|
def get(resource_name: str,
|
331
369
|
id: pulumi.Input[str],
|
332
370
|
opts: Optional[pulumi.ResourceOptions] = None,
|
371
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
333
372
|
application_url: Optional[pulumi.Input[str]] = None,
|
334
373
|
environment_id: Optional[pulumi.Input[str]] = None,
|
335
374
|
environment_version_id: Optional[pulumi.Input[str]] = None,
|
@@ -344,6 +383,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
344
383
|
:param str resource_name: The unique name of the resulting resource.
|
345
384
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
346
385
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
386
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
|
347
387
|
:param pulumi.Input[str] application_url: The URL of the Custom Application.
|
348
388
|
:param pulumi.Input[str] environment_id: The ID of the Execution Environment used to create the Custom Application.
|
349
389
|
:param pulumi.Input[str] environment_version_id: The version ID of the Execution Environment used to create the Custom Application.
|
@@ -356,6 +396,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
356
396
|
|
357
397
|
__props__ = _CustomApplicationFromEnvironmentState.__new__(_CustomApplicationFromEnvironmentState)
|
358
398
|
|
399
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
359
400
|
__props__.__dict__["application_url"] = application_url
|
360
401
|
__props__.__dict__["environment_id"] = environment_id
|
361
402
|
__props__.__dict__["environment_version_id"] = environment_version_id
|
@@ -365,6 +406,14 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
|
|
365
406
|
__props__.__dict__["use_case_ids"] = use_case_ids
|
366
407
|
return CustomApplicationFromEnvironment(resource_name, opts=opts, __props__=__props__)
|
367
408
|
|
409
|
+
@property
|
410
|
+
@pulumi.getter(name="allowAutoStopping")
|
411
|
+
def allow_auto_stopping(self) -> pulumi.Output[bool]:
|
412
|
+
"""
|
413
|
+
Whether auto stopping is allowed for the Custom Application.
|
414
|
+
"""
|
415
|
+
return pulumi.get(self, "allow_auto_stopping")
|
416
|
+
|
368
417
|
@property
|
369
418
|
@pulumi.getter(name="applicationUrl")
|
370
419
|
def application_url(self) -> pulumi.Output[str]:
|
@@ -35,7 +35,7 @@ class LlmBlueprintArgs:
|
|
35
35
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
36
36
|
:param pulumi.Input['LlmBlueprintCustomModelLlmSettingsArgs'] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
37
37
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
38
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
38
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
39
39
|
:param pulumi.Input['LlmBlueprintLlmSettingsArgs'] llm_settings: The LLM settings for the LLM Blueprint.
|
40
40
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
41
41
|
:param pulumi.Input[str] prompt_type: The prompt type for the LLM Blueprint.
|
@@ -100,7 +100,7 @@ class LlmBlueprintArgs:
|
|
100
100
|
@pulumi.getter(name="llmId")
|
101
101
|
def llm_id(self) -> Optional[pulumi.Input[str]]:
|
102
102
|
"""
|
103
|
-
The id of the LLM for the LLM Blueprint.
|
103
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
104
104
|
"""
|
105
105
|
return pulumi.get(self, "llm_id")
|
106
106
|
|
@@ -185,7 +185,7 @@ class _LlmBlueprintState:
|
|
185
185
|
Input properties used for looking up and filtering LlmBlueprint resources.
|
186
186
|
:param pulumi.Input['LlmBlueprintCustomModelLlmSettingsArgs'] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
187
187
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
188
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
188
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
189
189
|
:param pulumi.Input['LlmBlueprintLlmSettingsArgs'] llm_settings: The LLM settings for the LLM Blueprint.
|
190
190
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
191
191
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -240,7 +240,7 @@ class _LlmBlueprintState:
|
|
240
240
|
@pulumi.getter(name="llmId")
|
241
241
|
def llm_id(self) -> Optional[pulumi.Input[str]]:
|
242
242
|
"""
|
243
|
-
The id of the LLM for the LLM Blueprint.
|
243
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
244
244
|
"""
|
245
245
|
return pulumi.get(self, "llm_id")
|
246
246
|
|
@@ -339,40 +339,11 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
339
339
|
"""
|
340
340
|
LLMBlueprint
|
341
341
|
|
342
|
-
## Example Usage
|
343
|
-
|
344
|
-
```python
|
345
|
-
import pulumi
|
346
|
-
import pulumi_datarobot as datarobot
|
347
|
-
|
348
|
-
example_use_case = datarobot.UseCase("exampleUseCase")
|
349
|
-
example_playground = datarobot.Playground("examplePlayground",
|
350
|
-
description="Description for the example playground",
|
351
|
-
use_case_id=example_use_case.id)
|
352
|
-
example_llm_blueprint = datarobot.LlmBlueprint("exampleLlmBlueprint",
|
353
|
-
description="Description for the example LLM blueprint",
|
354
|
-
playground_id=example_playground.id,
|
355
|
-
llm_id="azure-openai-gpt-3.5-turbo",
|
356
|
-
prompt_type="ONE_TIME_PROMPT")
|
357
|
-
# Optional
|
358
|
-
# llm_settings {
|
359
|
-
# max_completion_length = 1000
|
360
|
-
# temperature = 0.5
|
361
|
-
# top_p = 0.9
|
362
|
-
# system_prompt = "My Prompt:"
|
363
|
-
# }
|
364
|
-
# vector_database_settings = {
|
365
|
-
# max_documents_retrieved_per_prompt = 5
|
366
|
-
# max_tokens = 1000
|
367
|
-
# }
|
368
|
-
pulumi.export("exampleId", example_llm_blueprint.id)
|
369
|
-
```
|
370
|
-
|
371
342
|
:param str resource_name: The name of the resource.
|
372
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
373
344
|
:param pulumi.Input[Union['LlmBlueprintCustomModelLlmSettingsArgs', 'LlmBlueprintCustomModelLlmSettingsArgsDict']] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
374
345
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
375
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
346
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
376
347
|
:param pulumi.Input[Union['LlmBlueprintLlmSettingsArgs', 'LlmBlueprintLlmSettingsArgsDict']] llm_settings: The LLM settings for the LLM Blueprint.
|
377
348
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
378
349
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -389,35 +360,6 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
389
360
|
"""
|
390
361
|
LLMBlueprint
|
391
362
|
|
392
|
-
## Example Usage
|
393
|
-
|
394
|
-
```python
|
395
|
-
import pulumi
|
396
|
-
import pulumi_datarobot as datarobot
|
397
|
-
|
398
|
-
example_use_case = datarobot.UseCase("exampleUseCase")
|
399
|
-
example_playground = datarobot.Playground("examplePlayground",
|
400
|
-
description="Description for the example playground",
|
401
|
-
use_case_id=example_use_case.id)
|
402
|
-
example_llm_blueprint = datarobot.LlmBlueprint("exampleLlmBlueprint",
|
403
|
-
description="Description for the example LLM blueprint",
|
404
|
-
playground_id=example_playground.id,
|
405
|
-
llm_id="azure-openai-gpt-3.5-turbo",
|
406
|
-
prompt_type="ONE_TIME_PROMPT")
|
407
|
-
# Optional
|
408
|
-
# llm_settings {
|
409
|
-
# max_completion_length = 1000
|
410
|
-
# temperature = 0.5
|
411
|
-
# top_p = 0.9
|
412
|
-
# system_prompt = "My Prompt:"
|
413
|
-
# }
|
414
|
-
# vector_database_settings = {
|
415
|
-
# max_documents_retrieved_per_prompt = 5
|
416
|
-
# max_tokens = 1000
|
417
|
-
# }
|
418
|
-
pulumi.export("exampleId", example_llm_blueprint.id)
|
419
|
-
```
|
420
|
-
|
421
363
|
:param str resource_name: The name of the resource.
|
422
364
|
:param LlmBlueprintArgs args: The arguments to use to populate this resource's properties.
|
423
365
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -490,7 +432,7 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
490
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
491
433
|
:param pulumi.Input[Union['LlmBlueprintCustomModelLlmSettingsArgs', 'LlmBlueprintCustomModelLlmSettingsArgsDict']] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
492
434
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
493
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
435
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
494
436
|
:param pulumi.Input[Union['LlmBlueprintLlmSettingsArgs', 'LlmBlueprintLlmSettingsArgsDict']] llm_settings: The LLM settings for the LLM Blueprint.
|
495
437
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
496
438
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -533,7 +475,7 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
533
475
|
@pulumi.getter(name="llmId")
|
534
476
|
def llm_id(self) -> pulumi.Output[Optional[str]]:
|
535
477
|
"""
|
536
|
-
The id of the LLM for the LLM Blueprint.
|
478
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
537
479
|
"""
|
538
480
|
return pulumi.get(self, "llm_id")
|
539
481
|
|
@@ -20,17 +20,21 @@ __all__ = ['QaApplicationArgs', 'QaApplication']
|
|
20
20
|
class QaApplicationArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
deployment_id: pulumi.Input[str],
|
23
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
23
24
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
24
25
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
25
26
|
name: Optional[pulumi.Input[str]] = None):
|
26
27
|
"""
|
27
28
|
The set of arguments for constructing a QaApplication resource.
|
28
29
|
:param pulumi.Input[str] deployment_id: The deployment ID of the Q&A Application.
|
30
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Q&A Application.
|
29
31
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Q&A Application.
|
30
32
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Q&A Application.
|
31
33
|
:param pulumi.Input[str] name: The name of the Q&A Application.
|
32
34
|
"""
|
33
35
|
pulumi.set(__self__, "deployment_id", deployment_id)
|
36
|
+
if allow_auto_stopping is not None:
|
37
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
34
38
|
if external_access_enabled is not None:
|
35
39
|
pulumi.set(__self__, "external_access_enabled", external_access_enabled)
|
36
40
|
if external_access_recipients is not None:
|
@@ -50,6 +54,18 @@ class QaApplicationArgs:
|
|
50
54
|
def deployment_id(self, value: pulumi.Input[str]):
|
51
55
|
pulumi.set(self, "deployment_id", value)
|
52
56
|
|
57
|
+
@property
|
58
|
+
@pulumi.getter(name="allowAutoStopping")
|
59
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
60
|
+
"""
|
61
|
+
Whether auto stopping is allowed for the Q&A Application.
|
62
|
+
"""
|
63
|
+
return pulumi.get(self, "allow_auto_stopping")
|
64
|
+
|
65
|
+
@allow_auto_stopping.setter
|
66
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
67
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
68
|
+
|
53
69
|
@property
|
54
70
|
@pulumi.getter(name="externalAccessEnabled")
|
55
71
|
def external_access_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -90,6 +106,7 @@ class QaApplicationArgs:
|
|
90
106
|
@pulumi.input_type
|
91
107
|
class _QaApplicationState:
|
92
108
|
def __init__(__self__, *,
|
109
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
93
110
|
application_url: Optional[pulumi.Input[str]] = None,
|
94
111
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
95
112
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -99,6 +116,7 @@ class _QaApplicationState:
|
|
99
116
|
source_version_id: Optional[pulumi.Input[str]] = None):
|
100
117
|
"""
|
101
118
|
Input properties used for looking up and filtering QaApplication resources.
|
119
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Q&A Application.
|
102
120
|
:param pulumi.Input[str] application_url: The URL of the Q&A Application.
|
103
121
|
:param pulumi.Input[str] deployment_id: The deployment ID of the Q&A Application.
|
104
122
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Q&A Application.
|
@@ -107,6 +125,8 @@ class _QaApplicationState:
|
|
107
125
|
:param pulumi.Input[str] source_id: The ID of the Q&A Application Source.
|
108
126
|
:param pulumi.Input[str] source_version_id: The version ID of the Q&A Application Source.
|
109
127
|
"""
|
128
|
+
if allow_auto_stopping is not None:
|
129
|
+
pulumi.set(__self__, "allow_auto_stopping", allow_auto_stopping)
|
110
130
|
if application_url is not None:
|
111
131
|
pulumi.set(__self__, "application_url", application_url)
|
112
132
|
if deployment_id is not None:
|
@@ -122,6 +142,18 @@ class _QaApplicationState:
|
|
122
142
|
if source_version_id is not None:
|
123
143
|
pulumi.set(__self__, "source_version_id", source_version_id)
|
124
144
|
|
145
|
+
@property
|
146
|
+
@pulumi.getter(name="allowAutoStopping")
|
147
|
+
def allow_auto_stopping(self) -> Optional[pulumi.Input[bool]]:
|
148
|
+
"""
|
149
|
+
Whether auto stopping is allowed for the Q&A Application.
|
150
|
+
"""
|
151
|
+
return pulumi.get(self, "allow_auto_stopping")
|
152
|
+
|
153
|
+
@allow_auto_stopping.setter
|
154
|
+
def allow_auto_stopping(self, value: Optional[pulumi.Input[bool]]):
|
155
|
+
pulumi.set(self, "allow_auto_stopping", value)
|
156
|
+
|
125
157
|
@property
|
126
158
|
@pulumi.getter(name="applicationUrl")
|
127
159
|
def application_url(self) -> Optional[pulumi.Input[str]]:
|
@@ -212,6 +244,7 @@ class QaApplication(pulumi.CustomResource):
|
|
212
244
|
def __init__(__self__,
|
213
245
|
resource_name: str,
|
214
246
|
opts: Optional[pulumi.ResourceOptions] = None,
|
247
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
215
248
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
216
249
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
217
250
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -245,7 +278,8 @@ class QaApplication(pulumi.CustomResource):
|
|
245
278
|
example_qa_application = datarobot.QaApplication("exampleQaApplication",
|
246
279
|
deployment_id=example_deployment.id,
|
247
280
|
external_access_enabled=True,
|
248
|
-
external_access_recipients=["recipient@example.com"]
|
281
|
+
external_access_recipients=["recipient@example.com"],
|
282
|
+
allow_auto_stopping=False)
|
249
283
|
pulumi.export("datarobotQaApplicationId", example_qa_application.id)
|
250
284
|
pulumi.export("datarobotQaApplicationSourceId", example_qa_application.source_id)
|
251
285
|
pulumi.export("datarobotQaApplicationSourceVersionId", example_qa_application.source_version_id)
|
@@ -254,6 +288,7 @@ class QaApplication(pulumi.CustomResource):
|
|
254
288
|
|
255
289
|
:param str resource_name: The name of the resource.
|
256
290
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
291
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Q&A Application.
|
257
292
|
:param pulumi.Input[str] deployment_id: The deployment ID of the Q&A Application.
|
258
293
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Q&A Application.
|
259
294
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_recipients: The list of external email addresses that have access to the Q&A Application.
|
@@ -293,7 +328,8 @@ class QaApplication(pulumi.CustomResource):
|
|
293
328
|
example_qa_application = datarobot.QaApplication("exampleQaApplication",
|
294
329
|
deployment_id=example_deployment.id,
|
295
330
|
external_access_enabled=True,
|
296
|
-
external_access_recipients=["recipient@example.com"]
|
331
|
+
external_access_recipients=["recipient@example.com"],
|
332
|
+
allow_auto_stopping=False)
|
297
333
|
pulumi.export("datarobotQaApplicationId", example_qa_application.id)
|
298
334
|
pulumi.export("datarobotQaApplicationSourceId", example_qa_application.source_id)
|
299
335
|
pulumi.export("datarobotQaApplicationSourceVersionId", example_qa_application.source_version_id)
|
@@ -315,6 +351,7 @@ class QaApplication(pulumi.CustomResource):
|
|
315
351
|
def _internal_init(__self__,
|
316
352
|
resource_name: str,
|
317
353
|
opts: Optional[pulumi.ResourceOptions] = None,
|
354
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
318
355
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
319
356
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
320
357
|
external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -328,6 +365,7 @@ class QaApplication(pulumi.CustomResource):
|
|
328
365
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
329
366
|
__props__ = QaApplicationArgs.__new__(QaApplicationArgs)
|
330
367
|
|
368
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
331
369
|
if deployment_id is None and not opts.urn:
|
332
370
|
raise TypeError("Missing required property 'deployment_id'")
|
333
371
|
__props__.__dict__["deployment_id"] = deployment_id
|
@@ -347,6 +385,7 @@ class QaApplication(pulumi.CustomResource):
|
|
347
385
|
def get(resource_name: str,
|
348
386
|
id: pulumi.Input[str],
|
349
387
|
opts: Optional[pulumi.ResourceOptions] = None,
|
388
|
+
allow_auto_stopping: Optional[pulumi.Input[bool]] = None,
|
350
389
|
application_url: Optional[pulumi.Input[str]] = None,
|
351
390
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
352
391
|
external_access_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -361,6 +400,7 @@ class QaApplication(pulumi.CustomResource):
|
|
361
400
|
:param str resource_name: The unique name of the resulting resource.
|
362
401
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
363
402
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
403
|
+
:param pulumi.Input[bool] allow_auto_stopping: Whether auto stopping is allowed for the Q&A Application.
|
364
404
|
:param pulumi.Input[str] application_url: The URL of the Q&A Application.
|
365
405
|
:param pulumi.Input[str] deployment_id: The deployment ID of the Q&A Application.
|
366
406
|
:param pulumi.Input[bool] external_access_enabled: Whether external access is enabled for the Q&A Application.
|
@@ -373,6 +413,7 @@ class QaApplication(pulumi.CustomResource):
|
|
373
413
|
|
374
414
|
__props__ = _QaApplicationState.__new__(_QaApplicationState)
|
375
415
|
|
416
|
+
__props__.__dict__["allow_auto_stopping"] = allow_auto_stopping
|
376
417
|
__props__.__dict__["application_url"] = application_url
|
377
418
|
__props__.__dict__["deployment_id"] = deployment_id
|
378
419
|
__props__.__dict__["external_access_enabled"] = external_access_enabled
|
@@ -382,6 +423,14 @@ class QaApplication(pulumi.CustomResource):
|
|
382
423
|
__props__.__dict__["source_version_id"] = source_version_id
|
383
424
|
return QaApplication(resource_name, opts=opts, __props__=__props__)
|
384
425
|
|
426
|
+
@property
|
427
|
+
@pulumi.getter(name="allowAutoStopping")
|
428
|
+
def allow_auto_stopping(self) -> pulumi.Output[bool]:
|
429
|
+
"""
|
430
|
+
Whether auto stopping is allowed for the Q&A Application.
|
431
|
+
"""
|
432
|
+
return pulumi.get(self, "allow_auto_stopping")
|
433
|
+
|
385
434
|
@property
|
386
435
|
@pulumi.getter(name="applicationUrl")
|
387
436
|
def application_url(self) -> pulumi.Output[str]:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model_llm_validation.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_datasource.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment_retraining_policy.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot/prediction_environment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.7 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|