DataType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to determine the type of data.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataTypeTypeConverter))]
public struct DataType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataTypeTypeConverter))>]
type DataType = struct
interface IArgumentCompleter
Public Structure DataType
Implements IArgumentCompleter, IEquatable(Of DataType)
- Inheritance
-
DataType
- Attributes
- Implements
Fields
Mltable | |
UriFile | |
UriFolder |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DataType) |
Compares values of enum type DataType |
Equals(Object) |
Compares values of enum type DataType (override for Object) |
GetHashCode() |
Returns hashCode for enum DataType |
ToString() |
Returns string representation for DataType |
Operators
Equality(DataType, DataType) |
Overriding == operator for enum DataType |
Implicit(DataType to String) |
Implicit operator to convert DataType to string |
Implicit(String to DataType) |
Implicit operator to convert string to DataType |
Inequality(DataType, DataType) |
Overriding != operator for enum DataType |