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 Cloud AI Platform 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-25 UTC."],[[["This documentation is for the `TablesDatasetMetadata.Types.InputConfig` class within the Google Cloud AI Platform v1beta1 API."],["`InputConfig` serves as a pointer to the data source of a tables dataset, which can be either a BigQuery source or a GCS source."],["The `InputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create new `InputConfig` instances, including one to create a copy from another `InputConfig` instance."],["The class contains properties to specify the data source for the inputConfig, either `BigquerySource`, or `GcsSource`, and has a property to view which one is currently set, called `SourceCase`."]]],[]]