DatasetCollection

class oci.data_labeling_service.models.DatasetCollection(**kwargs)

Bases: object

Results of a dataset list operation. Contains DatasetSummary items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_labeling_service.models.DatasetSummary]) – The value to assign to the items property of this DatasetCollection.
items

[Required] Gets the items of this DatasetCollection. List of datasets.

Returns:The items of this DatasetCollection.
Return type:list[oci.data_labeling_service.models.DatasetSummary]