def display_examples_stats_for_model()

in tfx_airflow/notebooks/tfx_utils.py [0:0]


  def display_examples_stats_for_model(self, model_id):
    """Displays stats for examples used to train `model_id`."""
    examples_artifact = self.get_source_artifact_of_type(
        model_id, TFXArtifactTypes.EXAMPLES)
    if examples_artifact:
      self.display_stats_for_examples(examples_artifact.id)