Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig
- 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 configuration for grounding checking.
Instance Attribute Summary collapse
-
#sources ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry>
The sources for the grounding checking.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig
constructor
A new instance of GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig
Returns a new instance of GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig.
17359 17360 17361 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17359 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sources ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry>
The sources for the grounding checking.
Corresponds to the JSON property sources
17357 17358 17359 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17357 def sources @sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17364 17365 17366 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 17364 def update!(**args) @sources = args[:sources] if args.key?(:sources) end |