Hanzo
OpenapiMl

Returns one deployed inference model.

Returns one deployed inference model. Its spec comes with it, and kserve's live status, which is where readiness and the serving address appear.

GET /v1/ml/models/{name}

Addresshttps://api.hanzo.ai/v1/ml/models/{name}
MethodGET
Operationget_ml_models_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one deployed inference model. Its spec comes with it, and kserve's live status, which is where readiness and the serving address appear. A name the caller's org does not own answers 404, exactly as an unknown name does, so a probe learns nothing about another tenant's models.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyesName is the resource to act on, taken from the path.

Response

StatusBodyMeaning
200mlResourceok

200 body — 6 fields.

FieldInTypeAlwaysDescription
createdAtbodystringCreatedAt is when Kubernetes admitted the object, RFC 3339 in UTC.
namebodystringName is the object's metadata.name, unique within the caller's namespace.
specbodyobjectSpec is the resource spec, verbatim as Kubernetes stores it.
spec.*bodyobject
statusbodyobjectStatus is the live status kserve owns, verbatim.
status.*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo ml models get <name>

ML API · All Hanzo APIs · Interactive reference

How is this guide?

On this page