pulumi-gcp 9.2.0__py3-none-any.whl → 9.3.0__py3-none-any.whl
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_gcp/__init__.py +32 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/api_deployment.py +372 -0
- pulumi_gcp/apihub/plugin.py +1 -1
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_maven_artifacts.py +164 -0
- pulumi_gcp/artifactregistry/get_npm_packages.py +164 -0
- pulumi_gcp/artifactregistry/outputs.py +165 -0
- pulumi_gcp/cloudrunv2/_inputs.py +823 -15
- pulumi_gcp/cloudrunv2/outputs.py +1749 -743
- pulumi_gcp/cloudrunv2/worker_pool.py +110 -0
- pulumi_gcp/compute/_inputs.py +28 -0
- pulumi_gcp/compute/outputs.py +20 -1
- pulumi_gcp/compute/vpn_tunnel.py +97 -23
- pulumi_gcp/compute/wire_group.py +2 -0
- pulumi_gcp/dataloss/_inputs.py +970 -30
- pulumi_gcp/dataloss/outputs.py +850 -20
- pulumi_gcp/dataloss/prevention_discovery_config.py +54 -0
- pulumi_gcp/diagflow/_inputs.py +66 -0
- pulumi_gcp/diagflow/conversation_profile.py +84 -0
- pulumi_gcp/diagflow/outputs.py +57 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +187 -0
- pulumi_gcp/discoveryengine/data_connector.py +1368 -0
- pulumi_gcp/discoveryengine/outputs.py +135 -0
- pulumi_gcp/discoveryengine/search_engine.py +47 -0
- pulumi_gcp/gkebackup/_inputs.py +111 -0
- pulumi_gcp/gkebackup/backup_plan.py +72 -0
- pulumi_gcp/gkebackup/outputs.py +84 -0
- pulumi_gcp/kms/__init__.py +1 -0
- pulumi_gcp/kms/_inputs.py +43 -0
- pulumi_gcp/kms/organization_kaj_policy_config.py +290 -0
- pulumi_gcp/kms/outputs.py +43 -0
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/instance.py +51 -0
- pulumi_gcp/managedkafka/connect_cluster.py +20 -82
- pulumi_gcp/managedkafka/connector.py +24 -94
- pulumi_gcp/netapp/_inputs.py +28 -5
- pulumi_gcp/netapp/outputs.py +19 -3
- pulumi_gcp/netapp/storage_pool.py +56 -0
- pulumi_gcp/netapp/volume.py +28 -0
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +211 -23
- pulumi_gcp/oracledatabase/odb_network.py +101 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +27 -4
- pulumi_gcp/privilegedaccessmanager/outputs.py +31 -6
- pulumi_gcp/pubsub/get_subscription.py +12 -1
- pulumi_gcp/pubsub/get_topic.py +15 -4
- pulumi_gcp/pubsub/subscription.py +153 -7
- pulumi_gcp/pubsub/topic.py +145 -3
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +60 -0
- pulumi_gcp/saasruntime/outputs.py +55 -0
- pulumi_gcp/saasruntime/rollout_kind.py +1086 -0
- pulumi_gcp/sql/_inputs.py +122 -3
- pulumi_gcp/sql/database_instance.py +47 -0
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +233 -2
- pulumi_gcp/storage/bucket.py +52 -24
- pulumi_gcp/storage/get_insights_dataset_config.py +12 -1
- pulumi_gcp/storage/insights_dataset_config.py +49 -0
- pulumi_gcp/storage/insights_report_config.py +47 -0
- pulumi_gcp/vertex/_inputs.py +339 -1
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +102 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index.py +74 -2
- pulumi_gcp/vertex/ai_index_endpoint.py +54 -0
- pulumi_gcp/vertex/get_ai_index.py +12 -1
- pulumi_gcp/vertex/outputs.py +303 -1
- {pulumi_gcp-9.2.0.dist-info → pulumi_gcp-9.3.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.2.0.dist-info → pulumi_gcp-9.3.0.dist-info}/RECORD +76 -70
- {pulumi_gcp-9.2.0.dist-info → pulumi_gcp-9.3.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.2.0.dist-info → pulumi_gcp-9.3.0.dist-info}/top_level.txt +0 -0
@@ -24,6 +24,7 @@ class InsightsReportConfigArgs:
|
|
24
24
|
location: pulumi.Input[_builtins.str],
|
25
25
|
csv_options: Optional[pulumi.Input['InsightsReportConfigCsvOptionsArgs']] = None,
|
26
26
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
27
28
|
frequency_options: Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']] = None,
|
28
29
|
object_metadata_report_options: Optional[pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs']] = None,
|
29
30
|
parquet_options: Optional[pulumi.Input['InsightsReportConfigParquetOptionsArgs']] = None,
|
@@ -35,6 +36,7 @@ class InsightsReportConfigArgs:
|
|
35
36
|
:param pulumi.Input['InsightsReportConfigCsvOptionsArgs'] csv_options: Options for configuring the format of the inventory report CSV file.
|
36
37
|
Structure is documented below.
|
37
38
|
:param pulumi.Input[_builtins.str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
39
|
+
:param pulumi.Input[_builtins.bool] force_destroy: If set, all the inventory report details associated with this report configuration are deleted.
|
38
40
|
:param pulumi.Input['InsightsReportConfigFrequencyOptionsArgs'] frequency_options: Options for configuring how inventory reports are generated.
|
39
41
|
Structure is documented below.
|
40
42
|
:param pulumi.Input['InsightsReportConfigObjectMetadataReportOptionsArgs'] object_metadata_report_options: Options for including metadata in an inventory report.
|
@@ -48,6 +50,8 @@ class InsightsReportConfigArgs:
|
|
48
50
|
pulumi.set(__self__, "csv_options", csv_options)
|
49
51
|
if display_name is not None:
|
50
52
|
pulumi.set(__self__, "display_name", display_name)
|
53
|
+
if force_destroy is not None:
|
54
|
+
pulumi.set(__self__, "force_destroy", force_destroy)
|
51
55
|
if frequency_options is not None:
|
52
56
|
pulumi.set(__self__, "frequency_options", frequency_options)
|
53
57
|
if object_metadata_report_options is not None:
|
@@ -95,6 +99,18 @@ class InsightsReportConfigArgs:
|
|
95
99
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
96
100
|
pulumi.set(self, "display_name", value)
|
97
101
|
|
102
|
+
@_builtins.property
|
103
|
+
@pulumi.getter(name="forceDestroy")
|
104
|
+
def force_destroy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
105
|
+
"""
|
106
|
+
If set, all the inventory report details associated with this report configuration are deleted.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "force_destroy")
|
109
|
+
|
110
|
+
@force_destroy.setter
|
111
|
+
def force_destroy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
112
|
+
pulumi.set(self, "force_destroy", value)
|
113
|
+
|
98
114
|
@_builtins.property
|
99
115
|
@pulumi.getter(name="frequencyOptions")
|
100
116
|
def frequency_options(self) -> Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']]:
|
@@ -152,6 +168,7 @@ class _InsightsReportConfigState:
|
|
152
168
|
def __init__(__self__, *,
|
153
169
|
csv_options: Optional[pulumi.Input['InsightsReportConfigCsvOptionsArgs']] = None,
|
154
170
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
171
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
155
172
|
frequency_options: Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']] = None,
|
156
173
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
157
174
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -163,6 +180,7 @@ class _InsightsReportConfigState:
|
|
163
180
|
:param pulumi.Input['InsightsReportConfigCsvOptionsArgs'] csv_options: Options for configuring the format of the inventory report CSV file.
|
164
181
|
Structure is documented below.
|
165
182
|
:param pulumi.Input[_builtins.str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
183
|
+
:param pulumi.Input[_builtins.bool] force_destroy: If set, all the inventory report details associated with this report configuration are deleted.
|
166
184
|
:param pulumi.Input['InsightsReportConfigFrequencyOptionsArgs'] frequency_options: Options for configuring how inventory reports are generated.
|
167
185
|
Structure is documented below.
|
168
186
|
:param pulumi.Input[_builtins.str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
@@ -178,6 +196,8 @@ class _InsightsReportConfigState:
|
|
178
196
|
pulumi.set(__self__, "csv_options", csv_options)
|
179
197
|
if display_name is not None:
|
180
198
|
pulumi.set(__self__, "display_name", display_name)
|
199
|
+
if force_destroy is not None:
|
200
|
+
pulumi.set(__self__, "force_destroy", force_destroy)
|
181
201
|
if frequency_options is not None:
|
182
202
|
pulumi.set(__self__, "frequency_options", frequency_options)
|
183
203
|
if location is not None:
|
@@ -216,6 +236,18 @@ class _InsightsReportConfigState:
|
|
216
236
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
217
237
|
pulumi.set(self, "display_name", value)
|
218
238
|
|
239
|
+
@_builtins.property
|
240
|
+
@pulumi.getter(name="forceDestroy")
|
241
|
+
def force_destroy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
242
|
+
"""
|
243
|
+
If set, all the inventory report details associated with this report configuration are deleted.
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "force_destroy")
|
246
|
+
|
247
|
+
@force_destroy.setter
|
248
|
+
def force_destroy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
249
|
+
pulumi.set(self, "force_destroy", value)
|
250
|
+
|
219
251
|
@_builtins.property
|
220
252
|
@pulumi.getter(name="frequencyOptions")
|
221
253
|
def frequency_options(self) -> Optional[pulumi.Input['InsightsReportConfigFrequencyOptionsArgs']]:
|
@@ -301,6 +333,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
301
333
|
opts: Optional[pulumi.ResourceOptions] = None,
|
302
334
|
csv_options: Optional[pulumi.Input[Union['InsightsReportConfigCsvOptionsArgs', 'InsightsReportConfigCsvOptionsArgsDict']]] = None,
|
303
335
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
336
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
304
337
|
frequency_options: Optional[pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']]] = None,
|
305
338
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
306
339
|
object_metadata_report_options: Optional[pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']]] = None,
|
@@ -401,6 +434,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
401
434
|
:param pulumi.Input[Union['InsightsReportConfigCsvOptionsArgs', 'InsightsReportConfigCsvOptionsArgsDict']] csv_options: Options for configuring the format of the inventory report CSV file.
|
402
435
|
Structure is documented below.
|
403
436
|
:param pulumi.Input[_builtins.str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
437
|
+
:param pulumi.Input[_builtins.bool] force_destroy: If set, all the inventory report details associated with this report configuration are deleted.
|
404
438
|
:param pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']] frequency_options: Options for configuring how inventory reports are generated.
|
405
439
|
Structure is documented below.
|
406
440
|
:param pulumi.Input[_builtins.str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
@@ -523,6 +557,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
523
557
|
opts: Optional[pulumi.ResourceOptions] = None,
|
524
558
|
csv_options: Optional[pulumi.Input[Union['InsightsReportConfigCsvOptionsArgs', 'InsightsReportConfigCsvOptionsArgsDict']]] = None,
|
525
559
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
560
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
526
561
|
frequency_options: Optional[pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']]] = None,
|
527
562
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
528
563
|
object_metadata_report_options: Optional[pulumi.Input[Union['InsightsReportConfigObjectMetadataReportOptionsArgs', 'InsightsReportConfigObjectMetadataReportOptionsArgsDict']]] = None,
|
@@ -539,6 +574,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
539
574
|
|
540
575
|
__props__.__dict__["csv_options"] = csv_options
|
541
576
|
__props__.__dict__["display_name"] = display_name
|
577
|
+
__props__.__dict__["force_destroy"] = force_destroy
|
542
578
|
__props__.__dict__["frequency_options"] = frequency_options
|
543
579
|
if location is None and not opts.urn:
|
544
580
|
raise TypeError("Missing required property 'location'")
|
@@ -559,6 +595,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
559
595
|
opts: Optional[pulumi.ResourceOptions] = None,
|
560
596
|
csv_options: Optional[pulumi.Input[Union['InsightsReportConfigCsvOptionsArgs', 'InsightsReportConfigCsvOptionsArgsDict']]] = None,
|
561
597
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
598
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
562
599
|
frequency_options: Optional[pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']]] = None,
|
563
600
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
564
601
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -575,6 +612,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
575
612
|
:param pulumi.Input[Union['InsightsReportConfigCsvOptionsArgs', 'InsightsReportConfigCsvOptionsArgsDict']] csv_options: Options for configuring the format of the inventory report CSV file.
|
576
613
|
Structure is documented below.
|
577
614
|
:param pulumi.Input[_builtins.str] display_name: The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.
|
615
|
+
:param pulumi.Input[_builtins.bool] force_destroy: If set, all the inventory report details associated with this report configuration are deleted.
|
578
616
|
:param pulumi.Input[Union['InsightsReportConfigFrequencyOptionsArgs', 'InsightsReportConfigFrequencyOptionsArgsDict']] frequency_options: Options for configuring how inventory reports are generated.
|
579
617
|
Structure is documented below.
|
580
618
|
:param pulumi.Input[_builtins.str] location: The location of the ReportConfig. The source and destination buckets specified in the ReportConfig
|
@@ -592,6 +630,7 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
592
630
|
|
593
631
|
__props__.__dict__["csv_options"] = csv_options
|
594
632
|
__props__.__dict__["display_name"] = display_name
|
633
|
+
__props__.__dict__["force_destroy"] = force_destroy
|
595
634
|
__props__.__dict__["frequency_options"] = frequency_options
|
596
635
|
__props__.__dict__["location"] = location
|
597
636
|
__props__.__dict__["name"] = name
|
@@ -617,6 +656,14 @@ class InsightsReportConfig(pulumi.CustomResource):
|
|
617
656
|
"""
|
618
657
|
return pulumi.get(self, "display_name")
|
619
658
|
|
659
|
+
@_builtins.property
|
660
|
+
@pulumi.getter(name="forceDestroy")
|
661
|
+
def force_destroy(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
662
|
+
"""
|
663
|
+
If set, all the inventory report details associated with this report configuration are deleted.
|
664
|
+
"""
|
665
|
+
return pulumi.get(self, "force_destroy")
|
666
|
+
|
620
667
|
@_builtins.property
|
621
668
|
@pulumi.getter(name="frequencyOptions")
|
622
669
|
def frequency_options(self) -> pulumi.Output[Optional['outputs.InsightsReportConfigFrequencyOptions']]:
|
pulumi_gcp/vertex/_inputs.py
CHANGED
@@ -59,6 +59,10 @@ __all__ = [
|
|
59
59
|
'AiEndpointWithModelGardenDeploymentDeployConfigDedicatedResourcesMachineSpecReservationAffinityArgsDict',
|
60
60
|
'AiEndpointWithModelGardenDeploymentEndpointConfigArgs',
|
61
61
|
'AiEndpointWithModelGardenDeploymentEndpointConfigArgsDict',
|
62
|
+
'AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs',
|
63
|
+
'AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgsDict',
|
64
|
+
'AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs',
|
65
|
+
'AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgsDict',
|
62
66
|
'AiEndpointWithModelGardenDeploymentModelConfigArgs',
|
63
67
|
'AiEndpointWithModelGardenDeploymentModelConfigArgsDict',
|
64
68
|
'AiEndpointWithModelGardenDeploymentModelConfigContainerSpecArgs',
|
@@ -173,6 +177,8 @@ __all__ = [
|
|
173
177
|
'AiFeatureStoreOnlineServingConfigScalingArgsDict',
|
174
178
|
'AiIndexDeployedIndexArgs',
|
175
179
|
'AiIndexDeployedIndexArgsDict',
|
180
|
+
'AiIndexEncryptionSpecArgs',
|
181
|
+
'AiIndexEncryptionSpecArgsDict',
|
176
182
|
'AiIndexEndpointDeployedIndexAutomaticResourcesArgs',
|
177
183
|
'AiIndexEndpointDeployedIndexAutomaticResourcesArgsDict',
|
178
184
|
'AiIndexEndpointDeployedIndexDedicatedResourcesArgs',
|
@@ -187,6 +193,8 @@ __all__ = [
|
|
187
193
|
'AiIndexEndpointDeployedIndexPrivateEndpointArgsDict',
|
188
194
|
'AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpointArgs',
|
189
195
|
'AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpointArgsDict',
|
196
|
+
'AiIndexEndpointEncryptionSpecArgs',
|
197
|
+
'AiIndexEndpointEncryptionSpecArgsDict',
|
190
198
|
'AiIndexEndpointPrivateServiceConnectConfigArgs',
|
191
199
|
'AiIndexEndpointPrivateServiceConnectConfigArgsDict',
|
192
200
|
'AiIndexIndexStatArgs',
|
@@ -2202,6 +2210,11 @@ if not MYPY:
|
|
2202
2210
|
The user-specified display name of the endpoint. If not set, a
|
2203
2211
|
default name will be used.
|
2204
2212
|
"""
|
2213
|
+
private_service_connect_config: NotRequired[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgsDict']]
|
2214
|
+
"""
|
2215
|
+
The configuration for Private Service Connect (PSC).
|
2216
|
+
Structure is documented below.
|
2217
|
+
"""
|
2205
2218
|
elif False:
|
2206
2219
|
AiEndpointWithModelGardenDeploymentEndpointConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2207
2220
|
|
@@ -2209,7 +2222,8 @@ elif False:
|
|
2209
2222
|
class AiEndpointWithModelGardenDeploymentEndpointConfigArgs:
|
2210
2223
|
def __init__(__self__, *,
|
2211
2224
|
dedicated_endpoint_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
2212
|
-
endpoint_display_name: Optional[pulumi.Input[_builtins.str]] = None
|
2225
|
+
endpoint_display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2226
|
+
private_service_connect_config: Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs']] = None):
|
2213
2227
|
"""
|
2214
2228
|
:param pulumi.Input[_builtins.bool] dedicated_endpoint_enabled: If true, the endpoint will be exposed through a dedicated
|
2215
2229
|
DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS
|
@@ -2219,11 +2233,15 @@ class AiEndpointWithModelGardenDeploymentEndpointConfigArgs:
|
|
2219
2233
|
{region}-aiplatform.googleapis.com. The limitations will be removed soon.
|
2220
2234
|
:param pulumi.Input[_builtins.str] endpoint_display_name: The user-specified display name of the endpoint. If not set, a
|
2221
2235
|
default name will be used.
|
2236
|
+
:param pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs'] private_service_connect_config: The configuration for Private Service Connect (PSC).
|
2237
|
+
Structure is documented below.
|
2222
2238
|
"""
|
2223
2239
|
if dedicated_endpoint_enabled is not None:
|
2224
2240
|
pulumi.set(__self__, "dedicated_endpoint_enabled", dedicated_endpoint_enabled)
|
2225
2241
|
if endpoint_display_name is not None:
|
2226
2242
|
pulumi.set(__self__, "endpoint_display_name", endpoint_display_name)
|
2243
|
+
if private_service_connect_config is not None:
|
2244
|
+
pulumi.set(__self__, "private_service_connect_config", private_service_connect_config)
|
2227
2245
|
|
2228
2246
|
@_builtins.property
|
2229
2247
|
@pulumi.getter(name="dedicatedEndpointEnabled")
|
@@ -2255,6 +2273,264 @@ class AiEndpointWithModelGardenDeploymentEndpointConfigArgs:
|
|
2255
2273
|
def endpoint_display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2256
2274
|
pulumi.set(self, "endpoint_display_name", value)
|
2257
2275
|
|
2276
|
+
@_builtins.property
|
2277
|
+
@pulumi.getter(name="privateServiceConnectConfig")
|
2278
|
+
def private_service_connect_config(self) -> Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs']]:
|
2279
|
+
"""
|
2280
|
+
The configuration for Private Service Connect (PSC).
|
2281
|
+
Structure is documented below.
|
2282
|
+
"""
|
2283
|
+
return pulumi.get(self, "private_service_connect_config")
|
2284
|
+
|
2285
|
+
@private_service_connect_config.setter
|
2286
|
+
def private_service_connect_config(self, value: Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs']]):
|
2287
|
+
pulumi.set(self, "private_service_connect_config", value)
|
2288
|
+
|
2289
|
+
|
2290
|
+
if not MYPY:
|
2291
|
+
class AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgsDict(TypedDict):
|
2292
|
+
enable_private_service_connect: pulumi.Input[_builtins.bool]
|
2293
|
+
"""
|
2294
|
+
Required. If true, expose the IndexEndpoint via private service connect.
|
2295
|
+
"""
|
2296
|
+
project_allowlists: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
2297
|
+
"""
|
2298
|
+
A list of Projects from which the forwarding rule will target the service attachment.
|
2299
|
+
"""
|
2300
|
+
psc_automation_configs: NotRequired[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgsDict']]
|
2301
|
+
"""
|
2302
|
+
PSC config that is used to automatically create PSC endpoints in the user projects.
|
2303
|
+
Structure is documented below.
|
2304
|
+
"""
|
2305
|
+
service_attachment: NotRequired[pulumi.Input[_builtins.str]]
|
2306
|
+
"""
|
2307
|
+
(Output)
|
2308
|
+
Output only. The name of the generated service attachment resource.
|
2309
|
+
This is only populated if the endpoint is deployed with PrivateServiceConnect.
|
2310
|
+
"""
|
2311
|
+
elif False:
|
2312
|
+
AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2313
|
+
|
2314
|
+
@pulumi.input_type
|
2315
|
+
class AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigArgs:
|
2316
|
+
def __init__(__self__, *,
|
2317
|
+
enable_private_service_connect: pulumi.Input[_builtins.bool],
|
2318
|
+
project_allowlists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
2319
|
+
psc_automation_configs: Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs']] = None,
|
2320
|
+
service_attachment: Optional[pulumi.Input[_builtins.str]] = None):
|
2321
|
+
"""
|
2322
|
+
:param pulumi.Input[_builtins.bool] enable_private_service_connect: Required. If true, expose the IndexEndpoint via private service connect.
|
2323
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] project_allowlists: A list of Projects from which the forwarding rule will target the service attachment.
|
2324
|
+
:param pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs'] psc_automation_configs: PSC config that is used to automatically create PSC endpoints in the user projects.
|
2325
|
+
Structure is documented below.
|
2326
|
+
:param pulumi.Input[_builtins.str] service_attachment: (Output)
|
2327
|
+
Output only. The name of the generated service attachment resource.
|
2328
|
+
This is only populated if the endpoint is deployed with PrivateServiceConnect.
|
2329
|
+
"""
|
2330
|
+
pulumi.set(__self__, "enable_private_service_connect", enable_private_service_connect)
|
2331
|
+
if project_allowlists is not None:
|
2332
|
+
pulumi.set(__self__, "project_allowlists", project_allowlists)
|
2333
|
+
if psc_automation_configs is not None:
|
2334
|
+
pulumi.set(__self__, "psc_automation_configs", psc_automation_configs)
|
2335
|
+
if service_attachment is not None:
|
2336
|
+
pulumi.set(__self__, "service_attachment", service_attachment)
|
2337
|
+
|
2338
|
+
@_builtins.property
|
2339
|
+
@pulumi.getter(name="enablePrivateServiceConnect")
|
2340
|
+
def enable_private_service_connect(self) -> pulumi.Input[_builtins.bool]:
|
2341
|
+
"""
|
2342
|
+
Required. If true, expose the IndexEndpoint via private service connect.
|
2343
|
+
"""
|
2344
|
+
return pulumi.get(self, "enable_private_service_connect")
|
2345
|
+
|
2346
|
+
@enable_private_service_connect.setter
|
2347
|
+
def enable_private_service_connect(self, value: pulumi.Input[_builtins.bool]):
|
2348
|
+
pulumi.set(self, "enable_private_service_connect", value)
|
2349
|
+
|
2350
|
+
@_builtins.property
|
2351
|
+
@pulumi.getter(name="projectAllowlists")
|
2352
|
+
def project_allowlists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
2353
|
+
"""
|
2354
|
+
A list of Projects from which the forwarding rule will target the service attachment.
|
2355
|
+
"""
|
2356
|
+
return pulumi.get(self, "project_allowlists")
|
2357
|
+
|
2358
|
+
@project_allowlists.setter
|
2359
|
+
def project_allowlists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
2360
|
+
pulumi.set(self, "project_allowlists", value)
|
2361
|
+
|
2362
|
+
@_builtins.property
|
2363
|
+
@pulumi.getter(name="pscAutomationConfigs")
|
2364
|
+
def psc_automation_configs(self) -> Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs']]:
|
2365
|
+
"""
|
2366
|
+
PSC config that is used to automatically create PSC endpoints in the user projects.
|
2367
|
+
Structure is documented below.
|
2368
|
+
"""
|
2369
|
+
return pulumi.get(self, "psc_automation_configs")
|
2370
|
+
|
2371
|
+
@psc_automation_configs.setter
|
2372
|
+
def psc_automation_configs(self, value: Optional[pulumi.Input['AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs']]):
|
2373
|
+
pulumi.set(self, "psc_automation_configs", value)
|
2374
|
+
|
2375
|
+
@_builtins.property
|
2376
|
+
@pulumi.getter(name="serviceAttachment")
|
2377
|
+
def service_attachment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2378
|
+
"""
|
2379
|
+
(Output)
|
2380
|
+
Output only. The name of the generated service attachment resource.
|
2381
|
+
This is only populated if the endpoint is deployed with PrivateServiceConnect.
|
2382
|
+
"""
|
2383
|
+
return pulumi.get(self, "service_attachment")
|
2384
|
+
|
2385
|
+
@service_attachment.setter
|
2386
|
+
def service_attachment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2387
|
+
pulumi.set(self, "service_attachment", value)
|
2388
|
+
|
2389
|
+
|
2390
|
+
if not MYPY:
|
2391
|
+
class AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgsDict(TypedDict):
|
2392
|
+
network: pulumi.Input[_builtins.str]
|
2393
|
+
"""
|
2394
|
+
Required. The full name of the Google Compute Engine network.
|
2395
|
+
Format: projects/{project}/global/networks/{network}.
|
2396
|
+
"""
|
2397
|
+
project_id: pulumi.Input[_builtins.str]
|
2398
|
+
"""
|
2399
|
+
Required. Project id used to create forwarding rule.
|
2400
|
+
"""
|
2401
|
+
error_message: NotRequired[pulumi.Input[_builtins.str]]
|
2402
|
+
"""
|
2403
|
+
(Output)
|
2404
|
+
Output only. Error message if the PSC service automation failed.
|
2405
|
+
"""
|
2406
|
+
forwarding_rule: NotRequired[pulumi.Input[_builtins.str]]
|
2407
|
+
"""
|
2408
|
+
(Output)
|
2409
|
+
Output only. Forwarding rule created by the PSC service automation.
|
2410
|
+
"""
|
2411
|
+
ip_address: NotRequired[pulumi.Input[_builtins.str]]
|
2412
|
+
"""
|
2413
|
+
(Output)
|
2414
|
+
Output only. IP address rule created by the PSC service automation.
|
2415
|
+
"""
|
2416
|
+
state: NotRequired[pulumi.Input[_builtins.str]]
|
2417
|
+
"""
|
2418
|
+
(Output)
|
2419
|
+
Output only. The state of the PSC service automation.
|
2420
|
+
"""
|
2421
|
+
elif False:
|
2422
|
+
AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgsDict: TypeAlias = Mapping[str, Any]
|
2423
|
+
|
2424
|
+
@pulumi.input_type
|
2425
|
+
class AiEndpointWithModelGardenDeploymentEndpointConfigPrivateServiceConnectConfigPscAutomationConfigsArgs:
|
2426
|
+
def __init__(__self__, *,
|
2427
|
+
network: pulumi.Input[_builtins.str],
|
2428
|
+
project_id: pulumi.Input[_builtins.str],
|
2429
|
+
error_message: Optional[pulumi.Input[_builtins.str]] = None,
|
2430
|
+
forwarding_rule: Optional[pulumi.Input[_builtins.str]] = None,
|
2431
|
+
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
2432
|
+
state: Optional[pulumi.Input[_builtins.str]] = None):
|
2433
|
+
"""
|
2434
|
+
:param pulumi.Input[_builtins.str] network: Required. The full name of the Google Compute Engine network.
|
2435
|
+
Format: projects/{project}/global/networks/{network}.
|
2436
|
+
:param pulumi.Input[_builtins.str] project_id: Required. Project id used to create forwarding rule.
|
2437
|
+
:param pulumi.Input[_builtins.str] error_message: (Output)
|
2438
|
+
Output only. Error message if the PSC service automation failed.
|
2439
|
+
:param pulumi.Input[_builtins.str] forwarding_rule: (Output)
|
2440
|
+
Output only. Forwarding rule created by the PSC service automation.
|
2441
|
+
:param pulumi.Input[_builtins.str] ip_address: (Output)
|
2442
|
+
Output only. IP address rule created by the PSC service automation.
|
2443
|
+
:param pulumi.Input[_builtins.str] state: (Output)
|
2444
|
+
Output only. The state of the PSC service automation.
|
2445
|
+
"""
|
2446
|
+
pulumi.set(__self__, "network", network)
|
2447
|
+
pulumi.set(__self__, "project_id", project_id)
|
2448
|
+
if error_message is not None:
|
2449
|
+
pulumi.set(__self__, "error_message", error_message)
|
2450
|
+
if forwarding_rule is not None:
|
2451
|
+
pulumi.set(__self__, "forwarding_rule", forwarding_rule)
|
2452
|
+
if ip_address is not None:
|
2453
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
2454
|
+
if state is not None:
|
2455
|
+
pulumi.set(__self__, "state", state)
|
2456
|
+
|
2457
|
+
@_builtins.property
|
2458
|
+
@pulumi.getter
|
2459
|
+
def network(self) -> pulumi.Input[_builtins.str]:
|
2460
|
+
"""
|
2461
|
+
Required. The full name of the Google Compute Engine network.
|
2462
|
+
Format: projects/{project}/global/networks/{network}.
|
2463
|
+
"""
|
2464
|
+
return pulumi.get(self, "network")
|
2465
|
+
|
2466
|
+
@network.setter
|
2467
|
+
def network(self, value: pulumi.Input[_builtins.str]):
|
2468
|
+
pulumi.set(self, "network", value)
|
2469
|
+
|
2470
|
+
@_builtins.property
|
2471
|
+
@pulumi.getter(name="projectId")
|
2472
|
+
def project_id(self) -> pulumi.Input[_builtins.str]:
|
2473
|
+
"""
|
2474
|
+
Required. Project id used to create forwarding rule.
|
2475
|
+
"""
|
2476
|
+
return pulumi.get(self, "project_id")
|
2477
|
+
|
2478
|
+
@project_id.setter
|
2479
|
+
def project_id(self, value: pulumi.Input[_builtins.str]):
|
2480
|
+
pulumi.set(self, "project_id", value)
|
2481
|
+
|
2482
|
+
@_builtins.property
|
2483
|
+
@pulumi.getter(name="errorMessage")
|
2484
|
+
def error_message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2485
|
+
"""
|
2486
|
+
(Output)
|
2487
|
+
Output only. Error message if the PSC service automation failed.
|
2488
|
+
"""
|
2489
|
+
return pulumi.get(self, "error_message")
|
2490
|
+
|
2491
|
+
@error_message.setter
|
2492
|
+
def error_message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2493
|
+
pulumi.set(self, "error_message", value)
|
2494
|
+
|
2495
|
+
@_builtins.property
|
2496
|
+
@pulumi.getter(name="forwardingRule")
|
2497
|
+
def forwarding_rule(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2498
|
+
"""
|
2499
|
+
(Output)
|
2500
|
+
Output only. Forwarding rule created by the PSC service automation.
|
2501
|
+
"""
|
2502
|
+
return pulumi.get(self, "forwarding_rule")
|
2503
|
+
|
2504
|
+
@forwarding_rule.setter
|
2505
|
+
def forwarding_rule(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2506
|
+
pulumi.set(self, "forwarding_rule", value)
|
2507
|
+
|
2508
|
+
@_builtins.property
|
2509
|
+
@pulumi.getter(name="ipAddress")
|
2510
|
+
def ip_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2511
|
+
"""
|
2512
|
+
(Output)
|
2513
|
+
Output only. IP address rule created by the PSC service automation.
|
2514
|
+
"""
|
2515
|
+
return pulumi.get(self, "ip_address")
|
2516
|
+
|
2517
|
+
@ip_address.setter
|
2518
|
+
def ip_address(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2519
|
+
pulumi.set(self, "ip_address", value)
|
2520
|
+
|
2521
|
+
@_builtins.property
|
2522
|
+
@pulumi.getter
|
2523
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2524
|
+
"""
|
2525
|
+
(Output)
|
2526
|
+
Output only. The state of the PSC service automation.
|
2527
|
+
"""
|
2528
|
+
return pulumi.get(self, "state")
|
2529
|
+
|
2530
|
+
@state.setter
|
2531
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2532
|
+
pulumi.set(self, "state", value)
|
2533
|
+
|
2258
2534
|
|
2259
2535
|
if not MYPY:
|
2260
2536
|
class AiEndpointWithModelGardenDeploymentModelConfigArgsDict(TypedDict):
|
@@ -6832,6 +7108,37 @@ class AiIndexDeployedIndexArgs:
|
|
6832
7108
|
pulumi.set(self, "index_endpoint", value)
|
6833
7109
|
|
6834
7110
|
|
7111
|
+
if not MYPY:
|
7112
|
+
class AiIndexEncryptionSpecArgsDict(TypedDict):
|
7113
|
+
kms_key_name: pulumi.Input[_builtins.str]
|
7114
|
+
"""
|
7115
|
+
Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7116
|
+
"""
|
7117
|
+
elif False:
|
7118
|
+
AiIndexEncryptionSpecArgsDict: TypeAlias = Mapping[str, Any]
|
7119
|
+
|
7120
|
+
@pulumi.input_type
|
7121
|
+
class AiIndexEncryptionSpecArgs:
|
7122
|
+
def __init__(__self__, *,
|
7123
|
+
kms_key_name: pulumi.Input[_builtins.str]):
|
7124
|
+
"""
|
7125
|
+
:param pulumi.Input[_builtins.str] kms_key_name: Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7126
|
+
"""
|
7127
|
+
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
7128
|
+
|
7129
|
+
@_builtins.property
|
7130
|
+
@pulumi.getter(name="kmsKeyName")
|
7131
|
+
def kms_key_name(self) -> pulumi.Input[_builtins.str]:
|
7132
|
+
"""
|
7133
|
+
Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7134
|
+
"""
|
7135
|
+
return pulumi.get(self, "kms_key_name")
|
7136
|
+
|
7137
|
+
@kms_key_name.setter
|
7138
|
+
def kms_key_name(self, value: pulumi.Input[_builtins.str]):
|
7139
|
+
pulumi.set(self, "kms_key_name", value)
|
7140
|
+
|
7141
|
+
|
6835
7142
|
if not MYPY:
|
6836
7143
|
class AiIndexEndpointDeployedIndexAutomaticResourcesArgsDict(TypedDict):
|
6837
7144
|
max_replica_count: NotRequired[pulumi.Input[_builtins.int]]
|
@@ -7256,6 +7563,37 @@ class AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpointArgs:
|
|
7256
7563
|
pulumi.set(self, "project_id", value)
|
7257
7564
|
|
7258
7565
|
|
7566
|
+
if not MYPY:
|
7567
|
+
class AiIndexEndpointEncryptionSpecArgsDict(TypedDict):
|
7568
|
+
kms_key_name: pulumi.Input[_builtins.str]
|
7569
|
+
"""
|
7570
|
+
Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7571
|
+
"""
|
7572
|
+
elif False:
|
7573
|
+
AiIndexEndpointEncryptionSpecArgsDict: TypeAlias = Mapping[str, Any]
|
7574
|
+
|
7575
|
+
@pulumi.input_type
|
7576
|
+
class AiIndexEndpointEncryptionSpecArgs:
|
7577
|
+
def __init__(__self__, *,
|
7578
|
+
kms_key_name: pulumi.Input[_builtins.str]):
|
7579
|
+
"""
|
7580
|
+
:param pulumi.Input[_builtins.str] kms_key_name: Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7581
|
+
"""
|
7582
|
+
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
7583
|
+
|
7584
|
+
@_builtins.property
|
7585
|
+
@pulumi.getter(name="kmsKeyName")
|
7586
|
+
def kms_key_name(self) -> pulumi.Input[_builtins.str]:
|
7587
|
+
"""
|
7588
|
+
Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. The key needs to be in the same region as where the compute resource is created.
|
7589
|
+
"""
|
7590
|
+
return pulumi.get(self, "kms_key_name")
|
7591
|
+
|
7592
|
+
@kms_key_name.setter
|
7593
|
+
def kms_key_name(self, value: pulumi.Input[_builtins.str]):
|
7594
|
+
pulumi.set(self, "kms_key_name", value)
|
7595
|
+
|
7596
|
+
|
7259
7597
|
if not MYPY:
|
7260
7598
|
class AiIndexEndpointPrivateServiceConnectConfigArgsDict(TypedDict):
|
7261
7599
|
enable_private_service_connect: pulumi.Input[_builtins.bool]
|
pulumi_gcp/vertex/ai_endpoint.py
CHANGED
@@ -719,7 +719,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
719
719
|
|
720
720
|
project = gcp.organizations.get_project()
|
721
721
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
722
|
-
name="endpoint-
|
722
|
+
name="endpoint-name_77124",
|
723
723
|
display_name="sample-endpoint",
|
724
724
|
description="A sample vertex endpoint",
|
725
725
|
location="us-central1",
|
@@ -739,7 +739,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
739
739
|
import pulumi_gcp as gcp
|
740
740
|
|
741
741
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
742
|
-
name="endpoint-
|
742
|
+
name="endpoint-name_15335",
|
743
743
|
display_name="sample-endpoint",
|
744
744
|
description="A sample vertex endpoint",
|
745
745
|
location="us-central1",
|
@@ -881,7 +881,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
881
881
|
|
882
882
|
project = gcp.organizations.get_project()
|
883
883
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
884
|
-
name="endpoint-
|
884
|
+
name="endpoint-name_77124",
|
885
885
|
display_name="sample-endpoint",
|
886
886
|
description="A sample vertex endpoint",
|
887
887
|
location="us-central1",
|
@@ -901,7 +901,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
901
901
|
import pulumi_gcp as gcp
|
902
902
|
|
903
903
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
904
|
-
name="endpoint-
|
904
|
+
name="endpoint-name_15335",
|
905
905
|
display_name="sample-endpoint",
|
906
906
|
description="A sample vertex endpoint",
|
907
907
|
location="us-central1",
|