File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright 2023–2025 Google LLC
2- #
2+
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
55# You may obtain a copy of the License at
@@ -1303,8 +1303,8 @@ class Tensorboard(BaseModel):
13031303
13041304 enable_tensorboard : bool = Field (True , description = "Enable Tensorboard logging." )
13051305 use_vertex_tensorboard : bool = Field (False , description = "Set to True for GCE, False if running via XPK." )
1306- vertex_tensorboard_project : str = Field ("" , description = "GCP project for Vertex AI Tensorboard." )
1307- vertex_tensorboard_region : str = Field ("" , description = "Region for Vertex AI Tensorboard." )
1306+ vertex_tensorboard_project : Optional [ str ] = Field ("" , description = "GCP project for Vertex AI Tensorboard." )
1307+ vertex_tensorboard_region : Optional [ str ] = Field ("" , description = "Region for Vertex AI Tensorboard." )
13081308
13091309
13101310class MultimodalGeneral (BaseModel ):
You can’t perform that action at this time.
0 commit comments