Class ModelCard
Metadata for an available model.
public sealed class ModelCard
- Inheritance
-
ModelCard
- Inherited Members
Properties
Description
Human-readable description.
[JsonPropertyName("description")]
public string Description { get; init; }
Property Value
Name
Model identifier, for example jev-1.13.0.
[JsonPropertyName("name")]
public string Name { get; init; }
Property Value
ReleaseDate
Release date as returned by the API.
[JsonPropertyName("release_date")]
public string ReleaseDate { get; init; }