pulumi-datarobot 0.10.20__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.
- pulumi_datarobot-0.10.22/PKG-INFO +155 -0
- pulumi_datarobot-0.10.22/README.md +144 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/_inputs.py +100 -48
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/application_source.py +8 -8
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/application_source_from_template.py +8 -8
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_application.py +8 -8
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_application_from_environment.py +8 -8
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/outputs.py +62 -32
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/registered_model.py +71 -2
- pulumi_datarobot-0.10.22/pulumi_datarobot.egg-info/PKG-INFO +155 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/setup.py +1 -1
- pulumi_datarobot-0.10.20/PKG-INFO +0 -162
- pulumi_datarobot-0.10.20/README.md +0 -151
- pulumi_datarobot-0.10.20/pulumi_datarobot.egg-info/PKG-INFO +0 -162
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/app_oauth.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/azure_credential.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notebook.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.10.20 → pulumi_datarobot-0.10.22}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.10.20 → 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
|
|
@@ -160,6 +160,8 @@ __all__ = [
|
|
|
160
160
|
'NotificationChannelCustomHeaderArgsDict',
|
|
161
161
|
'NotificationChannelDrEntityArgs',
|
|
162
162
|
'NotificationChannelDrEntityArgsDict',
|
|
163
|
+
'RegisteredModelTagArgs',
|
|
164
|
+
'RegisteredModelTagArgsDict',
|
|
163
165
|
'VectorDatabaseChunkingParametersArgs',
|
|
164
166
|
'VectorDatabaseChunkingParametersArgsDict',
|
|
165
167
|
]
|
|
@@ -170,19 +172,19 @@ if not MYPY:
|
|
|
170
172
|
class ApplicationSourceFromTemplateResourcesArgsDict(TypedDict):
|
|
171
173
|
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
172
174
|
"""
|
|
173
|
-
The replicas for the Application Source.
|
|
175
|
+
The number of replicas for the Application Source. Computed by API if not specified.
|
|
174
176
|
"""
|
|
175
177
|
resource_label: NotRequired[pulumi.Input[builtins.str]]
|
|
176
178
|
"""
|
|
177
|
-
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.
|
|
178
180
|
"""
|
|
179
181
|
service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
|
|
180
182
|
"""
|
|
181
|
-
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.
|
|
182
184
|
"""
|
|
183
185
|
session_affinity: NotRequired[pulumi.Input[builtins.bool]]
|
|
184
186
|
"""
|
|
185
|
-
|
|
187
|
+
Whether session affinity is enabled for the Application Source. Computed by API if not specified.
|
|
186
188
|
"""
|
|
187
189
|
elif False:
|
|
188
190
|
ApplicationSourceFromTemplateResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -195,10 +197,10 @@ class ApplicationSourceFromTemplateResourcesArgs:
|
|
|
195
197
|
service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
|
|
196
198
|
session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
|
|
197
199
|
"""
|
|
198
|
-
:param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
|
|
199
|
-
:param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
|
|
200
|
-
:param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
|
|
201
|
-
:param pulumi.Input[builtins.bool] session_affinity:
|
|
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.
|
|
202
204
|
"""
|
|
203
205
|
if replicas is not None:
|
|
204
206
|
pulumi.set(__self__, "replicas", replicas)
|
|
@@ -213,7 +215,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
|
|
|
213
215
|
@pulumi.getter
|
|
214
216
|
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
215
217
|
"""
|
|
216
|
-
The replicas for the Application Source.
|
|
218
|
+
The number of replicas for the Application Source. Computed by API if not specified.
|
|
217
219
|
"""
|
|
218
220
|
return pulumi.get(self, "replicas")
|
|
219
221
|
|
|
@@ -225,7 +227,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
|
|
|
225
227
|
@pulumi.getter(name="resourceLabel")
|
|
226
228
|
def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
227
229
|
"""
|
|
228
|
-
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.
|
|
229
231
|
"""
|
|
230
232
|
return pulumi.get(self, "resource_label")
|
|
231
233
|
|
|
@@ -237,7 +239,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
|
|
|
237
239
|
@pulumi.getter(name="serviceWebRequestsOnRootPath")
|
|
238
240
|
def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
239
241
|
"""
|
|
240
|
-
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.
|
|
241
243
|
"""
|
|
242
244
|
return pulumi.get(self, "service_web_requests_on_root_path")
|
|
243
245
|
|
|
@@ -249,7 +251,7 @@ class ApplicationSourceFromTemplateResourcesArgs:
|
|
|
249
251
|
@pulumi.getter(name="sessionAffinity")
|
|
250
252
|
def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
251
253
|
"""
|
|
252
|
-
|
|
254
|
+
Whether session affinity is enabled for the Application Source. Computed by API if not specified.
|
|
253
255
|
"""
|
|
254
256
|
return pulumi.get(self, "session_affinity")
|
|
255
257
|
|
|
@@ -331,19 +333,19 @@ if not MYPY:
|
|
|
331
333
|
class ApplicationSourceResourcesArgsDict(TypedDict):
|
|
332
334
|
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
333
335
|
"""
|
|
334
|
-
The replicas for the Application Source.
|
|
336
|
+
The number of replicas for the Application Source. Computed by API if not specified.
|
|
335
337
|
"""
|
|
336
338
|
resource_label: NotRequired[pulumi.Input[builtins.str]]
|
|
337
339
|
"""
|
|
338
|
-
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.
|
|
339
341
|
"""
|
|
340
342
|
service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
|
|
341
343
|
"""
|
|
342
|
-
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.
|
|
343
345
|
"""
|
|
344
346
|
session_affinity: NotRequired[pulumi.Input[builtins.bool]]
|
|
345
347
|
"""
|
|
346
|
-
|
|
348
|
+
Whether session affinity is enabled for the Application Source. Computed by API if not specified.
|
|
347
349
|
"""
|
|
348
350
|
elif False:
|
|
349
351
|
ApplicationSourceResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -356,10 +358,10 @@ class ApplicationSourceResourcesArgs:
|
|
|
356
358
|
service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
|
|
357
359
|
session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
|
|
358
360
|
"""
|
|
359
|
-
:param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
|
|
360
|
-
:param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
|
|
361
|
-
:param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
|
|
362
|
-
:param pulumi.Input[builtins.bool] session_affinity:
|
|
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.
|
|
363
365
|
"""
|
|
364
366
|
if replicas is not None:
|
|
365
367
|
pulumi.set(__self__, "replicas", replicas)
|
|
@@ -374,7 +376,7 @@ class ApplicationSourceResourcesArgs:
|
|
|
374
376
|
@pulumi.getter
|
|
375
377
|
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
376
378
|
"""
|
|
377
|
-
The replicas for the Application Source.
|
|
379
|
+
The number of replicas for the Application Source. Computed by API if not specified.
|
|
378
380
|
"""
|
|
379
381
|
return pulumi.get(self, "replicas")
|
|
380
382
|
|
|
@@ -386,7 +388,7 @@ class ApplicationSourceResourcesArgs:
|
|
|
386
388
|
@pulumi.getter(name="resourceLabel")
|
|
387
389
|
def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
388
390
|
"""
|
|
389
|
-
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.
|
|
390
392
|
"""
|
|
391
393
|
return pulumi.get(self, "resource_label")
|
|
392
394
|
|
|
@@ -398,7 +400,7 @@ class ApplicationSourceResourcesArgs:
|
|
|
398
400
|
@pulumi.getter(name="serviceWebRequestsOnRootPath")
|
|
399
401
|
def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
400
402
|
"""
|
|
401
|
-
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.
|
|
402
404
|
"""
|
|
403
405
|
return pulumi.get(self, "service_web_requests_on_root_path")
|
|
404
406
|
|
|
@@ -410,7 +412,7 @@ class ApplicationSourceResourcesArgs:
|
|
|
410
412
|
@pulumi.getter(name="sessionAffinity")
|
|
411
413
|
def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
412
414
|
"""
|
|
413
|
-
|
|
415
|
+
Whether session affinity is enabled for the Application Source. Computed by API if not specified.
|
|
414
416
|
"""
|
|
415
417
|
return pulumi.get(self, "session_affinity")
|
|
416
418
|
|
|
@@ -1397,19 +1399,19 @@ if not MYPY:
|
|
|
1397
1399
|
class CustomApplicationFromEnvironmentResourcesArgsDict(TypedDict):
|
|
1398
1400
|
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1399
1401
|
"""
|
|
1400
|
-
The number of replicas for the Custom Application.
|
|
1402
|
+
The number of replicas for the Custom Application. Computed by API if not specified.
|
|
1401
1403
|
"""
|
|
1402
1404
|
resource_label: NotRequired[pulumi.Input[builtins.str]]
|
|
1403
1405
|
"""
|
|
1404
|
-
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.
|
|
1405
1407
|
"""
|
|
1406
1408
|
service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
|
|
1407
1409
|
"""
|
|
1408
|
-
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.
|
|
1409
1411
|
"""
|
|
1410
1412
|
session_affinity: NotRequired[pulumi.Input[builtins.bool]]
|
|
1411
1413
|
"""
|
|
1412
|
-
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.
|
|
1413
1415
|
"""
|
|
1414
1416
|
elif False:
|
|
1415
1417
|
CustomApplicationFromEnvironmentResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1422,10 +1424,10 @@ class CustomApplicationFromEnvironmentResourcesArgs:
|
|
|
1422
1424
|
service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1423
1425
|
session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1424
1426
|
"""
|
|
1425
|
-
:param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
|
|
1426
|
-
:param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
|
|
1427
|
-
:param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
|
|
1428
|
-
: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.
|
|
1429
1431
|
"""
|
|
1430
1432
|
if replicas is not None:
|
|
1431
1433
|
pulumi.set(__self__, "replicas", replicas)
|
|
@@ -1440,7 +1442,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
|
|
|
1440
1442
|
@pulumi.getter
|
|
1441
1443
|
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1442
1444
|
"""
|
|
1443
|
-
The number of replicas for the Custom Application.
|
|
1445
|
+
The number of replicas for the Custom Application. Computed by API if not specified.
|
|
1444
1446
|
"""
|
|
1445
1447
|
return pulumi.get(self, "replicas")
|
|
1446
1448
|
|
|
@@ -1452,7 +1454,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
|
|
|
1452
1454
|
@pulumi.getter(name="resourceLabel")
|
|
1453
1455
|
def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1454
1456
|
"""
|
|
1455
|
-
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.
|
|
1456
1458
|
"""
|
|
1457
1459
|
return pulumi.get(self, "resource_label")
|
|
1458
1460
|
|
|
@@ -1464,7 +1466,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
|
|
|
1464
1466
|
@pulumi.getter(name="serviceWebRequestsOnRootPath")
|
|
1465
1467
|
def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1466
1468
|
"""
|
|
1467
|
-
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.
|
|
1468
1470
|
"""
|
|
1469
1471
|
return pulumi.get(self, "service_web_requests_on_root_path")
|
|
1470
1472
|
|
|
@@ -1476,7 +1478,7 @@ class CustomApplicationFromEnvironmentResourcesArgs:
|
|
|
1476
1478
|
@pulumi.getter(name="sessionAffinity")
|
|
1477
1479
|
def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1478
1480
|
"""
|
|
1479
|
-
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.
|
|
1480
1482
|
"""
|
|
1481
1483
|
return pulumi.get(self, "session_affinity")
|
|
1482
1484
|
|
|
@@ -1489,19 +1491,19 @@ if not MYPY:
|
|
|
1489
1491
|
class CustomApplicationResourcesArgsDict(TypedDict):
|
|
1490
1492
|
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1491
1493
|
"""
|
|
1492
|
-
The number of replicas for the Custom Application.
|
|
1494
|
+
The number of replicas for the Custom Application. Computed by API if not specified.
|
|
1493
1495
|
"""
|
|
1494
1496
|
resource_label: NotRequired[pulumi.Input[builtins.str]]
|
|
1495
1497
|
"""
|
|
1496
|
-
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.
|
|
1497
1499
|
"""
|
|
1498
1500
|
service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
|
|
1499
1501
|
"""
|
|
1500
|
-
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.
|
|
1501
1503
|
"""
|
|
1502
1504
|
session_affinity: NotRequired[pulumi.Input[builtins.bool]]
|
|
1503
1505
|
"""
|
|
1504
|
-
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.
|
|
1505
1507
|
"""
|
|
1506
1508
|
elif False:
|
|
1507
1509
|
CustomApplicationResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1514,10 +1516,10 @@ class CustomApplicationResourcesArgs:
|
|
|
1514
1516
|
service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1515
1517
|
session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1516
1518
|
"""
|
|
1517
|
-
:param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
|
|
1518
|
-
:param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
|
|
1519
|
-
:param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
|
|
1520
|
-
: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.
|
|
1521
1523
|
"""
|
|
1522
1524
|
if replicas is not None:
|
|
1523
1525
|
pulumi.set(__self__, "replicas", replicas)
|
|
@@ -1532,7 +1534,7 @@ class CustomApplicationResourcesArgs:
|
|
|
1532
1534
|
@pulumi.getter
|
|
1533
1535
|
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1534
1536
|
"""
|
|
1535
|
-
The number of replicas for the Custom Application.
|
|
1537
|
+
The number of replicas for the Custom Application. Computed by API if not specified.
|
|
1536
1538
|
"""
|
|
1537
1539
|
return pulumi.get(self, "replicas")
|
|
1538
1540
|
|
|
@@ -1544,7 +1546,7 @@ class CustomApplicationResourcesArgs:
|
|
|
1544
1546
|
@pulumi.getter(name="resourceLabel")
|
|
1545
1547
|
def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1546
1548
|
"""
|
|
1547
|
-
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.
|
|
1548
1550
|
"""
|
|
1549
1551
|
return pulumi.get(self, "resource_label")
|
|
1550
1552
|
|
|
@@ -1556,7 +1558,7 @@ class CustomApplicationResourcesArgs:
|
|
|
1556
1558
|
@pulumi.getter(name="serviceWebRequestsOnRootPath")
|
|
1557
1559
|
def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1558
1560
|
"""
|
|
1559
|
-
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.
|
|
1560
1562
|
"""
|
|
1561
1563
|
return pulumi.get(self, "service_web_requests_on_root_path")
|
|
1562
1564
|
|
|
@@ -1568,7 +1570,7 @@ class CustomApplicationResourcesArgs:
|
|
|
1568
1570
|
@pulumi.getter(name="sessionAffinity")
|
|
1569
1571
|
def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1570
1572
|
"""
|
|
1571
|
-
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.
|
|
1572
1574
|
"""
|
|
1573
1575
|
return pulumi.get(self, "session_affinity")
|
|
1574
1576
|
|
|
@@ -6158,6 +6160,56 @@ class NotificationChannelDrEntityArgs:
|
|
|
6158
6160
|
pulumi.set(self, "name", value)
|
|
6159
6161
|
|
|
6160
6162
|
|
|
6163
|
+
if not MYPY:
|
|
6164
|
+
class RegisteredModelTagArgsDict(TypedDict):
|
|
6165
|
+
name: pulumi.Input[builtins.str]
|
|
6166
|
+
"""
|
|
6167
|
+
The name of the tag.
|
|
6168
|
+
"""
|
|
6169
|
+
value: pulumi.Input[builtins.str]
|
|
6170
|
+
"""
|
|
6171
|
+
The value of the tag.
|
|
6172
|
+
"""
|
|
6173
|
+
elif False:
|
|
6174
|
+
RegisteredModelTagArgsDict: TypeAlias = Mapping[str, Any]
|
|
6175
|
+
|
|
6176
|
+
@pulumi.input_type
|
|
6177
|
+
class RegisteredModelTagArgs:
|
|
6178
|
+
def __init__(__self__, *,
|
|
6179
|
+
name: pulumi.Input[builtins.str],
|
|
6180
|
+
value: pulumi.Input[builtins.str]):
|
|
6181
|
+
"""
|
|
6182
|
+
:param pulumi.Input[builtins.str] name: The name of the tag.
|
|
6183
|
+
:param pulumi.Input[builtins.str] value: The value of the tag.
|
|
6184
|
+
"""
|
|
6185
|
+
pulumi.set(__self__, "name", name)
|
|
6186
|
+
pulumi.set(__self__, "value", value)
|
|
6187
|
+
|
|
6188
|
+
@property
|
|
6189
|
+
@pulumi.getter
|
|
6190
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
6191
|
+
"""
|
|
6192
|
+
The name of the tag.
|
|
6193
|
+
"""
|
|
6194
|
+
return pulumi.get(self, "name")
|
|
6195
|
+
|
|
6196
|
+
@name.setter
|
|
6197
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
6198
|
+
pulumi.set(self, "name", value)
|
|
6199
|
+
|
|
6200
|
+
@property
|
|
6201
|
+
@pulumi.getter
|
|
6202
|
+
def value(self) -> pulumi.Input[builtins.str]:
|
|
6203
|
+
"""
|
|
6204
|
+
The value of the tag.
|
|
6205
|
+
"""
|
|
6206
|
+
return pulumi.get(self, "value")
|
|
6207
|
+
|
|
6208
|
+
@value.setter
|
|
6209
|
+
def value(self, value: pulumi.Input[builtins.str]):
|
|
6210
|
+
pulumi.set(self, "value", value)
|
|
6211
|
+
|
|
6212
|
+
|
|
6161
6213
|
if not MYPY:
|
|
6162
6214
|
class VectorDatabaseChunkingParametersArgsDict(TypedDict):
|
|
6163
6215
|
chunk_overlap_percentage: NotRequired[pulumi.Input[builtins.int]]
|