Uses of Interface
software.amazon.awssdk.services.bedrock.model.GetFoundationModelRequest.Builder
-
Packages that use GetFoundationModelRequest.Builder Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.model -
-
Uses of GetFoundationModelRequest.Builder in software.amazon.awssdk.services.bedrock
Method parameters in software.amazon.awssdk.services.bedrock with type arguments of type GetFoundationModelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFoundationModelResponse>BedrockAsyncClient. getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)Get details about a Amazon Bedrock foundation model.default GetFoundationModelResponseBedrockClient. getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)Get details about a Amazon Bedrock foundation model. -
Uses of GetFoundationModelRequest.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GetFoundationModelRequest.Builder Modifier and Type Method Description static GetFoundationModelRequest.BuilderGetFoundationModelRequest. builder()GetFoundationModelRequest.BuilderGetFoundationModelRequest.Builder. modelIdentifier(String modelIdentifier)The model identifier.GetFoundationModelRequest.BuilderGetFoundationModelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFoundationModelRequest.BuilderGetFoundationModelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFoundationModelRequest.BuilderGetFoundationModelRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GetFoundationModelRequest.Builder Modifier and Type Method Description static Class<? extends GetFoundationModelRequest.Builder>GetFoundationModelRequest. serializableBuilderClass()
-