Interface ScoringRequestParameters

All Known Implementing Classes:
DefaultScoringRequestParameters

@Experimental public interface ScoringRequestParameters
The per-call parameters of a ScoringRequest, such as the modelName() to use. Provider integrations can extend this interface (via DefaultScoringRequestParameters and its self-typed builder) to add provider-specific parameters.
Since:
1.20.0
See Also: