Table of Contents

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

string

Downloads

[JsonPropertyName("downloads")]
public long Downloads { get; init; }

Property Value

long

Id

[JsonPropertyName("id")]
public string? Id { get; init; }

Property Value

string

ModelId

[JsonPropertyName("modelId")]
public string? ModelId { get; init; }

Property Value

string

Tags

[JsonPropertyName("tags")]
public IReadOnlyList<string>? Tags { get; init; }

Property Value

IReadOnlyList<string>