Sha256: b18c220cb412874d856b4ec4d2fd47da6e1d086156e347a7cec9f1da13b99b01
Contents?: true
Size: 1.21 KB
Versions: 6
Compression:
Stored size: 1.21 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 # # Information about the machine learning commitment plan associated with # the web service. # class CommitmentPlan include MsRestAzure # @return [String] Specifies the Azure Resource Manager ID of the # commitment plan associated with the web service. attr_accessor :id # # Mapper for CommitmentPlan class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CommitmentPlan', type: { name: 'Composite', class_name: 'CommitmentPlan', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems