tfma.writers.EvalConfigWriter
Stay organized with collections
Save and categorize content based on your preferences.
Returns eval config writer.
tfma.writers.EvalConfigWriter(
output_path: str,
eval_config: tfma.EvalConfig
,
output_file_format: str = EVAL_CONFIG_FILE_FORMAT,
data_location: Optional[str] = None,
data_file_format: Optional[str] = None,
model_locations: Optional[Dict[str, str]] = None,
filename: Optional[str] = None
) -> tfma.writers.Writer
Args |
output_path
|
Output path to write config to.
|
eval_config
|
EvalConfig.
|
output_file_format
|
Output file format. Currently on 'json' is supported.
|
data_location
|
Optional path indicating where data is read from. This is
only used for display purposes.
|
data_file_format
|
Optional format of the input examples. This is only used
for display purposes.
|
model_locations
|
Dict of model locations keyed by model name. This is only
used for display purposes.
|
filename
|
Name of file to store the config as.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]