public class IrpClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
IrpClient(Credential credential,
String region) |
IrpClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
FeedRecommendResponse |
FeedRecommend(FeedRecommendRequest req)
获取信息流推荐结果
|
ReportFeedBehaviorResponse |
ReportFeedBehavior(ReportFeedBehaviorRequest req)
上报信息流场景内的行为数据,随着数据的积累,模型的效果会逐渐稳定。
|
ReportFeedItemResponse |
ReportFeedItem(ReportFeedItemRequest req)
上报被用于推荐的信息流内容信息
|
ReportFeedUserResponse |
ReportFeedUser(ReportFeedUserRequest req)
上报信息流用户信息,请务必确认用户的唯一性,并在请求推荐结果时指定用户的唯一标识信息(UserId),否则将无法进行千人千面的推荐
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public IrpClient(Credential credential, String region)
public IrpClient(Credential credential, String region, ClientProfile profile)
public FeedRecommendResponse FeedRecommend(FeedRecommendRequest req) throws TencentCloudSDKException
req
- FeedRecommendRequestTencentCloudSDKException
public ReportFeedBehaviorResponse ReportFeedBehavior(ReportFeedBehaviorRequest req) throws TencentCloudSDKException
req
- ReportFeedBehaviorRequestTencentCloudSDKException
public ReportFeedItemResponse ReportFeedItem(ReportFeedItemRequest req) throws TencentCloudSDKException
req
- ReportFeedItemRequestTencentCloudSDKException
public ReportFeedUserResponse ReportFeedUser(ReportFeedUserRequest req) throws TencentCloudSDKException
req
- ReportFeedUserRequestTencentCloudSDKException
Copyright © 2022. All rights reserved.