pulumi-datarobot 0.8.19__tar.gz → 0.9.2__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.19 → pulumi_datarobot-0.9.2}/PKG-INFO +3 -2
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/README.md +2 -2
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/__init__.py +10 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/_inputs.py +1234 -1139
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/api_token_credential.py +43 -42
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/application_source.py +78 -77
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/application_source_from_template.py +92 -91
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/aws_credential.py +85 -84
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/azure_credential.py +43 -42
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/basic_credential.py +57 -56
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/batch_prediction_job_definition.py +253 -252
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/config/__init__.py +1 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/config/vars.py +1 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_application.py +99 -98
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_application_from_environment.py +99 -98
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_job.py +127 -126
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_metric.py +127 -126
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_metric_from_job.py +71 -70
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_metric_job.py +183 -182
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_model.py +351 -350
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/custom_model_llm_validation.py +113 -112
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/dataset_from_datasource.py +113 -112
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/dataset_from_file.py +50 -49
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/dataset_from_url.py +43 -42
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/datasource.py +29 -28
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/datastore.py +85 -84
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/deployment.py +122 -72
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/deployment_retraining_policy.py +99 -98
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/execution_environment.py +148 -119
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/get_execution_environment.py +10 -9
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/get_global_model.py +8 -7
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/google_cloud_credential.py +50 -49
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/llm_blueprint.py +85 -84
- pulumi_datarobot-0.9.2/pulumi_datarobot/notebook.py +317 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/notification_channel.py +155 -154
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/notification_policy.py +127 -126
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/outputs.py +769 -689
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/playground.py +43 -42
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/prediction_environment.py +127 -126
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/provider.py +25 -24
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/qa_application.py +92 -91
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/registered_model.py +78 -77
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/registered_model_from_leaderboard.py +120 -119
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/remote_repository.py +113 -112
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/use_case.py +29 -28
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/vector_database.py +50 -49
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/PKG-INFO +3 -2
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/SOURCES.txt +1 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/setup.py +2 -1
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.19 → pulumi_datarobot-0.9.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_datarobot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.9.2
|
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
|
@@ -33,7 +33,7 @@ To use from Python, install using `pip`:
|
|
33
33
|
pip install pulumi_datarobot
|
34
34
|
```
|
35
35
|
|
36
|
-
###
|
36
|
+
### Javascript/Typescript
|
37
37
|
|
38
38
|
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
39
39
|
|
@@ -122,3 +122,4 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
122
122
|
pip install * -f ./ --no-index
|
123
123
|
```
|
124
124
|
|
125
|
+
|
@@ -21,7 +21,7 @@ To use from Python, install using `pip`:
|
|
21
21
|
pip install pulumi_datarobot
|
22
22
|
```
|
23
23
|
|
24
|
-
###
|
24
|
+
### Javascript/Typescript
|
25
25
|
|
26
26
|
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
27
27
|
|
@@ -108,4 +108,4 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
108
108
|
|
109
109
|
```bash
|
110
110
|
pip install * -f ./ --no-index
|
111
|
-
```
|
111
|
+
```
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
from . import _utilities
|
6
7
|
import typing
|
7
8
|
# Export this package's modules as members:
|
@@ -32,6 +33,7 @@ from .get_execution_environment import *
|
|
32
33
|
from .get_global_model import *
|
33
34
|
from .google_cloud_credential import *
|
34
35
|
from .llm_blueprint import *
|
36
|
+
from .notebook import *
|
35
37
|
from .notification_channel import *
|
36
38
|
from .notification_policy import *
|
37
39
|
from .playground import *
|
@@ -256,6 +258,14 @@ _utilities.register(
|
|
256
258
|
"datarobot:index/llmBlueprint:LlmBlueprint": "LlmBlueprint"
|
257
259
|
}
|
258
260
|
},
|
261
|
+
{
|
262
|
+
"pkg": "datarobot",
|
263
|
+
"mod": "index/notebook",
|
264
|
+
"fqn": "pulumi_datarobot",
|
265
|
+
"classes": {
|
266
|
+
"datarobot:index/notebook:Notebook": "Notebook"
|
267
|
+
}
|
268
|
+
},
|
259
269
|
{
|
260
270
|
"pkg": "datarobot",
|
261
271
|
"mod": "index/notificationChannel",
|