Sha256: ec32b0ebc6a43f9c747da1014058df25d49444604dba0db99a524899c1d97829

Contents?: true

Size: 733 Bytes

Versions: 2

Compression:

Stored size: 733 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::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

Version Path
azure_mgmt_machine_learning-0.14.0 lib/generated/azure_mgmt_machine_learning/models/column_format.rb
azure_mgmt_machine_learning-0.13.0 lib/generated/azure_mgmt_machine_learning/models/column_format.rb