pulumi-datarobot 0.9.2__tar.gz → 0.9.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.
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/PKG-INFO +5 -4
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/PKG-INFO +5 -4
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/setup.py +1 -1
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/README.md +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/azure_credential.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/notebook.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/setup.cfg +0 -0
@@ -1,14 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_datarobot
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.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
|
7
7
|
Project-URL: Repository, https://github.com/datarobot-community/pulumi-datarobot
|
8
8
|
Keywords: datarobot ai category/cloud
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Requires-Python: >=3.9
|
11
10
|
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: parver>=0.2.1
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.0.0
|
13
|
+
Requires-Dist: semver>=2.8.1
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
12
15
|
|
13
16
|
# DataRobot Resource Provider
|
14
17
|
|
@@ -121,5 +124,3 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
121
124
|
```bash
|
122
125
|
pip install * -f ./ --no-index
|
123
126
|
```
|
124
|
-
|
125
|
-
|
@@ -1,14 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi-datarobot
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.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
|
7
7
|
Project-URL: Repository, https://github.com/datarobot-community/pulumi-datarobot
|
8
8
|
Keywords: datarobot ai category/cloud
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Requires-Python: >=3.9
|
11
10
|
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: parver>=0.2.1
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.0.0
|
13
|
+
Requires-Dist: semver>=2.8.1
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
12
15
|
|
13
16
|
# DataRobot Resource Provider
|
14
17
|
|
@@ -121,5 +124,3 @@ Keep the following items in mind if running in an air-gapped environment:
|
|
121
124
|
```bash
|
122
125
|
pip install * -f ./ --no-index
|
123
126
|
```
|
124
|
-
|
125
|
-
|
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
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/custom_model_llm_validation.py
RENAMED
File without changes
|
{pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/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.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/deployment_retraining_policy.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot/google_cloud_credential.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.9.2 → pulumi_datarobot-0.9.3}/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.9.2 → pulumi_datarobot-0.9.3}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|