Show / Hide Table of Contents

Class InitialRecordGenerationConfiguration

The initial generate records configuration. It generates records from the dataset's source.

Inheritance
object
InitialRecordGenerationConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingService.Models
Assembly: OCI.DotNetSDK.Datalabelingservice.dll
Syntax
public class InitialRecordGenerationConfiguration

Properties

Limit

Declaration
[JsonProperty(PropertyName = "limit")]
public decimal? Limit { get; set; }
Property Value
Type Description
decimal?

The maximum number of records to generate.

In this article
Back to top