Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceProfileModel
-
Packages that use InferenceProfileModel Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InferenceProfileModel in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type InferenceProfileModel Modifier and Type Method Description List<InferenceProfileModel>GetInferenceProfileResponse. models()A list of information about each model in the inference profile.List<InferenceProfileModel>InferenceProfileSummary. models()A list of information about each model in the inference profile.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceProfileModel Modifier and Type Method Description GetInferenceProfileResponse.BuilderGetInferenceProfileResponse.Builder. models(InferenceProfileModel... models)A list of information about each model in the inference profile.InferenceProfileSummary.BuilderInferenceProfileSummary.Builder. models(InferenceProfileModel... models)A list of information about each model in the inference profile.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type InferenceProfileModel Modifier and Type Method Description GetInferenceProfileResponse.BuilderGetInferenceProfileResponse.Builder. models(Collection<InferenceProfileModel> models)A list of information about each model in the inference profile.InferenceProfileSummary.BuilderInferenceProfileSummary.Builder. models(Collection<InferenceProfileModel> models)A list of information about each model in the inference profile.
-