Uses of Class
software.amazon.awssdk.services.bedrock.model.GetFoundationModelResponse
-
Packages that use GetFoundationModelResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of GetFoundationModelResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetFoundationModelResponse Modifier and Type Method Description default GetFoundationModelResponseBedrockClient. getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)Get details about a Amazon Bedrock foundation model.default GetFoundationModelResponseBedrockClient. getFoundationModel(GetFoundationModelRequest getFoundationModelRequest)Get details about a Amazon Bedrock foundation model.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetFoundationModelResponse Modifier and Type Method Description default CompletableFuture<GetFoundationModelResponse>BedrockAsyncClient. getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)Get details about a Amazon Bedrock foundation model.default CompletableFuture<GetFoundationModelResponse>BedrockAsyncClient. getFoundationModel(GetFoundationModelRequest getFoundationModelRequest)Get details about a Amazon Bedrock foundation model.
-