Skip to content

Variable: ServingEndpointSummarySchema

const ServingEndpointSummarySchema: ZodObject<{ class: ZodOptional<ZodEnum<typeof ModelClass>>; description: ZodOptional<ZodString>; dimension: ZodOptional<ZodNumber>; displayName: ZodOptional<ZodString>; name: ZodString; profile: ZodOptional<ZodObject<{ cost: ZodOptional<ZodNumber>; quality: ZodOptional<ZodNumber>; speed: ZodOptional<ZodNumber>; }, $strip>>; state: ZodOptional<ZodString>; supportsTools: ZodOptional<ZodBoolean>; task: ZodOptional<ZodString>; }, $strip>

Minimal descriptor for a Databricks Model Serving endpoint - a stable subset of the SDK type so cache hits and /models responses never expose SDK internals.