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 |
Local. |
| None |
None. |
| Remote |
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. |
| Inequality(MachineLearningComputeInstanceAutosave, MachineLearningComputeInstanceAutosave) |
Determines if two MachineLearningComputeInstanceAutosave values are not the same. |