Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsSource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1GcsSource

Returns a new instance of GoogleCloudAiplatformV1GcsSource.



10570
10571
10572
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10570

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#urisArray<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

Returns:

  • (Array<String>)


10568
10569
10570
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10568

def uris
  @uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10575
10576
10577
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10575

def update!(**args)
  @uris = args[:uris] if args.key?(:uris)
end