INNER CODE UNIT · Python
startup_event
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:40
async def startup_event() -> None:
"""Loads the trained policy at startup."""
_startup_event()
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.