ImportPreAnnotatedDataDetails¶
-
class
oci.data_labeling_service.models.
ImportPreAnnotatedDataDetails
(**kwargs)¶ Bases:
object
Allows user to import dataset labels, records and annotations from dataset files
Methods
__init__
(**kwargs)Initializes a new ImportPreAnnotatedDataDetails object with values from keyword arguments. Attributes
import_format
Gets the import_format of this ImportPreAnnotatedDataDetails. import_metadata_path
Gets the import_metadata_path of this ImportPreAnnotatedDataDetails. -
__init__
(**kwargs)¶ Initializes a new ImportPreAnnotatedDataDetails 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 ImportPreAnnotatedDataDetails.
- import_metadata_path (oci.data_labeling_service.models.ImportMetadataPath) – The value to assign to the import_metadata_path property of this ImportPreAnnotatedDataDetails.
-
import_format
¶ Gets the import_format of this ImportPreAnnotatedDataDetails.
Returns: The import_format of this ImportPreAnnotatedDataDetails. Return type: oci.data_labeling_service.models.ImportFormat
-
import_metadata_path
¶ Gets the import_metadata_path of this ImportPreAnnotatedDataDetails.
Returns: The import_metadata_path of this ImportPreAnnotatedDataDetails. Return type: oci.data_labeling_service.models.ImportMetadataPath
-