public static enum ModelDetails.ModelType extends Enum<ModelDetails.ModelType> implements BmcEnum
Model type
Enum Constant and Description |
---|
NamedEntityRecognition |
Pii |
PreTrainedHealthNlu |
PreTrainedKeyphraseExtraction |
PreTrainedLanguageDetection |
PreTrainedNamedEntityRecognition |
PreTrainedPii |
PreTrainedSentimentAnalysis |
PreTrainedSummarization |
PreTrainedTextClassification |
PreTrainedTranslation |
PreTrainedUniversal |
TextClassification |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ModelDetails.ModelType |
create(String key) |
String |
getValue() |
static ModelDetails.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDetails.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDetails.ModelType NamedEntityRecognition
public static final ModelDetails.ModelType TextClassification
public static final ModelDetails.ModelType PreTrainedNamedEntityRecognition
public static final ModelDetails.ModelType PreTrainedTextClassification
public static final ModelDetails.ModelType PreTrainedSentimentAnalysis
public static final ModelDetails.ModelType PreTrainedKeyphraseExtraction
public static final ModelDetails.ModelType PreTrainedLanguageDetection
public static final ModelDetails.ModelType PreTrainedPii
public static final ModelDetails.ModelType PreTrainedTranslation
public static final ModelDetails.ModelType PreTrainedHealthNlu
public static final ModelDetails.ModelType PreTrainedSummarization
public static final ModelDetails.ModelType PreTrainedUniversal
public static final ModelDetails.ModelType Pii
public static final ModelDetails.ModelType UnknownEnumValue
public static ModelDetails.ModelType[] values()
for (ModelDetails.ModelType c : ModelDetails.ModelType.values()) System.out.println(c);
public static ModelDetails.ModelType 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 ModelDetails.ModelType create(String key)
Copyright © 2016–2024. All rights reserved.