model property
- @JsonKey.new(name: 'model', toJson: embeddingModelEnumToJson, fromJson: embeddingModelEnumFromJson)
final
Implementation
@JsonKey(
name: 'model',
toJson: embeddingModelEnumToJson,
fromJson: embeddingModelEnumFromJson,
)
final enums.EmbeddingModelEnum model;