Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 348a87f

Browse files
docs: changes product name to 'Vertex AI' (#397)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/934dc9aa-8afb-4aa5-8ccf-f7d223d4a010/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 375484379 Source-Link: googleapis/googleapis@f465a6d PiperOrigin-RevId: 375122236 Source-Link: googleapis/googleapis@d8a0f99 docs: removes tinyurl links
1 parent b22d40b commit 348a87f

File tree

161 files changed

+3080
-2820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+3080
-2820
lines changed

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/DatasetServiceClient.java

+5-6
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ public final UnaryCallable<GetDatasetRequest, Dataset> getDatasetCallable() {
397397
*
398398
* @param dataset Required. The Dataset which replaces the resource on the server.
399399
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
400-
* definition, see [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
401-
* Updatable fields:
400+
* definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask]. Updatable fields:
402401
* <p>&#42; `display_name` &#42; `description` &#42; `labels`
403402
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
404403
*/
@@ -1141,7 +1140,7 @@ public final UnaryCallable<ListDataItemsRequest, ListDataItemsResponse> listData
11411140
* }</pre>
11421141
*
11431142
* @param name Required. The name of the AnnotationSpec resource. Format:
1144-
* <p>`projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
1143+
* `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
11451144
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11461145
*/
11471146
public final AnnotationSpec getAnnotationSpec(AnnotationSpecName name) {
@@ -1168,7 +1167,7 @@ public final AnnotationSpec getAnnotationSpec(AnnotationSpecName name) {
11681167
* }</pre>
11691168
*
11701169
* @param name Required. The name of the AnnotationSpec resource. Format:
1171-
* <p>`projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
1170+
* `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
11721171
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11731172
*/
11741173
public final AnnotationSpec getAnnotationSpec(String name) {
@@ -1244,7 +1243,7 @@ public final UnaryCallable<GetAnnotationSpecRequest, AnnotationSpec> getAnnotati
12441243
* }</pre>
12451244
*
12461245
* @param parent Required. The resource name of the DataItem to list Annotations from. Format:
1247-
* <p>`projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
1246+
* `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
12481247
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12491248
*/
12501249
public final ListAnnotationsPagedResponse listAnnotations(DataItemName parent) {
@@ -1272,7 +1271,7 @@ public final ListAnnotationsPagedResponse listAnnotations(DataItemName parent) {
12721271
* }</pre>
12731272
*
12741273
* @param parent Required. The resource name of the DataItem to list Annotations from. Format:
1275-
* <p>`projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
1274+
* `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
12761275
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12771276
*/
12781277
public final ListAnnotationsPagedResponse listAnnotations(String parent) {

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public final UnaryCallable<ListEndpointsRequest, ListEndpointsResponse> listEndp
550550
*
551551
* @param endpoint Required. The Endpoint which replaces the resource on the server.
552552
* @param updateMask Required. The update mask applies to the resource. See
553-
* [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
553+
* [google.protobuf.FieldMask][google.protobuf.FieldMask].
554554
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
555555
*/
556556
public final Endpoint updateEndpoint(Endpoint endpoint, FieldMask updateMask) {

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java

+19-19
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4343
/**
44-
* Service Description: A service for creating and managing AI Platform's jobs.
44+
* Service Description: A service for creating and managing Vertex AI's jobs.
4545
*
4646
* <p>This class provides the ability to make remote calls to the backing service through method
4747
* calls that map to API methods. Sample code to get started:
@@ -854,7 +854,7 @@ public final DataLabelingJob createDataLabelingJob(CreateDataLabelingJobRequest
854854
* }</pre>
855855
*
856856
* @param name Required. The name of the DataLabelingJob. Format:
857-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
857+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
858858
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
859859
*/
860860
public final DataLabelingJob getDataLabelingJob(DataLabelingJobName name) {
@@ -880,7 +880,7 @@ public final DataLabelingJob getDataLabelingJob(DataLabelingJobName name) {
880880
* }</pre>
881881
*
882882
* @param name Required. The name of the DataLabelingJob. Format:
883-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
883+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
884884
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
885885
*/
886886
public final DataLabelingJob getDataLabelingJob(String name) {
@@ -1107,7 +1107,7 @@ public final ListDataLabelingJobsPagedResponse listDataLabelingJobs(
11071107
* }</pre>
11081108
*
11091109
* @param name Required. The name of the DataLabelingJob to be deleted. Format:
1110-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
1110+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
11111111
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11121112
*/
11131113
public final OperationFuture<Empty, DeleteOperationMetadata> deleteDataLabelingJobAsync(
@@ -1134,7 +1134,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteDataLabelingJ
11341134
* }</pre>
11351135
*
11361136
* @param name Required. The name of the DataLabelingJob to be deleted. Format:
1137-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
1137+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
11381138
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11391139
*/
11401140
public final OperationFuture<Empty, DeleteOperationMetadata> deleteDataLabelingJobAsync(
@@ -1237,7 +1237,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteDataLabelingJ
12371237
* }</pre>
12381238
*
12391239
* @param name Required. The name of the DataLabelingJob. Format:
1240-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
1240+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
12411241
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12421242
*/
12431243
public final void cancelDataLabelingJob(DataLabelingJobName name) {
@@ -1263,7 +1263,7 @@ public final void cancelDataLabelingJob(DataLabelingJobName name) {
12631263
* }</pre>
12641264
*
12651265
* @param name Required. The name of the DataLabelingJob. Format:
1266-
* <p>`projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
1266+
* `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
12671267
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12681268
*/
12691269
public final void cancelDataLabelingJob(String name) {
@@ -1449,7 +1449,7 @@ public final HyperparameterTuningJob createHyperparameterTuningJob(
14491449
* }</pre>
14501450
*
14511451
* @param name Required. The name of the HyperparameterTuningJob resource. Format:
1452-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1452+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
14531453
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14541454
*/
14551455
public final HyperparameterTuningJob getHyperparameterTuningJob(
@@ -1477,7 +1477,7 @@ public final HyperparameterTuningJob getHyperparameterTuningJob(
14771477
* }</pre>
14781478
*
14791479
* @param name Required. The name of the HyperparameterTuningJob resource. Format:
1480-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1480+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
14811481
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14821482
*/
14831483
public final HyperparameterTuningJob getHyperparameterTuningJob(String name) {
@@ -1711,7 +1711,7 @@ public final ListHyperparameterTuningJobsPagedResponse listHyperparameterTuningJ
17111711
* }</pre>
17121712
*
17131713
* @param name Required. The name of the HyperparameterTuningJob resource to be deleted. Format:
1714-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1714+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
17151715
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
17161716
*/
17171717
public final OperationFuture<Empty, DeleteOperationMetadata> deleteHyperparameterTuningJobAsync(
@@ -1739,7 +1739,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteHyperparamete
17391739
* }</pre>
17401740
*
17411741
* @param name Required. The name of the HyperparameterTuningJob resource to be deleted. Format:
1742-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1742+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
17431743
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
17441744
*/
17451745
public final OperationFuture<Empty, DeleteOperationMetadata> deleteHyperparameterTuningJobAsync(
@@ -1857,7 +1857,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteHyperparamete
18571857
* }</pre>
18581858
*
18591859
* @param name Required. The name of the HyperparameterTuningJob to cancel. Format:
1860-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1860+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
18611861
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
18621862
*/
18631863
public final void cancelHyperparameterTuningJob(HyperparameterTuningJobName name) {
@@ -1895,7 +1895,7 @@ public final void cancelHyperparameterTuningJob(HyperparameterTuningJobName name
18951895
* }</pre>
18961896
*
18971897
* @param name Required. The name of the HyperparameterTuningJob to cancel. Format:
1898-
* <p>`projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
1898+
* `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
18991899
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
19001900
*/
19011901
public final void cancelHyperparameterTuningJob(String name) {
@@ -2108,7 +2108,7 @@ public final BatchPredictionJob createBatchPredictionJob(
21082108
* }</pre>
21092109
*
21102110
* @param name Required. The name of the BatchPredictionJob resource. Format:
2111-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2111+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
21122112
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21132113
*/
21142114
public final BatchPredictionJob getBatchPredictionJob(BatchPredictionJobName name) {
@@ -2134,7 +2134,7 @@ public final BatchPredictionJob getBatchPredictionJob(BatchPredictionJobName nam
21342134
* }</pre>
21352135
*
21362136
* @param name Required. The name of the BatchPredictionJob resource. Format:
2137-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2137+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
21382138
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21392139
*/
21402140
public final BatchPredictionJob getBatchPredictionJob(String name) {
@@ -2361,7 +2361,7 @@ public final ListBatchPredictionJobsPagedResponse listBatchPredictionJobs(
23612361
* }</pre>
23622362
*
23632363
* @param name Required. The name of the BatchPredictionJob resource to be deleted. Format:
2364-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2364+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
23652365
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
23662366
*/
23672367
public final OperationFuture<Empty, DeleteOperationMetadata> deleteBatchPredictionJobAsync(
@@ -2388,7 +2388,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteBatchPredicti
23882388
* }</pre>
23892389
*
23902390
* @param name Required. The name of the BatchPredictionJob resource to be deleted. Format:
2391-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2391+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
23922392
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
23932393
*/
23942394
public final OperationFuture<Empty, DeleteOperationMetadata> deleteBatchPredictionJobAsync(
@@ -2500,7 +2500,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteBatchPredicti
25002500
* }</pre>
25012501
*
25022502
* @param name Required. The name of the BatchPredictionJob to cancel. Format:
2503-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2503+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
25042504
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
25052505
*/
25062506
public final void cancelBatchPredictionJob(BatchPredictionJobName name) {
@@ -2535,7 +2535,7 @@ public final void cancelBatchPredictionJob(BatchPredictionJobName name) {
25352535
* }</pre>
25362536
*
25372537
* @param name Required. The name of the BatchPredictionJob to cancel. Format:
2538-
* <p>`projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
2538+
* `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
25392539
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
25402540
*/
25412541
public final void cancelBatchPredictionJob(String name) {

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MigrationServiceClient.java

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4242
/**
4343
* Service Description: A service that migrates resources from automl.googleapis.com,
44-
* datalabeling.googleapis.com and ml.googleapis.com to AI Platform.
44+
* datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
4545
*
4646
* <p>This class provides the ability to make remote calls to the backing service through method
4747
* calls that map to API methods. Sample code to get started:
@@ -172,7 +172,7 @@ public final OperationsClient getOperationsClient() {
172172
// AUTO-GENERATED DOCUMENTATION AND METHOD.
173173
/**
174174
* Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and
175-
* ml.googleapis.com that can be migrated to AI Platform's given location.
175+
* ml.googleapis.com that can be migrated to Vertex AI's given location.
176176
*
177177
* <p>Sample code:
178178
*
@@ -187,7 +187,7 @@ public final OperationsClient getOperationsClient() {
187187
* }</pre>
188188
*
189189
* @param parent Required. The location that the migratable resources should be searched from.
190-
* It's the AI Platform location that the resources can be migrated to, not the resources'
190+
* It's the Vertex AI location that the resources can be migrated to, not the resources'
191191
* original location. Format: `projects/{project}/locations/{location}`
192192
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
193193
*/
@@ -203,7 +203,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
203203
// AUTO-GENERATED DOCUMENTATION AND METHOD.
204204
/**
205205
* Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and
206-
* ml.googleapis.com that can be migrated to AI Platform's given location.
206+
* ml.googleapis.com that can be migrated to Vertex AI's given location.
207207
*
208208
* <p>Sample code:
209209
*
@@ -218,7 +218,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
218218
* }</pre>
219219
*
220220
* @param parent Required. The location that the migratable resources should be searched from.
221-
* It's the AI Platform location that the resources can be migrated to, not the resources'
221+
* It's the Vertex AI location that the resources can be migrated to, not the resources'
222222
* original location. Format: `projects/{project}/locations/{location}`
223223
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
224224
*/
@@ -231,7 +231,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(St
231231
// AUTO-GENERATED DOCUMENTATION AND METHOD.
232232
/**
233233
* Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and
234-
* ml.googleapis.com that can be migrated to AI Platform's given location.
234+
* ml.googleapis.com that can be migrated to Vertex AI's given location.
235235
*
236236
* <p>Sample code:
237237
*
@@ -262,7 +262,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
262262
// AUTO-GENERATED DOCUMENTATION AND METHOD.
263263
/**
264264
* Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and
265-
* ml.googleapis.com that can be migrated to AI Platform's given location.
265+
* ml.googleapis.com that can be migrated to Vertex AI's given location.
266266
*
267267
* <p>Sample code:
268268
*
@@ -293,7 +293,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
293293
// AUTO-GENERATED DOCUMENTATION AND METHOD.
294294
/**
295295
* Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and
296-
* ml.googleapis.com that can be migrated to AI Platform's given location.
296+
* ml.googleapis.com that can be migrated to Vertex AI's given location.
297297
*
298298
* <p>Sample code:
299299
*
@@ -330,7 +330,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
330330
// AUTO-GENERATED DOCUMENTATION AND METHOD.
331331
/**
332332
* Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and
333-
* datalabeling.googleapis.com to AI Platform (Unified).
333+
* datalabeling.googleapis.com to Vertex AI.
334334
*
335335
* <p>Sample code:
336336
*
@@ -365,7 +365,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
365365
// AUTO-GENERATED DOCUMENTATION AND METHOD.
366366
/**
367367
* Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and
368-
* datalabeling.googleapis.com to AI Platform (Unified).
368+
* datalabeling.googleapis.com to Vertex AI.
369369
*
370370
* <p>Sample code:
371371
*
@@ -400,7 +400,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
400400
// AUTO-GENERATED DOCUMENTATION AND METHOD.
401401
/**
402402
* Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and
403-
* datalabeling.googleapis.com to AI Platform (Unified).
403+
* datalabeling.googleapis.com to Vertex AI.
404404
*
405405
* <p>Sample code:
406406
*
@@ -428,7 +428,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
428428
// AUTO-GENERATED DOCUMENTATION AND METHOD.
429429
/**
430430
* Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and
431-
* datalabeling.googleapis.com to AI Platform (Unified).
431+
* datalabeling.googleapis.com to Vertex AI.
432432
*
433433
* <p>Sample code:
434434
*
@@ -458,7 +458,7 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
458458
// AUTO-GENERATED DOCUMENTATION AND METHOD.
459459
/**
460460
* Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and
461-
* datalabeling.googleapis.com to AI Platform (Unified).
461+
* datalabeling.googleapis.com to Vertex AI.
462462
*
463463
* <p>Sample code:
464464
*

0 commit comments

Comments
 (0)