CrossEncoderContentHandler#

class langchain_community.cross_encoders.sagemaker_endpoint.CrossEncoderContentHandler[source]#

CrossEncoder类的内容处理器。

属性

accepts

content_type

方法

transform_input(text_pairs)

transform_output(output)

transform_input(text_pairs: List[Tuple[str, str]]) bytes[来源]#
Parameters:

text_pairs (列表[元组[str, str]])

Return type:

字节

transform_output(output: Any) List[float][source]#
Parameters:

输出 (任意)

Return type:

列表[float]