ภาษา

MachineLearningContainerType Struct

Definition

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

Gets the InferenceServer.

ModelDataCollector

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

StorageInitializer

Gets the 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.

Implicit(String to Nullable<MachineLearningContainerType>)
Inequality(MachineLearningContainerType, MachineLearningContainerType)

Determines if two MachineLearningContainerType values are not the same.

Applies to