Show / Hide Table of Contents

Class ImportPreAnnotatedDataDetails

Allows user to import dataset labels, records and annotations from dataset files

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

Properties

ImportFormat

Declaration
[JsonProperty(PropertyName = "importFormat")]
public ImportFormat ImportFormat { get; set; }
Property Value
Type Description
ImportFormat

ImportMetadataPath

Declaration
[JsonProperty(PropertyName = "importMetadataPath")]
public ImportMetadataPath ImportMetadataPath { get; set; }
Property Value
Type Description
ImportMetadataPath
In this article
Back to top