Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 272 Bytes

File metadata and controls

16 lines (10 loc) · 272 Bytes

DeploymentStatus

Filter by deployment activity. active=only active, inactive=only inactive, None=no filter

Example Usage

from mistralai.client.models import DeploymentStatus
value: DeploymentStatus = "active"

Values

  • "active"
  • "inactive"