Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGroundingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGroundingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Grounding configuration.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGroundingConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaGroundingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGroundingConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaGroundingConfig.
5711 5712 5713 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5711 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Name of the GroundingConfig, of the form projects/project/
locations/location/groundingConfig.
Corresponds to the JSON property name
5709 5710 5711 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5709 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5716 5717 5718 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5716 def update!(**args) @name = args[:name] if args.key?(:name) end |