Sha256: 7874d9a360cca87b60fcbfdddd9803f84c15f9257f403bbed6b333724838b052

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class GpuType < T::Enum
      enums do
        T4 = new('T4')
        L4 = new('L4')
        A10_G = new('A10G')
        A100 = new('A100')
        H100 = new('H100')
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comfydeploy-0.0.10 lib/open_api_sdk/models/operations/gputype.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/gputype.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/gputype.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/gputype.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/gputype.rb