Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSource
- 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 Drive location for the input content.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleDriveSource
constructor
A new instance of GoogleCloudAiplatformV1GoogleDriveSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleDriveSource
Returns a new instance of GoogleCloudAiplatformV1GoogleDriveSource.
11714 11715 11716 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11714 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_ids ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSourceResourceId>
Required. Google Drive resource IDs.
Corresponds to the JSON property resourceIds
11712 11713 11714 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11712 def resource_ids @resource_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11719 11720 11721 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11719 def update!(**args) @resource_ids = args[:resource_ids] if args.key?(:resource_ids) end |