File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ syntax = "proto3";
1616
1717package google.cloud.aiplatform.v1 ;
1818
19- import "google/api/annotations.proto" ;
20-
2119option csharp_namespace = "Google.Cloud.AIPlatform.V1" ;
2220option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform" ;
2321option java_multiple_files = true ;
@@ -48,4 +46,10 @@ enum AcceleratorType {
4846
4947 // Nvidia Tesla A100 GPU.
5048 NVIDIA_TESLA_A100 = 8 ;
49+
50+ // TPU v2.
51+ TPU_V2 = 6 ;
52+
53+ // TPU v3.
54+ TPU_V3 = 7 ;
5155}
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ syntax = "proto3";
1616
1717package google.cloud.aiplatform.v1beta1 ;
1818
19- import "google/api/annotations.proto" ;
20-
2119option csharp_namespace = "Google.Cloud.AIPlatform.V1Beta1" ;
2220option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform" ;
2321option java_multiple_files = true ;
@@ -48,4 +46,10 @@ enum AcceleratorType {
4846
4947 // Nvidia Tesla A100 GPU.
5048 NVIDIA_TESLA_A100 = 8 ;
49+
50+ // TPU v2.
51+ TPU_V2 = 6 ;
52+
53+ // TPU v3.
54+ TPU_V3 = 7 ;
5155}
You can’t perform that action at this time.
0 commit comments