Bandit Policy Response
data class BanditPolicyResponse(val delayEvaluation: Int? = null, val evaluationInterval: Int? = null, val policyType: String, val slackAmount: Double? = null, val slackFactor: Double? = null)
Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation