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 Vertex AI 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-21 UTC."],[[["This document provides reference information for the `TimeSeriesDatasetMetadata.Types.InputConfig` class within the Vertex AI v1beta1 API, version 1.0.0-beta21."],["The `InputConfig` class is designed to specify the data source for a time series dataset, which uses pointers to access data instead of storing it directly."],["The `InputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class allows setting the data source through either a `BigQuerySource` or `GcsSource` property, with the actual type being specified by the `SourceCase` property."],["Two constructors are available for the `InputConfig` class, one default and another accepting an existing `TimeSeriesDatasetMetadata.Types.InputConfig` instance to allow for cloning."]]],[]]