Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.86 KB

File metadata and controls

21 lines (16 loc) · 2.86 KB

StreamDeploymentLogsRequest

Example Usage

import { StreamDeploymentLogsRequest } from "@mistralai/mistralai/models/operations";

let value: StreamDeploymentLogsRequest = {
  name: "<value>",
};

Fields

Field Type Required Description
name string ✔️ N/A
workerName string Filter logs by worker name
workflowName string Filter logs by workflow name
after Date Start a fresh stream at this timestamp (ignored when resuming via last_event_id)
lastEventId string Resume from this cursor (a prior response's SSE id)