Class HuggingFaceSearchResult
- Namespace
- JD.AI.Core.LocalModels.Sources
- Assembly
- JD.AI.Core.dll
A model repository from the HuggingFace Hub API.
public sealed record HuggingFaceSearchResult : IEquatable<HuggingFaceSearchResult>
- Inheritance
-
HuggingFaceSearchResult
- Implements
- Inherited Members
Properties
Author
[JsonPropertyName("author")]
public string? Author { get; init; }
Property Value
Downloads
[JsonPropertyName("downloads")]
public long Downloads { get; init; }
Property Value
Id
[JsonPropertyName("id")]
public string? Id { get; init; }
Property Value
ModelId
[JsonPropertyName("modelId")]
public string? ModelId { get; init; }
Property Value
Tags
[JsonPropertyName("tags")]
public IReadOnlyList<string>? Tags { get; init; }