CreateImageJobDetails

class oci.ai_vision.models.CreateImageJobDetails(**kwargs)

Bases: object

The details of the batch image analysis.

Methods

__init__(**kwargs) Initializes a new CreateImageJobDetails object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this CreateImageJobDetails.
display_name Gets the display_name of this CreateImageJobDetails.
features [Required] Gets the features of this CreateImageJobDetails.
input_location [Required] Gets the input_location of this CreateImageJobDetails.
is_zip_output_enabled Gets the is_zip_output_enabled of this CreateImageJobDetails.
output_location [Required] Gets the output_location of this CreateImageJobDetails.
__init__(**kwargs)

Initializes a new CreateImageJobDetails 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_vision.models.InputLocation) – The value to assign to the input_location property of this CreateImageJobDetails.
  • features (list[oci.ai_vision.models.ImageFeature]) – The value to assign to the features property of this CreateImageJobDetails.
  • output_location (oci.ai_vision.models.OutputLocation) – The value to assign to the output_location property of this CreateImageJobDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateImageJobDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateImageJobDetails.
  • is_zip_output_enabled (bool) – The value to assign to the is_zip_output_enabled property of this CreateImageJobDetails.
compartment_id

Gets the compartment_id of this CreateImageJobDetails. The compartment identifier from the requester.

Returns:The compartment_id of this CreateImageJobDetails.
Return type:str
display_name

Gets the display_name of this CreateImageJobDetails. The image job display name.

Returns:The display_name of this CreateImageJobDetails.
Return type:str
features

[Required] Gets the features of this CreateImageJobDetails. The list of requested image analysis types.

Returns:The features of this CreateImageJobDetails.
Return type:list[oci.ai_vision.models.ImageFeature]
input_location

[Required] Gets the input_location of this CreateImageJobDetails.

Returns:The input_location of this CreateImageJobDetails.
Return type:oci.ai_vision.models.InputLocation
is_zip_output_enabled

Gets the is_zip_output_enabled of this CreateImageJobDetails. Whether or not to generate a ZIP file containing the results.

Returns:The is_zip_output_enabled of this CreateImageJobDetails.
Return type:bool
output_location

[Required] Gets the output_location of this CreateImageJobDetails.

Returns:The output_location of this CreateImageJobDetails.
Return type:oci.ai_vision.models.OutputLocation