Class GcsSource
The Google Cloud Storage location for the input content.
Inheritance
System.Object
GcsSource
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Constructors
GcsSource()
Declaration
public GcsSource()
GcsSource(GcsSource)
Declaration
public GcsSource(GcsSource other)
Parameters
Type | Name | Description |
---|---|---|
GcsSource | other |
Properties
InputUris
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
Declaration
public RepeatedField<string> InputUris { get; }
Property Value
Type | Description |
---|---|
RepeatedField<System.String> |