View source on GitHub |
MLMD source to populate a model card.
model_card_toolkit.MlmdSource(
store: mlmd.MetadataStore, model_uri: str
)
Attributes | |
---|---|
store
|
A ml-metadata MetadataStore to retrieve metadata and lineage information about the model. |
model_uri
|
The path to the trained model used to generate the model card. |
Methods
__eq__
__eq__(
other
)