다음을 통해 공유


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

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.

Applies to