Class: Google::Cloud::AIPlatform::V1::CsvSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CsvSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The storage details for CSV input content.
Instance Attribute Summary collapse
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::AIPlatform::V1::GcsSource
Returns Required. Google Cloud Storage location.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 37 class CsvSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |