Class ChunkMetadata (0.11.11)

ChunkMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata of the current chunk. This field is only populated on SearchService.Search API.

Attributes

NameDescription
previous_chunks MutableSequence[google.cloud.discoveryengine_v1alpha.types.Chunk]
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.
next_chunks MutableSequence[google.cloud.discoveryengine_v1alpha.types.Chunk]
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.