@Beta public enum LeonardoMlServiceType extends Enum<LeonardoMlServiceType>
See the 'Environment Variables' section in an application with a Leonardo ML Service binding to see the raw information.
Be aware that this class is in Beta (as indicated by the annotation) and therefore subject to breaking changes.
| Enum Constant and Description |
|---|
DEPLOYMENT
Deployment of models.
|
FACE_DETECTION
Detects faces.
|
FACE_FEATURE_EXTRACTION
Extract features of faces.
|
HUMAN_DETECTION
Detects humans.
|
IMAGE_CLASSIFICATION
Classification of images.
|
IMAGE_FEATURE_EXTRACTION
Extract features of images.
|
IMAGE_OCR
OCR from images.
|
IMAGE_RETRAIN
Retrain image classification.
|
INSTANCE_SEGMENTOR
Beta and therefore subject to breaking changes release.
|
JOB_SUBMISSION
To submit a job to asynchronous processing.
|
LANG_DETECTION
Detects the language of short texts snippets.
|
MODEL_REPO
Access repository for your own models.
|
NN_SEARCH_RETRAIN
Nearest neighbor search retraining.
|
OBJECT_DETECTION
Detects objects in images.
|
RETRAIN_OBJECT_DETECTION
Retraining for object detection.
|
SCENE_TEXT_RECOGNITION
Text recognition in image scenes.
|
SIMILARITY_SCORING
Create scores intended for similarity.
|
TEXT_CLASSIFIER
Classify texts, for example by sentiment.
|
TEXT_LINEAR_RETRAIN
Retrain service for text linear.
|
TOPIC_DETECTION
Detects topics.
|
TRANSLATION
Translates text into a selection of languages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceUrlKey()
The key that labels the url for this service type in the Cloud Foundry service credentials.
|
static LeonardoMlServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeonardoMlServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeonardoMlServiceType DEPLOYMENT
public static final LeonardoMlServiceType FACE_DETECTION
public static final LeonardoMlServiceType FACE_FEATURE_EXTRACTION
public static final LeonardoMlServiceType HUMAN_DETECTION
public static final LeonardoMlServiceType IMAGE_RETRAIN
public static final LeonardoMlServiceType IMAGE_FEATURE_EXTRACTION
public static final LeonardoMlServiceType IMAGE_OCR
public static final LeonardoMlServiceType IMAGE_CLASSIFICATION
public static final LeonardoMlServiceType INSTANCE_SEGMENTOR
public static final LeonardoMlServiceType JOB_SUBMISSION
public static final LeonardoMlServiceType LANG_DETECTION
public static final LeonardoMlServiceType MODEL_REPO
public static final LeonardoMlServiceType OBJECT_DETECTION
public static final LeonardoMlServiceType NN_SEARCH_RETRAIN
public static final LeonardoMlServiceType RETRAIN_OBJECT_DETECTION
public static final LeonardoMlServiceType SCENE_TEXT_RECOGNITION
public static final LeonardoMlServiceType SIMILARITY_SCORING
public static final LeonardoMlServiceType TEXT_LINEAR_RETRAIN
public static final LeonardoMlServiceType TEXT_CLASSIFIER
public static final LeonardoMlServiceType TOPIC_DETECTION
public static final LeonardoMlServiceType TRANSLATION
public static LeonardoMlServiceType[] values()
for (LeonardoMlServiceType c : LeonardoMlServiceType.values()) System.out.println(c);
public static LeonardoMlServiceType 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 nullCopyright © 2022 SAP SE. All rights reserved.