Sha256: e30fccc4595e1bb08d8d89920fcdf1424ed8d523d3adfb66550d8e2b37a31658
Contents?: true
Size: 896 Bytes
Versions: 19
Compression:
Stored size: 896 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 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
19 entries across 19 versions & 1 rubygems