Sha256: 684cb11e67a55c03587a4bfca61e16a2022e7d6d16db6515fbd3085e5a3b6d96
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.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 # @return [String] The commitment plan ARM resource id. 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
4 entries across 4 versions & 1 rubygems