Skip to content

Commit 49e663b

Browse files
jaycee-licopybara-github
authored andcommitted
chore: Clean up internal configurations
PiperOrigin-RevId: 822723074
1 parent de941a6 commit 49e663b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertexai/_genai/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9757,15 +9757,15 @@ class SchemaTablesDatasetMetadata(_common.BaseModel):
97579757
"""Represents the metadata schema for multimodal dataset metadata."""
97589758

97599759
input_config: Optional[SchemaTablesDatasetMetadataInputConfig] = Field(
9760-
default=None, description=""""""
9760+
default=None, description="""inputConfig"""
97619761
)
97629762

97639763

97649764
class SchemaTablesDatasetMetadataDict(TypedDict, total=False):
97659765
"""Represents the metadata schema for multimodal dataset metadata."""
97669766

97679767
input_config: Optional[SchemaTablesDatasetMetadataInputConfigDict]
9768-
""""""
9768+
"""inputConfig"""
97699769

97709770

97719771
SchemaTablesDatasetMetadataOrDict = Union[

0 commit comments

Comments
 (0)