MachineLearningOutputDeliveryMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET