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.



26535
26536
26537
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26535

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



26533
26534
26535
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26533

def resource_ids
  @resource_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26540
26541
26542
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26540

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