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-03-21 UTC."],[[["This document provides information on the `GcsSource` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TimeSeriesDatasetMetadata.Types` namespace in the Google Cloud AI Platform .NET library."],["The `GcsSource` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to handle data serialization, comparison, deep cloning, and buffering."],["The class offers two constructors, a default constructor `GcsSource()` and a copy constructor `GcsSource(GcsSource other)`, enabling the creation of new instances and the duplication of existing ones, respectively."],["The `Uri` property of `GcsSource`, a `RepeatedField\u003cstring\u003e`, represents the Cloud Storage URI(s) of one or more CSV files, with the first file's header serving as the common header for all other files if multiple files are used."]]],[]]