Class: Google::Cloud::AIPlatform::V1::AvroSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/io.rb

Overview

The storage details for Avro input content.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::Google::Cloud::AIPlatform::V1::GcsSource

Returns Required. Google Cloud Storage location.

Returns:



28
29
30
31
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 28

class AvroSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end