Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
The Google Cloud Storage location for the input content.
Instance Attribute Summary collapse
-
#uris ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GcsSource
constructor
A new instance of GoogleCloudAiplatformV1GcsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GcsSource
Returns a new instance of GoogleCloudAiplatformV1GcsSource.
9279 9280 9281 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9279 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uris ⇒ Array<String>
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.
Corresponds to the JSON property uris
9277 9278 9279 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9277 def uris @uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9284 9285 9286 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9284 def update!(**args) @uris = args[:uris] if args.key?(:uris) end |