UpdateStreamSourceDetails¶
-
class
oci.ai_vision.models.
UpdateStreamSourceDetails
(**kwargs)¶ Bases:
object
The information needed to update stream source
Methods
__init__
(**kwargs)Initializes a new UpdateStreamSourceDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateStreamSourceDetails. display_name
Gets the display_name of this UpdateStreamSourceDetails. freeform_tags
Gets the freeform_tags of this UpdateStreamSourceDetails. stream_source_details
Gets the stream_source_details of this UpdateStreamSourceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateStreamSourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - stream_source_details (oci.ai_vision.models.StreamSourceDetails) – The value to assign to the stream_source_details property of this UpdateStreamSourceDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateStreamSourceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateStreamSourceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateStreamSourceDetails.
Gets the defined_tags of this UpdateStreamSourceDetails. 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 UpdateStreamSourceDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateStreamSourceDetails. A human-friendly name for the streamSource, that can be changed.
Returns: The display_name of this UpdateStreamSourceDetails. Return type: str
Gets the freeform_tags of this UpdateStreamSourceDetails. 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 UpdateStreamSourceDetails. Return type: dict(str, str)
-
stream_source_details
¶ Gets the stream_source_details of this UpdateStreamSourceDetails.
Returns: The stream_source_details of this UpdateStreamSourceDetails. Return type: oci.ai_vision.models.StreamSourceDetails
-