public sealed class AvroSource : IMessage<AvroSource>, IEquatable<AvroSource>, IDeepCloneable<AvroSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AvroSource.
The storage details for Avro input content.
Implements
IMessageAvroSource, IEquatableAvroSource, IDeepCloneableAvroSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AvroSource()
public AvroSource()
AvroSource(AvroSource)
public AvroSource(AvroSource other)
Parameter | |
---|---|
Name | Description |
other |
AvroSource |
Properties
GcsSource
public GcsSource GcsSource { get; set; }
Required. Google Cloud Storage location.
Property Value | |
---|---|
Type | Description |
GcsSource |