public static interface GetSimilarProfilesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetSimilarProfilesResponse.Builder,GetSimilarProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSimilarProfilesResponse.Builder |
confidenceScore(Double confidenceScore)
It only has value when the
MatchType is ML_BASED_MATCHING.A number between 0 and 1,
where a higher score means higher similarity. |
GetSimilarProfilesResponse.Builder |
matchId(String matchId)
The string
matchId that the similar profiles belong to. |
GetSimilarProfilesResponse.Builder |
matchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesResponse.Builder |
matchType(String matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous
GetSimilarProfiles API call. |
GetSimilarProfilesResponse.Builder |
profileIds(Collection<String> profileIds)
Set of
profileIds that belong to the same matching group. |
GetSimilarProfilesResponse.Builder |
profileIds(String... profileIds)
Set of
profileIds that belong to the same matching group. |
GetSimilarProfilesResponse.Builder |
ruleLevel(Integer ruleLevel)
The integer rule level that the profiles matched on.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSimilarProfilesResponse.Builder profileIds(Collection<String> profileIds)
Set of profileIds that belong to the same matching group.
profileIds - Set of profileIds that belong to the same matching group.GetSimilarProfilesResponse.Builder profileIds(String... profileIds)
Set of profileIds that belong to the same matching group.
profileIds - Set of profileIds that belong to the same matching group.GetSimilarProfilesResponse.Builder matchId(String matchId)
The string matchId that the similar profiles belong to.
matchId - The string matchId that the similar profiles belong to.GetSimilarProfilesResponse.Builder matchType(String matchType)
Specify the type of matching to get similar profiles for.
GetSimilarProfilesResponse.Builder matchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
GetSimilarProfilesResponse.Builder ruleLevel(Integer ruleLevel)
The integer rule level that the profiles matched on.
ruleLevel - The integer rule level that the profiles matched on.GetSimilarProfilesResponse.Builder confidenceScore(Double confidenceScore)
It only has value when the MatchType is ML_BASED_MATCHING.A number between 0 and 1,
where a higher score means higher similarity. Examining match confidence scores lets you distinguish between
groups of similar records in which the system is highly confident (which you may decide to merge), groups of
similar records about which the system is uncertain (which you may decide to have reviewed by a human), and
groups of similar records that the system deems to be unlikely (which you may decide to reject). Given
confidence scores vary as per the data input, it should not be used as an absolute measure of matching
quality.
confidenceScore - It only has value when the MatchType is ML_BASED_MATCHING.A number between 0
and 1, where a higher score means higher similarity. Examining match confidence scores lets you
distinguish between groups of similar records in which the system is highly confident (which you may
decide to merge), groups of similar records about which the system is uncertain (which you may decide
to have reviewed by a human), and groups of similar records that the system deems to be unlikely
(which you may decide to reject). Given confidence scores vary as per the data input, it should not be
used as an absolute measure of matching quality.GetSimilarProfilesResponse.Builder nextToken(String nextToken)
The pagination token from the previous GetSimilarProfiles API call.
nextToken - The pagination token from the previous GetSimilarProfiles API call.Copyright © 2023. All rights reserved.