Cloud Storage URI of one or more files. Only CSV files are supported.
The first line of the CSV file is used as the header.
If there are multiple files, the header is the first line of
the lexicographically first file, the other files must either
contain the exact same header or omit the header.
[[["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."],[[["The content focuses on the `GcsSource` class within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TimeSeriesDatasetMetadata.Types` namespace, specifically versions 1.0.0-beta21 (latest) and 1.0.0-beta20."],["`GcsSource` is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cGcsSource\u003e`, `IDeepCloneable\u003cGcsSource\u003e`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `GcsSource()` and a copy constructor `GcsSource(GcsSource other)` to duplicate existing objects."],["The `Uri` property, of type `RepeatedField\u003cstring\u003e`, allows for specifying one or more Cloud Storage URIs of CSV files, where the first line serves as the header, consistent across files."]]],[]]