FineTuning class

Fine Tuning JSON Object

Nested within Voice response Indicates fine tuning status for voice See ElevenLabs docs for more info

Annotations
  • @JsonSerializable()

Constructors

FineTuning({required bool fineTuningRequested, required FineTuningState fineTuningState, required bool isAllowedToFineTune, Language? language, String? modelId, List<String>? sliceIds, required List<VerificationAttempt>? verificationAttempts, required int verificationAttemptsCount, required List<String> verificationFailures, bool? manualVerification})
FineTuning.fromJson(Map<String, dynamic> json)
factory

Properties

fineTuningRequested bool
final
fineTuningState FineTuningState
final
hashCode int
The hash code for this object.
no setterinherited
isAllowedToFineTune bool
final
language Language?
final
manualVerification bool?
final
modelId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliceIds List<String>?
final
verificationAttempts List<VerificationAttempt>?
final
verificationAttemptsCount int
final
verificationFailures List<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited