RealtimeConfigurationResponse

data class RealtimeConfigurationResponse(val maxConcurrentCalls: Int? = null)

Holds the available configuration options for an Azure ML web service endpoint.

Constructors

Link copied to clipboard
constructor(maxConcurrentCalls: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxConcurrentCalls: Int? = null

Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.