MachineLearningContainerType Struct

Definition

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