Skip to content

V1beta1ModelSpec

ModelSpec describes a trained model

Properties

Name Type Description Notes
framework str Machine Learning <framework name> The values could be: &quot;tensorflow&quot;,&quot;pytorch&quot;,&quot;sklearn&quot;,&quot;onnx&quot;,&quot;xgboost&quot;, &quot;myawesomeinternalframework&quot; etc.
memory [ResourceQuantity] [optional]
storage_uri str Storage URI for the model repository

[Back to Model list] [Back to API list] [Back to README]

Back to top