Uses of Class
com.oracle.bmc.ailanguage.model.CreateEndpointDetails.ComputeType
-
Packages that use CreateEndpointDetails.ComputeType Package Description com.oracle.bmc.ailanguage.model -
-
Uses of CreateEndpointDetails.ComputeType in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return CreateEndpointDetails.ComputeType Modifier and Type Method Description static CreateEndpointDetails.ComputeTypeCreateEndpointDetails.ComputeType. create(String key)CreateEndpointDetails.ComputeTypeCreateEndpointDetails. getComputeType()Compute infra type for endpoint.static CreateEndpointDetails.ComputeTypeCreateEndpointDetails.ComputeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateEndpointDetails.ComputeType[]CreateEndpointDetails.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 CreateEndpointDetails.ComputeType Modifier and Type Method Description CreateEndpointDetails.BuilderCreateEndpointDetails.Builder. computeType(CreateEndpointDetails.ComputeType computeType)Compute infra type for endpoint.Constructors in com.oracle.bmc.ailanguage.model with parameters of type CreateEndpointDetails.ComputeType Constructor Description CreateEndpointDetails(String displayName, CreateEndpointDetails.ComputeType computeType, String alias, String description, String compartmentId, String modelId, Integer inferenceUnits, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-