Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootGroundingMetadata

Returns a new instance of LearningGenaiRootGroundingMetadata.



31141
31142
31143
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31141

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

Instance Attribute Details

#citationsArray<Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadataCitation>

Corresponds to the JSON property citations



31128
31129
31130
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31128

def citations
  @citations
end

#grounding_cancelledBoolean Also known as: grounding_cancelled?

True if grounding is cancelled, for example, no facts being retrieved. Corresponds to the JSON property groundingCancelled

Returns:

  • (Boolean)


31133
31134
31135
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31133

def grounding_cancelled
  @grounding_cancelled
end

#search_queriesArray<String>

Corresponds to the JSON property searchQueries

Returns:

  • (Array<String>)


31139
31140
31141
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31139

def search_queries
  @search_queries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31146
31147
31148
31149
31150
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31146

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