class Azure::MachineLearning::Mgmt::V2017_01_01::Models::RealtimeConfiguration
Holds the available configuration options for an Azure
ML web service endpoint.
Attributes
max_concurrent_calls[RW]
@return [Integer] Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
Private Class Methods
mapper()
click to toggle source
Mapper for RealtimeConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-01-01/generated/azure_mgmt_machine_learning/models/realtime_configuration.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RealtimeConfiguration', type: { name: 'Composite', class_name: 'RealtimeConfiguration', model_properties: { max_concurrent_calls: { client_side_validation: true, required: false, serialized_name: 'maxConcurrentCalls', constraints: { InclusiveMaximum: 200, InclusiveMinimum: 4 }, type: { name: 'Number' } } } } } end