pulumi-datarobot 0.8.15__tar.gz → 0.8.17__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.15 → pulumi_datarobot-0.8.17}/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/__init__.py +9 -0
- pulumi_datarobot-0.8.17/pulumi_datarobot/azure_credential.py +269 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/SOURCES.txt +1 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/setup.py +1 -1
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/README.md +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/setup.cfg +0 -0
@@ -9,6 +9,7 @@ from .api_token_credential import *
|
|
9
9
|
from .application_source import *
|
10
10
|
from .application_source_from_template import *
|
11
11
|
from .aws_credential import *
|
12
|
+
from .azure_credential import *
|
12
13
|
from .basic_credential import *
|
13
14
|
from .batch_prediction_job_definition import *
|
14
15
|
from .custom_application import *
|
@@ -87,6 +88,14 @@ _utilities.register(
|
|
87
88
|
"datarobot:index/awsCredential:AwsCredential": "AwsCredential"
|
88
89
|
}
|
89
90
|
},
|
91
|
+
{
|
92
|
+
"pkg": "datarobot",
|
93
|
+
"mod": "index/azureCredential",
|
94
|
+
"fqn": "pulumi_datarobot",
|
95
|
+
"classes": {
|
96
|
+
"datarobot:index/azureCredential:AzureCredential": "AzureCredential"
|
97
|
+
}
|
98
|
+
},
|
90
99
|
{
|
91
100
|
"pkg": "datarobot",
|
92
101
|
"mod": "index/basicCredential",
|
@@ -0,0 +1,269 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from . import _utilities
|
16
|
+
|
17
|
+
__all__ = ['AzureCredentialArgs', 'AzureCredential']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class AzureCredentialArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
azure_connection_string: pulumi.Input[str],
|
23
|
+
description: Optional[pulumi.Input[str]] = None,
|
24
|
+
name: Optional[pulumi.Input[str]] = None):
|
25
|
+
"""
|
26
|
+
The set of arguments for constructing a AzureCredential resource.
|
27
|
+
:param pulumi.Input[str] azure_connection_string: The connection string of the Azure Credential.
|
28
|
+
:param pulumi.Input[str] description: The description of the Azure Credential.
|
29
|
+
:param pulumi.Input[str] name: The name of the Azure Credential.
|
30
|
+
"""
|
31
|
+
pulumi.set(__self__, "azure_connection_string", azure_connection_string)
|
32
|
+
if description is not None:
|
33
|
+
pulumi.set(__self__, "description", description)
|
34
|
+
if name is not None:
|
35
|
+
pulumi.set(__self__, "name", name)
|
36
|
+
|
37
|
+
@property
|
38
|
+
@pulumi.getter(name="azureConnectionString")
|
39
|
+
def azure_connection_string(self) -> pulumi.Input[str]:
|
40
|
+
"""
|
41
|
+
The connection string of the Azure Credential.
|
42
|
+
"""
|
43
|
+
return pulumi.get(self, "azure_connection_string")
|
44
|
+
|
45
|
+
@azure_connection_string.setter
|
46
|
+
def azure_connection_string(self, value: pulumi.Input[str]):
|
47
|
+
pulumi.set(self, "azure_connection_string", value)
|
48
|
+
|
49
|
+
@property
|
50
|
+
@pulumi.getter
|
51
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
52
|
+
"""
|
53
|
+
The description of the Azure Credential.
|
54
|
+
"""
|
55
|
+
return pulumi.get(self, "description")
|
56
|
+
|
57
|
+
@description.setter
|
58
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
59
|
+
pulumi.set(self, "description", value)
|
60
|
+
|
61
|
+
@property
|
62
|
+
@pulumi.getter
|
63
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
64
|
+
"""
|
65
|
+
The name of the Azure Credential.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "name")
|
68
|
+
|
69
|
+
@name.setter
|
70
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
71
|
+
pulumi.set(self, "name", value)
|
72
|
+
|
73
|
+
|
74
|
+
@pulumi.input_type
|
75
|
+
class _AzureCredentialState:
|
76
|
+
def __init__(__self__, *,
|
77
|
+
azure_connection_string: Optional[pulumi.Input[str]] = None,
|
78
|
+
description: Optional[pulumi.Input[str]] = None,
|
79
|
+
name: Optional[pulumi.Input[str]] = None):
|
80
|
+
"""
|
81
|
+
Input properties used for looking up and filtering AzureCredential resources.
|
82
|
+
:param pulumi.Input[str] azure_connection_string: The connection string of the Azure Credential.
|
83
|
+
:param pulumi.Input[str] description: The description of the Azure Credential.
|
84
|
+
:param pulumi.Input[str] name: The name of the Azure Credential.
|
85
|
+
"""
|
86
|
+
if azure_connection_string is not None:
|
87
|
+
pulumi.set(__self__, "azure_connection_string", azure_connection_string)
|
88
|
+
if description is not None:
|
89
|
+
pulumi.set(__self__, "description", description)
|
90
|
+
if name is not None:
|
91
|
+
pulumi.set(__self__, "name", name)
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="azureConnectionString")
|
95
|
+
def azure_connection_string(self) -> Optional[pulumi.Input[str]]:
|
96
|
+
"""
|
97
|
+
The connection string of the Azure Credential.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "azure_connection_string")
|
100
|
+
|
101
|
+
@azure_connection_string.setter
|
102
|
+
def azure_connection_string(self, value: Optional[pulumi.Input[str]]):
|
103
|
+
pulumi.set(self, "azure_connection_string", value)
|
104
|
+
|
105
|
+
@property
|
106
|
+
@pulumi.getter
|
107
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
108
|
+
"""
|
109
|
+
The description of the Azure Credential.
|
110
|
+
"""
|
111
|
+
return pulumi.get(self, "description")
|
112
|
+
|
113
|
+
@description.setter
|
114
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
115
|
+
pulumi.set(self, "description", value)
|
116
|
+
|
117
|
+
@property
|
118
|
+
@pulumi.getter
|
119
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
120
|
+
"""
|
121
|
+
The name of the Azure Credential.
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "name")
|
124
|
+
|
125
|
+
@name.setter
|
126
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
127
|
+
pulumi.set(self, "name", value)
|
128
|
+
|
129
|
+
|
130
|
+
class AzureCredential(pulumi.CustomResource):
|
131
|
+
@overload
|
132
|
+
def __init__(__self__,
|
133
|
+
resource_name: str,
|
134
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
135
|
+
azure_connection_string: Optional[pulumi.Input[str]] = None,
|
136
|
+
description: Optional[pulumi.Input[str]] = None,
|
137
|
+
name: Optional[pulumi.Input[str]] = None,
|
138
|
+
__props__=None):
|
139
|
+
"""
|
140
|
+
Azure Credential
|
141
|
+
|
142
|
+
## Example Usage
|
143
|
+
|
144
|
+
```python
|
145
|
+
import pulumi
|
146
|
+
import pulumi_datarobot as datarobot
|
147
|
+
|
148
|
+
example = datarobot.AzureCredential("example",
|
149
|
+
azure_connection_string="example_connection_string",
|
150
|
+
description="Description for the example Azure credential")
|
151
|
+
```
|
152
|
+
|
153
|
+
:param str resource_name: The name of the resource.
|
154
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
155
|
+
:param pulumi.Input[str] azure_connection_string: The connection string of the Azure Credential.
|
156
|
+
:param pulumi.Input[str] description: The description of the Azure Credential.
|
157
|
+
:param pulumi.Input[str] name: The name of the Azure Credential.
|
158
|
+
"""
|
159
|
+
...
|
160
|
+
@overload
|
161
|
+
def __init__(__self__,
|
162
|
+
resource_name: str,
|
163
|
+
args: AzureCredentialArgs,
|
164
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
165
|
+
"""
|
166
|
+
Azure Credential
|
167
|
+
|
168
|
+
## Example Usage
|
169
|
+
|
170
|
+
```python
|
171
|
+
import pulumi
|
172
|
+
import pulumi_datarobot as datarobot
|
173
|
+
|
174
|
+
example = datarobot.AzureCredential("example",
|
175
|
+
azure_connection_string="example_connection_string",
|
176
|
+
description="Description for the example Azure credential")
|
177
|
+
```
|
178
|
+
|
179
|
+
:param str resource_name: The name of the resource.
|
180
|
+
:param AzureCredentialArgs args: The arguments to use to populate this resource's properties.
|
181
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
182
|
+
"""
|
183
|
+
...
|
184
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
185
|
+
resource_args, opts = _utilities.get_resource_args_opts(AzureCredentialArgs, pulumi.ResourceOptions, *args, **kwargs)
|
186
|
+
if resource_args is not None:
|
187
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
188
|
+
else:
|
189
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
190
|
+
|
191
|
+
def _internal_init(__self__,
|
192
|
+
resource_name: str,
|
193
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
194
|
+
azure_connection_string: Optional[pulumi.Input[str]] = None,
|
195
|
+
description: Optional[pulumi.Input[str]] = None,
|
196
|
+
name: Optional[pulumi.Input[str]] = None,
|
197
|
+
__props__=None):
|
198
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
199
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
200
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
201
|
+
if opts.id is None:
|
202
|
+
if __props__ is not None:
|
203
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
204
|
+
__props__ = AzureCredentialArgs.__new__(AzureCredentialArgs)
|
205
|
+
|
206
|
+
if azure_connection_string is None and not opts.urn:
|
207
|
+
raise TypeError("Missing required property 'azure_connection_string'")
|
208
|
+
__props__.__dict__["azure_connection_string"] = None if azure_connection_string is None else pulumi.Output.secret(azure_connection_string)
|
209
|
+
__props__.__dict__["description"] = description
|
210
|
+
__props__.__dict__["name"] = name
|
211
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["azureConnectionString"])
|
212
|
+
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
213
|
+
super(AzureCredential, __self__).__init__(
|
214
|
+
'datarobot:index/azureCredential:AzureCredential',
|
215
|
+
resource_name,
|
216
|
+
__props__,
|
217
|
+
opts)
|
218
|
+
|
219
|
+
@staticmethod
|
220
|
+
def get(resource_name: str,
|
221
|
+
id: pulumi.Input[str],
|
222
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
223
|
+
azure_connection_string: Optional[pulumi.Input[str]] = None,
|
224
|
+
description: Optional[pulumi.Input[str]] = None,
|
225
|
+
name: Optional[pulumi.Input[str]] = None) -> 'AzureCredential':
|
226
|
+
"""
|
227
|
+
Get an existing AzureCredential resource's state with the given name, id, and optional extra
|
228
|
+
properties used to qualify the lookup.
|
229
|
+
|
230
|
+
:param str resource_name: The unique name of the resulting resource.
|
231
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
232
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
233
|
+
:param pulumi.Input[str] azure_connection_string: The connection string of the Azure Credential.
|
234
|
+
:param pulumi.Input[str] description: The description of the Azure Credential.
|
235
|
+
:param pulumi.Input[str] name: The name of the Azure Credential.
|
236
|
+
"""
|
237
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
238
|
+
|
239
|
+
__props__ = _AzureCredentialState.__new__(_AzureCredentialState)
|
240
|
+
|
241
|
+
__props__.__dict__["azure_connection_string"] = azure_connection_string
|
242
|
+
__props__.__dict__["description"] = description
|
243
|
+
__props__.__dict__["name"] = name
|
244
|
+
return AzureCredential(resource_name, opts=opts, __props__=__props__)
|
245
|
+
|
246
|
+
@property
|
247
|
+
@pulumi.getter(name="azureConnectionString")
|
248
|
+
def azure_connection_string(self) -> pulumi.Output[str]:
|
249
|
+
"""
|
250
|
+
The connection string of the Azure Credential.
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "azure_connection_string")
|
253
|
+
|
254
|
+
@property
|
255
|
+
@pulumi.getter
|
256
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
257
|
+
"""
|
258
|
+
The description of the Azure Credential.
|
259
|
+
"""
|
260
|
+
return pulumi.get(self, "description")
|
261
|
+
|
262
|
+
@property
|
263
|
+
@pulumi.getter
|
264
|
+
def name(self) -> pulumi.Output[str]:
|
265
|
+
"""
|
266
|
+
The name of the Azure Credential.
|
267
|
+
"""
|
268
|
+
return pulumi.get(self, "name")
|
269
|
+
|
@@ -7,6 +7,7 @@ pulumi_datarobot/api_token_credential.py
|
|
7
7
|
pulumi_datarobot/application_source.py
|
8
8
|
pulumi_datarobot/application_source_from_template.py
|
9
9
|
pulumi_datarobot/aws_credential.py
|
10
|
+
pulumi_datarobot/azure_credential.py
|
10
11
|
pulumi_datarobot/basic_credential.py
|
11
12
|
pulumi_datarobot/batch_prediction_job_definition.py
|
12
13
|
pulumi_datarobot/custom_application.py
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/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
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/custom_model_llm_validation.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/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.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/deployment_retraining_policy.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/execution_environment.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot/notification_channel.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.15 → pulumi_datarobot-0.8.17}/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.8.15 → pulumi_datarobot-0.8.17}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|