UpdateStreamJobDetails¶
-
class
oci.ai_vision.models.
UpdateStreamJobDetails
(**kwargs)¶ Bases:
object
The information needed to update streamjob
Methods
__init__
(**kwargs)Initializes a new UpdateStreamJobDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateStreamJobDetails. display_name
Gets the display_name of this UpdateStreamJobDetails. features
Gets the features of this UpdateStreamJobDetails. freeform_tags
Gets the freeform_tags of this UpdateStreamJobDetails. stream_output_location
Gets the stream_output_location of this UpdateStreamJobDetails. stream_source_id
Gets the stream_source_id of this UpdateStreamJobDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateStreamJobDetails 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 UpdateStreamJobDetails.
- features (list[oci.ai_vision.models.VideoStreamFeature]) – The value to assign to the features property of this UpdateStreamJobDetails.
- stream_output_location (oci.ai_vision.models.StreamOutputLocation) – The value to assign to the stream_output_location property of this UpdateStreamJobDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateStreamJobDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateStreamJobDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateStreamJobDetails.
Gets the defined_tags of this UpdateStreamJobDetails. 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 UpdateStreamJobDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateStreamJobDetails. Stream job display name.
Returns: The display_name of this UpdateStreamJobDetails. Return type: str
-
features
¶ Gets the features of this UpdateStreamJobDetails. List of stream analysis features.
Returns: The features of this UpdateStreamJobDetails. Return type: list[oci.ai_vision.models.VideoStreamFeature]
Gets the freeform_tags of this UpdateStreamJobDetails. 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 UpdateStreamJobDetails. Return type: dict(str, str)
-
stream_output_location
¶ Gets the stream_output_location of this UpdateStreamJobDetails.
Returns: The stream_output_location of this UpdateStreamJobDetails. Return type: oci.ai_vision.models.StreamOutputLocation
-