MachineLearningEnvironmentType Struct

Definition

Environment type is either user created or curated by Azure ML service.

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

Constructors

MachineLearningEnvironmentType(String)

Initializes a new instance of MachineLearningEnvironmentType.

Properties

Curated

Curated.

UserCreated

UserCreated.

Methods

Equals(MachineLearningEnvironmentType)

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(MachineLearningEnvironmentType, MachineLearningEnvironmentType)

Determines if two MachineLearningEnvironmentType values are the same.

Implicit(String to MachineLearningEnvironmentType)

Converts a string to a MachineLearningEnvironmentType.

Inequality(MachineLearningEnvironmentType, MachineLearningEnvironmentType)

Determines if two MachineLearningEnvironmentType values are not the same.

Applies to