UpdateTranscriptionJobDetails

class oci.ai_speech.models.UpdateTranscriptionJobDetails(**kwargs)

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateTranscriptionJobDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateTranscriptionJobDetails.
description Gets the description of this UpdateTranscriptionJobDetails.
display_name Gets the display_name of this UpdateTranscriptionJobDetails.
freeform_tags Gets the freeform_tags of this UpdateTranscriptionJobDetails.
__init__(**kwargs)

Initializes a new UpdateTranscriptionJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateTranscriptionJobDetails.
  • description (str) – The value to assign to the description property of this UpdateTranscriptionJobDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateTranscriptionJobDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateTranscriptionJobDetails.
defined_tags

Gets the defined_tags of this UpdateTranscriptionJobDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace-1”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}, “foo-namespace-2”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}}.

Returns:The defined_tags of this UpdateTranscriptionJobDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateTranscriptionJobDetails. A short description of the job.

Returns:The description of this UpdateTranscriptionJobDetails.
Return type:str
display_name

Gets the display_name of this UpdateTranscriptionJobDetails. A user-friendly display name for the job.

Returns:The display_name of this UpdateTranscriptionJobDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateTranscriptionJobDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}.

Returns:The freeform_tags of this UpdateTranscriptionJobDetails.
Return type:dict(str, str)