| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The startup strategy for a deployment. | ||
| kind | string | The type of the start offset. Valid values:
| LATEST_STATE |
| allowNonRestoredState | boolean | Specifies whether to allow specific operator states to be skipped. This parameter is required only when a Python deployment or a JAR deployment is resumed with state data. | TRUE |
| jobStartTimeInMs | long | The time point at which the deployment is started without states. You must enter a 13-digit timestamp. If you set the kind parameter to NONE, you can configure this parameter to allow all source tables for which the startTime parameter is configured to read data from the specified time point. | 1660293803155 |
| savepointId | string | The ID of the savepoint for starting the deployment. This parameter is required when the kind parameter is set to FROM_SAVEPOINT. | 354dde66-a3ae-463e-967a-0b4107fd**** |