MachineLearningComputeInstanceAutosave 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.
Auto save settings.
public readonly struct MachineLearningComputeInstanceAutosave : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceAutosave>
type MachineLearningComputeInstanceAutosave = struct
Public Structure MachineLearningComputeInstanceAutosave
Implements IEquatable(Of MachineLearningComputeInstanceAutosave)
- Inheritance
-
MachineLearningComputeInstanceAutosave
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningComputeInstanceAutosave(String) |
Initializes a new instance of MachineLearningComputeInstanceAutosave. |
Properties
| Name | Description |
|---|---|
| Local |
Gets the Local. |
| None |
Gets the None. |
| Remote |
Gets the Remote. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningComputeInstanceAutosave) |
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(MachineLearningComputeInstanceAutosave, MachineLearningComputeInstanceAutosave) |
Determines if two MachineLearningComputeInstanceAutosave values are the same. |
| Implicit(String to MachineLearningComputeInstanceAutosave) |
Converts a string to a MachineLearningComputeInstanceAutosave. |
| Implicit(String to Nullable<MachineLearningComputeInstanceAutosave>) | |
| Inequality(MachineLearningComputeInstanceAutosave, MachineLearningComputeInstanceAutosave) |
Determines if two MachineLearningComputeInstanceAutosave values are not the same. |