Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.InferenceInstanceType
-
Packages that use InferenceInstanceType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InferenceInstanceType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return InferenceInstanceType Modifier and Type Method Description static InferenceInstanceTypeInferenceInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceInstanceTypeInferenceResourceConfig. instanceType()The type of instance that is used to perform model inference.static InferenceInstanceTypeInferenceInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceInstanceType[]InferenceInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type InferenceInstanceType Modifier and Type Method Description static Set<InferenceInstanceType>InferenceInstanceType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type InferenceInstanceType Modifier and Type Method Description InferenceResourceConfig.BuilderInferenceResourceConfig.Builder. instanceType(InferenceInstanceType instanceType)The type of instance that is used to perform model inference.
-