CreateVideoJobDetails¶
-
class
oci.ai_vision.models.
CreateVideoJobDetails
(**kwargs)¶ Bases:
object
Details about the video analysis.
Methods
__init__
(**kwargs)Initializes a new CreateVideoJobDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this CreateVideoJobDetails. defined_tags
Gets the defined_tags of this CreateVideoJobDetails. display_name
Gets the display_name of this CreateVideoJobDetails. features
[Required] Gets the features of this CreateVideoJobDetails. freeform_tags
Gets the freeform_tags of this CreateVideoJobDetails. input_location
[Required] Gets the input_location of this CreateVideoJobDetails. output_location
[Required] Gets the output_location of this CreateVideoJobDetails. -
__init__
(**kwargs)¶ Initializes a new CreateVideoJobDetails 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 CreateVideoJobDetails.
- features (list[oci.ai_vision.models.VideoFeature]) – The value to assign to the features property of this CreateVideoJobDetails.
- output_location (oci.ai_vision.models.OutputLocation) – The value to assign to the output_location property of this CreateVideoJobDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateVideoJobDetails.
- display_name (str) – The value to assign to the display_name property of this CreateVideoJobDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateVideoJobDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateVideoJobDetails.
-
compartment_id
¶ Gets the compartment_id of this CreateVideoJobDetails. Compartment identifier from the requester.
Returns: The compartment_id of this CreateVideoJobDetails. Return type: str
Gets the defined_tags of this CreateVideoJobDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateVideoJobDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this CreateVideoJobDetails. Video job display name.
Returns: The display_name of this CreateVideoJobDetails. Return type: str
-
features
¶ [Required] Gets the features of this CreateVideoJobDetails. a list of video analysis features.
Returns: The features of this CreateVideoJobDetails. Return type: list[oci.ai_vision.models.VideoFeature]
Gets the freeform_tags of this CreateVideoJobDetails. A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateVideoJobDetails. Return type: dict(str, str)
-
input_location
¶ [Required] Gets the input_location of this CreateVideoJobDetails.
Returns: The input_location of this CreateVideoJobDetails. Return type: oci.ai_vision.models.InputLocation
-
output_location
¶ [Required] Gets the output_location of this CreateVideoJobDetails.
Returns: The output_location of this CreateVideoJobDetails. Return type: oci.ai_vision.models.OutputLocation
-