public static enum ExportFormat.Name extends Enum<ExportFormat.Name> implements BmcEnum
Name of export format.
Enum Constant and Description |
---|
Coco |
Conll |
Jsonl |
JsonlCompactPlusContent |
JsonlConsolidated |
PascalVoc |
Spacy |
Yolo |
Modifier and Type | Method and Description |
---|---|
static ExportFormat.Name |
create(String key) |
String |
getValue() |
static ExportFormat.Name |
valueOf(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.
|
public static final ExportFormat.Name Jsonl
public static final ExportFormat.Name JsonlConsolidated
public static final ExportFormat.Name Conll
public static final ExportFormat.Name Spacy
public static final ExportFormat.Name Coco
public static final ExportFormat.Name Yolo
public static final ExportFormat.Name PascalVoc
public static final ExportFormat.Name JsonlCompactPlusContent
public static ExportFormat.Name[] values()
for (ExportFormat.Name c : ExportFormat.Name.values()) System.out.println(c);
public static ExportFormat.Name valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ExportFormat.Name create(String key)
Copyright © 2016–2024. All rights reserved.