FlexStart

FlexStart is used to schedule the deployment workload on DWS resource. It contains the max duration of the deployment.

Fields
maxRuntimeDuration string (Duration format)

The max duration of the deployment is maxRuntimeDuration. The deployment will be terminated after the duration. The maxRuntimeDuration can be set up to 7 days.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

JSON representation
{
  "maxRuntimeDuration": string
}