TunedModel constructor
TunedModel({
- TunedModelSource? tunedModelSource,
- String? baseModel,
- String name = '',
- String displayName = '',
- String description = '',
- double? temperature,
- double? topP,
- int? topK,
- TunedModel_State state = TunedModel_State.$default,
- Timestamp? createTime,
- Timestamp? updateTime,
- required TuningTask? tuningTask,
- List<
int> readerProjectNumbers = const [],
Implementation
TunedModel({
this.tunedModelSource,
this.baseModel,
this.name = '',
this.displayName = '',
this.description = '',
this.temperature,
this.topP,
this.topK,
this.state = TunedModel_State.$default,
this.createTime,
this.updateTime,
required this.tuningTask,
this.readerProjectNumbers = const [],
}) : super(fullyQualifiedName);