Class: Google::Cloud::DiscoveryEngine::V1::Chunk::ChunkMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Chunk::ChunkMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/chunk.rb
Overview
Metadata of the current chunk. This field is only populated on SearchService.Search API.
Instance Attribute Summary collapse
-
#next_chunks ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>
The next chunks of the current chunk.
-
#previous_chunks ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>
The previous chunks of the current chunk.
Instance Attribute Details
#next_chunks ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>
Returns The next chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_next_chunks. This field is only populated on SearchService.Search API.
111 112 113 114 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 111 class ChunkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#previous_chunks ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>
Returns The previous chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_previous_chunks. This field is only populated on SearchService.Search API.
111 112 113 114 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 111 class ChunkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |