Uses of Class
com.oracle.bmc.ailanguage.model.Endpoint.ComputeType
-
Packages that use Endpoint.ComputeType Package Description com.oracle.bmc.ailanguage.model -
-
Uses of Endpoint.ComputeType in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return Endpoint.ComputeType Modifier and Type Method Description static Endpoint.ComputeType
Endpoint.ComputeType. create(String key)
Endpoint.ComputeType
Endpoint. getComputeType()
Compute infra type for endpoint.static Endpoint.ComputeType
Endpoint.ComputeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Endpoint.ComputeType[]
Endpoint.ComputeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ailanguage.model with parameters of type Endpoint.ComputeType Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. computeType(Endpoint.ComputeType computeType)
Compute infra type for endpoint.Constructors in com.oracle.bmc.ailanguage.model with parameters of type Endpoint.ComputeType Constructor Description Endpoint(String id, String alias, Endpoint.ComputeType computeType, String displayName, String compartmentId, String projectId, String description, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, Integer inferenceUnits, String modelId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-