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