@Beta public enum CloudFoundryLeonardoMlServiceType extends Enum<CloudFoundryLeonardoMlServiceType>
This type indicates the Cloud Foundry service type to use.
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 |
|---|
BETA
Beta services - subject to change and no service level guarantees.
|
STANDARD
Released services for customers.
|
TRIAL
Released services in trial landscape - subject to change and no service level guarantees.
|
TRIAL_BETA
Beta services in trial landscape - subject to change and no service level guarantees.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceType()
The service type in Cloud Foundry VCAP_SERVICES.
|
static CloudFoundryLeonardoMlServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFoundryLeonardoMlServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFoundryLeonardoMlServiceType STANDARD
public static final CloudFoundryLeonardoMlServiceType BETA
public static final CloudFoundryLeonardoMlServiceType TRIAL_BETA
public static final CloudFoundryLeonardoMlServiceType TRIAL
public static CloudFoundryLeonardoMlServiceType[] values()
for (CloudFoundryLeonardoMlServiceType c : CloudFoundryLeonardoMlServiceType.values()) System.out.println(c);
public static CloudFoundryLeonardoMlServiceType 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.