InitialImportDatasetConfiguration¶
-
class
oci.data_labeling_service.models.
InitialImportDatasetConfiguration
(**kwargs)¶ Bases:
object
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
Methods
__init__
(**kwargs)Initializes a new InitialImportDatasetConfiguration object with values from keyword arguments. Attributes
import_format
[Required] Gets the import_format of this InitialImportDatasetConfiguration. import_metadata_path
[Required] Gets the import_metadata_path of this InitialImportDatasetConfiguration. -
__init__
(**kwargs)¶ Initializes a new InitialImportDatasetConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - import_format (oci.data_labeling_service.models.ImportFormat) – The value to assign to the import_format property of this InitialImportDatasetConfiguration.
- import_metadata_path (oci.data_labeling_service.models.ImportMetadataPath) – The value to assign to the import_metadata_path property of this InitialImportDatasetConfiguration.
-
import_format
¶ [Required] Gets the import_format of this InitialImportDatasetConfiguration.
Returns: The import_format of this InitialImportDatasetConfiguration. Return type: oci.data_labeling_service.models.ImportFormat
-
import_metadata_path
¶ [Required] Gets the import_metadata_path of this InitialImportDatasetConfiguration.
Returns: The import_metadata_path of this InitialImportDatasetConfiguration. Return type: oci.data_labeling_service.models.ImportMetadataPath
-