Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 471 Bytes

File metadata and controls

16 lines (10 loc) · 471 Bytes

ListDeploymentsV1WorkflowsDeploymentsGetOrderBy

Field to sort by. When omitted, active and managed deployments are grouped first, then sorted by created_at. When set, results are sorted purely by the specified field with no grouping.

Example Usage

from mistralai.client.models import ListDeploymentsV1WorkflowsDeploymentsGetOrderBy
value: ListDeploymentsV1WorkflowsDeploymentsGetOrderBy = "updated_at"

Values

  • "updated_at"
  • "created_at"