GenerateDatasetRecordsDetails

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

Bases: object

Generate Records from the Dataset’s source.

Methods

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

Attributes

limit Gets the limit of this GenerateDatasetRecordsDetails.
__init__(**kwargs)

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

Parameters:limit (float) – The value to assign to the limit property of this GenerateDatasetRecordsDetails.
limit

Gets the limit of this GenerateDatasetRecordsDetails. the maximum number of records to generate.

Returns:The limit of this GenerateDatasetRecordsDetails.
Return type:float