pulumi-datarobot 0.10.14__tar.gz → 0.10.15__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.10.14 → pulumi_datarobot-0.10.15}/PKG-INFO +43 -3
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/README.md +42 -2
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/PKG-INFO +43 -3
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/setup.py +1 -1
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/app_oauth.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/azure_credential.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/notebook.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_datarobot
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.15
|
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
|
@@ -82,7 +82,7 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
82
82
|
- Run `pulumi login --local` to store state files on your local filesystem, instead of the default Pulumi Cloud. Pulumi binaries are available [here](https://www.pulumi.com/docs/iac/download-install/).
|
83
83
|
- Set `DATAROBOT_ENDPOINT`: https://{datarobot.example.com}/api/v2
|
84
84
|
(replacing {datarobot.example.com} with your specific deployment endpoint)
|
85
|
-
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
85
|
+
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
86
86
|
|
87
87
|
Example using `pip wheel`:
|
88
88
|
|
@@ -118,5 +118,45 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
118
118
|
now install wheels from the folder.
|
119
119
|
|
120
120
|
```bash
|
121
|
-
pip install * -f ./ --no-index
|
121
|
+
pip install * -f ./ --no-index
|
122
122
|
```
|
123
|
+
|
124
|
+
You will also need to download the binary plugin from this repository. Click on the version that matches the Python package
|
125
|
+
version from our [Releases](https://github.com/datarobot-community/pulumi-datarobot/releases) page, download the tar.gz
|
126
|
+
for the correct architecture of your computer. For Codespaces, that is `*-linux-amd64.tar.gz`. After you've extracted it
|
127
|
+
install it with:
|
128
|
+
|
129
|
+
```bash
|
130
|
+
pulumi plugin install resource datarobot <version> -f <path-to-extracted-folder>
|
131
|
+
```
|
132
|
+
|
133
|
+
## Rate limited by GitHub?
|
134
|
+
|
135
|
+
> [!IMPORTANT]
|
136
|
+
> GitHub has hard limits on API calls that cannot be changed. If you are
|
137
|
+
running into this when running deployment tasks you have a couple of
|
138
|
+
options. You can wait until the [rate
|
139
|
+
limit](https://docs.github.com/en/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users)
|
140
|
+
expires or you can do a direct download from the releases page which
|
141
|
+
will not use the API and hit the limit.
|
142
|
+
|
143
|
+
To directly download the plugin and bypass the GitHub API run:
|
144
|
+
```bash
|
145
|
+
pulumi plugin install resource datarobot <version> --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/<version>/
|
146
|
+
```
|
147
|
+
For example, to download version **0.10.14**, you can run:
|
148
|
+
|
149
|
+
```bash
|
150
|
+
pulumi plugin install resource datarobot v0.10.14 --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/v0.10.14/
|
151
|
+
```
|
152
|
+
prior to running the deploy to directly install the plugin.
|
153
|
+
|
154
|
+
After you have it downloaded, it will still attempt to query for
|
155
|
+
updates via the GitHub API that can trigger rate limits. To bypass
|
156
|
+
that, set the environment variable: `PULUMI_SKIP_UPDATE_CHECK`
|
157
|
+
|
158
|
+
```bash
|
159
|
+
export PULUMI_SKIP_UPDATE_CHECK=1
|
160
|
+
# OR
|
161
|
+
export PULUMI_SKIP_UPDATE_CHECK=true
|
162
|
+
```
|
@@ -71,7 +71,7 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
71
71
|
- Run `pulumi login --local` to store state files on your local filesystem, instead of the default Pulumi Cloud. Pulumi binaries are available [here](https://www.pulumi.com/docs/iac/download-install/).
|
72
72
|
- Set `DATAROBOT_ENDPOINT`: https://{datarobot.example.com}/api/v2
|
73
73
|
(replacing {datarobot.example.com} with your specific deployment endpoint)
|
74
|
-
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
74
|
+
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
75
75
|
|
76
76
|
Example using `pip wheel`:
|
77
77
|
|
@@ -107,5 +107,45 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
107
107
|
now install wheels from the folder.
|
108
108
|
|
109
109
|
```bash
|
110
|
-
pip install * -f ./ --no-index
|
110
|
+
pip install * -f ./ --no-index
|
111
111
|
```
|
112
|
+
|
113
|
+
You will also need to download the binary plugin from this repository. Click on the version that matches the Python package
|
114
|
+
version from our [Releases](https://github.com/datarobot-community/pulumi-datarobot/releases) page, download the tar.gz
|
115
|
+
for the correct architecture of your computer. For Codespaces, that is `*-linux-amd64.tar.gz`. After you've extracted it
|
116
|
+
install it with:
|
117
|
+
|
118
|
+
```bash
|
119
|
+
pulumi plugin install resource datarobot <version> -f <path-to-extracted-folder>
|
120
|
+
```
|
121
|
+
|
122
|
+
## Rate limited by GitHub?
|
123
|
+
|
124
|
+
> [!IMPORTANT]
|
125
|
+
> GitHub has hard limits on API calls that cannot be changed. If you are
|
126
|
+
running into this when running deployment tasks you have a couple of
|
127
|
+
options. You can wait until the [rate
|
128
|
+
limit](https://docs.github.com/en/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users)
|
129
|
+
expires or you can do a direct download from the releases page which
|
130
|
+
will not use the API and hit the limit.
|
131
|
+
|
132
|
+
To directly download the plugin and bypass the GitHub API run:
|
133
|
+
```bash
|
134
|
+
pulumi plugin install resource datarobot <version> --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/<version>/
|
135
|
+
```
|
136
|
+
For example, to download version **0.10.14**, you can run:
|
137
|
+
|
138
|
+
```bash
|
139
|
+
pulumi plugin install resource datarobot v0.10.14 --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/v0.10.14/
|
140
|
+
```
|
141
|
+
prior to running the deploy to directly install the plugin.
|
142
|
+
|
143
|
+
After you have it downloaded, it will still attempt to query for
|
144
|
+
updates via the GitHub API that can trigger rate limits. To bypass
|
145
|
+
that, set the environment variable: `PULUMI_SKIP_UPDATE_CHECK`
|
146
|
+
|
147
|
+
```bash
|
148
|
+
export PULUMI_SKIP_UPDATE_CHECK=1
|
149
|
+
# OR
|
150
|
+
export PULUMI_SKIP_UPDATE_CHECK=true
|
151
|
+
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi-datarobot
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.15
|
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
|
@@ -82,7 +82,7 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
82
82
|
- Run `pulumi login --local` to store state files on your local filesystem, instead of the default Pulumi Cloud. Pulumi binaries are available [here](https://www.pulumi.com/docs/iac/download-install/).
|
83
83
|
- Set `DATAROBOT_ENDPOINT`: https://{datarobot.example.com}/api/v2
|
84
84
|
(replacing {datarobot.example.com} with your specific deployment endpoint)
|
85
|
-
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
85
|
+
- For Python, the [pulumi](https://pypi.org/project/pulumi/) and [pulumi-datarobot](https://pypi.org/project/pulumi-datarobot/) packages must be installed in the air-gapped system.
|
86
86
|
|
87
87
|
Example using `pip wheel`:
|
88
88
|
|
@@ -118,5 +118,45 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
118
118
|
now install wheels from the folder.
|
119
119
|
|
120
120
|
```bash
|
121
|
-
pip install * -f ./ --no-index
|
121
|
+
pip install * -f ./ --no-index
|
122
122
|
```
|
123
|
+
|
124
|
+
You will also need to download the binary plugin from this repository. Click on the version that matches the Python package
|
125
|
+
version from our [Releases](https://github.com/datarobot-community/pulumi-datarobot/releases) page, download the tar.gz
|
126
|
+
for the correct architecture of your computer. For Codespaces, that is `*-linux-amd64.tar.gz`. After you've extracted it
|
127
|
+
install it with:
|
128
|
+
|
129
|
+
```bash
|
130
|
+
pulumi plugin install resource datarobot <version> -f <path-to-extracted-folder>
|
131
|
+
```
|
132
|
+
|
133
|
+
## Rate limited by GitHub?
|
134
|
+
|
135
|
+
> [!IMPORTANT]
|
136
|
+
> GitHub has hard limits on API calls that cannot be changed. If you are
|
137
|
+
running into this when running deployment tasks you have a couple of
|
138
|
+
options. You can wait until the [rate
|
139
|
+
limit](https://docs.github.com/en/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users)
|
140
|
+
expires or you can do a direct download from the releases page which
|
141
|
+
will not use the API and hit the limit.
|
142
|
+
|
143
|
+
To directly download the plugin and bypass the GitHub API run:
|
144
|
+
```bash
|
145
|
+
pulumi plugin install resource datarobot <version> --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/<version>/
|
146
|
+
```
|
147
|
+
For example, to download version **0.10.14**, you can run:
|
148
|
+
|
149
|
+
```bash
|
150
|
+
pulumi plugin install resource datarobot v0.10.14 --server https://github.com/datarobot-community/pulumi-datarobot/releases/download/v0.10.14/
|
151
|
+
```
|
152
|
+
prior to running the deploy to directly install the plugin.
|
153
|
+
|
154
|
+
After you have it downloaded, it will still attempt to query for
|
155
|
+
updates via the GitHub API that can trigger rate limits. To bypass
|
156
|
+
that, set the environment variable: `PULUMI_SKIP_UPDATE_CHECK`
|
157
|
+
|
158
|
+
```bash
|
159
|
+
export PULUMI_SKIP_UPDATE_CHECK=1
|
160
|
+
# OR
|
161
|
+
export PULUMI_SKIP_UPDATE_CHECK=true
|
162
|
+
```
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/api_token_credential.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/application_source.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
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_application.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/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
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/execution_environment.py
RENAMED
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/notification_channel.py
RENAMED
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot/notification_policy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/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
|
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/not-zip-safe
RENAMED
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/requires.txt
RENAMED
File without changes
|
{pulumi_datarobot-0.10.14 → pulumi_datarobot-0.10.15}/pulumi_datarobot.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|