public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GcsSource.
The Google Cloud Storage location for the input content.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(GcsSource other)
Parameter | |
---|---|
Name | Description |
other |
GcsSource |
Properties
InputUris
public RepeatedField<string> InputUris { get; }
Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:
- Full object path, e.g. gs://bucket/directory/object.csv
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |