Show / Hide Table of Contents

Class GenerateDatasetRecordsDetails

Generate Records from the Dataset's source.

Inheritance
object
GenerateDatasetRecordsDetails
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 GenerateDatasetRecordsDetails

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