enum

Fm::UseCase

Inherits Enum < Comparable < Value < Object

The intended use case for the model.

Constants

General = 0

General-purpose language model use (default).

ContentTagging = 1

Optimized for content tagging and classification.

Instance methods

content_tagging?

Returns true if this enum value equals ContentTagging

Source
general?

Returns true if this enum value equals General

Source