public sealed class TablesDatasetMetadata.Types.GcsSource : IMessage<TablesDatasetMetadata.Types.GcsSource>, IEquatable<TablesDatasetMetadata.Types.GcsSource>, IDeepCloneable<TablesDatasetMetadata.Types.GcsSource>, IBufferMessage, IMessage
Implements
IMessageTablesDatasetMetadataTypesGcsSource, IEquatableTablesDatasetMetadataTypesGcsSource, IDeepCloneableTablesDatasetMetadataTypesGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(TablesDatasetMetadata.Types.GcsSource other)
Parameter | |
---|---|
Name | Description |
other |
TablesDatasetMetadataTypesGcsSource |
Properties
Uri
public RepeatedField<string> Uri { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |