Freigeben über


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

Name Description
MachineLearningContainerType(String)

Initializes a new instance of MachineLearningContainerType.

Properties

Name Description
InferenceServer

InferenceServer.

ModelDataCollector

The container used to collect payload and custom logging when mdc is enabled.

StorageInitializer

StorageInitializer.

Methods

Name Description
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

Name Description
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