v1

latestSwagger 2.02026-07-17404560.4 KB
Models

Get training logs as websocket stream.

Get training logs for the given model as websocket stream. Each message can contain one or more log lines.

get/di/v1/models/{model_id}/logs

Path parameters

model_idstring string required

The id of the model.

Query parameters

followboolean

Follow the log stream if true. Default false.

since_timestring string

An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned.

versionstring

The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.

Response

Dump of the training log to-date