Class: Google::Cloud::AIPlatform::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The Google Cloud Storage location for the input content.
Instance Attribute Summary collapse
-
#uris ⇒ ::Array<::String>
Required.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
48 49 50 51 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 48 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |