mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-20 18:12:35 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -84,7 +84,9 @@ class AmazonPersonalize:
|
||||
metadata_columns: Optional[Mapping[str, Sequence[str]]] = None,
|
||||
**kwargs: Any,
|
||||
) -> Mapping[str, Any]:
|
||||
"""Get recommendations from Amazon Personalize:
|
||||
"""Get recommendations from Amazon Personalize service.
|
||||
|
||||
See more details at:
|
||||
https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html
|
||||
|
||||
Args:
|
||||
@@ -151,6 +153,7 @@ class AmazonPersonalize:
|
||||
**kwargs: Any,
|
||||
) -> Mapping[str, Any]:
|
||||
"""Re-ranks a list of recommended items for the given user.
|
||||
|
||||
https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetPersonalizedRanking.html
|
||||
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user