MachineLearningContainerType Struct

Definition

The type of container to retrieve logs from.

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

The container used to serve user's request.

ModelDataCollector

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

StorageInitializer

The container used to download models and score script.

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