ภาษา

FeatureDataType Struct

Definition

public readonly struct FeatureDataType : IEquatable<Azure.ResourceManager.MachineLearning.Models.FeatureDataType>
type FeatureDataType = struct
Public Structure FeatureDataType
Implements IEquatable(Of FeatureDataType)
Inheritance
FeatureDataType
Implements

Constructors

Name Description
FeatureDataType(String)

Initializes a new instance of FeatureDataType.

Properties

Name Description
Binary

Gets the Binary.

Boolean

Gets the Boolean.

Datetime

Gets the Datetime.

Double

Gets the Double.

Float

Gets the Float.

Integer

Gets the Integer.

Long

Gets the Long.

String

Gets the String.

Methods

Name Description
Equals(FeatureDataType)

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

Name Description
Equality(FeatureDataType, FeatureDataType)

Determines if two FeatureDataType values are the same.

Implicit(String to FeatureDataType)

Converts a string to a FeatureDataType.

Implicit(String to Nullable<FeatureDataType>)
Inequality(FeatureDataType, FeatureDataType)

Determines if two FeatureDataType values are not the same.

Applies to