Scoring
Source: merlon/v1/scoring.proto (package merlon.v1)
サービス
ScoringService
| メソッド | リクエスト | レスポンス | 説明 |
|---|---|---|---|
EvaluateCustomerRisk | merlon.v1.EvaluateCustomerRiskRequest | merlon.v1.EvaluateCustomerRiskResponse | — |
BatchEvaluate | merlon.v1.BatchEvaluateRequest | merlon.v1.BatchEvaluateResponse (streaming) | — |
Health | merlon.v1.HealthRequest | merlon.v1.HealthResponse | Deprecated. @deprecated Use the standard grpc.health.v1.Health service instead (OPS-002, the operational design §4.4). Kept for backward compatibility until 2027-07-04 (12 months), per Contract Stability. buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE |
メッセージ
BatchEvaluateRequest
| フィールド | 型 | ラベル | 説明 |
|---|---|---|---|
customers | EvaluateCustomerRiskRequest | repeated | — |
rule_set_id | string | — | — |
BatchEvaluateResponse
| フィールド | 型 | ラベル | 説明 |
|---|---|---|---|
result | EvaluateCustomerRiskResponse | — | — |
EvaluateCustomerRiskRequest
| フィールド | 型 | ラベル | 説明 |
|---|---|---|---|
customer | CustomerAttributes | — | — |
rule_set_id | string | — | — |
EvaluateCustomerRiskResponse
| フィールド | 型 | ラベル | 説明 |
|---|---|---|---|
customer_id | string | — | — |
score | double | — | — |
tier | RiskTier | — | — |
factors | RiskFactor | repeated | — |
rule_set_id | string | — | — |
rule_set_version | int32 | — | — |
rule_set_sha256 | string | — | — |
scored_at | Timestamp | — | — |