MachineLearningOutputDeliveryMode Struct

Definition

Output data delivery mode enums.

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

Constructors

MachineLearningOutputDeliveryMode(String)

Initializes a new instance of MachineLearningOutputDeliveryMode.

Properties

Direct

Direct.

ReadWriteMount

ReadWriteMount.

Upload

Upload.

Methods

Equals(MachineLearningOutputDeliveryMode)

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

Determines if two MachineLearningOutputDeliveryMode values are the same.

Implicit(String to MachineLearningOutputDeliveryMode)

Converts a string to a MachineLearningOutputDeliveryMode.

Inequality(MachineLearningOutputDeliveryMode, MachineLearningOutputDeliveryMode)

Determines if two MachineLearningOutputDeliveryMode values are not the same.

Applies to