Class: Google::Cloud::AIPlatform::V1::CsvDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CsvDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The storage details for CSV output content.
Instance Attribute Summary collapse
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns Required. Google Cloud Storage location.
100 101 102 103 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 100 class CsvDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |