From the information you provided, it seems like you are trying to enable inference tables for an existing endpoint. However, the error message suggests that this feature may not be supported with accelerated inference.If you have previously disabled inference tables on the endpoint, please note that re-enablement on that endpoint is not supported. In this case, you would need to create a new endpoint with inference tables enabled on it.Here are the steps to create a new endpoint with inference tables enabled:
1. Click Serving in the DML UI.
2. Click Create serving endpoint.
3. In the endpoint creation page, select Enable inference table.
4. Select the desired catalog and schema for where you would like the table to be located.
5. Optionally, specify a table prefix for the final table name. If a table prefix is not specified, the endpoint name is used.
6. After you are satisfied with the endpoint specifications, click Create serving endpoint.