Sha256: 8c405bd03dc5dcab68c4cb93680b8deee782f26fc29bcacddee88bf7ada5bb95
Contents?: true
Size: 1.41 KB
Versions: 19
Compression:
Stored size: 1.41 KB
Contents
# frozen_string_literal: true # Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module AIPlatform module V1 # Represents a hardware accelerator type. module AcceleratorType # Unspecified accelerator type, which means no accelerator. ACCELERATOR_TYPE_UNSPECIFIED = 0 # Nvidia Tesla K80 GPU. NVIDIA_TESLA_K80 = 1 # Nvidia Tesla P100 GPU. NVIDIA_TESLA_P100 = 2 # Nvidia Tesla V100 GPU. NVIDIA_TESLA_V100 = 3 # Nvidia Tesla P4 GPU. NVIDIA_TESLA_P4 = 4 # Nvidia Tesla T4 GPU. NVIDIA_TESLA_T4 = 5 # Nvidia Tesla A100 GPU. NVIDIA_TESLA_A100 = 8 # TPU v2. TPU_V2 = 6 # TPU v3. TPU_V3 = 7 end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems