Enum ExportFormat.Name
- java.lang.Object
- 
- java.lang.Enum<ExportFormat.Name>
- 
- com.oracle.bmc.datalabelingservice.model.ExportFormat.Name
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ExportFormat.Name>
 - Enclosing class:
- ExportFormat
 
 public static enum ExportFormat.Name extends Enum<ExportFormat.Name> implements BmcEnum Name of export format.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description CocoConllJsonlJsonlCompactPlusContentJsonlConsolidatedPascalVocSpacyYolo
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportFormat.Namecreate(String key)StringgetValue()static ExportFormat.NamevalueOf(String name)Returns the enum constant of this type with the specified name.static ExportFormat.Name[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Jsonlpublic static final ExportFormat.Name Jsonl 
 - 
JsonlConsolidatedpublic static final ExportFormat.Name JsonlConsolidated 
 - 
Conllpublic static final ExportFormat.Name Conll 
 - 
Spacypublic static final ExportFormat.Name Spacy 
 - 
Cocopublic static final ExportFormat.Name Coco 
 - 
Yolopublic static final ExportFormat.Name Yolo 
 - 
PascalVocpublic static final ExportFormat.Name PascalVoc 
 - 
JsonlCompactPlusContentpublic static final ExportFormat.Name JsonlCompactPlusContent 
 
- 
 - 
Method Detail- 
valuespublic static ExportFormat.Name[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ExportFormat.Name c : ExportFormat.Name.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ExportFormat.Name valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static ExportFormat.Name create(String key) 
 
- 
 
-