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
1185 |
# File 'sig/client.rbs', line 1185
def confidence_score: () -> ::Float
|
#match_id ⇒ ::String
1182 |
# File 'sig/client.rbs', line 1182
def match_id: () -> ::String
|
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
1183 |
# File 'sig/client.rbs', line 1183
def match_type: () -> ("RULE_BASED_MATCHING" | "ML_BASED_MATCHING")
|
#next_token ⇒ ::String
1186 |
# File 'sig/client.rbs', line 1186
def next_token: () -> ::String
|
#profile_ids ⇒ ::Array[::String]
1181 |
# File 'sig/client.rbs', line 1181
def profile_ids: () -> ::Array[::String]
|
#rule_level ⇒ ::Integer
1184 |
# File 'sig/client.rbs', line 1184
def rule_level: () -> ::Integer
|