Freigeben über


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

Name Description
MachineLearningOutputDeliveryMode(String)

Initializes a new instance of MachineLearningOutputDeliveryMode.

Properties

Name Description
Direct

Direct.

ReadWriteMount

ReadWriteMount.

Upload

Upload.

Methods

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

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