AgentVersionStatus Struct

Definition

The provisioning status of an agent version.

public readonly struct AgentVersionStatus : IEquatable<Azure.AI.Projects.Agents.AgentVersionStatus>
type AgentVersionStatus = struct
Public Structure AgentVersionStatus
Implements IEquatable(Of AgentVersionStatus)
Inheritance
AgentVersionStatus
Implements

Constructors

Name Description
AgentVersionStatus(String)

Initializes a new instance of AgentVersionStatus.

Properties

Name Description
Active

The agent version is active and ready to serve requests.

Creating

The agent version is being provisioned.

Deleted

The agent version has been deleted.

Deleting

The agent version is being deleted.

Failed

The agent version provisioning failed.

Methods

Name Description
Equals(AgentVersionStatus)

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(AgentVersionStatus, AgentVersionStatus)

Determines if two AgentVersionStatus values are the same.

Implicit(String to AgentVersionStatus)

Converts a string to a AgentVersionStatus.

Implicit(String to Nullable<AgentVersionStatus>)
Inequality(AgentVersionStatus, AgentVersionStatus)

Determines if two AgentVersionStatus values are not the same.

Applies to