public sealed class TablesDatasetMetadata.Types.InputConfig : IMessage<TablesDatasetMetadata.Types.InputConfig>, IEquatable<TablesDatasetMetadata.Types.InputConfig>, IDeepCloneable<TablesDatasetMetadata.Types.InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TablesDatasetMetadata.Types.InputConfig.
The tables Dataset's data source. The Dataset doesn't store the data
directly, but only pointer(s) to its 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-21 UTC."],[[["The `TablesDatasetMetadata.Types.InputConfig` class in the Vertex AI v1beta1 API defines the data source for a tables dataset, which stores pointers to data rather than the data itself."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["It provides constructors for creating instances of `InputConfig`, either as a new object or by copying from an existing `InputConfig`."],["The `InputConfig` class supports two types of data sources: `BigquerySource` and `GcsSource`, which can be set as properties of the instance."],["The `SourceCase` property allows the determination of which source, if any, is currently being used by an instance of the `InputConfig` class."]]],[]]