A Refresh Policy describes the frequency at which one or more datasets/models/deployments/batch_predictions can be updated.
| KEY | TYPE | Description |
|---|---|---|
| refreshPolicyId | str | The unique identifier for the refresh policy |
| name | str | The user-friendly name for the refresh policy |
| cron | str | A cron-style string that describes when this refresh policy is to be executed in UTC |
| nextRunTime | str | The next UTC time that this refresh policy will be executed |
| createdAt | str | The time when the refresh policy was created |
| refreshType | str | The type of refresh policy to be run |
| projectId | str | The unique identifier of a project that this refresh policy applies to |
| datasetIds | List[str] | Comma-separated list of Dataset IDs that this refresh policy applies to |
| featureGroupId | str | Feature Group ID that this refresh policy applies to |
| modelIds | List[str] | Comma-separated list of Model IDs that this refresh policy applies to |
| deploymentIds | List[str] | Comma-separated list of Deployment IDs that this refresh policy applies to |
| batchPredictionIds | List[str] | Comma-separated list of Batch Prediction IDs that this refresh policy applies to |
| modelMonitorIds | List[str] | Comma-separated list of Model Monitor IDs that this refresh policy applies to |
| notebookId | str | Notebook ID that this refresh policy applies to |
| paused | bool | True if the refresh policy is paused |
| predictionOperatorId | str | Prediction Operator ID that this refresh policy applies to |
| pipelineId | str | The Pipeline ID With The Cron Schedule |
| featureGroupExportConfig | FeatureGroupRefreshExportConfig | The export configuration for the feature group. Only applicable if refresh_type is FEATUREGROUP. |