pub type ModelMetadata = ModelCard;Expand description
The Python SDK calls model cards ModelMetadata.
Aliased Type§
pub struct ModelMetadata {
pub name: String,
pub description: String,
pub release_date: String,
}Fields§
§name: String§description: String§release_date: String