Sha256: 96af5f6fa4bbed38d3dbd17c8e9314673e3e2dcbafbc54073a219b5a78ad5a16
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MachineLearning module Models # # Information about the machine learning commitment plan associated with # the web service. # class CommitmentPlan include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'CommitmentPlan', type: { name: 'Composite', class_name: 'CommitmentPlan', model_properties: { id: { required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems