Cloud AI Platform v1beta1 API - Class TimeSeriesDatasetMetadata.Types.GcsSource (1.0.0-beta03)

public sealed class TimeSeriesDatasetMetadata.Types.GcsSource : IMessage<TimeSeriesDatasetMetadata.Types.GcsSource>, IEquatable<TimeSeriesDatasetMetadata.Types.GcsSource>, IDeepCloneable<TimeSeriesDatasetMetadata.Types.GcsSource>, IBufferMessage, IMessage

Inheritance

object > TimeSeriesDatasetMetadata.Types.GcsSource

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(TimeSeriesDatasetMetadata.Types.GcsSource other)
Parameter
Name Description
other TimeSeriesDatasetMetadataTypesGcsSource

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