getSimilarProfiles
abstract suspend fun getSimilarProfiles(input: GetSimilarProfilesRequest): GetSimilarProfilesResponse
Returns a set of profiles that belong to the same matching group using the matchId
or profileId
. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING
or ML_BASED_MATCHING
.