MachineLearningInputDeliveryMode 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.
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
| Name | Description |
|---|---|
| MachineLearningInputDeliveryMode(String) |
Initializes a new instance of MachineLearningInputDeliveryMode. |
Properties
| Name | Description |
|---|---|
| Direct |
Gets the Direct. |
| Download |
Gets the Download. |
| EvalDownload |
Gets the EvalDownload. |
| EvalMount |
Gets the EvalMount. |
| ReadOnlyMount |
Gets the ReadOnlyMount. |
| ReadWriteMount |
Gets the ReadWriteMount. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(MachineLearningInputDeliveryMode, MachineLearningInputDeliveryMode) |
Determines if two MachineLearningInputDeliveryMode values are the same. |
| Implicit(String to MachineLearningInputDeliveryMode) |
Converts a string to a MachineLearningInputDeliveryMode. |
| Implicit(String to Nullable<MachineLearningInputDeliveryMode>) | |
| Inequality(MachineLearningInputDeliveryMode, MachineLearningInputDeliveryMode) |
Determines if two MachineLearningInputDeliveryMode values are not the same. |