Sha256: 2de536a2d2d0dcc97569b416fd5a26b6b23bef709f6c426b0b81bbd4ae99a40e
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MachineLearning module Models # # Holds the available configuration options for an Azure ML web service # endpoint. # class RealtimeConfiguration include MsRestAzure # @return [Integer] Specifies the maximum concurrent calls that can be # made to the web service. Minimum value: 4, Maximum value: 200. attr_accessor :max_concurrent_calls # # Mapper for RealtimeConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RealtimeConfiguration', type: { name: 'Composite', class_name: 'RealtimeConfiguration', model_properties: { max_concurrent_calls: { required: false, serialized_name: 'maxConcurrentCalls', constraints: { InclusiveMaximum: 200, InclusiveMinimum: 4 }, type: { name: 'Number' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_machine_learning-0.14.0 | lib/generated/azure_mgmt_machine_learning/models/realtime_configuration.rb |