Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource
- 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
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GoogleDriveSource
constructor
A new instance of GoogleCloudAiplatformV1beta1GoogleDriveSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GoogleDriveSource
Returns a new instance of GoogleCloudAiplatformV1beta1GoogleDriveSource.
13429 13430 13431 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 13429 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_ids ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId>
Required. Google Drive resource IDs.
Corresponds to the JSON property resourceIds
13427 13428 13429 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 13427 def resource_ids @resource_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13434 13435 13436 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 13434 def update!(**args) @resource_ids = args[:resource_ids] if args.key?(:resource_ids) end |