Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Class and Description |
---|---|
class |
DocumentDatasetFormatDetails
It indicates the dataset is comprised of document files.
|
class |
ImageDatasetFormatDetails
It indicates the dataset is comprised of images.
|
class |
TextDatasetFormatDetails
It indicates the dataset is comprised of TXT files.
|
Modifier and Type | Method and Description |
---|---|
DatasetFormatDetails |
Dataset.getDatasetFormatDetails() |
Modifier and Type | Method and Description |
---|---|
Dataset.Builder |
Dataset.Builder.datasetFormatDetails(DatasetFormatDetails datasetFormatDetails) |
Constructor and Description |
---|
Dataset(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
Date timeUpdated,
Dataset.LifecycleState lifecycleState,
String lifecycleDetails,
String annotationFormat,
DatasetSourceDetails datasetSourceDetails,
DatasetFormatDetails datasetFormatDetails,
LabelSet labelSet,
InitialRecordGenerationConfiguration initialRecordGenerationConfiguration,
String labelingInstructions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.