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.



11332
11333
11334
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11332

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



11330
11331
11332
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11330

def resource_ids
  @resource_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11337
11338
11339
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11337

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