pulumi-datarobot 0.10.21__tar.gz → 0.10.22__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.
Files changed (60) hide show
  1. pulumi_datarobot-0.10.22/PKG-INFO +155 -0
  2. pulumi_datarobot-0.10.22/README.md +144 -0
  3. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/_inputs.py +48 -48
  4. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/application_source.py +8 -8
  5. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/application_source_from_template.py +8 -8
  6. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_application.py +8 -8
  7. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_application_from_environment.py +8 -8
  8. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/outputs.py +32 -32
  9. pulumi_datarobot-0.10.22/pulumi_datarobot.egg-info/PKG-INFO +155 -0
  10. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/SOURCES.txt +1 -0
  11. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/setup.py +1 -1
  12. pulumi_datarobot-0.10.21/PKG-INFO +0 -12
  13. pulumi_datarobot-0.10.21/pulumi_datarobot.egg-info/PKG-INFO +0 -12
  14. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/__init__.py +0 -0
  15. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/_utilities.py +0 -0
  16. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/api_token_credential.py +0 -0
  17. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/app_oauth.py +0 -0
  18. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/aws_credential.py +0 -0
  19. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/azure_credential.py +0 -0
  20. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/basic_credential.py +0 -0
  21. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  22. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/config/__init__.py +0 -0
  23. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/config/vars.py +0 -0
  24. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_job.py +0 -0
  25. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric.py +0 -0
  26. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  27. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric_job.py +0 -0
  28. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_model.py +0 -0
  29. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
  30. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  31. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_file.py +0 -0
  32. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_url.py +0 -0
  33. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/datasource.py +0 -0
  34. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/datastore.py +0 -0
  35. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/deployment.py +0 -0
  36. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  37. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/execution_environment.py +0 -0
  38. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/get_execution_environment.py +0 -0
  39. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/get_global_model.py +0 -0
  40. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/google_cloud_credential.py +0 -0
  41. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/llm_blueprint.py +0 -0
  42. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notebook.py +0 -0
  43. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notification_channel.py +0 -0
  44. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notification_policy.py +0 -0
  45. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/playground.py +0 -0
  46. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/prediction_environment.py +0 -0
  47. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/provider.py +0 -0
  48. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/pulumi-plugin.json +0 -0
  49. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/py.typed +0 -0
  50. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/qa_application.py +0 -0
  51. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/registered_model.py +0 -0
  52. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  53. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/remote_repository.py +0 -0
  54. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/use_case.py +0 -0
  55. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot/vector_database.py +0 -0
  56. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  57. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  58. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/requires.txt +0 -0
  59. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  60. {pulumi_datarobot-0.10.21 → pulumi_datarobot-0.10.22}/setup.cfg +0 -0
