pulumi-datarobot 0.0.29__tar.gz → 0.1.31__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.0.29 → pulumi_datarobot-0.1.31}/PKG-INFO +8 -1
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/README.md +7 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/_utilities.py +1 -1
- pulumi_datarobot-0.1.31/pulumi_datarobot/pulumi-plugin.json +5 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/PKG-INFO +8 -1
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/setup.py +1 -1
- pulumi_datarobot-0.0.29/pulumi_datarobot/pulumi-plugin.json +0 -4
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/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.1.31
|
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
|
@@ -38,6 +38,13 @@ You may skip installing any languages that you are not interested in testing in
|
|
38
38
|
Although the steps below contain Unix commands, the Provider can also be tested on Windows.
|
39
39
|
It is recommended to use Powershell to run the `make` commands and the Windows equivalents for `cp`, `export`, etc.
|
40
40
|
|
41
|
+
## Configuration
|
42
|
+
|
43
|
+
The following configuration points are available for the DataRobot provider:
|
44
|
+
|
45
|
+
- `datarobot:apikey` (environment: `DATAROBOT_API_KEY`) - the API key for DataRobot
|
46
|
+
- `datarobot:endpoint` (environment: `DATAROBOT_ENDPOINT`) - the endpoint for DataRobot
|
47
|
+
|
41
48
|
## Run the Low-Code Monitored RAG Example
|
42
49
|
|
43
50
|
1. In a terminal clone the `pulumi-datarobot` repository:
|
@@ -26,6 +26,13 @@ You may skip installing any languages that you are not interested in testing in
|
|
26
26
|
Although the steps below contain Unix commands, the Provider can also be tested on Windows.
|
27
27
|
It is recommended to use Powershell to run the `make` commands and the Windows equivalents for `cp`, `export`, etc.
|
28
28
|
|
29
|
+
## Configuration
|
30
|
+
|
31
|
+
The following configuration points are available for the DataRobot provider:
|
32
|
+
|
33
|
+
- `datarobot:apikey` (environment: `DATAROBOT_API_KEY`) - the API key for DataRobot
|
34
|
+
- `datarobot:endpoint` (environment: `DATAROBOT_ENDPOINT`) - the endpoint for DataRobot
|
35
|
+
|
29
36
|
## Run the Low-Code Monitored RAG Example
|
30
37
|
|
31
38
|
1. In a terminal clone the `pulumi-datarobot` repository:
|
@@ -321,7 +321,7 @@ def deprecated(message: str) -> typing.Callable[[C], C]:
|
|
321
321
|
return decorator
|
322
322
|
|
323
323
|
def get_plugin_download_url():
|
324
|
-
return
|
324
|
+
return "github://api.github.com/datarobot-community/pulumi-datarobot"
|
325
325
|
|
326
326
|
def get_version():
|
327
327
|
return _version_str
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi-datarobot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.1.31
|
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
|
@@ -38,6 +38,13 @@ You may skip installing any languages that you are not interested in testing in
|
|
38
38
|
Although the steps below contain Unix commands, the Provider can also be tested on Windows.
|
39
39
|
It is recommended to use Powershell to run the `make` commands and the Windows equivalents for `cp`, `export`, etc.
|
40
40
|
|
41
|
+
## Configuration
|
42
|
+
|
43
|
+
The following configuration points are available for the DataRobot provider:
|
44
|
+
|
45
|
+
- `datarobot:apikey` (environment: `DATAROBOT_API_KEY`) - the API key for DataRobot
|
46
|
+
- `datarobot:endpoint` (environment: `DATAROBOT_ENDPOINT`) - the endpoint for DataRobot
|
47
|
+
|
41
48
|
## Run the Low-Code Monitored RAG Example
|
42
49
|
|
43
50
|
1. In a terminal clone the `pulumi-datarobot` repository:
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/api_token_credential.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.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/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
|
{pulumi_datarobot-0.0.29 → pulumi_datarobot-0.1.31}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|