Niels Bantilan
Results
472
comments of
Niels Bantilan
I think a complementary approach is to create a task `SagemakerEndpointExists` so that users can compose a workflow themselves with the conditional: ```python @workflow def wf(): ( if_(SagemakerEndpointExists(name="my-model") .then_(create_endpoint(..., override=True))...
Hi @asingh9530 great question! We'll be ramping up our resources back into unionml over the next few months, so please keep an eye out for improvements in the detail in...