pulumi-datarobot 0.1.41__tar.gz → 0.1.43__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.1.41 → pulumi_datarobot-0.1.43}/PKG-INFO +14 -3
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/README.md +13 -2
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/PKG-INFO +14 -3
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/setup.py +1 -1
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_datarobot
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.43
|
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
|
@@ -20,6 +20,11 @@ To use this package, please install the [Pulumi CLI](https://pulumi.io/) first.
|
|
20
20
|
|
21
21
|
This package is available for several languages/platforms:
|
22
22
|
|
23
|
+
- Python: [`pulumi-datarobot`](https://pypi.org/project/pulumi-datarobot/)
|
24
|
+
- JavaScript/TypeScript: [`@datarobot/pulumi-datarobot`](https://www.npmjs.com/package/@datarobot/pulumi-datarobot)
|
25
|
+
- Go: [`github.com/datarobot-community/pulumi-datarobot/sdk`](https://pkg.go.dev/github.com/datarobot-community/pulumi-datarobot/sdk)
|
26
|
+
- .NET: [`DataRobotPulumi.Datarobot`](https://www.nuget.org/packages/DataRobotPulumi.Datarobot)
|
27
|
+
|
23
28
|
### Python
|
24
29
|
|
25
30
|
To use from Python, install using `pip`:
|
@@ -44,11 +49,17 @@ yarn add @datarobot/pulumi-datarobot
|
|
44
49
|
|
45
50
|
### Go
|
46
51
|
|
47
|
-
|
52
|
+
```
|
53
|
+
go get github.com/datarobot-community/pulumi-datarobot/sdk/go/...
|
54
|
+
```
|
48
55
|
|
49
56
|
### .NET
|
50
57
|
|
51
|
-
|
58
|
+
To use from .NET, install using `dotnet add package`:
|
59
|
+
|
60
|
+
```
|
61
|
+
dotnet add package DataRobotPulumi.Datarobot
|
62
|
+
```
|
52
63
|
|
53
64
|
### YAML
|
54
65
|
|
@@ -8,6 +8,11 @@ To use this package, please install the [Pulumi CLI](https://pulumi.io/) first.
|
|
8
8
|
|
9
9
|
This package is available for several languages/platforms:
|
10
10
|
|
11
|
+
- Python: [`pulumi-datarobot`](https://pypi.org/project/pulumi-datarobot/)
|
12
|
+
- JavaScript/TypeScript: [`@datarobot/pulumi-datarobot`](https://www.npmjs.com/package/@datarobot/pulumi-datarobot)
|
13
|
+
- Go: [`github.com/datarobot-community/pulumi-datarobot/sdk`](https://pkg.go.dev/github.com/datarobot-community/pulumi-datarobot/sdk)
|
14
|
+
- .NET: [`DataRobotPulumi.Datarobot`](https://www.nuget.org/packages/DataRobotPulumi.Datarobot)
|
15
|
+
|
11
16
|
### Python
|
12
17
|
|
13
18
|
To use from Python, install using `pip`:
|
@@ -32,11 +37,17 @@ yarn add @datarobot/pulumi-datarobot
|
|
32
37
|
|
33
38
|
### Go
|
34
39
|
|
35
|
-
|
40
|
+
```
|
41
|
+
go get github.com/datarobot-community/pulumi-datarobot/sdk/go/...
|
42
|
+
```
|
36
43
|
|
37
44
|
### .NET
|
38
45
|
|
39
|
-
|
46
|
+
To use from .NET, install using `dotnet add package`:
|
47
|
+
|
48
|
+
```
|
49
|
+
dotnet add package DataRobotPulumi.Datarobot
|
50
|
+
```
|
40
51
|
|
41
52
|
### YAML
|
42
53
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi-datarobot
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.43
|
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
|
@@ -20,6 +20,11 @@ To use this package, please install the [Pulumi CLI](https://pulumi.io/) first.
|
|
20
20
|
|
21
21
|
This package is available for several languages/platforms:
|
22
22
|
|
23
|
+
- Python: [`pulumi-datarobot`](https://pypi.org/project/pulumi-datarobot/)
|
24
|
+
- JavaScript/TypeScript: [`@datarobot/pulumi-datarobot`](https://www.npmjs.com/package/@datarobot/pulumi-datarobot)
|
25
|
+
- Go: [`github.com/datarobot-community/pulumi-datarobot/sdk`](https://pkg.go.dev/github.com/datarobot-community/pulumi-datarobot/sdk)
|
26
|
+
- .NET: [`DataRobotPulumi.Datarobot`](https://www.nuget.org/packages/DataRobotPulumi.Datarobot)
|
27
|
+
|
23
28
|
### Python
|
24
29
|
|
25
30
|
To use from Python, install using `pip`:
|
@@ -44,11 +49,17 @@ yarn add @datarobot/pulumi-datarobot
|
|
44
49
|
|
45
50
|
### Go
|
46
51
|
|
47
|
-
|
52
|
+
```
|
53
|
+
go get github.com/datarobot-community/pulumi-datarobot/sdk/go/...
|
54
|
+
```
|
48
55
|
|
49
56
|
### .NET
|
50
57
|
|
51
|
-
|
58
|
+
To use from .NET, install using `dotnet add package`:
|
59
|
+
|
60
|
+
```
|
61
|
+
dotnet add package DataRobotPulumi.Datarobot
|
62
|
+
```
|
52
63
|
|
53
64
|
### YAML
|
54
65
|
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/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
|
File without changes
|
{pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.1.41 → pulumi_datarobot-0.1.43}/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.1.41 → pulumi_datarobot-0.1.43}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|