CreateStreamSourceDetails¶
-
class
oci.ai_vision.models.
CreateStreamSourceDetails
(**kwargs)¶ Bases:
object
The information needed to create stream source
Methods
__init__
(**kwargs)Initializes a new CreateStreamSourceDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateStreamSourceDetails. defined_tags
Gets the defined_tags of this CreateStreamSourceDetails. display_name
Gets the display_name of this CreateStreamSourceDetails. freeform_tags
Gets the freeform_tags of this CreateStreamSourceDetails. stream_source_details
[Required] Gets the stream_source_details of this CreateStreamSourceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateStreamSourceDetails 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 CreateStreamSourceDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateStreamSourceDetails.
- display_name (str) – The value to assign to the display_name property of this CreateStreamSourceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateStreamSourceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateStreamSourceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateStreamSourceDetails. OCID of compartment
Returns: The compartment_id of this CreateStreamSourceDetails. Return type: str
Gets the defined_tags of this CreateStreamSourceDetails. 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 CreateStreamSourceDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this CreateStreamSourceDetails. A human-friendly name for the streamSource.
Returns: The display_name of this CreateStreamSourceDetails. Return type: str
Gets the freeform_tags of this CreateStreamSourceDetails. 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 CreateStreamSourceDetails. Return type: dict(str, str)
-
stream_source_details
¶ [Required] Gets the stream_source_details of this CreateStreamSourceDetails.
Returns: The stream_source_details of this CreateStreamSourceDetails. Return type: oci.ai_vision.models.StreamSourceDetails
-