Class: Google::Cloud::AIPlatform::V1::AvroSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AvroSource
- 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.
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 |