InitialRecordGenerationConfiguration¶
-
class
oci.data_labeling_service_dataplane.models.
InitialRecordGenerationConfiguration
(**kwargs)¶ Bases:
object
The initial generate records configuration. It generates records from the dataset’s source.
Methods
__init__
(**kwargs)Initializes a new InitialRecordGenerationConfiguration object with values from keyword arguments. Attributes
limit
Gets the limit of this InitialRecordGenerationConfiguration. -
__init__
(**kwargs)¶ Initializes a new InitialRecordGenerationConfiguration 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 InitialRecordGenerationConfiguration.
-
limit
¶ Gets the limit of this InitialRecordGenerationConfiguration. The maximum number of records to generate.
Returns: The limit of this InitialRecordGenerationConfiguration. Return type: float
-