ModelLifecycleStatus Struct

Definition

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