CustomizationCollection

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

Bases: object

Results of a Customization search. Contains both CustomizationSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new CustomizationCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this CustomizationCollection.
__init__(**kwargs)

Initializes a new CustomizationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.ai_speech.models.CustomizationSummary]) – The value to assign to the items property of this CustomizationCollection.
items

[Required] Gets the items of this CustomizationCollection. List of Customization training jobs.

Returns:The items of this CustomizationCollection.
Return type:list[oci.ai_speech.models.CustomizationSummary]