Sha256: 9570338373f15d6a7a535c72c5c66ecbc9eb87595bb550adac93fd9cc0d2b0f0
Contents?: true
Size: 740 Bytes
Versions: 2
Compression:
Stored size: 740 Bytes
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 # # 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
2 entries across 2 versions & 1 rubygems