INNER CODE UNIT · Python

_health

GoogleCloudPlatform/vertex-ai-samples · community-content/tf_agents_bandits_movie_recommendation_with_kfp_and_vertex_sdk/mlops_pipeline_tf_agents_bandits_movie_recommendation/src/prediction_container/main.py:45

def _health() -> Dict[str, str]:
  """Handles server health check requests.

  Returns:
    An empty dict.
  """
  return {}


@app.get(os.environ["AIP_HEALTH_ROUTE"], status_code=200)
def health() -> Dict[str, str]:
  """Handles server health check requests.

  Returns:
    An empty dict.
  """
  return _health()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…