ObjectStorageDataset

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

Bases: oci.ai_speech.models.customization_dataset_details.CustomizationDatasetDetails

Object Storage Dataset

Attributes

DATASET_TYPE_ENTITY_LIST str(object=’’) -> str
DATASET_TYPE_OBJECT_STORAGE str(object=’’) -> str
dataset_type [Required] Gets the dataset_type of this CustomizationDatasetDetails.
entity_type Gets the entity_type of this ObjectStorageDataset.
location_details [Required] Gets the location_details of this ObjectStorageDataset.

Methods

__init__(**kwargs) Initializes a new ObjectStorageDataset 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'
DATASET_TYPE_OBJECT_STORAGE = 'OBJECT_STORAGE'
__init__(**kwargs)

Initializes a new ObjectStorageDataset object with values from keyword arguments. The default value of the dataset_type attribute of this class is OBJECT_STORAGE and it should not be changed. 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 ObjectStorageDataset. Allowed values for this property are: “OBJECT_STORAGE”, “ENTITY_LIST”
  • entity_type (str) – The value to assign to the entity_type property of this ObjectStorageDataset.
  • location_details (oci.ai_speech.models.LocationDetails) – The value to assign to the location_details property of this ObjectStorageDataset.
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
entity_type

Gets the entity_type of this ObjectStorageDataset. Entity Type categorizing the following list of words.

Returns:The entity_type of this ObjectStorageDataset.
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.

location_details

[Required] Gets the location_details of this ObjectStorageDataset.

Returns:The location_details of this ObjectStorageDataset.
Return type:oci.ai_speech.models.LocationDetails