Sha256: e434897f6ed88636d24b5aee8b3de0d9ca66fb34bdc139f2333c5115c4fb8c51

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 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::MachineLearning::Mgmt::V2017_01_01
  module Models
    #
    # Web Service Parameter object for node and global parameter
    #
    class WebServiceParameter

      include MsRestAzure

      # @return The parameter value
      attr_accessor :value

      # @return [String] If the parameter value in 'value' field is encrypted,
      # the thumbprint of the certificate should be put here.
      attr_accessor :certificate_thumbprint


      #
      # Mapper for WebServiceParameter class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'WebServiceParameter',
          type: {
            name: 'Composite',
            class_name: 'WebServiceParameter',
            model_properties: {
              value: {
                required: false,
                serialized_name: 'value',
                type: {
                  name: 'Object'
                }
              },
              certificate_thumbprint: {
                required: false,
                serialized_name: 'certificateThumbprint',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_machine_learning-0.15.1 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_parameter.rb
azure_mgmt_machine_learning-0.15.0 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_parameter.rb