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