RealtimeConfigurationArgs

data class RealtimeConfigurationArgs(val maxConcurrentCalls: Output<Int>? = null) : ConvertibleToJava<RealtimeConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val maxConcurrentCalls: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RealtimeConfigurationArgs