-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Describe the bug
When trying to deploy the multi model endpoint, it is not being deployed due to internal error.
To reproduce
print('Waiting for {} endpoint to be in service...'.format(endpoint_name))
waiter = sm_client.get_waiter('endpoint_in_service')
waiter.wait(EndpointName=endpoint_name)
Expected behavior
I expected the endpoint to be deployed and available for service .
Additional context*
Add any other context about the problem here.
Reactions are currently unavailable
