Sha256: 900d3e9c358bb52f1b6eac26e102df17d9e42f8906d1e1a28d047b937d2a0832
Contents?: true
Size: 637 Bytes
Versions: 4
Compression:
Stored size: 637 Bytes
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 # # Defines values for ColumnFormat # module ColumnFormat Byte = "Byte" Char = "Char" Datetime = "Datetime" Double = "Double" Duration = "Duration" Float = "Float" Int8 = "Int8" Int16 = "Int16" Int32 = "Int32" Int64 = "Int64" Uint8 = "Uint8" Uint16 = "Uint16" Uint32 = "Uint32" Uint64 = "Uint64" end end end
Version data entries
4 entries across 4 versions & 1 rubygems