@pulumi/gcp 9.27.0 → 9.28.0

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 (157) hide show
  1. package/apigee/api.d.ts +1 -1
  2. package/apigee/api.d.ts.map +1 -1
  3. package/apigee/environmentDebugmask.d.ts +248 -0
  4. package/apigee/environmentDebugmask.d.ts.map +1 -0
  5. package/apigee/environmentDebugmask.js +163 -0
  6. package/apigee/environmentDebugmask.js.map +1 -0
  7. package/apigee/index.d.ts +3 -0
  8. package/apigee/index.d.ts.map +1 -1
  9. package/apigee/index.js +6 -1
  10. package/apigee/index.js.map +1 -1
  11. package/backupdisasterrecovery/restoreWorkload.d.ts +9 -9
  12. package/ces/guardrail.d.ts +41 -0
  13. package/ces/guardrail.d.ts.map +1 -1
  14. package/ces/guardrail.js +41 -0
  15. package/ces/guardrail.js.map +1 -1
  16. package/chronicle/index.d.ts +6 -0
  17. package/chronicle/index.d.ts.map +1 -1
  18. package/chronicle/index.js +11 -1
  19. package/chronicle/index.js.map +1 -1
  20. package/chronicle/parser.d.ts +474 -0
  21. package/chronicle/parser.d.ts.map +1 -0
  22. package/chronicle/parser.js +207 -0
  23. package/chronicle/parser.js.map +1 -0
  24. package/chronicle/soarNetwork.d.ts +217 -0
  25. package/chronicle/soarNetwork.d.ts.map +1 -0
  26. package/chronicle/soarNetwork.js +151 -0
  27. package/chronicle/soarNetwork.js.map +1 -0
  28. package/cloudrun/service.d.ts +1 -10
  29. package/cloudrun/service.d.ts.map +1 -1
  30. package/cloudrun/service.js +1 -10
  31. package/cloudrun/service.js.map +1 -1
  32. package/cloudrunv2/service.d.ts +0 -1
  33. package/cloudrunv2/service.d.ts.map +1 -1
  34. package/cloudrunv2/service.js +0 -1
  35. package/cloudrunv2/service.js.map +1 -1
  36. package/cloudrunv2/workerPool.d.ts +4 -0
  37. package/cloudrunv2/workerPool.d.ts.map +1 -1
  38. package/cloudrunv2/workerPool.js +4 -0
  39. package/cloudrunv2/workerPool.js.map +1 -1
  40. package/cloudsecuritycompliance/cloudControl.d.ts +345 -4
  41. package/cloudsecuritycompliance/cloudControl.d.ts.map +1 -1
  42. package/cloudsecuritycompliance/cloudControl.js +310 -6
  43. package/cloudsecuritycompliance/cloudControl.js.map +1 -1
  44. package/cloudsecuritycompliance/framework.d.ts +168 -9
  45. package/cloudsecuritycompliance/framework.d.ts.map +1 -1
  46. package/cloudsecuritycompliance/framework.js +131 -9
  47. package/cloudsecuritycompliance/framework.js.map +1 -1
  48. package/cloudsecuritycompliance/frameworkDeployment.d.ts +545 -7
  49. package/cloudsecuritycompliance/frameworkDeployment.d.ts.map +1 -1
  50. package/cloudsecuritycompliance/frameworkDeployment.js +506 -8
  51. package/cloudsecuritycompliance/frameworkDeployment.js.map +1 -1
  52. package/compute/getRegionTargetHttpProxy.d.ts +107 -0
  53. package/compute/getRegionTargetHttpProxy.d.ts.map +1 -0
  54. package/compute/getRegionTargetHttpProxy.js +83 -0
  55. package/compute/getRegionTargetHttpProxy.js.map +1 -0
  56. package/compute/getRegionTargetHttpsProxy.d.ts +111 -0
  57. package/compute/getRegionTargetHttpsProxy.d.ts.map +1 -0
  58. package/compute/getRegionTargetHttpsProxy.js +83 -0
  59. package/compute/getRegionTargetHttpsProxy.js.map +1 -0
  60. package/compute/getReservation.d.ts +1 -0
  61. package/compute/getReservation.d.ts.map +1 -1
  62. package/compute/getReservation.js.map +1 -1
  63. package/compute/getTargetHttpProxy.d.ts +98 -0
  64. package/compute/getTargetHttpProxy.d.ts.map +1 -0
  65. package/compute/getTargetHttpProxy.js +81 -0
  66. package/compute/getTargetHttpProxy.js.map +1 -0
  67. package/compute/getTargetHttpsProxy.d.ts +105 -0
  68. package/compute/getTargetHttpsProxy.d.ts.map +1 -0
  69. package/compute/getTargetHttpsProxy.js +81 -0
  70. package/compute/getTargetHttpsProxy.js.map +1 -0
  71. package/compute/index.d.ts +12 -0
  72. package/compute/index.d.ts.map +1 -1
  73. package/compute/index.js +17 -5
  74. package/compute/index.js.map +1 -1
  75. package/compute/regionCommitment.d.ts +1 -1
  76. package/compute/regionCommitment.d.ts.map +1 -1
  77. package/compute/reservation.d.ts +15 -0
  78. package/compute/reservation.d.ts.map +1 -1
  79. package/compute/reservation.js +2 -0
  80. package/compute/reservation.js.map +1 -1
  81. package/compute/securityScanConfig.d.ts +6 -0
  82. package/compute/securityScanConfig.d.ts.map +1 -1
  83. package/compute/securityScanConfig.js +6 -0
  84. package/compute/securityScanConfig.js.map +1 -1
  85. package/databasemigrationservice/migrationJob.d.ts +27 -0
  86. package/databasemigrationservice/migrationJob.d.ts.map +1 -1
  87. package/databasemigrationservice/migrationJob.js +4 -0
  88. package/databasemigrationservice/migrationJob.js.map +1 -1
  89. package/migrationcenter/importDataFile.d.ts +245 -0
  90. package/migrationcenter/importDataFile.d.ts.map +1 -0
  91. package/migrationcenter/importDataFile.js +150 -0
  92. package/migrationcenter/importDataFile.js.map +1 -0
  93. package/migrationcenter/index.d.ts +3 -0
  94. package/migrationcenter/index.d.ts.map +1 -1
  95. package/migrationcenter/index.js +6 -1
  96. package/migrationcenter/index.js.map +1 -1
  97. package/networksecurity/authzPolicy.d.ts +18 -1
  98. package/networksecurity/authzPolicy.d.ts.map +1 -1
  99. package/networksecurity/authzPolicy.js +2 -1
  100. package/networksecurity/authzPolicy.js.map +1 -1
  101. package/networkservices/agentGateway.d.ts +47 -9
  102. package/networkservices/agentGateway.d.ts.map +1 -1
  103. package/networkservices/agentGateway.js +30 -10
  104. package/networkservices/agentGateway.js.map +1 -1
  105. package/networkservices/authzExtension.d.ts +3 -0
  106. package/networkservices/authzExtension.d.ts.map +1 -1
  107. package/networkservices/authzExtension.js +3 -0
  108. package/networkservices/authzExtension.js.map +1 -1
  109. package/oracledatabase/getGoldengateDeploymentVersions.d.ts +135 -0
  110. package/oracledatabase/getGoldengateDeploymentVersions.d.ts.map +1 -0
  111. package/oracledatabase/getGoldengateDeploymentVersions.js +137 -0
  112. package/oracledatabase/getGoldengateDeploymentVersions.js.map +1 -0
  113. package/oracledatabase/goldengateDeployment.d.ts +1 -1
  114. package/oracledatabase/goldengateDeployment.js +1 -1
  115. package/oracledatabase/index.d.ts +3 -0
  116. package/oracledatabase/index.d.ts.map +1 -1
  117. package/oracledatabase/index.js +4 -1
  118. package/oracledatabase/index.js.map +1 -1
  119. package/package.json +2 -2
  120. package/pubsub/schema.d.ts +8 -0
  121. package/pubsub/schema.d.ts.map +1 -1
  122. package/pubsub/schema.js +2 -0
  123. package/pubsub/schema.js.map +1 -1
  124. package/pubsub/topic.d.ts +2 -0
  125. package/pubsub/topic.d.ts.map +1 -1
  126. package/pubsub/topic.js +2 -0
  127. package/pubsub/topic.js.map +1 -1
  128. package/storage/getControlProjectIntelligenceFinding.d.ts +137 -0
  129. package/storage/getControlProjectIntelligenceFinding.d.ts.map +1 -0
  130. package/storage/getControlProjectIntelligenceFinding.js +79 -0
  131. package/storage/getControlProjectIntelligenceFinding.js.map +1 -0
  132. package/storage/getControlProjectIntelligenceFindings.d.ts +92 -0
  133. package/storage/getControlProjectIntelligenceFindings.d.ts.map +1 -0
  134. package/storage/getControlProjectIntelligenceFindings.js +81 -0
  135. package/storage/getControlProjectIntelligenceFindings.js.map +1 -0
  136. package/storage/index.d.ts +6 -0
  137. package/storage/index.d.ts.map +1 -1
  138. package/storage/index.js +8 -2
  139. package/storage/index.js.map +1 -1
  140. package/storage/managedFolderIamBinding.d.ts +3 -0
  141. package/storage/managedFolderIamBinding.d.ts.map +1 -1
  142. package/storage/managedFolderIamBinding.js.map +1 -1
  143. package/storage/managedFolderIamMember.d.ts +3 -0
  144. package/storage/managedFolderIamMember.d.ts.map +1 -1
  145. package/storage/managedFolderIamMember.js.map +1 -1
  146. package/types/input.d.ts +446 -10
  147. package/types/input.d.ts.map +1 -1
  148. package/types/output.d.ts +1337 -10
  149. package/types/output.d.ts.map +1 -1
  150. package/vertex/aiTensorboardExperiment.d.ts +323 -0
  151. package/vertex/aiTensorboardExperiment.d.ts.map +1 -0
  152. package/vertex/aiTensorboardExperiment.js +161 -0
  153. package/vertex/aiTensorboardExperiment.js.map +1 -0
  154. package/vertex/index.d.ts +3 -0
  155. package/vertex/index.d.ts.map +1 -1
  156. package/vertex/index.js +7 -2
  157. package/vertex/index.js.map +1 -1
