Uses of Class
software.amazon.awssdk.services.bedrock.model.FoundationModelSummary
-
Packages that use FoundationModelSummary Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of FoundationModelSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type FoundationModelSummary Modifier and Type Method Description List<FoundationModelSummary>ListFoundationModelsResponse. modelSummaries()A list of Amazon Bedrock foundation models.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type FoundationModelSummary Modifier and Type Method Description ListFoundationModelsResponse.BuilderListFoundationModelsResponse.Builder. modelSummaries(FoundationModelSummary... modelSummaries)A list of Amazon Bedrock foundation models.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type FoundationModelSummary Modifier and Type Method Description ListFoundationModelsResponse.BuilderListFoundationModelsResponse.Builder. modelSummaries(Collection<FoundationModelSummary> modelSummaries)A list of Amazon Bedrock foundation models.
-