Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry
- 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
Single source entry for the grounding checking.
Instance Attribute Summary collapse
-
#enterprise_datastore ⇒ String
The uri of the Enterprise Search data source.
-
#type ⇒ String
The type of the grounding checking source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry
constructor
A new instance of GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry
Returns a new instance of GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry.
17383 17384 17385 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17383 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enterprise_datastore ⇒ String
The uri of the Enterprise Search data source.
Corresponds to the JSON property enterpriseDatastore
17376 17377 17378 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17376 def enterprise_datastore @enterprise_datastore end |
#type ⇒ String
The type of the grounding checking source.
Corresponds to the JSON property type
17381 17382 17383 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17381 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17388 17389 17390 17391 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17388 def update!(**args) @enterprise_datastore = args[:enterprise_datastore] if args.key?(:enterprise_datastore) @type = args[:type] if args.key?(:type) end |