Type Alias GetModelResponse

Source
pub type GetModelResponse = Model;

Aliased Type§

pub struct GetModelResponse {
    pub created_at: String,
    pub display_name: String,
    pub id: String,
    pub model_type: String,
}

Fields§

§created_at: String§display_name: String§id: String§model_type: String