enum

MinknowApi::Basecaller::StartBasecallingRequest::BasecallModelCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
CONFIGURATION = 3
MODEL_NAMES = 16

Instance methods

configuration?

Returns true if this enum value equals CONFIGURATION

Source
model_names?

Returns true if this enum value equals MODEL_NAMES

Source
none?

Returns true if this enum value equals NONE

Source