Interface CreateScoreRequest.ValueStage
- All Known Implementing Classes:
CreateScoreRequest.Builder
- Enclosing class:
CreateScoreRequest
public static interface CreateScoreRequest.ValueStage
-
Method Summary
-
Method Details
-
value
The value of the score. Must be passed as string for categorical scores, and numeric for boolean and numeric scores. Boolean score values must equal either 1 or 0 (true or false)
-