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
| Name | Description |
|---|---|
| MachineLearningEnvironmentType(String) |
Initializes a new instance of MachineLearningEnvironmentType. |
Properties
| Name | Description |
|---|---|
| Curated |
Curated. |
| UserCreated |
UserCreated. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |