We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de941a6 commit 49e663bCopy full SHA for 49e663b
vertexai/_genai/types.py
@@ -9757,15 +9757,15 @@ class SchemaTablesDatasetMetadata(_common.BaseModel):
9757
"""Represents the metadata schema for multimodal dataset metadata."""
9758
9759
input_config: Optional[SchemaTablesDatasetMetadataInputConfig] = Field(
9760
- default=None, description=""""""
+ default=None, description="""inputConfig"""
9761
)
9762
9763
9764
class SchemaTablesDatasetMetadataDict(TypedDict, total=False):
9765
9766
9767
input_config: Optional[SchemaTablesDatasetMetadataInputConfigDict]
9768
- """"""
+ """inputConfig"""
9769
9770
9771
SchemaTablesDatasetMetadataOrDict = Union[
0 commit comments