CreateFineTuningJobRequest.fromJson constructor

CreateFineTuningJobRequest.fromJson(
  1. Map<String, dynamic> json
)

Object construction from a JSON representation

Implementation

factory CreateFineTuningJobRequest.fromJson(Map<String, dynamic> json) =>
    _$CreateFineTuningJobRequestFromJson(json);