Class ProviderJobStatus
- Namespace
- CivitaiSharp.Sdk.Models.Results
- Assembly
- CivitaiSharp.Sdk.dll
Provider-specific information about whether a job is supported and, if queued, where it is.
public sealed record ProviderJobStatus : IEquatable<ProviderJobStatus>
- Inheritance
-
ProviderJobStatus
- Implements
- Inherited Members
Constructors
ProviderJobStatus(JobSupport, ProviderJobQueuePosition?)
Provider-specific information about whether a job is supported and, if queued, where it is.
public ProviderJobStatus(JobSupport Support, ProviderJobQueuePosition? QueuePosition)
Parameters
SupportJobSupportQueuePositionProviderJobQueuePosition
Properties
QueuePosition
[JsonPropertyName("queuePosition")]
public ProviderJobQueuePosition? QueuePosition { get; init; }
Property Value
Support
[JsonRequired]
[JsonPropertyName("support")]
public JobSupport Support { get; init; }