MachineLearningDataType 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.
public readonly struct MachineLearningDataType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataType>
type MachineLearningDataType = struct
Public Structure MachineLearningDataType
Implements IEquatable(Of MachineLearningDataType)
- Inheritance
-
MachineLearningDataType
- Implements
Constructors
MachineLearningDataType(String) |
Initializes a new instance of MachineLearningDataType. |
Properties
Mltable |
mltable. |
UriFile |
uri_file. |
UriFolder |
uri_folder. |
Methods
Equals(MachineLearningDataType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MachineLearningDataType, MachineLearningDataType) |
Determines if two MachineLearningDataType values are the same. |
Implicit(String to MachineLearningDataType) |
Converts a string to a MachineLearningDataType. |
Inequality(MachineLearningDataType, MachineLearningDataType) |
Determines if two MachineLearningDataType values are not the same. |
Applies to
Azure SDK for .NET