MachineLearningEnvironmentType 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.
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
Azure SDK for .NET