Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo.
Chunk information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunk
def chunk() -> ::String
Returns
- (::String) — Chunk resource name.
#chunk=
def chunk=(value) -> ::String
Parameter
- value (::String) — Chunk resource name.
Returns
- (::String) — Chunk resource name.
#content
def content() -> ::String
Returns
- (::String) — Chunk textual content.
#content=
def content=(value) -> ::String
Parameter
- value (::String) — Chunk textual content.
Returns
- (::String) — Chunk textual content.
#document_metadata
def document_metadata() -> ::Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata) — Document metadata.
#document_metadata=
def document_metadata=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata) — Document metadata.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata) — Document metadata.
#relevance_score
def relevance_score() -> ::Float
Returns
- (::Float) — The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.
#relevance_score=
def relevance_score=(value) -> ::Float
Parameter
- value (::Float) — The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.
Returns
- (::Float) — The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.