haike1363 commented on issue #8030:
URL: https://github.com/apache/gravitino/issues/8030#issuecomment-3177606292

   databricks volumes api
   https://docs.databricks.com/api/workspace/registeredmodels/create
   resp:
   {
     "catalog_name": "main",
     "comment": "This model contains model versions that forecast future 
revenue, given historical data",
     "created_at": 1666369196203,
     "created_by": "[email protected]",
     "full_name": "main.default.revenue_forecasting_model",
     "id": "01234567-89ab-cdef-0123-456789abcdef",
     "metastore_id": "11111111-1111-1111-1111-111111111111",
     "name": "revenue_forecasting_model",
     "owner": "[email protected]",
     "schema_name": "default",
     "securable_kind": "FUNCTION_REGISTERED_MODEL",
     "securable_type": "FUNCTION",
     "storage_location": "s3://my-bucket/hello/world/my-model",
     "updated_at": 1666369196203,
     "updated_by": "[email protected]"
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to