Sha256: ee63decde0fc2e355d9e5c2d3ecf0956a1f00884cbaa01fc97b7a51a796232b4
Contents?: true
Size: 924 Bytes
Versions: 3
Compression:
Stored size: 924 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/accelerator_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/accelerator_type.proto", :syntax => :proto3) do add_enum "google.cloud.aiplatform.v1.AcceleratorType" do value :ACCELERATOR_TYPE_UNSPECIFIED, 0 value :NVIDIA_TESLA_K80, 1 value :NVIDIA_TESLA_P100, 2 value :NVIDIA_TESLA_V100, 3 value :NVIDIA_TESLA_P4, 4 value :NVIDIA_TESLA_T4, 5 value :NVIDIA_TESLA_A100, 8 value :TPU_V2, 6 value :TPU_V3, 7 value :TPU_V4_POD, 10 end end end module Google module Cloud module AIPlatform module V1 AcceleratorType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.AcceleratorType").enummodule end end end end
Version data entries
3 entries across 3 versions & 1 rubygems