Sha256: f1a211a4e9282e988e3bd07f671b1d67de7efac5a096a0e4a60a788146143c4a
Contents?: true
Size: 1.69 KB
Versions: 6
Compression:
Stored size: 1.69 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 # Nvidia A100 80GB GPU. NVIDIA_A100_80GB = 9 # Nvidia L4 GPU. NVIDIA_L4 = 11 # Nvidia H100 80Gb GPU. NVIDIA_H100_80GB = 13 # TPU v2. TPU_V2 = 6 # TPU v3. TPU_V3 = 7 # TPU v4. TPU_V4_POD = 10 # TPU v5. TPU_V5_LITEPOD = 12 end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems