Uses of Class
software.amazon.awssdk.services.bedrock.model.ListFoundationModelsRequest
-
Packages that use ListFoundationModelsRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of ListFoundationModelsRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type ListFoundationModelsRequest Modifier and Type Method Description default CompletableFuture<ListFoundationModelsResponse>BedrockAsyncClient. listFoundationModels(ListFoundationModelsRequest listFoundationModelsRequest)Lists Amazon Bedrock foundation models that you can use.default ListFoundationModelsResponseBedrockClient. listFoundationModels(ListFoundationModelsRequest listFoundationModelsRequest)Lists Amazon Bedrock foundation models that you can use. -
Uses of ListFoundationModelsRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type ListFoundationModelsRequest Modifier and Type Method Description SdkHttpFullRequestListFoundationModelsRequestMarshaller. marshall(ListFoundationModelsRequest listFoundationModelsRequest)
-