@@ -0,0 +1,155 @@
1
+ Metadata-Version: 2.1
2
+ Name: pulumi_datarobot
3
+ Version: 0.10.22
4
+ Summary: A Pulumi package for creating and managing DataRobot resources.
5
+ Home-page: https://www.datarobot.com
6
+ License: Apache-2.0
7
+ Project-URL: Repository, https://github.com/datarobot-community/pulumi-datarobot
8
+ Keywords: datarobot ai category/cloud
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # DataRobot Pulumi Provider for Python
13
+
14
+ The DataRobot Resource Provider lets you manage [DataRobot](https://www.datarobot.com/) resources with Pulumi Infrastructure as Code.
15
+
16
+ ## Installation
17
+
18
+ Install the package using `pip`:
19
+
20
+ ```bash
21
+ pip install pulumi_datarobot
22
+ ```
23
+
24
+ ## Configuration
25
+
26
+ Configure the provider using environment variables or Pulumi config:
27
+
28
+ ```bash
29
+ # Environment variables
30
+ export DATAROBOT_API_TOKEN=your_api_token
31
+ export DATAROBOT_ENDPOINT=https://your.datarobot.instance/api/v2
32
+
33
+ # OR using Pulumi config
34
+ pulumi config set datarobot:apikey --secret your_api_token
35
+ pulumi config set datarobot:endpoint https://your.datarobot.instance/api/v2
36
+ ```
37
+
38
+ ## Quick Start
39
+
40
+ ```python
41
+ import pulumi
42
+ import pulumi_datarobot as dr
43
+
44
+ # Create a DataRobot use case
45
+ use_case = dr.UseCase("my-use-case",
46
+ name="ML Project Use Case",
47
+ description="Created with Pulumi")
48
+
49
+ # Create a project from a dataset
50
+ project = dr.Project("my-project",
51
+ name="Customer Churn Prediction",
52
+ dataset_url="https://s3.amazonaws.com/datarobot-datasets/churn.csv",
53
+ use_case_id=use_case.id)
54
+
55
+ # Create a deployment
56
+ deployment = dr.Deployment("my-deployment",
57
+ project_id=project.id,
58
+ model_id=project.recommended_model_id,
59
+ environment_id="your-prediction-environment-id")
60
+
61
+ # Export important values
62
+ pulumi.export("use_case_id", use_case.id)
63
+ pulumi.export("project_id", project.id)
64
+ pulumi.export("deployment_id", deployment.id)
65
+ ```
66
+
67
+ ## Examples
68
+
69
+ Complete examples are available in the [examples directory](https://github.com/datarobot-community/pulumi-datarobot/tree/main/examples/python).
70
+
71
+ ## Air-Gapped Environments
72
+
73
+ For air-gapped deployments:
74
+
75
+ ### 1. Store state locally
76
+ ```bash
77
+ pulumi login --local
78
+ ```
79
+
80
+ ### 2. Install Python dependencies offline
81
+
82
+ Create wheel directory and download packages:
83
+ ```bash
84
+ mkdir wheels
85
+ pip wheel pulumi-datarobot -w wheels/
86
+ tar cf wheels.tar wheels/
87
+ ```
88
+
89
+ Transfer `wheels.tar` to your air-gapped system, then install:
90
+ ```bash
91
+ tar xf wheels.tar
92
+ pip install wheels/* -f wheels/ --no-index
93
+ ```
94
+
95
+ ### 3. Download DataRobot plugin manually
96
+
97
+ Download the plugin binary from the [releases page](https://github.com/datarobot-community/pulumi-datarobot/releases):
98
+
99
+ ```bash
100
+ # Replace v0.10.22 with your version, e.g., v0.10.14
101
+ pulumi plugin install resource datarobot v0.10.22 --server \
102
+ https://github.com/datarobot-community/pulumi-datarobot/releases/v0.10.22/
103
+ ```
104
+
105
+ ### 4. Skip update checks
106
+ ```bash
107
+ export PULUMI_SKIP_UPDATE_CHECK=true
108
+ ```
109
+
110
+ ## Advanced Usage
111
+
112
+ ### Custom Authentication
113
+
114
+ ```python
115
+ import pulumi_datarobot as dr
116
+
117
+ # Using API token credential
118
+ api_token = dr.ApiTokenCredential("my-token",
119
+ name="Production API Token",
120
+ api_token="your-secure-token")
121
+
122
+ # Using basic authentication
123
+ basic_auth = dr.BasicCredential("my-basic-auth",
124
+ name="Basic Auth Credential",
125
+ username="your-username",
126
+ password="your-password")
127
+ ```
128
+
129
+ ### Working with Models
130
+
131
+ ```python
132
+ # Register a custom model
133
+ custom_model = dr.CustomModel("my-custom-model",
134
+ name="Customer Segmentation Model",
135
+ target_type="Regression",
136
+ target_name="revenue",
137
+ description="Custom model for customer revenue prediction")
138
+
139
+ # Create a registered model from leaderboard
140
+ registered_model = dr.RegisteredModelFromLeaderboard("my-registered-model",
141
+ project_id=project.id,
142
+ model_id="model-id-from-leaderboard",
143
+ name="Best Performing Model")
144
+ ```
145
+
146
+ ## Resources
147
+
148
+ - [DataRobot Platform](https://www.datarobot.com/)
149
+ - [Pulumi Documentation](https://www.pulumi.com/docs/)
150
+ - [Provider Documentation](https://github.com/datarobot-community/pulumi-datarobot)
151
+ - [Report Issues](https://github.com/datarobot-community/pulumi-datarobot/issues)
152
+
153
+ ## Version
154
+
155
+ Package version: v0.10.22
@@ -0,0 +1,144 @@
1
+ # DataRobot Pulumi Provider for Python
2
+
3
+ The DataRobot Resource Provider lets you manage [DataRobot](https://www.datarobot.com/) resources with Pulumi Infrastructure as Code.
4
+
5
+ ## Installation
6
+
7
+ Install the package using `pip`:
8
+
9
+ ```bash
10
+ pip install pulumi_datarobot
11
+ ```
12
+
13
+ ## Configuration
14
+
15
+ Configure the provider using environment variables or Pulumi config:
16
+
17
+ ```bash
18
+ # Environment variables
19
+ export DATAROBOT_API_TOKEN=your_api_token
20
+ export DATAROBOT_ENDPOINT=https://your.datarobot.instance/api/v2
21
+
22
+ # OR using Pulumi config
23
+ pulumi config set datarobot:apikey --secret your_api_token
24
+ pulumi config set datarobot:endpoint https://your.datarobot.instance/api/v2
25
+ ```
26
+
27
+ ## Quick Start
28
+
29
+ ```python
30
+ import pulumi
31
+ import pulumi_datarobot as dr
32
+
33
+ # Create a DataRobot use case
34
+ use_case = dr.UseCase("my-use-case",
35
+ name="ML Project Use Case",
36
+ description="Created with Pulumi")
37
+
38
+ # Create a project from a dataset
39
+ project = dr.Project("my-project",
40
+ name="Customer Churn Prediction",
41
+ dataset_url="https://s3.amazonaws.com/datarobot-datasets/churn.csv",
42
+ use_case_id=use_case.id)
43
+
44
+ # Create a deployment
45
+ deployment = dr.Deployment("my-deployment",
46
+ project_id=project.id,
47
+ model_id=project.recommended_model_id,
48
+ environment_id="your-prediction-environment-id")
49
+
50
+ # Export important values
51
+ pulumi.export("use_case_id", use_case.id)
52
+ pulumi.export("project_id", project.id)
53
+ pulumi.export("deployment_id", deployment.id)
54
+ ```
55
+
56
+ ## Examples
57
+
58
+ Complete examples are available in the [examples directory](https://github.com/datarobot-community/pulumi-datarobot/tree/main/examples/python).
59
+
60
+ ## Air-Gapped Environments
61
+
62
+ For air-gapped deployments:
63
+
64
+ ### 1. Store state locally
65
+ ```bash
66
+ pulumi login --local
67
+ ```
68
+
69
+ ### 2. Install Python dependencies offline
70
+
71
+ Create wheel directory and download packages:
72
+ ```bash
73
+ mkdir wheels
74
+ pip wheel pulumi-datarobot -w wheels/
75
+ tar cf wheels.tar wheels/
76
+ ```
77
+
78
+ Transfer `wheels.tar` to your air-gapped system, then install:
79
+ ```bash
80
+ tar xf wheels.tar
81
+ pip install wheels/* -f wheels/ --no-index
82
+ ```
83
+
84
+ ### 3. Download DataRobot plugin manually
85
+
86
+ Download the plugin binary from the [releases page](https://github.com/datarobot-community/pulumi-datarobot/releases):
87
+
88
+ ```bash
89
+ # Replace v0.10.22 with your version, e.g., v0.10.14
90
+ pulumi plugin install resource datarobot v0.10.22 --server \
91
+ https://github.com/datarobot-community/pulumi-datarobot/releases/v0.10.22/
92
+ ```
93
+
94
+ ### 4. Skip update checks
95
+ ```bash
96
+ export PULUMI_SKIP_UPDATE_CHECK=true
97
+ ```
98
+
99
+ ## Advanced Usage
100
+
101
+ ### Custom Authentication
102
+
103
+ ```python
104
+ import pulumi_datarobot as dr
105
+
106
+ # Using API token credential
107
+ api_token = dr.ApiTokenCredential("my-token",
108
+ name="Production API Token",
109
+ api_token="your-secure-token")
110
+
111
+ # Using basic authentication
112
+ basic_auth = dr.BasicCredential("my-basic-auth",
113
+ name="Basic Auth Credential",
114
+ username="your-username",
115
+ password="your-password")
116
+ ```
117
+
118
+ ### Working with Models
119
+
120
+ ```python
121
+ # Register a custom model
122
+ custom_model = dr.CustomModel("my-custom-model",
123
+ name="Customer Segmentation Model",
124
+ target_type="Regression",
125
+ target_name="revenue",
126
+ description="Custom model for customer revenue prediction")
127
+
128
+ # Create a registered model from leaderboard
129
+ registered_model = dr.RegisteredModelFromLeaderboard("my-registered-model",
130
+ project_id=project.id,
131
+ model_id="model-id-from-leaderboard",
132
+ name="Best Performing Model")
133
+ ```
134
+
135
+ ## Resources
136
+
137
+ - [DataRobot Platform](https://www.datarobot.com/)
138
+ - [Pulumi Documentation](https://www.pulumi.com/docs/)
139
+ - [Provider Documentation](https://github.com/datarobot-community/pulumi-datarobot)
140
+ - [Report Issues](https://github.com/datarobot-community/pulumi-datarobot/issues)
141
+
142
+ ## Version
143
+
144
+ Package version: v0.10.22
@@ -172,19 +172,19 @@ if not MYPY:
172
172
  class ApplicationSourceFromTemplateResourcesArgsDict(TypedDict):
173
173
  replicas: NotRequired[pulumi.Input[builtins.int]]
174
174
  """
175
- The replicas for the Application Source.
175
+ The number of replicas for the Application Source. Computed by API if not specified.
176
176
  """
177
177
  resource_label: NotRequired[pulumi.Input[builtins.str]]
178
178
  """
179
- The resource label for the Application Source.
179
+ The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
180
180
  """
181
181
  service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
182
182
  """
183
- Whether to service web requests on the root path for the Application Source.
183
+ Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
184
184
  """
185
185
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
186
186
  """
187
- The session affinity for the Application Source.
187
+ Whether session affinity is enabled for the Application Source. Computed by API if not specified.
188
188
  """
189
189
  elif False:
190
190
  ApplicationSourceFromTemplateResourcesArgsDict: TypeAlias = Mapping[str, Any]
@@ -197,10 +197,10 @@ class ApplicationSourceFromTemplateResourcesArgs:
197
197
  service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
198
198
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
199
199
  """
200
- :param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
201
- :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
202
- :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
203
- :param pulumi.Input[builtins.bool] session_affinity: The session affinity for the Application Source.
200
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Application Source. Computed by API if not specified.
201
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
202
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
203
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Application Source. Computed by API if not specified.
204
204
  """
205
205
  if replicas is not None:
206
206
  pulumi.set(__self__, "replicas", replicas)
@@ -215,7 +215,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
215
215
  @pulumi.getter
216
216
  def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
217
217
  """
218
- The replicas for the Application Source.
218
+ The number of replicas for the Application Source. Computed by API if not specified.
219
219
  """
220
220
  return pulumi.get(self, "replicas")
221
221
 
@@ -227,7 +227,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
227
227
  @pulumi.getter(name="resourceLabel")
228
228
  def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
229
229
  """
230
- The resource label for the Application Source.
230
+ The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
231
231
  """
232
232
  return pulumi.get(self, "resource_label")
233
233
 
@@ -239,7 +239,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
239
239
  @pulumi.getter(name="serviceWebRequestsOnRootPath")
240
240
  def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
241
241
  """
242
- Whether to service web requests on the root path for the Application Source.
242
+ Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
243
243
  """
244
244
  return pulumi.get(self, "service_web_requests_on_root_path")
245
245
 
@@ -251,7 +251,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
251
251
  @pulumi.getter(name="sessionAffinity")
252
252
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
253
253
  """
254
- The session affinity for the Application Source.
254
+ Whether session affinity is enabled for the Application Source. Computed by API if not specified.
255
255
  """
256
256
  return pulumi.get(self, "session_affinity")
257
257
 
@@ -333,19 +333,19 @@ if not MYPY:
333
333
  class ApplicationSourceResourcesArgsDict(TypedDict):
334
334
  replicas: NotRequired[pulumi.Input[builtins.int]]
335
335
  """
336
- The replicas for the Application Source.
336
+ The number of replicas for the Application Source. Computed by API if not specified.
337
337
  """
338
338
  resource_label: NotRequired[pulumi.Input[builtins.str]]
339
339
  """
340
- The resource label for the Application Source.
340
+ The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
341
341
  """
342
342
  service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
343
343
  """
344
- Whether to service web requests on the root path for the Application Source.
344
+ Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
345
345
  """
346
346
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
347
347
  """
348
- The session affinity for the Application Source.
348
+ Whether session affinity is enabled for the Application Source. Computed by API if not specified.
349
349
  """
350
350
  elif False:
351
351
  ApplicationSourceResourcesArgsDict: TypeAlias = Mapping[str, Any]
@@ -358,10 +358,10 @@ class ApplicationSourceResourcesArgs:
358
358
  service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
359
359
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
360
360
  """
361
- :param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
362
- :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
363
- :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
364
- :param pulumi.Input[builtins.bool] session_affinity: The session affinity for the Application Source.
361
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Application Source. Computed by API if not specified.
362
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
363
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
364
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Application Source. Computed by API if not specified.
365
365
  """
366
366
  if replicas is not None:
367
367
  pulumi.set(__self__, "replicas", replicas)
@@ -376,7 +376,7 @@ class ApplicationSourceResourcesArgs:
376
376
  @pulumi.getter
377
377
  def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
378
378
  """
379
- The replicas for the Application Source.
379
+ The number of replicas for the Application Source. Computed by API if not specified.
380
380
  """
381
381
  return pulumi.get(self, "replicas")
382
382
 
@@ -388,7 +388,7 @@ class ApplicationSourceResourcesArgs:
388
388
  @pulumi.getter(name="resourceLabel")
389
389
  def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
390
390
  """
391
- The resource label for the Application Source.
391
+ The resource label for the Application Source (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
392
392
  """
393
393
  return pulumi.get(self, "resource_label")
394
394
 
@@ -400,7 +400,7 @@ class ApplicationSourceResourcesArgs:
400
400
  @pulumi.getter(name="serviceWebRequestsOnRootPath")
401
401
  def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
402
402
  """
403
- Whether to service web requests on the root path for the Application Source.
403
+ Whether to service web requests on the root path for the Application Source. Computed by API if not specified.
404
404
  """
405
405
  return pulumi.get(self, "service_web_requests_on_root_path")
406
406
 
@@ -412,7 +412,7 @@ class ApplicationSourceResourcesArgs:
412
412
  @pulumi.getter(name="sessionAffinity")
413
413
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
414
414
  """
415
- The session affinity for the Application Source.
415
+ Whether session affinity is enabled for the Application Source. Computed by API if not specified.
416
416
  """
417
417
  return pulumi.get(self, "session_affinity")
418
418
 
@@ -1399,19 +1399,19 @@ if not MYPY:
1399
1399
  class CustomApplicationFromEnvironmentResourcesArgsDict(TypedDict):
1400
1400
  replicas: NotRequired[pulumi.Input[builtins.int]]
1401
1401
  """
1402
- The number of replicas for the Custom Application.
1402
+ The number of replicas for the Custom Application. Computed by API if not specified.
1403
1403
  """
1404
1404
  resource_label: NotRequired[pulumi.Input[builtins.str]]
1405
1405
  """
1406
- The resource label for the Custom Application.
1406
+ The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1407
1407
  """
1408
1408
  service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
1409
1409
  """
1410
- Whether to service web requests on the root path for the Custom Application.
1410
+ Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1411
1411
  """
1412
1412
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
1413
1413
  """
1414
- Whether session affinity is enabled for the Custom Application.
1414
+ Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1415
1415
  """
1416
1416
  elif False:
1417
1417
  CustomApplicationFromEnvironmentResourcesArgsDict: TypeAlias = Mapping[str, Any]
@@ -1424,10 +1424,10 @@ class CustomApplicationFromEnvironmentResourcesArgs:
1424
1424
  service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
1425
1425
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
1426
1426
  """
1427
- :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
1428
- :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
1429
- :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1430
- :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application.
1427
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application. Computed by API if not specified.
1428
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1429
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1430
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1431
1431
  """
1432
1432
  if replicas is not None:
1433
1433
  pulumi.set(__self__, "replicas", replicas)
@@ -1442,7 +1442,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
1442
1442
  @pulumi.getter
1443
1443
  def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1444
1444
  """
1445
- The number of replicas for the Custom Application.
1445
+ The number of replicas for the Custom Application. Computed by API if not specified.
1446
1446
  """
1447
1447
  return pulumi.get(self, "replicas")
1448
1448
 
@@ -1454,7 +1454,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
1454
1454
  @pulumi.getter(name="resourceLabel")
1455
1455
  def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
1456
1456
  """
1457
- The resource label for the Custom Application.
1457
+ The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1458
1458
  """
1459
1459
  return pulumi.get(self, "resource_label")
1460
1460
 
@@ -1466,7 +1466,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
1466
1466
  @pulumi.getter(name="serviceWebRequestsOnRootPath")
1467
1467
  def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
1468
1468
  """
1469
- Whether to service web requests on the root path for the Custom Application.
1469
+ Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1470
1470
  """
1471
1471
  return pulumi.get(self, "service_web_requests_on_root_path")
1472
1472
 
@@ -1478,7 +1478,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
1478
1478
  @pulumi.getter(name="sessionAffinity")
1479
1479
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
1480
1480
  """
1481
- Whether session affinity is enabled for the Custom Application.
1481
+ Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1482
1482
  """
1483
1483
  return pulumi.get(self, "session_affinity")
1484
1484
 
@@ -1491,19 +1491,19 @@ if not MYPY:
1491
1491
  class CustomApplicationResourcesArgsDict(TypedDict):
1492
1492
  replicas: NotRequired[pulumi.Input[builtins.int]]
1493
1493
  """
1494
- The number of replicas for the Custom Application.
1494
+ The number of replicas for the Custom Application. Computed by API if not specified.
1495
1495
  """
1496
1496
  resource_label: NotRequired[pulumi.Input[builtins.str]]
1497
1497
  """
1498
- The resource label for the Custom Application.
1498
+ The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1499
1499
  """
1500
1500
  service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
1501
1501
  """
1502
- Whether to service web requests on the root path for the Custom Application.
1502
+ Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1503
1503
  """
1504
1504
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
1505
1505
  """
1506
- Whether session affinity is enabled for the Custom Application.
1506
+ Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1507
1507
  """
1508
1508
  elif False:
1509
1509
  CustomApplicationResourcesArgsDict: TypeAlias = Mapping[str, Any]
@@ -1516,10 +1516,10 @@ class CustomApplicationResourcesArgs:
1516
1516
  service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
1517
1517
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
1518
1518
  """
1519
- :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
1520
- :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
1521
- :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1522
- :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application.
1519
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application. Computed by API if not specified.
1520
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1521
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1522
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1523
1523
  """
1524
1524
  if replicas is not None:
1525
1525
  pulumi.set(__self__, "replicas", replicas)
@@ -1534,7 +1534,7 @@ class CustomApplicationResourcesArgs:
1534
1534
  @pulumi.getter
1535
1535
  def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1536
1536
  """
1537
- The number of replicas for the Custom Application.
1537
+ The number of replicas for the Custom Application. Computed by API if not specified.
1538
1538
  """
1539
1539
  return pulumi.get(self, "replicas")
1540
1540
 
@@ -1546,7 +1546,7 @@ class CustomApplicationResourcesArgs:
1546
1546
  @pulumi.getter(name="resourceLabel")
1547
1547
  def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
1548
1548
  """
1549
- The resource label for the Custom Application.
1549
+ The resource label for the Custom Application (e.g., 'cpu.small', 'cpu.medium'). Computed by API if not specified.
1550
1550
  """
1551
1551
  return pulumi.get(self, "resource_label")
1552
1552
 
@@ -1558,7 +1558,7 @@ class CustomApplicationResourcesArgs:
1558
1558
  @pulumi.getter(name="serviceWebRequestsOnRootPath")
1559
1559
  def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
1560
1560
  """
1561
- Whether to service web requests on the root path for the Custom Application.
1561
+ Whether to service web requests on the root path for the Custom Application. Computed by API if not specified.
1562
1562
  """
1563
1563
  return pulumi.get(self, "service_web_requests_on_root_path")
1564
1564
 
@@ -1570,7 +1570,7 @@ class CustomApplicationResourcesArgs:
1570
1570
  @pulumi.getter(name="sessionAffinity")
1571
1571
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
1572
1572
  """
1573
- Whether session affinity is enabled for the Custom Application.
1573
+ Whether session affinity is enabled for the Custom Application. Computed by API if not specified.
1574
1574
  """
1575
1575
  return pulumi.get(self, "session_affinity")
1576
1576
 
@@ -36,7 +36,7 @@ class ApplicationSourceArgs:
36
36
  :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
37
37
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
38
38
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
39
- :param pulumi.Input['ApplicationSourceResourcesArgs'] resources: The resources for the Application Source.
39
+ :param pulumi.Input['ApplicationSourceResourcesArgs'] resources: The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
40
40
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceRuntimeParameterValueArgs']]] runtime_parameter_values: The runtime parameter values for the Application Source.
41
41
  """
42
42
  if base_environment_id is not None:
@@ -118,7 +118,7 @@ class ApplicationSourceArgs:
118
118
  @pulumi.getter
119
119
  def resources(self) -> Optional[pulumi.Input['ApplicationSourceResourcesArgs']]:
120
120
  """
121
- The resources for the Application Source.
121
+ The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
122
122
  """
123
123
  return pulumi.get(self, "resources")
124
124
 
@@ -161,7 +161,7 @@ class _ApplicationSourceState:
161
161
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
162
162
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
163
163
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
164
- :param pulumi.Input['ApplicationSourceResourcesArgs'] resources: The resources for the Application Source.
164
+ :param pulumi.Input['ApplicationSourceResourcesArgs'] resources: The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
165
165
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSourceRuntimeParameterValueArgs']]] runtime_parameter_values: The runtime parameter values for the Application Source.
166
166
  :param pulumi.Input[builtins.str] version_id: The version ID of the Application Source.
167
167
  """
@@ -274,7 +274,7 @@ class _ApplicationSourceState:
274
274
  @pulumi.getter
275
275
  def resources(self) -> Optional[pulumi.Input['ApplicationSourceResourcesArgs']]:
276
276
  """
277
- The resources for the Application Source.
277
+ The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
278
278
  """
279
279
  return pulumi.get(self, "resources")
280
280
 
@@ -330,7 +330,7 @@ class ApplicationSource(pulumi.CustomResource):
330
330
  :param Any files: The list of tuples, where values in each tuple are the local filesystem path and the path the file should be placed in the Application Source. If list is of strings, then basenames will be used for tuples.
331
331
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
332
332
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
333
- :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source.
333
+ :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
334
334
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceRuntimeParameterValueArgs', 'ApplicationSourceRuntimeParameterValueArgsDict']]]] runtime_parameter_values: The runtime parameter values for the Application Source.
335
335
  """
336
336
  ...
@@ -417,7 +417,7 @@ class ApplicationSource(pulumi.CustomResource):
417
417
  :param pulumi.Input[builtins.str] folder_path: The path to a folder containing files to build the Application Source. Each file in the folder is uploaded under path relative to a folder path.
418
418
  :param pulumi.Input[builtins.str] folder_path_hash: The hash of the folder path contents.
419
419
  :param pulumi.Input[builtins.str] name: The name of the Application Source.
420
- :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source.
420
+ :param pulumi.Input[Union['ApplicationSourceResourcesArgs', 'ApplicationSourceResourcesArgsDict']] resources: The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
421
421
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSourceRuntimeParameterValueArgs', 'ApplicationSourceRuntimeParameterValueArgsDict']]]] runtime_parameter_values: The runtime parameter values for the Application Source.
422
422
  :param pulumi.Input[builtins.str] version_id: The version ID of the Application Source.
423
423
  """
@@ -495,9 +495,9 @@ class ApplicationSource(pulumi.CustomResource):
495
495
 
496
496
  @property
497
497
  @pulumi.getter
498
- def resources(self) -> pulumi.Output[Optional['outputs.ApplicationSourceResources']]:
498
+ def resources(self) -> pulumi.Output['outputs.ApplicationSourceResources']:
499
499
  """
500
- The resources for the Application Source.
500
+ The resources for the Application Source. If not specified, default values will be computed by the API based on the cluster configuration.
501
501
  """
502
502
  return pulumi.get(self, "resources")
503
503