Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceType
-
Packages that use InferenceType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InferenceType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InferenceType Modifier and Type Method Description InferenceTypeListFoundationModelsRequest. byInferenceType()List by inference type.static InferenceTypeInferenceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InferenceTypeInferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceType[]InferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type InferenceType Modifier and Type Method Description List<InferenceType>FoundationModelDetails. inferenceTypesSupported()The inference types that the model supports.List<InferenceType>FoundationModelSummary. inferenceTypesSupported()The inference types that the model supports.static Set<InferenceType>InferenceType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceType Modifier and Type Method Description ListFoundationModelsRequest.BuilderListFoundationModelsRequest.Builder. byInferenceType(InferenceType byInferenceType)List by inference type.FoundationModelDetails.BuilderFoundationModelDetails.Builder. inferenceTypesSupported(InferenceType... inferenceTypesSupported)The inference types that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. inferenceTypesSupported(InferenceType... inferenceTypesSupported)The inference types that the model supports.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type InferenceType Modifier and Type Method Description FoundationModelDetails.BuilderFoundationModelDetails.Builder. inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)The inference types that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)The inference types that the model supports.
-