Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceProfileType
-
Packages that use InferenceProfileType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InferenceProfileType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InferenceProfileType Modifier and Type Method Description static InferenceProfileTypeInferenceProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceProfileTypeGetInferenceProfileResponse. type()The type of the inference profile.InferenceProfileTypeInferenceProfileSummary. type()The type of the inference profile.InferenceProfileTypeListInferenceProfilesRequest. typeEquals()Filters for inference profiles that match the type you specify.static InferenceProfileTypeInferenceProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceProfileType[]InferenceProfileType. 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 InferenceProfileType Modifier and Type Method Description static Set<InferenceProfileType>InferenceProfileType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceProfileType Modifier and Type Method Description GetInferenceProfileResponse.BuilderGetInferenceProfileResponse.Builder. type(InferenceProfileType type)The type of the inference profile.InferenceProfileSummary.BuilderInferenceProfileSummary.Builder. type(InferenceProfileType type)The type of the inference profile.ListInferenceProfilesRequest.BuilderListInferenceProfilesRequest.Builder. typeEquals(InferenceProfileType typeEquals)Filters for inference profiles that match the type you specify.
-