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:



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582

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:



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582

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

#retrieval_metadata::Google::Cloud::AIPlatform::V1::RetrievalMetadata (readonly)

Returns Optional. Output only. Retrieval metadata.

Returns:



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582

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:



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582

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.



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582

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