CustomizationSummary

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

Bases: object

Summary of the Customization.

Methods

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

Attributes

alias Gets the alias of this CustomizationSummary.
compartment_id [Required] Gets the compartment_id of this CustomizationSummary.
defined_tags Gets the defined_tags of this CustomizationSummary.
display_name [Required] Gets the display_name of this CustomizationSummary.
freeform_tags Gets the freeform_tags of this CustomizationSummary.
id [Required] Gets the id of this CustomizationSummary.
lifecycle_details Gets the lifecycle_details of this CustomizationSummary.
lifecycle_state Gets the lifecycle_state of this CustomizationSummary.
system_tags Gets the system_tags of this CustomizationSummary.
time_created Gets the time_created of this CustomizationSummary.
time_updated Gets the time_updated of this CustomizationSummary.
__init__(**kwargs)

Initializes a new CustomizationSummary 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 CustomizationSummary.
  • display_name (str) – The value to assign to the display_name property of this CustomizationSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this CustomizationSummary.
  • alias (str) – The value to assign to the alias property of this CustomizationSummary.
  • time_created (datetime) – The value to assign to the time_created property of this CustomizationSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this CustomizationSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this CustomizationSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this CustomizationSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CustomizationSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CustomizationSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CustomizationSummary.
alias

Gets the alias of this CustomizationSummary. Customization Summary Alias

Returns:The alias of this CustomizationSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CustomizationSummary. The OCID of the compartment where you want to create the job.

Returns:The compartment_id of this CustomizationSummary.
Return type:str
defined_tags

Gets the defined_tags of this CustomizationSummary. 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 CustomizationSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CustomizationSummary. A user-friendly display name for the job.

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

Gets the freeform_tags of this CustomizationSummary. 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 CustomizationSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this CustomizationSummary. The OCID of the job.

Returns:The id of this CustomizationSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this CustomizationSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this CustomizationSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this CustomizationSummary. The current state of the Speech Job.

Returns:The lifecycle_state of this CustomizationSummary.
Return type:str
system_tags

Gets the system_tags of this CustomizationSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}.

Returns:The system_tags of this CustomizationSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this CustomizationSummary. Customization Created time. An RFC3339 formatted datetime string.

Returns:The time_created of this CustomizationSummary.
Return type:datetime
time_updated

Gets the time_updated of this CustomizationSummary. Customization Updated time. An RFC3339 formatted datetime string.

Returns:The time_updated of this CustomizationSummary.
Return type:datetime