Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The Google Drive location for the input content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GoogleDriveSource

Returns a new instance of GoogleCloudAiplatformV1beta1GoogleDriveSource.



11254
11255
11256
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11254

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

Instance Attribute Details

#resource_idsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId>

Required. Google Drive resource IDs. Corresponds to the JSON property resourceIds



11252
11253
11254
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11252

def resource_ids
  @resource_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11259
11260
11261
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11259

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