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 document provides reference information for the `TablesDatasetMetadata.Types.InputConfig` class within the Cloud AI Platform v1beta1 API."],["The `InputConfig` class represents the data source for a Tables Dataset, which only contains pointers to the actual data, not the data itself."],["`InputConfig` can be constructed either with no parameters or using another instance of the same class."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for operations like message handling, equality checks, deep cloning, and buffer message handling respectively."],["The class's properties, `BigquerySource` and `GcsSource`, indicate that the data source can be either a BigQuery or Google Cloud Storage (GCS) location, and `SourceCase` specifies which one of the two is being used."]]],[]]