AgentsJobStatus Struct

Definition

Extensible status values shared by Foundry jobs.

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

Constructors

Name Description
AgentsJobStatus(String)

Initializes a new instance of AgentsJobStatus.

Properties

Name Description
Cancelled

Job was cancelled by the caller.

Failed

Job failed.

InProgress

Job is actively processing.

Queued

Job is waiting to start.

Succeeded

Job completed successfully.

Methods

Name Description
Equals(AgentsJobStatus)

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

Determines if two AgentsJobStatus values are the same.

Implicit(String to AgentsJobStatus)

Converts a string to a AgentsJobStatus.

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

Determines if two AgentsJobStatus values are not the same.

Applies to