full-balloon-47815
10/18/2024, 2:41 PMserverless_endpoint=azure.machinelearningservices.ServerlessEndpoint(
"serverlessEndpoint",
resource_group_name=resource_group.name,
workspace_name=ml_project.name,
serverless_endpoint_properties=azure.machinelearningservices.ServerlessEndpointArgs(
offer=azure.machinelearningservices.ServerlessOfferArgs(
offer_name="mistral-ai-large-2407-offer",
publisher="000-000"
)
)
and here’s the error message:
azure-native:machinelearningservices:ServerlessEndpoint (serverlessEndpoint):
error: Code="UserError" Message="Error when parsing request; unable to deserialize request body" Details=[] AdditionalInfo=[{"info":{"value":"managementfrontend"},"type":"ComponentName"},{"info":{"value":{"operation":"ca0d5eaf8834d160bf37ace50728ff72","request":"ced8fec3312eb4b1"}},"type":"Correlation"},{"info":{"value":"westus"},"type":"Environment"},{"info":{"value":"westus"},"type":"Location"},{"info":{"value":"2024-10-18T14:30:06.1115485+00:00"},"type":"Time"}]
Appreciate any insight anyone can give me, thank you!