Skip to content

Commit 7202cb9

Browse files
feat: add vizier service to aiplatform v1 (#205)
Committer: @dizcology PiperOrigin-RevId: 399538263 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 89e53a3 commit 7202cb9

File tree

332 files changed

+18432
-2397
lines changed

Some content is hidden

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

332 files changed

+18432
-2397
lines changed

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/vizier_service.proto

+505
Large diffs are not rendered by default.

packages/google-cloud-aiplatform/protos/protos.d.ts

+2,445
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-aiplatform/protos/protos.js

+5,267
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-aiplatform/protos/protos.json

+656-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.create_dataset.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent, dataset) {
18-
// [START aiplatform_create_dataset_sample]
18+
// [START aiplatform_v1_generated_DatasetService_CreateDataset_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -49,7 +49,7 @@ function main(parent, dataset) {
4949
}
5050

5151
createDataset();
52-
// [END aiplatform_create_dataset_sample]
52+
// [END aiplatform_v1_generated_DatasetService_CreateDataset_async]
5353
}
5454

5555
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.delete_dataset.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_delete_dataset_sample]
18+
// [START aiplatform_v1_generated_DatasetService_DeleteDataset_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -45,7 +45,7 @@ function main(name) {
4545
}
4646

4747
deleteDataset();
48-
// [END aiplatform_delete_dataset_sample]
48+
// [END aiplatform_v1_generated_DatasetService_DeleteDataset_async]
4949
}
5050

5151
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.export_data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name, exportConfig) {
18-
// [START aiplatform_export_data_sample]
18+
// [START aiplatform_v1_generated_DatasetService_ExportData_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -50,7 +50,7 @@ function main(name, exportConfig) {
5050
}
5151

5252
exportData();
53-
// [END aiplatform_export_data_sample]
53+
// [END aiplatform_v1_generated_DatasetService_ExportData_async]
5454
}
5555

5656
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.get_annotation_spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_get_annotation_spec_sample]
18+
// [START aiplatform_v1_generated_DatasetService_GetAnnotationSpec_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -48,7 +48,7 @@ function main(name) {
4848
}
4949

5050
getAnnotationSpec();
51-
// [END aiplatform_get_annotation_spec_sample]
51+
// [END aiplatform_v1_generated_DatasetService_GetAnnotationSpec_async]
5252
}
5353

5454
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.get_dataset.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_get_dataset_sample]
18+
// [START aiplatform_v1_generated_DatasetService_GetDataset_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -46,7 +46,7 @@ function main(name) {
4646
}
4747

4848
getDataset();
49-
// [END aiplatform_get_dataset_sample]
49+
// [END aiplatform_v1_generated_DatasetService_GetDataset_async]
5050
}
5151

5252
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.import_data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name, importConfigs) {
18-
// [START aiplatform_import_data_sample]
18+
// [START aiplatform_v1_generated_DatasetService_ImportData_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -51,7 +51,7 @@ function main(name, importConfigs) {
5151
}
5252

5353
importData();
54-
// [END aiplatform_import_data_sample]
54+
// [END aiplatform_v1_generated_DatasetService_ImportData_async]
5555
}
5656

5757
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.list_annotations.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent) {
18-
// [START aiplatform_list_annotations_sample]
18+
// [START aiplatform_v1_generated_DatasetService_ListAnnotations_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -67,7 +67,7 @@ function main(parent) {
6767
}
6868

6969
listAnnotations();
70-
// [END aiplatform_list_annotations_sample]
70+
// [END aiplatform_v1_generated_DatasetService_ListAnnotations_async]
7171
}
7272

7373
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.list_data_items.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent) {
18-
// [START aiplatform_list_data_items_sample]
18+
// [START aiplatform_v1_generated_DatasetService_ListDataItems_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -67,7 +67,7 @@ function main(parent) {
6767
}
6868

6969
listDataItems();
70-
// [END aiplatform_list_data_items_sample]
70+
// [END aiplatform_v1_generated_DatasetService_ListDataItems_async]
7171
}
7272

7373
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.list_datasets.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent) {
18-
// [START aiplatform_list_datasets_sample]
18+
// [START aiplatform_v1_generated_DatasetService_ListDatasets_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -80,7 +80,7 @@ function main(parent) {
8080
}
8181

8282
listDatasets();
83-
// [END aiplatform_list_datasets_sample]
83+
// [END aiplatform_v1_generated_DatasetService_ListDatasets_async]
8484
}
8585

8686
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/dataset_service.update_dataset.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(dataset, updateMask) {
18-
// [START aiplatform_update_dataset_sample]
18+
// [START aiplatform_v1_generated_DatasetService_UpdateDataset_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -52,7 +52,7 @@ function main(dataset, updateMask) {
5252
}
5353

5454
updateDataset();
55-
// [END aiplatform_update_dataset_sample]
55+
// [END aiplatform_v1_generated_DatasetService_UpdateDataset_async]
5656
}
5757

5858
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.create_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent, endpoint) {
18-
// [START aiplatform_create_endpoint_sample]
18+
// [START aiplatform_v1_generated_EndpointService_CreateEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -49,7 +49,7 @@ function main(parent, endpoint) {
4949
}
5050

5151
createEndpoint();
52-
// [END aiplatform_create_endpoint_sample]
52+
// [END aiplatform_v1_generated_EndpointService_CreateEndpoint_async]
5353
}
5454

