Cloud AI Platform v1 API - Class AvroSource (2.27.0)

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

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

The storage details for Avro input content.

Inheritance

object > AvroSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AvroSource()

public AvroSource()

AvroSource(AvroSource)

public AvroSource(AvroSource other)
Parameter
NameDescription
otherAvroSource

Properties

GcsSource

public GcsSource GcsSource { get; set; }

Required. Google Cloud Storage location.

Property Value
TypeDescription
GcsSource