MachineLearningDataType Struct

Definition

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