public sealed class TimeSeriesDatasetMetadata.Types.InputConfig : IMessage<TimeSeriesDatasetMetadata.Types.InputConfig>, IEquatable<TimeSeriesDatasetMetadata.Types.InputConfig>, IDeepCloneable<TimeSeriesDatasetMetadata.Types.InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TimeSeriesDatasetMetadata.Types.InputConfig.
The time series 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-31 UTC."],[[["This documentation is for the `InputConfig` class within the `TimeSeriesDatasetMetadata.Types` namespace of the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta21, and beta20."],["The `InputConfig` class serves as a data source pointer for a TimeSeries Dataset, rather than storing the data directly."],["`InputConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The `InputConfig` class offers constructors for creating instances, either empty or based on an existing `InputConfig` object."],["Data sources for the `InputConfig` can be specified through either `BigquerySource` or `GcsSource` properties, with `SourceCase` indicating the currently set data source."]]],[]]