StreamGroupSummary¶
- 
class oci.ai_vision.models.StreamGroupSummary(**kwargs)¶
- Bases: - object- Summary for a Stream Group - Methods - __init__(**kwargs)- Initializes a new StreamGroupSummary object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this StreamGroupSummary. - defined_tags- Gets the defined_tags of this StreamGroupSummary. - display_name- Gets the display_name of this StreamGroupSummary. - freeform_tags- Gets the freeform_tags of this StreamGroupSummary. - id- [Required] Gets the id of this StreamGroupSummary. - is_enabled- Gets the is_enabled of this StreamGroupSummary. - lifecycle_state- Gets the lifecycle_state of this StreamGroupSummary. - stream_overlaps- Gets the stream_overlaps of this StreamGroupSummary. - stream_source_ids- Gets the stream_source_ids of this StreamGroupSummary. - system_tags- Gets the system_tags of this StreamGroupSummary. - time_created- Gets the time_created of this StreamGroupSummary. - time_updated- Gets the time_updated of this StreamGroupSummary. - 
__init__(**kwargs)¶
- Initializes a new StreamGroupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - id (str) – The value to assign to the id property of this StreamGroupSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this StreamGroupSummary.
- display_name (str) – The value to assign to the display_name property of this StreamGroupSummary.
- time_created (datetime) – The value to assign to the time_created property of this StreamGroupSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this StreamGroupSummary.
- is_enabled (bool) – The value to assign to the is_enabled property of this StreamGroupSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this StreamGroupSummary.
- stream_source_ids (list[str]) – The value to assign to the stream_source_ids property of this StreamGroupSummary.
- stream_overlaps (list[oci.ai_vision.models.StreamGroupOverlap]) – The value to assign to the stream_overlaps property of this StreamGroupSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this StreamGroupSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this StreamGroupSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this StreamGroupSummary.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this StreamGroupSummary. OCID of compartment - Returns: - The compartment_id of this StreamGroupSummary. - Return type: - str 
 - Gets the defined_tags of this StreamGroupSummary. 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 StreamGroupSummary. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this StreamGroupSummary. A human-friendly name for the streamGroup. - Returns: - The display_name of this StreamGroupSummary. - Return type: - str 
 - Gets the freeform_tags of this StreamGroupSummary. 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 StreamGroupSummary. - Return type: - dict(str, str) 
 - 
id¶
- [Required] Gets the id of this StreamGroupSummary. OCID of the streamGroup. - Returns: - The id of this StreamGroupSummary. - Return type: - str 
 - 
is_enabled¶
- Gets the is_enabled of this StreamGroupSummary. Stream - Returns: - The is_enabled of this StreamGroupSummary. - Return type: - bool 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this StreamGroupSummary. The current state of the streamGroup. - Returns: - The lifecycle_state of this StreamGroupSummary. - Return type: - str 
 - 
stream_overlaps¶
- Gets the stream_overlaps of this StreamGroupSummary. List of streamSource OCIDs where the streamSource overlaps in field of view. - Returns: - The stream_overlaps of this StreamGroupSummary. - Return type: - list[oci.ai_vision.models.StreamGroupOverlap] 
 - 
stream_source_ids¶
- Gets the stream_source_ids of this StreamGroupSummary. List of streamSource OCIDs associated with the stream group - Returns: - The stream_source_ids of this StreamGroupSummary. - Return type: - list[str] 
 - Gets the system_tags of this StreamGroupSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this StreamGroupSummary. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- Gets the time_created of this StreamGroupSummary. When the streamGroup was created, as an RFC3339 datetime string. - Returns: - The time_created of this StreamGroupSummary. - Return type: - datetime 
 - 
time_updated¶
- Gets the time_updated of this StreamGroupSummary. When the streamGroup was updated, as an RFC3339 datetime string. - Returns: - The time_updated of this StreamGroupSummary. - Return type: - datetime 
 
-