![]() |
Provide some information about a dataset used to generate a model.
model_card_toolkit.Dataset(
name: Optional[Text] = None,
link: Optional[Text] = None,
sensitive: Optional[bool] = None,
graphics: model_card_toolkit.Graphics
= <factory>
)
Attributes | |
---|---|
name
|
The name of the dataset. |
link
|
A link to the dataset. |
sensitive
|
Does this dataset contain human or other sensitive data? |
graphics
|
Visualizations of the dataset. |
Methods
__eq__
__eq__(
other
)
Class Variables | |
---|---|
link |
None
|
name |
None
|
sensitive |
None
|