Request Configuration Response
data class RequestConfigurationResponse(val maxConcurrentRequestsPerInstance: Int? = null, val requestTimeout: String? = null)
Scoring requests configuration.
Constructors
Link copied to clipboard
fun RequestConfigurationResponse(maxConcurrentRequestsPerInstance: Int? = null, requestTimeout: String? = null)