Skip to content

Commit

Permalink
remove blocking part for now
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Nov 23, 2023
1 parent 6761806 commit a100ab7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions template/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@ def main(
] = f"{{product_name}}_batch_inference_run_{dt.now().strftime('%Y_%m_%d_%H_%M_%S')}"
{{product_name}}_batch_inference.with_options(**pipeline_args)(**run_args_inference)

client = Client()
model_version = client.get_model_version("e2e_use_case", "staging")
artifact = model_version.get_data_artifact("predictions")
if artifact:
logger.info(
"Batch inference pipeline finished successfully! "
"You can find predictions in Artifact Store using ID: "
f"`{str(artifact.id)}`."
)


if __name__ == "__main__":
Expand Down

0 comments on commit a100ab7

Please sign in to comment.