Get a model configuration
Retrieves a model configuration revision by ID, including its runtime selectors and certifications.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Config revision identifier.
Response
OK
Immutable, user-facing configuration revision that defines how a compatible model runs, including engine and hardware selectors.
Config revision identifier.
Model, hardware, and runtime combinations certified for this config revision.
Deprecated. Use referenceModel. Reference model identifier.
Hardware and runtime selectors used to place and configure replicas.
ID of the project that owns the config revision. Public configs may be owned by a different project than the deployment.
Resource name of the referenced model, using projects/{modelProject}/models/{modelId}.
Resource name of the draft model, using projects/{draftProject}/models/{modelId}; empty when speculative decoding is not enabled.