Parameters for construction of the model.
model_card_toolkit.ModelParameters(
model_architecture: Optional[Text] = None,
data: model_card_toolkit.Data
= <factory>,
input_format: Optional[Text] = None,
output_format: Optional[Text] = None
)
Attributes |
model_architecture
|
specifies the architecture of your model.
|
data
|
specifies the datasets used to train and evaluate your model.
|
input_format
|
describes the data format for inputs to your model.
|
output_format
|
describes the data format for outputs from your model.
|
Methods
__eq__
__eq__(
other
)
Class Variables |
input_format
|
None
|
model_architecture
|
None
|
output_format
|
None
|