Type alias TuneStatus

TuneStatus: "pending" | "running" | "succeeded" | "cancelled" | "failed"

The status of the tune job.

Generated using TypeDoc