UpdateStreamGroupDetails¶
-
class
oci.ai_vision.models.
UpdateStreamGroupDetails
(**kwargs)¶ Bases:
object
The information needed to create a stream group
Methods
__init__
(**kwargs)Initializes a new UpdateStreamGroupDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateStreamGroupDetails. display_name
Gets the display_name of this UpdateStreamGroupDetails. freeform_tags
Gets the freeform_tags of this UpdateStreamGroupDetails. is_enabled
Gets the is_enabled of this UpdateStreamGroupDetails. stream_overlaps
Gets the stream_overlaps of this UpdateStreamGroupDetails. stream_source_ids
Gets the stream_source_ids of this UpdateStreamGroupDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateStreamGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateStreamGroupDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this UpdateStreamGroupDetails.
- stream_source_ids (list[str]) – The value to assign to the stream_source_ids property of this UpdateStreamGroupDetails.
- stream_overlaps (list[oci.ai_vision.models.StreamGroupOverlap]) – The value to assign to the stream_overlaps property of this UpdateStreamGroupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateStreamGroupDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateStreamGroupDetails.
Gets the defined_tags of this UpdateStreamGroupDetails. 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 UpdateStreamGroupDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateStreamGroupDetails. A human-friendly name for the streamGroup.
Returns: The display_name of this UpdateStreamGroupDetails. Return type: str
Gets the freeform_tags of this UpdateStreamGroupDetails. 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 UpdateStreamGroupDetails. Return type: dict(str, str)
-
is_enabled
¶ Gets the is_enabled of this UpdateStreamGroupDetails. Stream
Returns: The is_enabled of this UpdateStreamGroupDetails. Return type: bool
-
stream_overlaps
¶ Gets the stream_overlaps of this UpdateStreamGroupDetails. List of streamSource OCIDs where the streamSource overlaps in field of view.
Returns: The stream_overlaps of this UpdateStreamGroupDetails. Return type: list[oci.ai_vision.models.StreamGroupOverlap]
-
stream_source_ids
¶ Gets the stream_source_ids of this UpdateStreamGroupDetails. List of streamSource OCIDs associated with the stream group
Returns: The stream_source_ids of this UpdateStreamGroupDetails. Return type: list[str]
-