Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 406 Bytes

File metadata and controls

18 lines (11 loc) · 406 Bytes

GetDeploymentSummariesResponseDeploymentStatus

Example Usage

from mistralai.client.models import GetDeploymentSummariesResponseDeploymentStatus

# Open enum: unrecognized values are captured as UnrecognizedStr
value: GetDeploymentSummariesResponseDeploymentStatus = "online"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "online"
  • "offline"