OptionalbrowseWhether the caller sees only metadata available through the BROWSE privilege.
OptionalcommentUser-provided description.
OptionalconfigOperational configuration: destinations, routing, rate limits, inference
table. Required on CreateModelService; on UpdateModelService it is
required only when config (or a config.* subpath) appears in
update_mask.
OptionalcreatedCreator identity.
OptionalcreateWhen the model service was created.
OptionaleffectiveThe resolved owner of the ModelService. Falls back to the caller's identity
when owner is not explicitly set on creation.
OptionaletagOptimistic concurrency control token. Server-generated from the
entity's state and returned on every read. To use it as an if-match
precondition on a mutation, echo the last-read value back via the dedicated
etag field on the Update / Delete request; the server rejects the mutation
if the stored etag differs.
OptionalmetastoreMetastore hosting the model service.
OptionalnameResource name of the model service.
Format: model-services/{catalog}.{schema}.{model_service}.
Each {...} component is capped at 255 characters individually.
Server-derived on Create from parent +
model_service_id; required and immutable on Update/Get/Delete.
OptionalownerThe owner of the model service. Write-only; read owner via effective_owner.
OptionalsupportedUnified API types this endpoint supports (e.g. "chat", "embeddings", "completions"). Derived from the destinations' backing models / providers at read time.
OptionalupdatedIdentity of the last updater.
OptionalupdateWhen the model service was last modified.
A governed AI Gateway endpoint in Unity Catalog that routes inference requests to one or more model destinations (for example a foundation model or an external LLM reached through a ModelProviderService). Applies centralized access control, rate limits, guardrails, and auditing to the traffic it serves.