Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSources

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1SharePointSources

Returns a new instance of GoogleCloudAiplatformV1SharePointSources.



44385
44386
44387
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 44385

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#share_point_sourcesArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSourcesSharePointSource>

The SharePoint sources. Corresponds to the JSON property sharePointSources



44383
44384
44385
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 44383

def share_point_sources
  @share_point_sources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



44390
44391
44392
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 44390

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