Class CreateProcessorJobDetails
The details used to create a processor job.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class CreateProcessorJobDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The compartment identifier. | 
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The display name of the processor job. | 
InputLocation
Declaration
[Required(ErrorMessage = "InputLocation is required.")]
[JsonProperty(PropertyName = "inputLocation")]
public InputLocation InputLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| InputLocation | 
Remarks
Required
OutputLocation
Declaration
[Required(ErrorMessage = "OutputLocation is required.")]
[JsonProperty(PropertyName = "outputLocation")]
public OutputLocation OutputLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| OutputLocation | 
Remarks
Required
ProcessorConfig
Declaration
[Required(ErrorMessage = "ProcessorConfig is required.")]
[JsonProperty(PropertyName = "processorConfig")]
public ProcessorConfig ProcessorConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| ProcessorConfig | 
Remarks
Required