5555
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.delete_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_delete_endpoint_sample]
18+
// [START aiplatform_v1_generated_EndpointService_DeleteEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -45,7 +45,7 @@ function main(name) {
4545
}
4646

4747
deleteEndpoint();
48-
// [END aiplatform_delete_endpoint_sample]
48+
// [END aiplatform_v1_generated_EndpointService_DeleteEndpoint_async]
4949
}
5050

5151
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.deploy_model.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(endpoint, deployedModel) {
18-
// [START aiplatform_deploy_model_sample]
18+
// [START aiplatform_v1_generated_EndpointService_DeployModel_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -65,7 +65,7 @@ function main(endpoint, deployedModel) {
6565
}
6666

6767
deployModel();
68-
// [END aiplatform_deploy_model_sample]
68+
// [END aiplatform_v1_generated_EndpointService_DeployModel_async]
6969
}
7070

7171
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.get_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_get_endpoint_sample]
18+
// [START aiplatform_v1_generated_EndpointService_GetEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -44,7 +44,7 @@ function main(name) {
4444
}
4545

4646
getEndpoint();
47-
// [END aiplatform_get_endpoint_sample]
47+
// [END aiplatform_v1_generated_EndpointService_GetEndpoint_async]
4848
}
4949

5050
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.list_endpoints.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent) {
18-
// [START aiplatform_list_endpoints_sample]
18+
// [START aiplatform_v1_generated_EndpointService_ListEndpoints_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -86,7 +86,7 @@ function main(parent) {
8686
}
8787

8888
listEndpoints();
89-
// [END aiplatform_list_endpoints_sample]
89+
// [END aiplatform_v1_generated_EndpointService_ListEndpoints_async]
9090
}
9191

9292
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.undeploy_model.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(endpoint, deployedModelId) {
18-
// [START aiplatform_undeploy_model_sample]
18+
// [START aiplatform_v1_generated_EndpointService_UndeployModel_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -60,7 +60,7 @@ function main(endpoint, deployedModelId) {
6060
}
6161

6262
undeployModel();
63-
// [END aiplatform_undeploy_model_sample]
63+
// [END aiplatform_v1_generated_EndpointService_UndeployModel_async]
6464
}
6565

6666
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/endpoint_service.update_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(endpoint, updateMask) {
18-
// [START aiplatform_update_endpoint_sample]
18+
// [START aiplatform_v1_generated_EndpointService_UpdateEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -47,7 +47,7 @@ function main(endpoint, updateMask) {
4747
}
4848

4949
updateEndpoint();
50-
// [END aiplatform_update_endpoint_sample]
50+
// [END aiplatform_v1_generated_EndpointService_UpdateEndpoint_async]
5151
}
5252

5353
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/index_endpoint_service.create_index_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent, indexEndpoint) {
18-
// [START aiplatform_create_index_endpoint_sample]
18+
// [START aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -49,7 +49,7 @@ function main(parent, indexEndpoint) {
4949
}
5050

5151
createIndexEndpoint();
52-
// [END aiplatform_create_index_endpoint_sample]
52+
// [END aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_async]
5353
}
5454

5555
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/index_endpoint_service.delete_index_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_delete_index_endpoint_sample]
18+
// [START aiplatform_v1_generated_IndexEndpointService_DeleteIndexEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -45,7 +45,7 @@ function main(name) {
4545
}
4646

4747
deleteIndexEndpoint();
48-
// [END aiplatform_delete_index_endpoint_sample]
48+
// [END aiplatform_v1_generated_IndexEndpointService_DeleteIndexEndpoint_async]
4949
}
5050

5151
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/index_endpoint_service.deploy_index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(indexEndpoint, deployedIndex) {
18-
// [START aiplatform_deploy_index_sample]
18+
// [START aiplatform_v1_generated_IndexEndpointService_DeployIndex_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -50,7 +50,7 @@ function main(indexEndpoint, deployedIndex) {
5050
}
5151

5252
deployIndex();
53-
// [END aiplatform_deploy_index_sample]
53+
// [END aiplatform_v1_generated_IndexEndpointService_DeployIndex_async]
5454
}
5555

5656
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/index_endpoint_service.get_index_endpoint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(name) {
18-
// [START aiplatform_get_index_endpoint_sample]
18+
// [START aiplatform_v1_generated_IndexEndpointService_GetIndexEndpoint_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -44,7 +44,7 @@ function main(name) {
4444
}
4545

4646
getIndexEndpoint();
47-
// [END aiplatform_get_index_endpoint_sample]
47+
// [END aiplatform_v1_generated_IndexEndpointService_GetIndexEndpoint_async]
4848
}
4949

5050
process.on('unhandledRejection', err => {

packages/google-cloud-aiplatform/samples/generated/v1/index_endpoint_service.list_index_endpoints.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'use strict';
1616

1717
function main(parent) {
18-
// [START aiplatform_list_index_endpoints_sample]
18+
// [START aiplatform_v1_generated_IndexEndpointService_ListIndexEndpoints_async]
1919
/**
2020
* TODO(developer): Uncomment these variables before running the sample.
2121
*/
@@ -79,7 +79,7 @@ function main(parent) {
7979
}
8080

8181
listIndexEndpoints();
82-
// [END aiplatform_list_index_endpoints_sample]
82+
// [END aiplatform_v1_generated_IndexEndpointService_ListIndexEndpoints_async]
8383
}
8484

8585
process.on('unhandledRejection', err => {

0 commit comments

Comments
 (0)