@@ -0,0 +1,323 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * A TensorboardExperiment is a group of TensorboardRuns that are logically grouped together.
4
+ *
5
+ * To get more information about TensorboardExperiment, see:
6
+ *
7
+ * * [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards.experiments)
8
+ * * How-to Guides
9
+ * * [Official Documentation](https://cloud.google.com/vertex-ai/docs)
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Vertex Ai Tensorboard Experiment Basic
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as gcp from "@pulumi/gcp";
18
+ * import * as std from "@pulumi/std";
19
+ *
20
+ * const tensorboard = new gcp.vertex.AiTensorboard("tensorboard", {
21
+ * displayName: "Tensorboard for Experiment",
22
+ * region: "us-central1",
23
+ * });
24
+ * const tensorboardExperiment = new gcp.vertex.AiTensorboardExperiment("tensorboard_experiment", {
25
+ * location: "us-central1",
26
+ * displayName: "sample experiment",
27
+ * tensorboard: std.basenameOutput({
28
+ * input: tensorboard.id,
29
+ * }).apply(invoke => invoke.result),
30
+ * tensorboardExperimentId: "experiment",
31
+ * source: "a custom training job",
32
+ * labels: {
33
+ * key: "value",
34
+ * },
35
+ * });
36
+ * ```
37
+ *
38
+ * ## Import
39
+ *
40
+ * TensorboardExperiment can be imported using any of these accepted formats:
41
+ *
42
+ * * `projects/{{project}}/locations/{{location}}/tensorboards/{{tensorboard}}/experiments/{{tensorboard_experiment_id}}`
43
+ * * `{{project}}/{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}`
44
+ * * `{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}`
45
+ *
46
+ * When using the `pulumi import` command, TensorboardExperiment can be imported using one of the formats above. For example:
47
+ *
48
+ * ```sh
49
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default projects/{{project}}/locations/{{location}}/tensorboards/{{tensorboard}}/experiments/{{tensorboard_experiment_id}}
50
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default {{project}}/{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}
51
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default {{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}
52
+ * ```
53
+ */
54
+ export declare class AiTensorboardExperiment extends pulumi.CustomResource {
55
+ /**
56
+ * Get an existing AiTensorboardExperiment resource's state with the given name, ID, and optional extra
57
+ * properties used to qualify the lookup.
58
+ *
59
+ * @param name The _unique_ name of the resulting resource.
60
+ * @param id The _unique_ provider ID of the resource to lookup.
61
+ * @param state Any extra arguments used during the lookup.
62
+ * @param opts Optional settings to control the behavior of the CustomResource.
63
+ */
64
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiTensorboardExperimentState, opts?: pulumi.CustomResourceOptions): AiTensorboardExperiment;
65
+ /**
66
+ * Returns true if the given object is an instance of AiTensorboardExperiment. This is designed to work even
67
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
+ */
69
+ static isInstance(obj: any): obj is AiTensorboardExperiment;
70
+ /**
71
+ * Timestamp when this TensorboardExperiment was created.
72
+ */
73
+ readonly createTime: pulumi.Output<string>;
74
+ /**
75
+ * Whether Terraform will be prevented from destroying the resource. Defaults to DELETE.
76
+ * When a 'terraform destroy' or 'pulumi up' would delete the resource,
77
+ * the command will fail if this field is set to "PREVENT" in Terraform state.
78
+ * When set to "ABANDON", the command will remove the resource from Terraform
79
+ * management without updating or deleting the resource in the API.
80
+ * When set to "DELETE", deleting the resource is allowed.
81
+ */
82
+ readonly deletionPolicy: pulumi.Output<string>;
83
+ /**
84
+ * Description of this TensorboardExperiment.
85
+ */
86
+ readonly description: pulumi.Output<string | undefined>;
87
+ /**
88
+ * User provided name of this TensorboardExperiment.
89
+ */
90
+ readonly displayName: pulumi.Output<string | undefined>;
91
+ /**
92
+ * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
93
+ */
94
+ readonly effectiveLabels: pulumi.Output<{
95
+ [key: string]: string;
96
+ }>;
97
+ /**
98
+ * The labels with user-defined metadata to organize your
99
+ * TensorboardExperiment.
100
+ * Label keys and values cannot be longer than 64 characters
101
+ * (Unicode codepoints), can only contain lowercase letters, numeric
102
+ * characters, underscores and dashes. International characters are allowed.
103
+ * No more than 64 user labels can be associated with one Dataset (System
104
+ * labels are excluded).
105
+ * See https://goo.gl/xmQnxf for more information and examples of labels.
106
+ * System reserved label keys are prefixed with `aiplatform.googleapis.com/`
107
+ * and are immutable. The following system labels exist for each Dataset:
108
+ * * `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its
109
+ * value is the metadata_schema's title.
110
+ * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
111
+ * Please refer to the field `effectiveLabels` for all of the labels present on the resource.
112
+ */
113
+ readonly labels: pulumi.Output<{
114
+ [key: string]: string;
115
+ } | undefined>;
116
+ /**
117
+ * The location of the Tensorboard Experiment. eg us-central1
118
+ */
119
+ readonly location: pulumi.Output<string>;
120
+ /**
121
+ * Name of the TensorboardExperiment.
122
+ * Format:
123
+ * `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
124
+ */
125
+ readonly name: pulumi.Output<string>;
126
+ /**
127
+ * The ID of the project in which the resource belongs.
128
+ * If it is not provided, the provider project is used.
129
+ */
130
+ readonly project: pulumi.Output<string>;
131
+ /**
132
+ * The combination of labels configured directly on the resource
133
+ * and default labels configured on the provider.
134
+ */
135
+ readonly pulumiLabels: pulumi.Output<{
136
+ [key: string]: string;
137
+ }>;
138
+ /**
139
+ * Source of the TensorboardExperiment. Example: a custom training job.
140
+ */
141
+ readonly source: pulumi.Output<string | undefined>;
142
+ /**
143
+ * The Tensorboard instance.
144
+ */
145
+ readonly tensorboard: pulumi.Output<string>;
146
+ /**
147
+ * The ID to use for the Tensorboard experiment, which becomes the final
148
+ * component of the Tensorboard experiment's resource name.
149
+ * This value should be 1-128 characters, and valid characters
150
+ * are `/a-z-/`.
151
+ */
152
+ readonly tensorboardExperimentId: pulumi.Output<string>;
153
+ /**
154
+ * Timestamp when this TensorboardExperiment was last updated.
155
+ */
156
+ readonly updateTime: pulumi.Output<string>;
157
+ /**
158
+ * Create a AiTensorboardExperiment resource with the given unique name, arguments, and options.
159
+ *
160
+ * @param name The _unique_ name of the resource.
161
+ * @param args The arguments to use to populate this resource's properties.
162
+ * @param opts A bag of options that control this resource's behavior.
163
+ */
164
+ constructor(name: string, args: AiTensorboardExperimentArgs, opts?: pulumi.CustomResourceOptions);
165
+ }
166
+ /**
167
+ * Input properties used for looking up and filtering AiTensorboardExperiment resources.
168
+ */
169
+ export interface AiTensorboardExperimentState {
170
+ /**
171
+ * Timestamp when this TensorboardExperiment was created.
172
+ */
173
+ createTime?: pulumi.Input<string | undefined>;
174
+ /**
175
+ * Whether Terraform will be prevented from destroying the resource. Defaults to DELETE.
176
+ * When a 'terraform destroy' or 'pulumi up' would delete the resource,
177
+ * the command will fail if this field is set to "PREVENT" in Terraform state.
178
+ * When set to "ABANDON", the command will remove the resource from Terraform
179
+ * management without updating or deleting the resource in the API.
180
+ * When set to "DELETE", deleting the resource is allowed.
181
+ */
182
+ deletionPolicy?: pulumi.Input<string | undefined>;
183
+ /**
184
+ * Description of this TensorboardExperiment.
185
+ */
186
+ description?: pulumi.Input<string | undefined>;
187
+ /**
188
+ * User provided name of this TensorboardExperiment.
189
+ */
190
+ displayName?: pulumi.Input<string | undefined>;
191
+ /**
192
+ * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
193
+ */
194
+ effectiveLabels?: pulumi.Input<{
195
+ [key: string]: pulumi.Input<string>;
196
+ } | undefined>;
197
+ /**
198
+ * The labels with user-defined metadata to organize your
199
+ * TensorboardExperiment.
200
+ * Label keys and values cannot be longer than 64 characters
201
+ * (Unicode codepoints), can only contain lowercase letters, numeric
202
+ * characters, underscores and dashes. International characters are allowed.
203
+ * No more than 64 user labels can be associated with one Dataset (System
204
+ * labels are excluded).
205
+ * See https://goo.gl/xmQnxf for more information and examples of labels.
206
+ * System reserved label keys are prefixed with `aiplatform.googleapis.com/`
207
+ * and are immutable. The following system labels exist for each Dataset:
208
+ * * `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its
209
+ * value is the metadata_schema's title.
210
+ * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
211
+ * Please refer to the field `effectiveLabels` for all of the labels present on the resource.
212
+ */
213
+ labels?: pulumi.Input<{
214
+ [key: string]: pulumi.Input<string>;
215
+ } | undefined>;
216
+ /**
217
+ * The location of the Tensorboard Experiment. eg us-central1
218
+ */
219
+ location?: pulumi.Input<string | undefined>;
220
+ /**
221
+ * Name of the TensorboardExperiment.
222
+ * Format:
223
+ * `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
224
+ */
225
+ name?: pulumi.Input<string | undefined>;
226
+ /**
227
+ * The ID of the project in which the resource belongs.
228
+ * If it is not provided, the provider project is used.
229
+ */
230
+ project?: pulumi.Input<string | undefined>;
231
+ /**
232
+ * The combination of labels configured directly on the resource
233
+ * and default labels configured on the provider.
234
+ */
235
+ pulumiLabels?: pulumi.Input<{
236
+ [key: string]: pulumi.Input<string>;
237
+ } | undefined>;
238
+ /**
239
+ * Source of the TensorboardExperiment. Example: a custom training job.
240
+ */
241
+ source?: pulumi.Input<string | undefined>;
242
+ /**
243
+ * The Tensorboard instance.
244
+ */
245
+ tensorboard?: pulumi.Input<string | undefined>;
246
+ /**
247
+ * The ID to use for the Tensorboard experiment, which becomes the final
248
+ * component of the Tensorboard experiment's resource name.
249
+ * This value should be 1-128 characters, and valid characters
250
+ * are `/a-z-/`.
251
+ */
252
+ tensorboardExperimentId?: pulumi.Input<string | undefined>;
253
+ /**
254
+ * Timestamp when this TensorboardExperiment was last updated.
255
+ */
256
+ updateTime?: pulumi.Input<string | undefined>;
257
+ }
258
+ /**
259
+ * The set of arguments for constructing a AiTensorboardExperiment resource.
260
+ */
261
+ export interface AiTensorboardExperimentArgs {
262
+ /**
263
+ * Whether Terraform will be prevented from destroying the resource. Defaults to DELETE.
264
+ * When a 'terraform destroy' or 'pulumi up' would delete the resource,
265
+ * the command will fail if this field is set to "PREVENT" in Terraform state.
266
+ * When set to "ABANDON", the command will remove the resource from Terraform
267
+ * management without updating or deleting the resource in the API.
268
+ * When set to "DELETE", deleting the resource is allowed.
269
+ */
270
+ deletionPolicy?: pulumi.Input<string | undefined>;
271
+ /**
272
+ * Description of this TensorboardExperiment.
273
+ */
274
+ description?: pulumi.Input<string | undefined>;
275
+ /**
276
+ * User provided name of this TensorboardExperiment.
277
+ */
278
+ displayName?: pulumi.Input<string | undefined>;
279
+ /**
280
+ * The labels with user-defined metadata to organize your
281
+ * TensorboardExperiment.
282
+ * Label keys and values cannot be longer than 64 characters
283
+ * (Unicode codepoints), can only contain lowercase letters, numeric
284
+ * characters, underscores and dashes. International characters are allowed.
285
+ * No more than 64 user labels can be associated with one Dataset (System
286
+ * labels are excluded).
287
+ * See https://goo.gl/xmQnxf for more information and examples of labels.
288
+ * System reserved label keys are prefixed with `aiplatform.googleapis.com/`
289
+ * and are immutable. The following system labels exist for each Dataset:
290
+ * * `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its
291
+ * value is the metadata_schema's title.
292
+ * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
293
+ * Please refer to the field `effectiveLabels` for all of the labels present on the resource.
294
+ */
295
+ labels?: pulumi.Input<{
296
+ [key: string]: pulumi.Input<string>;
297
+ } | undefined>;
298
+ /**
299
+ * The location of the Tensorboard Experiment. eg us-central1
300
+ */
301
+ location: pulumi.Input<string>;
302
+ /**
303
+ * The ID of the project in which the resource belongs.
304
+ * If it is not provided, the provider project is used.
305
+ */
306
+ project?: pulumi.Input<string | undefined>;
307
+ /**
308
+ * Source of the TensorboardExperiment. Example: a custom training job.
309
+ */
310
+ source?: pulumi.Input<string | undefined>;
311
+ /**
312
+ * The Tensorboard instance.
313
+ */
314
+ tensorboard: pulumi.Input<string>;
315
+ /**
316
+ * The ID to use for the Tensorboard experiment, which becomes the final
317
+ * component of the Tensorboard experiment's resource name.
318
+ * This value should be 1-128 characters, and valid characters
319
+ * are `/a-z-/`.
320
+ */
321
+ tensorboardExperimentId: pulumi.Input<string>;
322
+ }
323
+ //# sourceMappingURL=aiTensorboardExperiment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiTensorboardExperiment.d.ts","sourceRoot":"","sources":["../../vertex/aiTensorboardExperiment.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,161 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.AiTensorboardExperiment = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * A TensorboardExperiment is a group of TensorboardRuns that are logically grouped together.
33
+ *
34
+ * To get more information about TensorboardExperiment, see:
35
+ *
36
+ * * [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards.experiments)
37
+ * * How-to Guides
38
+ * * [Official Documentation](https://cloud.google.com/vertex-ai/docs)
39
+ *
40
+ * ## Example Usage
41
+ *
42
+ * ### Vertex Ai Tensorboard Experiment Basic
43
+ *
44
+ * ```typescript
45
+ * import * as pulumi from "@pulumi/pulumi";
46
+ * import * as gcp from "@pulumi/gcp";
47
+ * import * as std from "@pulumi/std";
48
+ *
49
+ * const tensorboard = new gcp.vertex.AiTensorboard("tensorboard", {
50
+ * displayName: "Tensorboard for Experiment",
51
+ * region: "us-central1",
52
+ * });
53
+ * const tensorboardExperiment = new gcp.vertex.AiTensorboardExperiment("tensorboard_experiment", {
54
+ * location: "us-central1",
55
+ * displayName: "sample experiment",
56
+ * tensorboard: std.basenameOutput({
57
+ * input: tensorboard.id,
58
+ * }).apply(invoke => invoke.result),
59
+ * tensorboardExperimentId: "experiment",
60
+ * source: "a custom training job",
61
+ * labels: {
62
+ * key: "value",
63
+ * },
64
+ * });
65
+ * ```
66
+ *
67
+ * ## Import
68
+ *
69
+ * TensorboardExperiment can be imported using any of these accepted formats:
70
+ *
71
+ * * `projects/{{project}}/locations/{{location}}/tensorboards/{{tensorboard}}/experiments/{{tensorboard_experiment_id}}`
72
+ * * `{{project}}/{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}`
73
+ * * `{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}`
74
+ *
75
+ * When using the `pulumi import` command, TensorboardExperiment can be imported using one of the formats above. For example:
76
+ *
77
+ * ```sh
78
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default projects/{{project}}/locations/{{location}}/tensorboards/{{tensorboard}}/experiments/{{tensorboard_experiment_id}}
79
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default {{project}}/{{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}
80
+ * $ pulumi import gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment default {{location}}/{{tensorboard}}/{{tensorboard_experiment_id}}
81
+ * ```
82
+ */
83
+ class AiTensorboardExperiment extends pulumi.CustomResource {
84
+ /**
85
+ * Get an existing AiTensorboardExperiment resource's state with the given name, ID, and optional extra
86
+ * properties used to qualify the lookup.
87
+ *
88
+ * @param name The _unique_ name of the resulting resource.
89
+ * @param id The _unique_ provider ID of the resource to lookup.
90
+ * @param state Any extra arguments used during the lookup.
91
+ * @param opts Optional settings to control the behavior of the CustomResource.
92
+ */
93
+ static get(name, id, state, opts) {
94
+ return new AiTensorboardExperiment(name, state, { ...opts, id: id });
95
+ }
96
+ /** @internal */
97
+ static __pulumiType = 'gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment';
98
+ /**
99
+ * Returns true if the given object is an instance of AiTensorboardExperiment. This is designed to work even
100
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
101
+ */
102
+ static isInstance(obj) {
103
+ if (obj === undefined || obj === null) {
104
+ return false;
105
+ }
106
+ return obj['__pulumiType'] === AiTensorboardExperiment.__pulumiType;
107
+ }
108
+ constructor(name, argsOrState, opts) {
109
+ let resourceInputs = {};
110
+ opts = opts || {};
111
+ if (opts.id) {
112
+ const state = argsOrState;
113
+ resourceInputs["createTime"] = state?.createTime;
114
+ resourceInputs["deletionPolicy"] = state?.deletionPolicy;
115
+ resourceInputs["description"] = state?.description;
116
+ resourceInputs["displayName"] = state?.displayName;
117
+ resourceInputs["effectiveLabels"] = state?.effectiveLabels;
118
+ resourceInputs["labels"] = state?.labels;
119
+ resourceInputs["location"] = state?.location;
120
+ resourceInputs["name"] = state?.name;
121
+ resourceInputs["project"] = state?.project;
122
+ resourceInputs["pulumiLabels"] = state?.pulumiLabels;
123
+ resourceInputs["source"] = state?.source;
124
+ resourceInputs["tensorboard"] = state?.tensorboard;
125
+ resourceInputs["tensorboardExperimentId"] = state?.tensorboardExperimentId;
126
+ resourceInputs["updateTime"] = state?.updateTime;
127
+ }
128
+ else {
129
+ const args = argsOrState;
130
+ if (args?.location === undefined && !opts.urn) {
131
+ throw new Error("Missing required property 'location'");
132
+ }
133
+ if (args?.tensorboard === undefined && !opts.urn) {
134
+ throw new Error("Missing required property 'tensorboard'");
135
+ }
136
+ if (args?.tensorboardExperimentId === undefined && !opts.urn) {
137
+ throw new Error("Missing required property 'tensorboardExperimentId'");
138
+ }
139
+ resourceInputs["deletionPolicy"] = args?.deletionPolicy;
140
+ resourceInputs["description"] = args?.description;
141
+ resourceInputs["displayName"] = args?.displayName;
142
+ resourceInputs["labels"] = args?.labels;
143
+ resourceInputs["location"] = args?.location;
144
+ resourceInputs["project"] = args?.project;
145
+ resourceInputs["source"] = args?.source;
146
+ resourceInputs["tensorboard"] = args?.tensorboard;
147
+ resourceInputs["tensorboardExperimentId"] = args?.tensorboardExperimentId;
148
+ resourceInputs["createTime"] = undefined /*out*/;
149
+ resourceInputs["effectiveLabels"] = undefined /*out*/;
150
+ resourceInputs["name"] = undefined /*out*/;
151
+ resourceInputs["pulumiLabels"] = undefined /*out*/;
152
+ resourceInputs["updateTime"] = undefined /*out*/;
153
+ }
154
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
155
+ const secretOpts = { additionalSecretOutputs: ["effectiveLabels", "pulumiLabels"] };
156
+ opts = pulumi.mergeOptions(opts, secretOpts);
157
+ super(AiTensorboardExperiment.__pulumiType, name, resourceInputs, opts);
158
+ }
159
+ }
160
+ exports.AiTensorboardExperiment = AiTensorboardExperiment;
161
+ //# sourceMappingURL=aiTensorboardExperiment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiTensorboardExperiment.js","sourceRoot":"","sources":["../../vertex/aiTensorboardExperiment.ts"],"names":[],"mappings":"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"}
package/vertex/index.d.ts CHANGED
@@ -118,6 +118,9 @@ export declare const AiReasoningEngineIamPolicy: typeof import("./aiReasoningEng
118
118
  export { AiTensorboardArgs, AiTensorboardState } from "./aiTensorboard";
119
119
  export type AiTensorboard = import("./aiTensorboard").AiTensorboard;
120
120
  export declare const AiTensorboard: typeof import("./aiTensorboard").AiTensorboard;
121
+ export { AiTensorboardExperimentArgs, AiTensorboardExperimentState } from "./aiTensorboardExperiment";
122
+ export type AiTensorboardExperiment = import("./aiTensorboardExperiment").AiTensorboardExperiment;
123
+ export declare const AiTensorboardExperiment: typeof import("./aiTensorboardExperiment").AiTensorboardExperiment;
121
124
  export { GetAiEndpointIamPolicyArgs, GetAiEndpointIamPolicyResult, GetAiEndpointIamPolicyOutputArgs } from "./getAiEndpointIamPolicy";
122
125
  export declare const getAiEndpointIamPolicy: typeof import("./getAiEndpointIamPolicy").getAiEndpointIamPolicy;
123
126
  export declare const getAiEndpointIamPolicyOutput: typeof import("./getAiEndpointIamPolicy").getAiEndpointIamPolicyOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../vertex/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../vertex/index.ts"],"names":[],"mappings":"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"}
package/vertex/index.js CHANGED
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  return result;
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.getAiFeaturestoreEntitytypeIamPolicyOutput = exports.getAiFeaturestoreEntitytypeIamPolicy = exports.getAiFeatureOnlineStoreIamPolicyOutput = exports.getAiFeatureOnlineStoreIamPolicy = exports.getAiFeatureOnlineStoreFeatureviewIamPolicyOutput = exports.getAiFeatureOnlineStoreFeatureviewIamPolicy = exports.getAiFeatureGroupIamPolicyOutput = exports.getAiFeatureGroupIamPolicy = exports.getAiEndpointIamPolicyOutput = exports.getAiEndpointIamPolicy = exports.AiTensorboard = exports.AiReasoningEngineIamPolicy = exports.AiReasoningEngineIamMember = exports.AiReasoningEngineIamBinding = exports.AiReasoningEngine = exports.AiRagEngineConfig = exports.AiMetadataStore = exports.AiIndexEndpointDeployedIndex = exports.AiIndexEndpoint = exports.AiIndex = exports.AiFeatureStoreIamPolicy = exports.AiFeatureStoreIamMember = exports.AiFeatureStoreIamBinding = exports.AiFeatureStoreEntityTypeIamPolicy = exports.AiFeatureStoreEntityTypeIamMember = exports.AiFeatureStoreEntityTypeIamBinding = exports.AiFeatureStoreEntityTypeFeature = exports.AiFeatureStoreEntityType = exports.AiFeatureStore = exports.AiFeatureOnlineStoreIamPolicy = exports.AiFeatureOnlineStoreIamMember = exports.AiFeatureOnlineStoreIamBinding = exports.AiFeatureOnlineStoreFeatureviewIamPolicy = exports.AiFeatureOnlineStoreFeatureviewIamMember = exports.AiFeatureOnlineStoreFeatureviewIamBinding = exports.AiFeatureOnlineStoreFeatureview = exports.AiFeatureOnlineStore = exports.AiFeatureGroupIamPolicy = exports.AiFeatureGroupIamMember = exports.AiFeatureGroupIamBinding = exports.AiFeatureGroupFeature = exports.AiFeatureGroup = exports.AiEndpointWithModelGardenDeployment = exports.AiEndpointIamPolicy = exports.AiEndpointIamMember = exports.AiEndpointIamBinding = exports.AiEndpoint = exports.AiDeploymentResourcePool = exports.AiDataset = exports.AiCacheConfig = void 0;
29
- exports.getAiReasoningEngineQueryOutput = exports.getAiReasoningEngineQuery = exports.getAiReasoningEngineIamPolicyOutput = exports.getAiReasoningEngineIamPolicy = exports.getAiIndexOutput = exports.getAiIndex = exports.getAiFeaturestoreIamPolicyOutput = exports.getAiFeaturestoreIamPolicy = void 0;
28
+ exports.getAiFeaturestoreEntitytypeIamPolicy = exports.getAiFeatureOnlineStoreIamPolicyOutput = exports.getAiFeatureOnlineStoreIamPolicy = exports.getAiFeatureOnlineStoreFeatureviewIamPolicyOutput = exports.getAiFeatureOnlineStoreFeatureviewIamPolicy = exports.getAiFeatureGroupIamPolicyOutput = exports.getAiFeatureGroupIamPolicy = exports.getAiEndpointIamPolicyOutput = exports.getAiEndpointIamPolicy = exports.AiTensorboardExperiment = exports.AiTensorboard = exports.AiReasoningEngineIamPolicy = exports.AiReasoningEngineIamMember = exports.AiReasoningEngineIamBinding = exports.AiReasoningEngine = exports.AiRagEngineConfig = exports.AiMetadataStore = exports.AiIndexEndpointDeployedIndex = exports.AiIndexEndpoint = exports.AiIndex = exports.AiFeatureStoreIamPolicy = exports.AiFeatureStoreIamMember = exports.AiFeatureStoreIamBinding = exports.AiFeatureStoreEntityTypeIamPolicy = exports.AiFeatureStoreEntityTypeIamMember = exports.AiFeatureStoreEntityTypeIamBinding = exports.AiFeatureStoreEntityTypeFeature = exports.AiFeatureStoreEntityType = exports.AiFeatureStore = exports.AiFeatureOnlineStoreIamPolicy = exports.AiFeatureOnlineStoreIamMember = exports.AiFeatureOnlineStoreIamBinding = exports.AiFeatureOnlineStoreFeatureviewIamPolicy = exports.AiFeatureOnlineStoreFeatureviewIamMember = exports.AiFeatureOnlineStoreFeatureviewIamBinding = exports.AiFeatureOnlineStoreFeatureview = exports.AiFeatureOnlineStore = exports.AiFeatureGroupIamPolicy = exports.AiFeatureGroupIamMember = exports.AiFeatureGroupIamBinding = exports.AiFeatureGroupFeature = exports.AiFeatureGroup = exports.AiEndpointWithModelGardenDeployment = exports.AiEndpointIamPolicy = exports.AiEndpointIamMember = exports.AiEndpointIamBinding = exports.AiEndpoint = exports.AiDeploymentResourcePool = exports.AiDataset = exports.AiCacheConfig = void 0;
29
+ exports.getAiReasoningEngineQueryOutput = exports.getAiReasoningEngineQuery = exports.getAiReasoningEngineIamPolicyOutput = exports.getAiReasoningEngineIamPolicy = exports.getAiIndexOutput = exports.getAiIndex = exports.getAiFeaturestoreIamPolicyOutput = exports.getAiFeaturestoreIamPolicy = exports.getAiFeaturestoreEntitytypeIamPolicyOutput = void 0;
30
30
  const pulumi = __importStar(require("@pulumi/pulumi"));
31
31
  const utilities = __importStar(require("../utilities"));
32
32
  exports.AiCacheConfig = null;
@@ -109,6 +109,8 @@ exports.AiReasoningEngineIamPolicy = null;
109
109
  utilities.lazyLoad(exports, ["AiReasoningEngineIamPolicy"], () => require("./aiReasoningEngineIamPolicy"));
110
110
  exports.AiTensorboard = null;
111
111
  utilities.lazyLoad(exports, ["AiTensorboard"], () => require("./aiTensorboard"));
112
+ exports.AiTensorboardExperiment = null;
113
+ utilities.lazyLoad(exports, ["AiTensorboardExperiment"], () => require("./aiTensorboardExperiment"));
112
114
  exports.getAiEndpointIamPolicy = null;
113
115
  exports.getAiEndpointIamPolicyOutput = null;
114
116
  utilities.lazyLoad(exports, ["getAiEndpointIamPolicy", "getAiEndpointIamPolicyOutput"], () => require("./getAiEndpointIamPolicy"));
@@ -220,6 +222,8 @@ const _module = {
220
222
  return new exports.AiReasoningEngineIamPolicy(name, undefined, { urn });
221
223
  case "gcp:vertex/aiTensorboard:AiTensorboard":
222
224
  return new exports.AiTensorboard(name, undefined, { urn });
225
+ case "gcp:vertex/aiTensorboardExperiment:AiTensorboardExperiment":
226
+ return new exports.AiTensorboardExperiment(name, undefined, { urn });
223
227
  default:
224
228
  throw new Error(`unknown resource type ${type}`);
225
229
  }
@@ -265,4 +269,5 @@ pulumi.runtime.registerResourceModule("gcp", "vertex/aiReasoningEngineIamBinding
265
269
  pulumi.runtime.registerResourceModule("gcp", "vertex/aiReasoningEngineIamMember", _module);
266
270
  pulumi.runtime.registerResourceModule("gcp", "vertex/aiReasoningEngineIamPolicy", _module);
267
271
  pulumi.runtime.registerResourceModule("gcp", "vertex/aiTensorboard", _module);
272
+ pulumi.runtime.registerResourceModule("gcp", "vertex/aiTensorboardExperiment", _module);
268
273
  //# sourceMappingURL=index.js.map