Module: Aws::CustomerProfiles::Client::_GetSimilarProfilesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSimilarProfilesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #confidence_score ⇒ ::Float
- #match_id ⇒ ::String
- #match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
- #next_token ⇒ ::String
- #profile_ids ⇒ ::Array[::String]
- #rule_level ⇒ ::Integer
Instance Method Details
#confidence_score ⇒ ::Float
1137 |
# File 'sig/client.rbs', line 1137
def confidence_score: () -> ::Float
|
#match_id ⇒ ::String
1134 |
# File 'sig/client.rbs', line 1134
def match_id: () -> ::String
|
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
1135 |
# File 'sig/client.rbs', line 1135
def match_type: () -> ("RULE_BASED_MATCHING" | "ML_BASED_MATCHING")
|
#next_token ⇒ ::String
1138 |
# File 'sig/client.rbs', line 1138
def next_token: () -> ::String
|
#profile_ids ⇒ ::Array[::String]
1133 |
# File 'sig/client.rbs', line 1133
def profile_ids: () -> ::Array[::String]
|
#rule_level ⇒ ::Integer
1136 |
# File 'sig/client.rbs', line 1136
def rule_level: () -> ::Integer
|