Sha256: eb2b2179daeb6cd1b79bfa53b289fc6da70b7fa396404b5767a1112689b5b2ee
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 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 L4 GPU. NVIDIA_L4 = 11 # TPU v2. TPU_V2 = 6 # TPU v3. TPU_V3 = 7 # TPU v4. TPU_V4_POD = 10 end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.24.0 | proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb |
google-cloud-ai_platform-v1-0.23.0 | proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb |