MachineLearningContainerType 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.
The MachineLearningContainerType.
public readonly struct MachineLearningContainerType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerType>
type MachineLearningContainerType = struct
Public Structure MachineLearningContainerType
Implements IEquatable(Of MachineLearningContainerType)
- Inheritance
-
MachineLearningContainerType
- Implements
Constructors
MachineLearningContainerType(String) |
Initializes a new instance of MachineLearningContainerType. |
Properties
InferenceServer |
InferenceServer. |
ModelDataCollector |
The container used to collect payload and custom logging when mdc is enabled. |
StorageInitializer |
StorageInitializer. |
Methods
Equals(MachineLearningContainerType) |
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(MachineLearningContainerType, MachineLearningContainerType) |
Determines if two MachineLearningContainerType values are the same. |
Implicit(String to MachineLearningContainerType) |
Converts a string to a MachineLearningContainerType. |
Inequality(MachineLearningContainerType, MachineLearningContainerType) |
Determines if two MachineLearningContainerType values are not the same. |
Applies to
Azure SDK for .NET