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