FineTuningResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FineTuningResponseModel({required bool isAllowedToFineTune, required Map<String, dynamic> state, required List<String> verificationFailures, required int verificationAttemptsCount, required bool manualVerificationRequested, dynamic language, dynamic progress, dynamic message, dynamic datasetDurationSeconds, dynamic verificationAttempts, dynamic sliceIds, dynamic manualVerification, dynamic maxVerificationAttempts, dynamic nextMaxVerificationAttemptsResetUnixMs})
const
FineTuningResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

datasetDurationSeconds → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
isAllowedToFineTune bool
final
language → dynamic
final
manualVerification → dynamic
final
manualVerificationRequested bool
final
maxVerificationAttempts → dynamic
final
message → dynamic
final
nextMaxVerificationAttemptsResetUnixMs → dynamic
final
progress → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliceIds → dynamic
final
state Map<String, dynamic>
final
verificationAttempts → dynamic
final
verificationAttemptsCount int
final
verificationFailures List<String>
final

Methods

copyWith({bool? isAllowedToFineTune, Map<String, dynamic>? state, List<String>? verificationFailures, int? verificationAttemptsCount, bool? manualVerificationRequested, dynamic language, dynamic progress, dynamic message, dynamic datasetDurationSeconds, dynamic verificationAttempts, dynamic sliceIds, dynamic manualVerification, dynamic maxVerificationAttempts, dynamic nextMaxVerificationAttemptsResetUnixMs}) FineTuningResponseModel

Available on FineTuningResponseModel, provided by the $FineTuningResponseModelExtension extension

copyWithWrapped({Wrapped<bool>? isAllowedToFineTune, Wrapped<Map<String, dynamic>>? state, Wrapped<List<String>>? verificationFailures, Wrapped<int>? verificationAttemptsCount, Wrapped<bool>? manualVerificationRequested, Wrapped? language, Wrapped? progress, Wrapped? message, Wrapped? datasetDurationSeconds, Wrapped? verificationAttempts, Wrapped? sliceIds, Wrapped? manualVerification, Wrapped? maxVerificationAttempts, Wrapped? nextMaxVerificationAttemptsResetUnixMs}) FineTuningResponseModel

Available on FineTuningResponseModel, provided by the $FineTuningResponseModelExtension extension

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.
override

Operators

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

Constants

fromJsonFactory → const FineTuningResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FineTuningResponseModel instance)