public static interface GetPersonalizedRankingRequest.Builder extends PersonalizeRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetPersonalizedRankingRequest.Builder,GetPersonalizedRankingRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPersonalizedRankingRequest.Builder |
campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.
|
GetPersonalizedRankingRequest.Builder |
context(Map<String,String> context)
The contextual metadata to use when getting recommendations.
|
GetPersonalizedRankingRequest.Builder |
filterArn(String filterArn)
The Amazon Resource Name (ARN) of a filter you created to include or exclude items from recommendations for a
given user.
|
GetPersonalizedRankingRequest.Builder |
inputList(Collection<String> inputList)
A list of items (by
itemId) to rank. |
GetPersonalizedRankingRequest.Builder |
inputList(String... inputList)
A list of items (by
itemId) to rank. |
GetPersonalizedRankingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPersonalizedRankingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPersonalizedRankingRequest.Builder |
userId(String userId)
The user for which you want the campaign to provide a personalized ranking.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPersonalizedRankingRequest.Builder campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.
campaignArn - The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.GetPersonalizedRankingRequest.Builder inputList(Collection<String> inputList)
A list of items (by itemId) to rank. If an item was not included in the training dataset, the
item is appended to the end of the reranked list. The maximum is 500.
inputList - A list of items (by itemId) to rank. If an item was not included in the training dataset,
the item is appended to the end of the reranked list. The maximum is 500.GetPersonalizedRankingRequest.Builder inputList(String... inputList)
A list of items (by itemId) to rank. If an item was not included in the training dataset, the
item is appended to the end of the reranked list. The maximum is 500.
inputList - A list of items (by itemId) to rank. If an item was not included in the training dataset,
the item is appended to the end of the reranked list. The maximum is 500.GetPersonalizedRankingRequest.Builder userId(String userId)
The user for which you want the campaign to provide a personalized ranking.
userId - The user for which you want the campaign to provide a personalized ranking.GetPersonalizedRankingRequest.Builder context(Map<String,String> context)
The contextual metadata to use when getting recommendations. Contextual metadata includes any interaction information that might be relevant when getting a user's recommendations, such as the user's current location or device type.
context - The contextual metadata to use when getting recommendations. Contextual metadata includes any
interaction information that might be relevant when getting a user's recommendations, such as the
user's current location or device type.GetPersonalizedRankingRequest.Builder filterArn(String filterArn)
The Amazon Resource Name (ARN) of a filter you created to include or exclude items from recommendations for a given user.
filterArn - The Amazon Resource Name (ARN) of a filter you created to include or exclude items from
recommendations for a given user.GetPersonalizedRankingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPersonalizedRankingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.