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-04-09 UTC."],[[["This document provides reference information for the `TimeSeriesDatasetMetadata.Types.InputConfig` class within the Google Cloud AI Platform v1beta1 API."],["The `InputConfig` class represents the data source for a time series dataset, which stores pointers to data rather than the data itself."],["The `InputConfig` class can be implemented with BigQuery or Google Cloud Storage (GCS) as the data source, as shown in the `BigquerySource` and `GcsSource` properties."],["The class inherits from the base `object` class, and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be created via two constructors: `InputConfig()` and `InputConfig(TimeSeriesDatasetMetadata.Types.InputConfig other)`."]]],[]]