We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f1628 commit f289aa9Copy full SHA for f289aa9
src/dstack/_internal/core/backends/gcp/models.py
@@ -92,7 +92,7 @@ class GCPBackendConfig(CoreModel):
92
preview_features: Annotated[
93
Optional[List[Literal["g4"]]],
94
Field(
95
- description=("The list of preview GCP features to enable."),
+ description=("The list of preview GCP features to enable. Supported values: `g4`"),
96
max_items=1,
97
),
98
] = None
0 commit comments