Uses of Class
com.oracle.bmc.ailanguage.model.EndpointSummary.ComputeType
-
Packages that use EndpointSummary.ComputeType Package Description com.oracle.bmc.ailanguage.model -
-
Uses of EndpointSummary.ComputeType in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return EndpointSummary.ComputeType Modifier and Type Method Description static EndpointSummary.ComputeTypeEndpointSummary.ComputeType. create(String key)EndpointSummary.ComputeTypeEndpointSummary. getComputeType()Compute infra type for endpoint.static EndpointSummary.ComputeTypeEndpointSummary.ComputeType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointSummary.ComputeType[]EndpointSummary.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 EndpointSummary.ComputeType Modifier and Type Method Description EndpointSummary.BuilderEndpointSummary.Builder. computeType(EndpointSummary.ComputeType computeType)Compute infra type for endpoint.Constructors in com.oracle.bmc.ailanguage.model with parameters of type EndpointSummary.ComputeType Constructor Description EndpointSummary(String id, String alias, EndpointSummary.ComputeType computeType, String displayName, String compartmentId, String projectId, String description, Date timeCreated, 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.
-