Cloud AI Platform v1 API - Class GcsSource (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class GcsSource.

The Google Cloud Storage location for the input content.

Inheritance

object > GcsSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

Uris

public RepeatedField<string> Uris { get; }

Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.

Property Value
TypeDescription
RepeatedFieldstring