Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Describes the metadata about dynamic retrieval.
Instance Attribute Summary collapse
-
#predictor_metadata ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata
Describes the metadata about the dynamic retrieval predictor.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata.
10764 10765 10766 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10764 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predictor_metadata ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata
Describes the metadata about the dynamic retrieval predictor.
Corresponds to the JSON property predictorMetadata
10762 10763 10764 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10762 def @predictor_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10769 10770 10771 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10769 def update!(**args) @predictor_metadata = args[:predictor_metadata] if args.key?(:predictor_metadata) end |