Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSources
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSources
- 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 SharePointSources to pass to ImportRagFiles.
Instance Attribute Summary collapse
-
#share_point_sources ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSourcesSharePointSource>
The SharePoint sources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SharePointSources
constructor
A new instance of GoogleCloudAiplatformV1SharePointSources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SharePointSources
Returns a new instance of GoogleCloudAiplatformV1SharePointSources.
32032 32033 32034 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32032 def initialize(**args) update!(**args) end |
Instance Attribute Details
#share_point_sources ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSourcesSharePointSource>
The SharePoint sources.
Corresponds to the JSON property sharePointSources
32030 32031 32032 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32030 def share_point_sources @share_point_sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32037 32038 32039 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32037 def update!(**args) @share_point_sources = args[:share_point_sources] if args.key?(:share_point_sources) end |