Sha256: c7ca799aa2bca2ce85d1922473985e7a8e4475f43263e0c12984741569b683f7
Contents?: true
Size: 747 Bytes
Versions: 8
Compression:
Stored size: 747 Bytes
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 # # Defines values for ColumnFormat # module ColumnFormat Byte = "Byte" Char = "Char" Complex64 = "Complex64" Complex128 = "Complex128" DateTime = "Date-time" DateTimeOffset = "Date-timeOffset" 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
8 entries across 8 versions & 1 rubygems