CustomizationInferenceEntity¶
-
class
oci.ai_speech.models.
CustomizationInferenceEntity
(**kwargs)¶ Bases:
object
Entity Object for customization inference payload
Methods
__init__
(**kwargs)Initializes a new CustomizationInferenceEntity object with values from keyword arguments. Attributes
customization_alias
Gets the customization_alias of this CustomizationInferenceEntity. customization_id
Gets the customization_id of this CustomizationInferenceEntity. entity_type
Gets the entity_type of this CustomizationInferenceEntity. -
__init__
(**kwargs)¶ Initializes a new CustomizationInferenceEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - entity_type (str) – The value to assign to the entity_type property of this CustomizationInferenceEntity.
- customization_id (str) – The value to assign to the customization_id property of this CustomizationInferenceEntity.
- customization_alias (str) – The value to assign to the customization_alias property of this CustomizationInferenceEntity.
-
customization_alias
¶ Gets the customization_alias of this CustomizationInferenceEntity. Alias of the customization
Returns: The customization_alias of this CustomizationInferenceEntity. Return type: str
-
customization_id
¶ Gets the customization_id of this CustomizationInferenceEntity. The OCID of the customization to use.
Returns: The customization_id of this CustomizationInferenceEntity. Return type: str
-
entity_type
¶ Gets the entity_type of this CustomizationInferenceEntity. Entity type
Returns: The entity_type of this CustomizationInferenceEntity. Return type: str
-