Data Source: oci_ai_vision_stream_group
This data source provides details about a specific Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.
Get a streamGroup
Example Usage
data "oci_ai_vision_stream_group" "test_stream_group" {
#Required
stream_group_id = oci_ai_vision_stream_group.test_stream_group.id
}
Argument Reference
The following arguments are supported:
stream_group_id
- (Required) StreamGroup Id.
Attributes Reference
The following attributes are exported:
compartment_id
- OCID of compartmentdefined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:{"foo-namespace": {"bar-key": "value"}}
display_name
- A human-friendly name for the streamGroup.freeform_tags
- 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"}
id
- OCID of the streamGroup.is_enabled
- Streamstate
- The current state of the streamGroup.stream_overlaps
- List of streamSource OCIDs where the streamSource overlaps in field of view.overlapping_streams
- List of streamSource OCIDs.
stream_source_ids
- List of streamSource OCIDs associated with the stream groupsystem_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:{"orcl-cloud": {"free-tier-retained": "true"}}
time_created
- When the streamGroup was created, as an RFC3339 datetime string.time_updated
- When the streamGroup was updated, as an RFC3339 datetime string.