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-04-09 UTC."],[[["This documentation provides details for the `TablesDatasetMetadata.Types.InputConfig` class within the Cloud AI Platform v1beta1 API, including its properties and constructors."],["The `InputConfig` class is responsible for defining the data source for a Tables Dataset, which acts as a pointer to the data rather than storing the data itself."],["`InputConfig` has properties to define data sources such as `BigquerySource` and `GcsSource` for data stored in BigQuery or Google Cloud Storage."],["The `InputConfig` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a SourceCase property that describes the different data sources options that can be used."]]],[]]