Uses of Interface
software.amazon.awssdk.services.bedrock.BedrockBaseClientBuilder
-
Packages that use BedrockBaseClientBuilder Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of BedrockBaseClientBuilder in software.amazon.awssdk.services.bedrock
Classes in software.amazon.awssdk.services.bedrock with type parameters of type BedrockBaseClientBuilder Modifier and Type Interface Description interfaceBedrockBaseClientBuilder<B extends BedrockBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Bedrock that is supported by bothBedrockClientBuilderandBedrockAsyncClientBuilder.Subinterfaces of BedrockBaseClientBuilder in software.amazon.awssdk.services.bedrock Modifier and Type Interface Description interfaceBedrockAsyncClientBuilderA builder for creating an instance ofBedrockAsyncClient.interfaceBedrockClientBuilderA builder for creating an instance ofBedrockClient.
-