Hey, still hoping someone can help with my issue above (
https://pulumi-community.slack.com/archives/CRVK66N5U/p1729262516563529), though I have managed to make some progress. I created the endpoint manually and then used the get serverless endpoint method to retrieve it. That gave me one clue, the sku name was set to "Consumption". I changed that, and am no longer getting the "unable to deserialize" error. But it didn't give me the publisher and offer name, and the error I'm getting now is complaining that one or both of those values is wrong. I’ve tried all the combinations I can based on the information I see in the Azure Marketplace and in the Model Catalog, but nothing works.
Does anybody know where to find valid values for
offer_name
and
publisher
when creating a
ServerlessEndpoint
in Azure Machine Learning Services?
Appreciate any guidance anyone can give me, thank you!