Show / Hide Table of Contents

Class InitialImportDatasetConfiguration

Initial import dataset configuration. Allows user to create dataset from existing dataset files.

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

Properties

ImportFormat

Declaration
[Required(ErrorMessage = "ImportFormat is required.")]
[JsonProperty(PropertyName = "importFormat")]
public ImportFormat ImportFormat { get; set; }
Property Value
Type Description
ImportFormat
Remarks

Required

ImportMetadataPath

Declaration
[Required(ErrorMessage = "ImportMetadataPath is required.")]
[JsonProperty(PropertyName = "importMetadataPath")]
public ImportMetadataPath ImportMetadataPath { get; set; }
Property Value
Type Description
ImportMetadataPath
Remarks

Required

In this article
Back to top