ModelLifecycleStatus 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.
Model lifecycle status.
public readonly struct ModelLifecycleStatus : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ModelLifecycleStatus>
type ModelLifecycleStatus = struct
Public Structure ModelLifecycleStatus
Implements IEquatable(Of ModelLifecycleStatus)
- Inheritance
-
ModelLifecycleStatus
- Implements
Constructors
ModelLifecycleStatus(String) |
Initializes a new instance of ModelLifecycleStatus. |
Properties
GenerallyAvailable |
GenerallyAvailable. |
Preview |
Preview. |
Methods
Equals(ModelLifecycleStatus) |
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(ModelLifecycleStatus, ModelLifecycleStatus) |
Determines if two ModelLifecycleStatus values are the same. |
Implicit(String to ModelLifecycleStatus) |
Converts a String to a ModelLifecycleStatus. |
Inequality(ModelLifecycleStatus, ModelLifecycleStatus) |
Determines if two ModelLifecycleStatus values are not the same. |
Applies to
Azure SDK for .NET