src/python/tensorflow_cloud/tuner/vizier_client.py [141:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def report_intermediate_objective_value(
        self,
        step: int,
        elapsed_secs: float,
        metric_list: List[Mapping[Text, Union[int, float]]],
        trial_id: Text,
    ) -> None:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/python/tensorflow_cloud/tuner/vizier_client_interface.py [51:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  def report_intermediate_objective_value(
      self,
      step: int,
      elapsed_secs: float,
      metric_list: List[Mapping[Text, Union[int, float]]],
      trial_id: Text,
  ) -> None:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



