CreateProcessorJobDetails¶
-
class
oci.ai_document.models.
CreateProcessorJobDetails
(**kwargs)¶ Bases:
object
The details used to create a processor job.
Methods
__init__
(**kwargs)Initializes a new CreateProcessorJobDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateProcessorJobDetails. display_name
Gets the display_name of this CreateProcessorJobDetails. input_location
[Required] Gets the input_location of this CreateProcessorJobDetails. output_location
[Required] Gets the output_location of this CreateProcessorJobDetails. processor_config
[Required] Gets the processor_config of this CreateProcessorJobDetails. -
__init__
(**kwargs)¶ Initializes a new CreateProcessorJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - input_location (oci.ai_document.models.InputLocation) – The value to assign to the input_location property of this CreateProcessorJobDetails.
- output_location (oci.ai_document.models.OutputLocation) – The value to assign to the output_location property of this CreateProcessorJobDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateProcessorJobDetails.
- display_name (str) – The value to assign to the display_name property of this CreateProcessorJobDetails.
- processor_config (oci.ai_document.models.ProcessorConfig) – The value to assign to the processor_config property of this CreateProcessorJobDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateProcessorJobDetails. The compartment identifier.
Returns: The compartment_id of this CreateProcessorJobDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateProcessorJobDetails. The display name of the processor job.
Returns: The display_name of this CreateProcessorJobDetails. Return type: str
-
input_location
¶ [Required] Gets the input_location of this CreateProcessorJobDetails.
Returns: The input_location of this CreateProcessorJobDetails. Return type: oci.ai_document.models.InputLocation
-
output_location
¶ [Required] Gets the output_location of this CreateProcessorJobDetails.
Returns: The output_location of this CreateProcessorJobDetails. Return type: oci.ai_document.models.OutputLocation
-
processor_config
¶ [Required] Gets the processor_config of this CreateProcessorJobDetails.
Returns: The processor_config of this CreateProcessorJobDetails. Return type: oci.ai_document.models.ProcessorConfig
-