Share via


MachineLearningInputDeliveryMode Struct

Definition

Enum to determine the input data delivery mode.

public readonly struct MachineLearningInputDeliveryMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningInputDeliveryMode>
type MachineLearningInputDeliveryMode = struct
Public Structure MachineLearningInputDeliveryMode
Implements IEquatable(Of MachineLearningInputDeliveryMode)
Inheritance
MachineLearningInputDeliveryMode
Implements

Constructors

MachineLearningInputDeliveryMode(String)

Initializes a new instance of MachineLearningInputDeliveryMode.

Properties

Direct

Direct.

Download

Download.

EvalDownload

EvalDownload.

EvalMount

EvalMount.

ReadOnlyMount

ReadOnlyMount.

ReadWriteMount

ReadWriteMount.

Methods

Equals(MachineLearningInputDeliveryMode)

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(MachineLearningInputDeliveryMode, MachineLearningInputDeliveryMode)

Determines if two MachineLearningInputDeliveryMode values are the same.

Implicit(String to MachineLearningInputDeliveryMode)

Converts a string to a MachineLearningInputDeliveryMode.

Inequality(MachineLearningInputDeliveryMode, MachineLearningInputDeliveryMode)

Determines if two MachineLearningInputDeliveryMode values are not the same.

Applies to