Class JobSummary
sub set of Job details data which need returns in list API
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class JobSummary
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment where you want to create the job. |
Remarks
Required
CompletedDocuments
Declaration
[JsonProperty(PropertyName = "completedDocuments")]
public int? CompletedDocuments { get; set; }
Property Value
Type | Description |
---|---|
int? | Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. |
CreatedBy
Declaration
[JsonProperty(PropertyName = "createdBy")]
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user who created the job. |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A short description of the job. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly display name for the job. |
Remarks
Required
FailedDocuments
Declaration
[JsonProperty(PropertyName = "failedDocuments")]
public int? FailedDocuments { get; set; }
Property Value
Type | Description |
---|---|
int? | Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the job. |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. |
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public Job.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
Job.LifecycleStateEnum? | The current state of the Speech Job. |
PendingDocuments
Declaration
[JsonProperty(PropertyName = "pendingDocuments")]
public int? PendingDocuments { get; set; }
Property Value
Type | Description |
---|---|
int? | Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files. |
PercentComplete
Declaration
[JsonProperty(PropertyName = "percentComplete")]
public int? PercentComplete { get; set; }
Property Value
Type | Description |
---|---|
int? | How much progress the operation has made, vs the total amount of work that must be performed. |
TimeAccepted
Declaration
[JsonProperty(PropertyName = "timeAccepted")]
public DateTime? TimeAccepted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Job accepted time. |
TimeCompleted
Declaration
[JsonProperty(PropertyName = "timeCompleted")]
public DateTime? TimeCompleted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Job finished time. |
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Job started time. |
TotalDocuments
Declaration
[JsonProperty(PropertyName = "totalDocuments")]
public int? TotalDocuments { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. |
WarningsCount
Declaration
[JsonProperty(PropertyName = "warningsCount")]
public int? WarningsCount { get; set; }
Property Value
Type | Description |
---|---|
int? | warnings count |