public sealed class TablesDatasetMetadata : IMessage<TablesDatasetMetadata>, IEquatable<TablesDatasetMetadata>, IDeepCloneable<TablesDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TablesDatasetMetadata.
The metadata of Datasets that contain tables data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference information for the `TablesDatasetMetadata` class within the Vertex AI v1beta1 API, specifically detailing its structure and usage."],["`TablesDatasetMetadata` is designed for datasets containing tabular data, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `TablesDatasetMetadata()` and another `TablesDatasetMetadata(TablesDatasetMetadata other)` which takes another instance of the same class, where the `other` parameter is a `TablesDatasetMetadata` type."],["`TablesDatasetMetadata` has one property, `InputConfig`, of the type `TablesDatasetMetadata.Types.InputConfig`, which stores input configuration data."]]],[]]