Class InitialImportDatasetConfiguration
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.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