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