FineTune class
- Annotations
-
- @freezed
Constructors
-
FineTune.new({String? id, String? object, String? model, @JsonKey(name: 'created_at') int? createdAt, List<
FineTuneEvent> ? events, @JsonKey(name: 'fine_tuned_model') String? fineTunedModel, HyperParameters? hyperparams, @JsonKey(name: 'organization_id') String? organizationId, @JsonKey(name: 'result_files') List<File> ? resultFiles, String? status, @JsonKey(name: 'training_files') List<File> ? trainingFiles, @JsonKey(name: 'updated_at') int? updatedAt, @JsonKey(name: 'validation_files') List<File> ? validationFiles}) -
Returns the
fine-tune
data.
constfactory
-
FineTune.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $FineTuneCopyWith<
FineTune> -
no setterinherited
- createdAt → int?
-
no setterinherited
-
events
→ List<
FineTuneEvent> ? -
no setterinherited
- fineTunedModel → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hyperparams → HyperParameters?
-
no setterinherited
- id → String?
-
no setterinherited
- model → String?
-
no setterinherited
- object → String?
-
no setterinherited
- organizationId → String?
-
no setterinherited
-
resultFiles
→ List<
File> ? -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
no setterinherited
-
trainingFiles
→ List<
File> ? -
no setterinherited
- updatedAt → int?
-
no setterinherited
-
validationFiles
→ List<
File> ? -
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited