UpdateCustomizationDetails¶
-
class
oci.ai_speech.models.
UpdateCustomizationDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateCustomizationDetails object with values from keyword arguments. Attributes
alias
Gets the alias of this UpdateCustomizationDetails. defined_tags
Gets the defined_tags of this UpdateCustomizationDetails. description
Gets the description of this UpdateCustomizationDetails. display_name
Gets the display_name of this UpdateCustomizationDetails. freeform_tags
Gets the freeform_tags of this UpdateCustomizationDetails. model_details
Gets the model_details of this UpdateCustomizationDetails. training_dataset
Gets the training_dataset of this UpdateCustomizationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateCustomizationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - alias (str) – The value to assign to the alias property of this UpdateCustomizationDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateCustomizationDetails.
- description (str) – The value to assign to the description property of this UpdateCustomizationDetails.
- model_details (oci.ai_speech.models.CustomizationModelDetails) – The value to assign to the model_details property of this UpdateCustomizationDetails.
- training_dataset (oci.ai_speech.models.CustomizationDatasetDetails) – The value to assign to the training_dataset property of this UpdateCustomizationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCustomizationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCustomizationDetails.
-
alias
¶ Gets the alias of this UpdateCustomizationDetails. Customization Details Alias
Returns: The alias of this UpdateCustomizationDetails. Return type: str
Gets the defined_tags of this UpdateCustomizationDetails. 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 UpdateCustomizationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateCustomizationDetails. A short description of the customization.
Returns: The description of this UpdateCustomizationDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateCustomizationDetails. A user-friendly display name for the customization.
Returns: The display_name of this UpdateCustomizationDetails. Return type: str
Gets the freeform_tags of this UpdateCustomizationDetails. 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 UpdateCustomizationDetails. Return type: dict(str, str)
-
model_details
¶ Gets the model_details of this UpdateCustomizationDetails.
Returns: The model_details of this UpdateCustomizationDetails. Return type: oci.ai_speech.models.CustomizationModelDetails
-
training_dataset
¶ Gets the training_dataset of this UpdateCustomizationDetails.
Returns: The training_dataset of this UpdateCustomizationDetails. Return type: oci.ai_speech.models.CustomizationDatasetDetails
-