Sha256: 19921fc5da5ac8d31652b6e3386829b911af9d68d3a8c81e36f0d5f98b1a3171

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class EventType < T::Enum
      enums do
        GPU_START = new('gpu_start')
        GPU_END = new('gpu_end')
      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/eventtype.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/eventtype.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/eventtype.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/eventtype.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/eventtype.rb