CustomizationDatasetDetails

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

Bases: object

Customization Training Dataset

Attributes

DATASET_TYPE_ENTITY_LIST A constant which can be used with the dataset_type property of a CustomizationDatasetDetails.
DATASET_TYPE_OBJECT_STORAGE A constant which can be used with the dataset_type property of a CustomizationDatasetDetails.
dataset_type [Required] Gets the dataset_type of this CustomizationDatasetDetails.

Methods

__init__(**kwargs) Initializes a new CustomizationDatasetDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
DATASET_TYPE_ENTITY_LIST = 'ENTITY_LIST'

A constant which can be used with the dataset_type property of a CustomizationDatasetDetails. This constant has a value of “ENTITY_LIST”

DATASET_TYPE_OBJECT_STORAGE = 'OBJECT_STORAGE'

A constant which can be used with the dataset_type property of a CustomizationDatasetDetails. This constant has a value of “OBJECT_STORAGE”

__init__(**kwargs)

Initializes a new CustomizationDatasetDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:dataset_type (str) – The value to assign to the dataset_type property of this CustomizationDatasetDetails. Allowed values for this property are: “OBJECT_STORAGE”, “ENTITY_LIST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
dataset_type

[Required] Gets the dataset_type of this CustomizationDatasetDetails. Possible data sets

Allowed values for this property are: “OBJECT_STORAGE”, “ENTITY_LIST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The dataset_type of this CustomizationDatasetDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.