RecordCollection¶
-
class
oci.data_labeling_service_dataplane.models.
RecordCollection
(**kwargs)¶ Bases:
object
The results of a record search. It contains RecordSummary items and other data.
Methods
__init__
(**kwargs)Initializes a new RecordCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RecordCollection. -
__init__
(**kwargs)¶ Initializes a new RecordCollection 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_dataplane.models.RecordSummary]) – The value to assign to the items property of this RecordCollection.
-
items
¶ [Required] Gets the items of this RecordCollection. The list of records.
Returns: The items of this RecordCollection. Return type: list[oci.data_labeling_service_dataplane.models.RecordSummary]
-