Class: Google::Cloud::AIPlatform::V1::GroundingMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/content.rb

Overview

Metadata returned to client when grounding is enabled.

Instance Attribute Summary collapse

Instance Attribute Details

#grounding_chunks::Array<::Google::Cloud::AIPlatform::V1::GroundingChunk>

Returns List of supporting references retrieved from specified grounding source.

Returns:



576
577
578
579
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 576

class GroundingMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#grounding_supports::Array<::Google::Cloud::AIPlatform::V1::GroundingSupport>

Returns Optional. List of grounding support.

Returns:



576
577
578
579
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 576

class GroundingMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#search_entry_point::Google::Cloud::AIPlatform::V1::SearchEntryPoint

Returns Optional. Google search entry for the following-up web searches.

Returns:



576
577
578
579
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 576

class GroundingMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#web_search_queries::Array<::String>

Returns Optional. Web search queries for the following-up web search.

Returns:

  • (::Array<::String>)

    Optional. Web search queries for the following-up web search.



576
577
578
579
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 576

class GroundingMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end