ProjectsJobStatus Struct

Definition

Extensible status values shared by Foundry jobs.

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

Constructors

Name Description
ProjectsJobStatus(String)

Initializes a new instance of ProjectsJobStatus.

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(ProjectsJobStatus)

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

Determines if two ProjectsJobStatus values are the same.

Implicit(String to Nullable<ProjectsJobStatus>)
Implicit(String to ProjectsJobStatus)

Converts a string to a ProjectsJobStatus.

Inequality(ProjectsJobStatus, ProjectsJobStatus)

Determines if two ProjectsJobStatus values are not the same.

Applies to