tfma.writers.Write
Stay organized with collections
Save and categorize content based on your preferences.
Writes given Evaluation or Validation data using given writer PTransform.
tfma.writers.Write(
key: str, ptransform: beam.PTransform
) -> Optional[beam.PCollection]
Args |
evaluation_or_validation
|
Evaluation or Validation data.
|
key
|
Key for Evaluation or Validation output to write. It is valid for the
key to not exist in the dict (in which case the write is a no-op).
|
ptransform
|
PTransform to use for writing.
|
Raises |
ValueError
|
If Evaluation or Validation is empty. The key does not need to
exist in the Evaluation or Validation, but the dict must not be empty.
|
Returns |
The result of the underlying beam write PTransform. This makes it possible
for interactive environments to execute your writer, as well as for
downstream Beam stages to make use of the files that are written.
|
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."],[],[]]