in template_flow.py [0:0]
def end(self):
"""
This is the mandatory 'end' step: it prints some helpful information
to access the model and the used dataset.
"""
print(
f"""
Flow complete.
See artifacts at {GCS_BUCKET_NAME}.
"""
)