SupervisedTuningSpec_TuningMode class final
Supported tuning modes.
- Inheritance
-
- Object
- ProtoEnum
- SupervisedTuningSpec_TuningMode
Constructors
- SupervisedTuningSpec_TuningMode(String value)
-
const
- SupervisedTuningSpec_TuningMode.fromJson(String json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const SupervisedTuningSpec_TuningMode
- The default value for SupervisedTuningSpec_TuningMode.
- tuningModeFull → const SupervisedTuningSpec_TuningMode
- Full fine-tuning mode.
- tuningModePeftAdapter → const SupervisedTuningSpec_TuningMode
- PEFT adapter tuning mode.
- tuningModeUnspecified → const SupervisedTuningSpec_TuningMode
- Tuning mode is unspecified.