Variable: ServingEndpointSummarySchema
constServingEndpointSummarySchema:ZodObject<{class:ZodOptional<ZodEnum<typeofModelClass>>;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.