CreateStreamJobDetails

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

Bases: object

The information needed to create new Streamjob

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateStreamJobDetails.
defined_tags Gets the defined_tags of this CreateStreamJobDetails.
display_name Gets the display_name of this CreateStreamJobDetails.
features [Required] Gets the features of this CreateStreamJobDetails.
freeform_tags Gets the freeform_tags of this CreateStreamJobDetails.
stream_output_location [Required] Gets the stream_output_location of this CreateStreamJobDetails.
stream_source_id [Required] Gets the stream_source_id of this CreateStreamJobDetails.
__init__(**kwargs)

Initializes a new CreateStreamJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • stream_source_id (str) – The value to assign to the stream_source_id property of this CreateStreamJobDetails.
  • features (list[oci.ai_vision.models.VideoStreamFeature]) – The value to assign to the features property of this CreateStreamJobDetails.
  • stream_output_location (oci.ai_vision.models.StreamOutputLocation) – The value to assign to the stream_output_location property of this CreateStreamJobDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateStreamJobDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateStreamJobDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateStreamJobDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateStreamJobDetails.
compartment_id

[Required] Gets the compartment_id of this CreateStreamJobDetails. OCID of the compartment

Returns:The compartment_id of this CreateStreamJobDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateStreamJobDetails. 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 CreateStreamJobDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateStreamJobDetails. Stream job display name.

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

[Required] Gets the features of this CreateStreamJobDetails. a list of stream analysis features.

Returns:The features of this CreateStreamJobDetails.
Return type:list[oci.ai_vision.models.VideoStreamFeature]
freeform_tags

Gets the freeform_tags of this CreateStreamJobDetails. 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 CreateStreamJobDetails.
Return type:dict(str, str)
stream_output_location

[Required] Gets the stream_output_location of this CreateStreamJobDetails.

Returns:The stream_output_location of this CreateStreamJobDetails.
Return type:oci.ai_vision.models.StreamOutputLocation
stream_source_id

[Required] Gets the stream_source_id of this CreateStreamJobDetails. OCID of streamSource.

Returns:The stream_source_id of this CreateStreamJobDetails.
Return type:str